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

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Mon Dec 28 06:28:35 CET 2009


Revision: 7768
          http://gar.svn.sourceforge.net/gar/?rev=7768&view=rev
Author:   rthurner
Date:     2009-12-28 05:28:34 +0000 (Mon, 28 Dec 2009)

Log Message:
-----------
xz - first checkin. does not compile yet on solaris

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


Property changes on: csw/mgar/pkg/xz/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/xz/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xz/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xz/trunk/Makefile	2009-12-28 05:28:34 UTC (rev 7768)
@@ -0,0 +1,32 @@
+GARNAME = xz
+GARVERSION = 4.999.9beta
+CATEGORIES = utils
+
+DESCRIPTION = XZ Utils is free data compression software with high compression ratio
+define BLURB
+  XZ Utils is free general-purpose data compression software with high compression
+  ratio. XZ Utils were written for POSIX-like systems (GNU/Linux, *BSDs, etc.), but
+  also work on some not-so-POSIX systems like Windows. XZ is based on the LZMA2
+  algorithm. The implementation is much more heavywight than lzip.
+endef
+
+MASTER_SITES = http://tukaani.org/xz/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+#REQUIRED_PKGS = CSWgcc3core CSWgcc3corert CSWgcc4corert CSWggettextrt
+REQUIRED_PKGS = CSWgcc4corert CSWggettextrt
+
+# 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)
+
+# not able to figure out which target runs the tests in "tests"
+TEST_TARGET = 
+
+include gar/category.mk

Added: csw/mgar/pkg/xz/trunk/checksums
===================================================================
--- csw/mgar/pkg/xz/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/xz/trunk/checksums	2009-12-28 05:28:34 UTC (rev 7768)
@@ -0,0 +1 @@
+f2073579b6da2fe35d453adee1aaf1b2  xz-4.999.9beta.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