summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2009-01-03 05:09:26 +0000
committerLadislav Hagara2009-01-03 05:09:26 +0000
commit7272097fd4bffecd0a815c415f64f8f4fc04a2b4 (patch)
treed2bfeabeff9d0788caa3b87c2f4e07078484533f
parent246f519e1ce7fe7b711a3d3fa972e392ce3d516e (diff)
crypto/pkcs11-helper: new spell, a PKCS#11 helper library
-rw-r--r--ChangeLog1
-rwxr-xr-xcrypto/pkcs11-helper/DETAILS16
-rw-r--r--crypto/pkcs11-helper/HISTORY3
3 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c19bbb9887..0ed605109a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2009-01-03 Ladislav Hagara <hgr@vabo.cz>
* audio-players/cdcd: new spell, a console CD player
+ * crypto/pkcs11-helper: new spell, a PKCS#11 helper library
2009-01-02 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* security/pam-imap: new spell, auth against imap server with pam
diff --git a/crypto/pkcs11-helper/DETAILS b/crypto/pkcs11-helper/DETAILS
new file mode 100755
index 0000000000..23397c777e
--- /dev/null
+++ b/crypto/pkcs11-helper/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pkcs11-helper
+ VERSION=1.06
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.opensc-project.org/files/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:b508a47c79ca8906b79b2c64ce40ac19f5fcb1464b0ae5cd1acf1c67ea4b6a22a1be1b6256d98717781ca1778923997c39ca9fe2848d0ff5d9150cf8d58de43d
+ LICENSE[0]=BSD
+ WEB_SITE=http://www.opensc-project.org/pkcs11-helper/
+ ENTERED=20090103
+ KEYWORDS="crypto"
+ SHORT="a library that simplifies the interaction with PKCS#11 providers"
+cat << EOF
+PKCS#11 is the de-facto standard to access cryptographic devices.
+pkcs11-helper is a library that simplifies the interaction with PKCS#11
+providers for end-user applications.
+EOF
diff --git a/crypto/pkcs11-helper/HISTORY b/crypto/pkcs11-helper/HISTORY
new file mode 100644
index 0000000000..d9f1bbaea7
--- /dev/null
+++ b/crypto/pkcs11-helper/HISTORY
@@ -0,0 +1,3 @@
+2009-01-03 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: created this spell, version 1.06
+