[csw-devel] SF.net SVN: gar:[5240] csw/mgar/pkg

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Jun 14 04:28:04 CEST 2009


Revision: 5240
          http://gar.svn.sourceforge.net/gar/?rev=5240&view=rev
Author:   bdwalton
Date:     2009-06-14 02:28:04 +0000 (Sun, 14 Jun 2009)

Log Message:
-----------
initial commit

Added Paths:
-----------
    csw/mgar/pkg/etckeeper/
    csw/mgar/pkg/etckeeper/branches/
    csw/mgar/pkg/etckeeper/tags/
    csw/mgar/pkg/etckeeper/trunk/
    csw/mgar/pkg/etckeeper/trunk/Makefile
    csw/mgar/pkg/etckeeper/trunk/checksums
    csw/mgar/pkg/etckeeper/trunk/files/


Property changes on: csw/mgar/pkg/etckeeper/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/etckeeper/trunk/Makefile
===================================================================
--- csw/mgar/pkg/etckeeper/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/etckeeper/trunk/Makefile	2009-06-14 02:28:04 UTC (rev 5240)
@@ -0,0 +1,40 @@
+GARNAME = etckeeper
+GARVERSION = 0.37
+CATEGORIES = utils
+
+DESCRIPTION = Versioning for /etc
+define BLURB
+etckeeper is a collection of tools to let /etc be stored in a git,
+mercurial, darcs, or bzr repository. It hooks into apt (and other package
+managers including yum and pacman-g2) to automatically commit changes made
+to /etc during package upgrades. It tracks file metadata that revison
+control systems do not normally support, but that is important for /etc,
+such as the permissions of /etc/shadow. It's quite modular and configurable,
+while also being simple to use if you understand the basics of working with
+revision control.
+endef
+
+PACKAGES = CSWetckeeper
+CATALOGNAME = CSWetckeeper
+ARCHALL_CSWetckeeper = 1
+
+REQUIRED_PKGS_CSWetckeeper = CSWgit CSWbash
+
+SPKG_DESC_CSWetckeeper = Versioning for /etc
+
+GIT_REPOS = git://git.kitenet.net/etckeeper
+GIT_TREEISH_etckeeper.git = HEAD
+GIT_USE_PROXY = 1
+
+# We define upstream file regex so we can be notifed of new upstream
+# software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of
+# MASTER_SITES, then uncomment the next line. Otherwise it is set by
+# default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk


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