# -*- 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
# $Id: Portfile 74602 2010-12-22 23:38:58Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

name                etch
version             3.17.0
categories          sysutils
maintainers         aput.net:jheiss openmaintainer 

description         Etch is a system configuration management tool.

long_description    Etch is a tool for managing the configuration of \
                    Unix systems. Etch can manage text or binary \
                    files, links and directories. The contents of \
                    files can be supplied from static files or \
                    generated on the fly by scripts or templates. \
                    Permissions and ownership as well as any pre or \
                    post commands to run when updating the file are \
                    configured in simple XML files.

homepage            http://etch.sourceforge.net/
platforms           darwin

master_sites        sourceforge

checksums           md5     9b5216f62d4add225f50984cc07f630b \
                    sha1    a4bc1c61f349464ca793d858abeca08760bde6e5 \
                    rmd160  f827b360c69cceab1a864b11c7cf434b7c7a4a39

depends_build       port:rb-rake
depends_run         port:facter

worksrcdir          ${worksrcdir}/client
supported_archs     noarch
use_configure       no
build               {}
destroot.cmd        ${prefix}/bin/rake
destroot.target     install\[${destroot}\]
destroot.destdir
