[csw-devel] SF.net SVN: gar:[8886] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Feb 28 11:10:21 CET 2010
Revision: 8886
http://gar.svn.sourceforge.net/gar/?rev=8886&view=rev
Author: dmichelsen
Date: 2010-02-28 10:10:21 +0000 (Sun, 28 Feb 2010)
Log Message:
-----------
augeas: Initial commit, doesn't build yet
Added Paths:
-----------
csw/mgar/pkg/augeas/
csw/mgar/pkg/augeas/branches/
csw/mgar/pkg/augeas/tags/
csw/mgar/pkg/augeas/trunk/
csw/mgar/pkg/augeas/trunk/Makefile
csw/mgar/pkg/augeas/trunk/checksums
csw/mgar/pkg/augeas/trunk/files/
Property changes on: csw/mgar/pkg/augeas/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/augeas/trunk/Makefile
===================================================================
--- csw/mgar/pkg/augeas/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/augeas/trunk/Makefile 2010-02-28 10:10:21 UTC (rev 8886)
@@ -0,0 +1,22 @@
+GARNAME = augeas
+GARVERSION = 0.7.0
+CATEGORIES = lib
+
+DESCRIPTION = A configuration editing tool
+define BLURB
+ 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.
+endef
+
+MASTER_SITES = http://augeas.net/download/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+VENDOR_URL = http://augeas.net
+
+BUILD64 = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
Added: csw/mgar/pkg/augeas/trunk/checksums
===================================================================
--- csw/mgar/pkg/augeas/trunk/checksums (rev 0)
+++ csw/mgar/pkg/augeas/trunk/checksums 2010-02-28 10:10:21 UTC (rev 8886)
@@ -0,0 +1 @@
+a6a6a5515d7bbebe61c1e90db12eef72 augeas-0.7.0.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list