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

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Sat Apr 18 12:59:21 CEST 2009


Revision: 4396
          http://gar.svn.sourceforge.net/gar/?rev=4396&view=rev
Author:   idogan23
Date:     2009-04-18 10:59:19 +0000 (Sat, 18 Apr 2009)

Log Message:
-----------
pydes: initial commit

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


Property changes on: csw/mgar/pkg/pydes/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/pydes/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pydes/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pydes/trunk/Makefile	2009-04-18 10:59:19 UTC (rev 4396)
@@ -0,0 +1,34 @@
+GARNAME = pyDes
+GARVERSION = 2.0.0
+CATEGORIES = lang
+
+DESCRIPTION = implementation of the DES encryption algorithm
+define BLURB
+  implementation of the DES encryption algorithm
+endef
+
+MASTER_SITES = http://pydes.sourceforge.net/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = (\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 = 
+
+PACKAGES = CSWpydes
+REQUIRED_PKGS = CSWpython
+CATALOGNAME = pydes
+SPKG_DESC = implementation of the DES encryption algorithm
+
+ARCHALL = 1
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = $(WORKSRC)/setup.py
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+
+INSTALL_ARGS += --root=$(DESTDIR)
+INSTALL_ARGS += --prefix=$(prefix)
+include gar/category.mk


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