[csw-devel] SF.net SVN: gar:[7769] csw/mgar/pkg
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Mon Dec 28 06:29:29 CET 2009
Revision: 7769
http://gar.svn.sourceforge.net/gar/?rev=7769&view=rev
Author: rthurner
Date: 2009-12-28 05:29:29 +0000 (Mon, 28 Dec 2009)
Log Message:
-----------
pxz - first check in. does not extract with gar, as download is in xz format.
Added Paths:
-----------
csw/mgar/pkg/pxz/
csw/mgar/pkg/pxz/branches/
csw/mgar/pkg/pxz/tags/
csw/mgar/pkg/pxz/trunk/
csw/mgar/pkg/pxz/trunk/Makefile
csw/mgar/pkg/pxz/trunk/checksums
csw/mgar/pkg/pxz/trunk/files/
Property changes on: csw/mgar/pkg/pxz/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/pxz/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pxz/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/pxz/trunk/Makefile 2009-12-28 05:29:29 UTC (rev 7769)
@@ -0,0 +1,25 @@
+GARNAME = pxz
+GARVERSION = 4.999.9beta.20091201git
+CATEGORIES = utils
+
+DESCRIPTION = pxz is a lossless data compressor based on the LZMA algorithm.
+define BLURB
+ Parallel XZ is a compression utility that takes advantage of running LZMA compression
+ of different parts of an input file on multiple cores and processors simultaneously.
+ Its primary goal is to utilize all resources to speed up compression time with minimal
+ possible influence on compression ratio.
+endef
+
+MASTER_SITES = http://jnovy.fedorapeople.org/pxz/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.xz
+
+# 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/pxz/trunk/checksums
===================================================================
--- csw/mgar/pkg/pxz/trunk/checksums (rev 0)
+++ csw/mgar/pkg/pxz/trunk/checksums 2009-12-28 05:29:29 UTC (rev 7769)
@@ -0,0 +1 @@
+4ae3926185978f5c95c9414dc4634451 pxz-4.999.9beta.20091201git.tar.xz
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