Revision: 7770 http://gar.svn.sourceforge.net/gar/?rev=7770&view=rev Author: rthurner Date: 2009-12-28 05:30:41 +0000 (Mon, 28 Dec 2009)
Log Message: ----------- plzip - first check in. does not yet compile on solaris as a header file is claimed missing. Added Paths: ----------- csw/mgar/pkg/plzip/ csw/mgar/pkg/plzip/branches/ csw/mgar/pkg/plzip/tags/ csw/mgar/pkg/plzip/trunk/ csw/mgar/pkg/plzip/trunk/Makefile csw/mgar/pkg/plzip/trunk/checksums csw/mgar/pkg/plzip/trunk/files/ Property changes on: csw/mgar/pkg/plzip/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/plzip/trunk/Makefile =================================================================== --- csw/mgar/pkg/plzip/trunk/Makefile (rev 0) +++ csw/mgar/pkg/plzip/trunk/Makefile 2009-12-28 05:30:41 UTC (rev 7770) @@ -0,0 +1,28 @@ +GARNAME = plzip +GARVERSION = 0.1 +CATEGORIES = utils + +DESCRIPTION = plzip is a lossless data compressor based on the LZMA algorithm. +define BLURB + Lzip is a lossless data compressor based on the LZMA algorithm, with very safe + integrity checking and a user interface similar to the one of gzip or bzip2. Lzip + decompresses almost as fast as gzip and compresses better than bzip2, which makes + it well suited for software distribution and data archiving. + Currently only compression is performed in parallel. Parallel decompression is + planned to be implemented soon. +endef + +MASTER_SITES = http://download.savannah.gnu.org/releases/lzip/ +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 = + +GARCOMPILER = GNU +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk Added: csw/mgar/pkg/plzip/trunk/checksums =================================================================== --- csw/mgar/pkg/plzip/trunk/checksums (rev 0) +++ csw/mgar/pkg/plzip/trunk/checksums 2009-12-28 05:30:41 UTC (rev 7770) @@ -0,0 +1 @@ +8e736e5d24ca40046a2c52a5b4bebb62 plzip-0.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel