[csw-devel] SF.net SVN: gar:[14567] csw/mgar/pkg/pakchois/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri May 13 13:14:13 CEST 2011


Revision: 14567
          http://gar.svn.sourceforge.net/gar/?rev=14567&view=rev
Author:   dmichelsen
Date:     2011-05-13 11:14:13 +0000 (Fri, 13 May 2011)

Log Message:
-----------
pakchois: Split packages and update to new defaults

Modified Paths:
--------------
    csw/mgar/pkg/pakchois/trunk/Makefile
    csw/mgar/pkg/pakchois/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/pakchois/trunk/files/COPYING

Modified: csw/mgar/pkg/pakchois/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pakchois/trunk/Makefile	2011-05-13 11:11:22 UTC (rev 14566)
+++ csw/mgar/pkg/pakchois/trunk/Makefile	2011-05-13 11:14:13 UTC (rev 14567)
@@ -9,18 +9,24 @@
 endef
 
 MASTER_SITES = http://www.manyfish.co.uk/pakchois/
-DISTFILES  = $(NAME)-$(VERSION).tar.gz
+DISTFILES  = $(DISTNAME).tar.gz
+DISTFILES += COPYING
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+VENDOR_URL = http://www.manyfish.co.uk/pakchois/
 
-SPKG_SOURCEURL = http://www.manyfish.co.uk/pakchois/
+PACKAGES += CSWlibpakchois0
+SPKG_DESC_CSWlibpakchois0 = Just another PKCS \#11 wrapper library, libpakchois.so.0
+PKGFILES_CSWlibpakchois0 = $(call pkgfiles_lib,libpakchois.so.0)
+RUNTIME_DEP_PKGS_CSWlibpakchois0 += CSWlibintl8
+OBSOLETED_BY_CSWlibpakchois0 = CSWpakchois
 
+PACKAGES += CSWlibpakchois-dev
+SPKG_DESC_CSWlibpakchois-dev = Development files for libpakchois.so.0
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibpakchois-dev = CSWlibpakchois0
+
 BUILD64 = 1
 NOISALIST = 1
 EXTRA_LINKER_FLAGS = -lintl
-CONFIGURE_ARGS = $(DIRPATHS)
 
-RUNTIME_DEP_PKGS = CSWggettextrt
-
 include gar/category.mk

Modified: csw/mgar/pkg/pakchois/trunk/checksums
===================================================================
--- csw/mgar/pkg/pakchois/trunk/checksums	2011-05-13 11:11:22 UTC (rev 14566)
+++ csw/mgar/pkg/pakchois/trunk/checksums	2011-05-13 11:14:13 UTC (rev 14567)
@@ -1 +1 @@
-218ad0256e514989299acdf4e86aaf3d  download/pakchois-0.4.tar.gz
+218ad0256e514989299acdf4e86aaf3d  pakchois-0.4.tar.gz

Added: csw/mgar/pkg/pakchois/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/pakchois/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/pakchois/trunk/files/COPYING	2011-05-13 11:14:13 UTC (rev 14567)
@@ -0,0 +1,38 @@
+/* 
+   pakchois PKCS#11 interface
+   Copyright (C) 2008, Joe Orton <joe at manyfish.co.uk>
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Library General Public
+   License as published by the Free Software Foundation; either
+   version 2 of the License, or (at your option) any later version.
+   
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Library General Public License for more details.
+
+   You should have received a copy of the GNU Library General Public
+   License along with this library; if not, write to the Free
+   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+   MA 02111-1307, USA
+
+*/
+
+/*
+  This interface is directly derived from the scute.org PKCS#11
+  cryptoki interface, which is:
+
+   Copyright 2006, 2007 g10 Code GmbH
+   Copyright 2006 Andreas Jellinghaus
+
+   This file is free software; as a special exception the author gives
+   unlimited permission to copy and/or distribute it, with or without
+   modifications, as long as this notice is preserved.
+
+   This file is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY, to the extent permitted by law; without even
+   the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+   PURPOSE.
+*/
+


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