[csw-devel] SF.net SVN: gar:[5226] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jun 10 18:17:08 CEST 2009
Revision: 5226
http://gar.svn.sourceforge.net/gar/?rev=5226&view=rev
Author: dmichelsen
Date: 2009-06-10 16:17:08 +0000 (Wed, 10 Jun 2009)
Log Message:
-----------
libmhash: Initial commit
Added Paths:
-----------
csw/mgar/pkg/libmhash/
csw/mgar/pkg/libmhash/branches/
csw/mgar/pkg/libmhash/tags/
csw/mgar/pkg/libmhash/trunk/
csw/mgar/pkg/libmhash/trunk/Makefile
csw/mgar/pkg/libmhash/trunk/checksums
csw/mgar/pkg/libmhash/trunk/files/
Property changes on: csw/mgar/pkg/libmhash/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/libmhash/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libmhash/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libmhash/trunk/Makefile 2009-06-10 16:17:08 UTC (rev 5226)
@@ -0,0 +1,27 @@
+GARNAME = mhash
+GARVERSION = 0.9.9.9
+CATEGORIES = lib
+
+DESCRIPTION = A uniform interface to a large number of hash algorithms
+define BLURB
+ Mhash is a free (under GNU Lesser GPL) library which provides a uniform
+ interface to a large number of hash algorithms. These algorithms can be
+ used to compute checksums, message digests, and other signatures.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+EXTRA_CPPFLAGS = -D__const=const
+
+BUILD64 = 1
+NOISALIST = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+PACKAGES = CSWlibmhash
+
+include gar/category.mk
Added: csw/mgar/pkg/libmhash/trunk/checksums
===================================================================
--- csw/mgar/pkg/libmhash/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libmhash/trunk/checksums 2009-06-10 16:17:08 UTC (rev 5226)
@@ -0,0 +1 @@
+f91c74f9ccab2b574a98be5bc31eb280 download/mhash-0.9.9.9.tar.bz2
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