Import py25-PyKCS11-1.2.1 as wip/py-kcs11.

PyKCS11 let you access to almost all PKCS#11 functions and data types
using any PKCS#11 library, such as the various modules supplied by
smartcard vendors
The wrapper comes with 2 interfaces: a low level and very thin
interface over the original PKCS#11 API, generated using the SWIG compiler
(designed for library tests); and an high level interface that
offers a simpler access (with few limits) to the PKCS#11 APIs.
This commit is contained in:
Kamel Ibn Aziz Derouiche 2009-06-17 23:22:44 +00:00 committed by Thomas Klausner
parent a1a1279953
commit 4718c8d451
4 changed files with 42 additions and 0 deletions

7
py-kcs11/DESCR Normal file
View file

@ -0,0 +1,7 @@
PyKCS11 let you access to almost all PKCS#11 functions and data types
using any PKCS#11 library, such as the various modules supplied by
smartcard vendors
The wrapper comes with 2 interfaces: a low level and very thin
interface over the original PKCS#11 API, generated using the SWIG compiler
(designed for library tests); and an high level interface that
offers a simpler access (with few limits) to the PKCS#11 APIs.

21
py-kcs11/Makefile Normal file
View file

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/06/17 23:22:44 jihbed Exp $
#
DISTNAME= PyKCS11-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pkcs11wrap/}
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://www.bit4id.org/trac/pykcs11
COMMENT= PKCS\#11 wrapper for Python
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

9
py-kcs11/PLIST Normal file
View file

@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/06/17 23:22:44 jihbed Exp $
${PYSITELIB}/PyKCS11/LowLevel.py
${PYSITELIB}/PyKCS11/LowLevel.pyc
${PYSITELIB}/PyKCS11/LowLevel.pyo
${PYSITELIB}/PyKCS11/_LowLevel.so
${PYSITELIB}/PyKCS11/__init__.py
${PYSITELIB}/PyKCS11/__init__.pyc
${PYSITELIB}/PyKCS11/__init__.pyo
@dirrm ${PYSITELIB}/PyKCS11

5
py-kcs11/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2009/06/17 23:22:44 jihbed Exp $
SHA1 (PyKCS11-1.2.1.tar.gz) = fd458228fa69e696b26f2ff0a6ad8b7a441a54bf
RMD160 (PyKCS11-1.2.1.tar.gz) = e3969da9d5dbb7071c9780850678e8ca43247f9e
Size (PyKCS11-1.2.1.tar.gz) = 137252 bytes