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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Jan 6 18:14:06 CET 2010


Revision: 7892
          http://gar.svn.sourceforge.net/gar/?rev=7892&view=rev
Author:   dmichelsen
Date:     2010-01-06 17:14:06 +0000 (Wed, 06 Jan 2010)

Log Message:
-----------
unzip: Initial commit, doesnt compile yet

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


Property changes on: csw/mgar/pkg/unzip/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/unzip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/unzip/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/unzip/trunk/Makefile	2010-01-06 17:14:06 UTC (rev 7892)
@@ -0,0 +1,30 @@
+GARNAME = unzip
+GARVERSION = 6.0
+CATEGORIES = utils
+
+DESCRIPTION = Info-Zip UnZip extraction utility for archives compressed in .zip format
+define BLURB
+endef
+
+SF_PROJ = infozip
+MASTER_SITES = $(SF_MIRRORS)
+DISTNAME = unzip60
+DISTFILES  = $(DISTNAME).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+SPKG_SOURCEURL = http://www.info-zip.org/
+
+LICENSE = LICENSE
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/unix/configure
+# CONFIGURE_ARGS = $(DIRPATHS)
+
+BUILD_SCRIPTS     = $(WORKSRC)/unix/Makefile
+BUILD_ARGS = sunos
+
+TEST_SCRIPTS      = $(WORKSRC)/unix/Makefile
+INSTALL_SCRIPTS   = $(WORKSRC)/unix/Makefile
+
+include gar/category.mk

Added: csw/mgar/pkg/unzip/trunk/checksums
===================================================================
--- csw/mgar/pkg/unzip/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/unzip/trunk/checksums	2010-01-06 17:14:06 UTC (rev 7892)
@@ -0,0 +1 @@
+62b490407489521db863b523a7f86375  unzip60.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