1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup ruby 1.0 |
---|
6 | |
---|
7 | name etch |
---|
8 | version 3.15.2 |
---|
9 | categories sysutils |
---|
10 | maintainers aput.net:jheiss openmaintainer |
---|
11 | |
---|
12 | description Etch is a system configuration management tool. |
---|
13 | |
---|
14 | long_description Etch is a tool for managing the configuration of \ |
---|
15 | Unix systems. Etch can manage text or binary \ |
---|
16 | files, links and directories. The contents of \ |
---|
17 | files can be supplied from static files or \ |
---|
18 | generated on the fly by scripts or templates. \ |
---|
19 | Permissions and ownership as well as any pre or \ |
---|
20 | post commands to run when updating the file are \ |
---|
21 | configured in simple XML files. |
---|
22 | |
---|
23 | homepage http://etch.sourceforge.net/ |
---|
24 | platforms darwin |
---|
25 | |
---|
26 | master_sites sourceforge |
---|
27 | |
---|
28 | checksums md5 be35b195b53bb272718e89995481f425 \ |
---|
29 | sha1 cd1b41172e6911d609192ce71a908a3d359475ac \ |
---|
30 | rmd160 3fcce4df874aec68becd66da9e822f014f263d58 |
---|
31 | |
---|
32 | depends_build port:rb-rake |
---|
33 | depends_run port:facter |
---|
34 | |
---|
35 | worksrcdir ${worksrcdir}/client |
---|
36 | use_configure no |
---|
37 | build {} |
---|
38 | destroot.cmd ${prefix}/bin/rake |
---|
39 | destroot.target install\[${destroot}\] |
---|
40 | destroot.destdir |
---|
41 | |
---|