Augeas is a configuration editing tool. 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.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2010-06-02 16:48:12 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/augeas Makefile distinfo pkg-descr pkg-plist textproc/augeas/files patch-configure.ac patch-gnulib::lib::Makefile.am rcconf.aug test_rcconf.aug Log: Augeas is a configuration editing tool. 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. WWW: http://augeas.net PR: ports/146743 Submitted by: Russell Jackson <raj at csub.edu> Revision Changes Path 1.1465 +1 -0 ports/textproc/Makefile 1.1 +39 -0 ports/textproc/augeas/Makefile (new) 1.1 +3 -0 ports/textproc/augeas/distinfo (new) 1.1 +12 -0 ports/textproc/augeas/files/patch-configure.ac (new) 1.1 +11 -0 ports/textproc/augeas/files/patch-gnulib::lib::Makefile.am (new) 1.1 +21 -0 ports/textproc/augeas/files/rcconf.aug (new) 1.1 +24 -0 ports/textproc/augeas/files/test_rcconf.aug (new) 1.1 +3 -0 ports/textproc/augeas/pkg-descr (new) 1.1 +165 -0 ports/textproc/augeas/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!