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.0 |
---|
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 2e1a8eeab7f1d7a861e4ed0c9d13d703 \ |
---|
29 | sha1 802682c80c913d7983cb4198ada1134f0b20f3f3 \ |
---|
30 | rmd160 661e86f32816385fea61f23c6fd883316c3f8144 |
---|
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 | |
---|