Ticket #22532: Portfile

File Portfile, 1.5 KB (added by jheiss (Jason Heiss), 15 years ago)
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
5
6name                etch
7version             3.13
8categories          sysutils
9maintainers         aput.net:jheiss openmaintainer
10
11description         Etch is a system configuration management tool.
12
13long_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
22homepage            http://etch.sourceforge.net/
23platforms           darwin
24
25master_sites        sourceforge
26
27checksums           md5     bf1711881ab05607c092124c77464a39 \
28                    sha1    3a2e3e572b3d6f17bedefa45a6ea63efa88173b9 \
29                    rmd160  976789c545e4670fa9f6c9af4e9ea5a33a6ca975
30
31depends_build       port:rb-rake
32depends_run         port:ruby \
33                    port:facter
34
35PortGroup           ruby 1.0
36
37use_configure       no
38build               {}
39test.run            no
40destroot.cmd        cd client && rake
41destroot.target     install\[${destroot}\]
42destroot.destdir    ""
43