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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Aug 6 16:05:32 CEST 2009


Revision: 5877
          http://gar.svn.sourceforge.net/gar/?rev=5877&view=rev
Author:   dmichelsen
Date:     2009-08-06 14:05:31 +0000 (Thu, 06 Aug 2009)

Log Message:
-----------
libmcrypt: Initial commit, strangely the tests fail

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


Property changes on: csw/mgar/pkg/libmcrypt/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/libmcrypt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libmcrypt/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libmcrypt/trunk/Makefile	2009-08-06 14:05:31 UTC (rev 5877)
@@ -0,0 +1,29 @@
+GARNAME = libmcrypt
+GARVERSION = 2.5.8
+CATEGORIES = lib
+
+DESCRIPTION = GPL replacement for Unix crypt that supports a wide range of algorithms and modes
+define BLURB
+  mcrypt, and the accompanying libmcrypt, are intended to be replacements for the old
+  Unix crypt, except that they are under the GPL and support an ever-wider range of
+  algorithms and modes
+endef
+
+SF_PROJ = mcrypt
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+BUILD64 = 1
+NOISALIST = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-included-algos=cast-128,gost,rijndael-128,twofish,arcfour,cast-256,loki97,rijndael-192,saferplus,wake,blowfish-compat,des,rijndael-256,serpent,xtea,blowfish,enigma,rc2,tripledes
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+PATH := $(PATH):/opt/csw/gcc4/bin

Added: csw/mgar/pkg/libmcrypt/trunk/checksums
===================================================================
--- csw/mgar/pkg/libmcrypt/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libmcrypt/trunk/checksums	2009-08-06 14:05:31 UTC (rev 5877)
@@ -0,0 +1 @@
+c4f491dd411a09e9de3b8702ea6f73eb  download/libmcrypt-2.5.8.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