[Lunar-commits] <moonbase> pakchois: version 0.4 added to moonbase (needed by new gnutls)

Duncan Gibson engelsman at lunar-linux.org
Sat Apr 23 16:55:04 CEST 2011


commit 23f6cfa156b3cfa7190f2c51ebc1770cae61b4ed
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date:   Sat Apr 23 16:55:04 2011 +0200

    pakchois: version 0.4 added to moonbase (needed by new gnutls)
    
    Note: downloads,compiles,installs OK but untested here - engelsman
---
 zbeta/pakchois/BUILD   |    7 +++++++
 zbeta/pakchois/DETAILS |   24 ++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/zbeta/pakchois/BUILD b/zbeta/pakchois/BUILD
new file mode 100644
index 0000000..f06db4c
--- /dev/null
+++ b/zbeta/pakchois/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS+=" --disable-static"  &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/pakchois/DETAILS b/zbeta/pakchois/DETAILS
new file mode 100644
index 0000000..0916c80
--- /dev/null
+++ b/zbeta/pakchois/DETAILS
@@ -0,0 +1,24 @@
+          MODULE=pakchois
+         VERSION=0.4
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.manyfish.co.uk/pakchois/
+      SOURCE_VFY=sha1:dea8a9a50ec06595b498bdefd1daacdb86e9ceda
+        WEB_SITE=http://www.manyfish.co.uk/pakchois/
+         ENTERED=20110407
+         UPDATED=20110407
+           SHORT="PKCS #11 wrapper library"
+
+cat << EOF
+pakchois is just another PKCS #11 wrapper library. It aims to provide
+a thin wrapper over the PKCS#11 interface. The goals are as follows:
+
+ 1. to offer a modern object-oriented C interface wrapper for PKCS#11
+ 2. to not hide or abstract away any details of the PKCS#11 interface
+    itself except where absolutely necessary
+ 3. to handle the details of loading DSOs
+ 4. to allow the caller to avoid caring about where on the system
+    PKCS#11 modules might be stored, or exactly how they are named
+ 5. to avoid any dependency on a particular cryptography toolkit
+
+Existing PKCS#11 wrapper libraries solutions differ in at least one of the above goals.
+EOF


More information about the Lunar-commits mailing list