From: <jh...@us...> - 2009-11-14 06:35:57
|
Revision: 155 http://etch.svn.sourceforge.net/etch/?rev=155&view=rev Author: jheiss Date: 2009-11-14 06:35:51 +0000 (Sat, 14 Nov 2009) Log Message: ----------- Config file for MacPorts Added Paths: ----------- trunk/client/Portfile Added: trunk/client/Portfile =================================================================== --- trunk/client/Portfile (rev 0) +++ trunk/client/Portfile 2009-11-14 06:35:51 UTC (rev 155) @@ -0,0 +1,50 @@ +# -*- 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$ + +PortSystem 1.0 + +name etch +version 3.11 +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 e462d44552ce628b2a2e121eb5825b62 \ + sha1 0cee484b291e89adaa46b1fccc763e14ccb41f90 \ + rmd160 5221532a9bba2b93274a8fd419dc4da6ec965e5e + +depends_build port:rb-rake +depends_run port:ruby \ + port:facter + +PortGroup ruby 1.0 + +# fetch +# extract +# patch +# configure +# build +# destroot + +use_configure no +build {} +test.run no +destroot.cmd rake +destroot.target install\[${destroot}\] +destroot.destdir "" + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |