Revision: 72686 http://trac.macports.org/changeset/72686 Author: ryandesign@macports.org Date: 2010-10-23 15:13:11 -0700 (Sat, 23 Oct 2010) Log Message: ----------- augeas: new port, version 0.7.3; see #26877 Added Paths: ----------- trunk/dports/sysutils/augeas/ trunk/dports/sysutils/augeas/Portfile Added: trunk/dports/sysutils/augeas/Portfile =================================================================== --- trunk/dports/sysutils/augeas/Portfile (rev 0) +++ trunk/dports/sysutils/augeas/Portfile 2010-10-23 22:13:11 UTC (rev 72686) @@ -0,0 +1,34 @@ +# -*- 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 augeas +version 0.7.3 +categories sysutils +platforms darwin +maintainers nomaintainer + +description configuration editing tool + +long_description ${name} is a ${description}. It parses configuration \ + files in their native formats and transforms them \ + into a tree. Configuration changes are made by \ + manipulating this tree and saving it back into native \ + config files + +homepage http://www.augeas.net/ +master_sites ${homepage}download/ + +checksums sha1 35f3e19468aa08658aaf48daef7c476dce51ecf1 \ + rmd160 fa50cec34d3b353ae340085e51c9c9562e86a306 + +depends_lib port:readline + +# In file included from fa.c:37: +# internal.h:313: error: expected specifier-qualifier-list before 'locale_t' +configure.env-append ac_cv_func_uselocale=no + +livecheck.type regex +livecheck.url [lindex ${master_sites} 0] +livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} Property changes on: trunk/dports/sysutils/augeas/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native