Ticket #26047: Portfile

File Portfile, 1.5 KB (added by jheiss (Jason Heiss), 14 years ago)

Updated Portfile for version 3.16.0 of etch

Line 
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
4PortSystem          1.0
5PortGroup           ruby 1.0
6
7name                etch
8version             3.16.0
9categories          sysutils
10maintainers         aput.net:jheiss openmaintainer
11
12description         Etch is a system configuration management tool.
13
14long_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
23homepage            http://etch.sourceforge.net/
24platforms           darwin
25
26master_sites        sourceforge
27
28checksums           md5     5ee5d5aad12f4d5271ae8b676419948f \
29                    sha1    c1e4d4496e8edd9adf85d9893a5fc56935703946 \
30                    rmd160  5fd7d9e84e966a2031a30d4da49ab822bfca746c
31
32depends_build       port:rb-rake
33depends_run         port:facter
34
35worksrcdir          ${worksrcdir}/client
36use_configure       no
37build               {}
38destroot.cmd        ${prefix}/bin/rake
39destroot.target     install\[${destroot}\]
40destroot.destdir
41