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 | |
---|
6 | name etch |
---|
7 | version 3.13 |
---|
8 | categories sysutils |
---|
9 | maintainers aput.net:jheiss openmaintainer |
---|
10 | |
---|
11 | description Etch is a system configuration management tool. |
---|
12 | |
---|
13 | long_description Etch is a tool for managing the configuration of \ |
---|
14 | Unix systems. Etch can manage text or binary \ |
---|
15 | files, links and directories. The contents of \ |
---|
16 | files can be supplied from static files or \ |
---|
17 | generated on the fly by scripts or templates. \ |
---|
18 | Permissions and ownership as well as any pre or \ |
---|
19 | post commands to run when updating the file are \ |
---|
20 | configured in simple XML files. |
---|
21 | |
---|
22 | homepage http://etch.sourceforge.net/ |
---|
23 | platforms darwin |
---|
24 | |
---|
25 | master_sites sourceforge |
---|
26 | |
---|
27 | checksums md5 bf1711881ab05607c092124c77464a39 \ |
---|
28 | sha1 3a2e3e572b3d6f17bedefa45a6ea63efa88173b9 \ |
---|
29 | rmd160 976789c545e4670fa9f6c9af4e9ea5a33a6ca975 |
---|
30 | |
---|
31 | depends_build port:rb-rake |
---|
32 | depends_run port:ruby \ |
---|
33 | port:facter |
---|
34 | |
---|
35 | PortGroup ruby 1.0 |
---|
36 | |
---|
37 | use_configure no |
---|
38 | build {} |
---|
39 | test.run no |
---|
40 | destroot.cmd cd client && rake |
---|
41 | destroot.target install\[${destroot}\] |
---|
42 | destroot.destdir "" |
---|
43 | |
---|