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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Apr 18 22:11:29 CEST 2010


Revision: 9689
          http://gar.svn.sourceforge.net/gar/?rev=9689&view=rev
Author:   bdwalton
Date:     2010-04-18 20:11:29 +0000 (Sun, 18 Apr 2010)

Log Message:
-----------
quilt: initial commit; takeover from Murry Jensen

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


Property changes on: csw/mgar/pkg/quilt/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/quilt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/quilt/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/quilt/trunk/Makefile	2010-04-18 20:11:29 UTC (rev 9689)
@@ -0,0 +1,27 @@
+GARNAME = quilt
+GARVERSION = 0.48
+CATEGORIES = utils
+
+DESCRIPTION = A patch management tooln
+define BLURB
+Quilt allows you to easily manage large numbers of patches by keeping
+track of the changes each patch makes. Patches can be applied,
+un-applied, refreshed, and more.
+
+Quilt originally was based on Andrew Morton's patch scripts found at
+http://www.zip.com.au/~akpm/linux/patches/.
+endef
+
+MASTER_SITES = http://mirror.csclub.uwaterloo.ca/nongnu/quilt/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# 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

Added: csw/mgar/pkg/quilt/trunk/checksums
===================================================================
--- csw/mgar/pkg/quilt/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/quilt/trunk/checksums	2010-04-18 20:11:29 UTC (rev 9689)
@@ -0,0 +1 @@
+f77adda60039ffa753f3c584a286f12b  quilt-0.48.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