Sat Jul 3 04:59:19 2010 UTC ()
gnupg-pkcs11 is a project to implement a BSD-licensed smart-card
daemon to enable the use of PKCS#11 tokens with GnuPG. The motivation
behind this project originates in the following two threads:

 * http://lists.gnupg.org/pipermail/gnupg-users/2006-February/027964.html
 * http://lists.gnupg.org/pipermail/gnupg-devel/2004-November/021522.html
 * http://lists.gnupg.org/pipermail/gnupg-users/2004-November/023673.html

PKCS#11 is the de-facto standard for accessing cryptographic tokens,
and thus we strongly disagree with WK's attitude towards it.

The patch mentioned in the above threads is unmaintained, so we
decided to implement PKCS#11 support "the right way". gnupg-pkcs11
is a (hopefully) drop-in replacement for the smart-card daemon
(scd) shipped with GnuPG.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(manu)
diff -r0 -r1.1.1.1 pkgsrc/security/gnupg-pkcs11-scd/Makefile
diff -r0 -r1.1.1.1 pkgsrc/security/gnupg-pkcs11-scd/PLIST
diff -r0 -r1.1.1.1 pkgsrc/security/gnupg-pkcs11-scd/DESCR
diff -r0 -r1.1.1.1 pkgsrc/security/gnupg-pkcs11-scd/distinfo

File Added: pkgsrc/security/gnupg-pkcs11-scd/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/07/03 04:59:19 manu Exp $
#

VERSION=	0.7.0
DISTNAME=	gnupg-pkcs11-scd-${VERSION}
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=gnupg-pkcs11/gnupg-pkcs11-scd/${VERSION}/}
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://gnupg-pkcs11.sourceforge.net/
COMMENT=	OpenSC smart card support for GnuPG
LICENSE=	modified-bsd

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=	yes
USE_TOOLS+=     pkg-config
LIBS.OperatingSystem+=	-ldl
CONFIGURE_ARGS+=	--with-libgpg-error-prefix=${PREFIX}
CONFIGURE_ARGS+=	--with-libassuan-prefix=${PREFIX}
CONFIGURE_ARGS+=	--with-libgcrypt-prefix=${PREFIX}

.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../security/pkcs11-helper/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../security/libassuan2/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"

# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/security/gnupg-pkcs11-scd/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/03 04:59:19 manu Exp $
bin/gnupg-pkcs11-scd
share/doc/gnupg-pkcs11-scd/gnupg-pkcs11-scd.conf.example
share/doc/gnupg-pkcs11-scd/README
share/doc/gnupg-pkcs11-scd/COPYING
man/man1/gnupg-pkcs11-scd.1

File Added: pkgsrc/security/gnupg-pkcs11-scd/DESCR
gnupg-pkcs11 is a project to implement a BSD-licensed smart-card
daemon to enable the use of PKCS#11 tokens with GnuPG. The motivation
behind this project originates in the following two threads:

 * http://lists.gnupg.org/pipermail/gnupg-users/2006-February/027964.html
 * http://lists.gnupg.org/pipermail/gnupg-devel/2004-November/021522.html
 * http://lists.gnupg.org/pipermail/gnupg-users/2004-November/023673.html

PKCS#11 is the de-facto standard for accessing cryptographic tokens,
and thus we strongly disagree with WK's attitude towards it.

The patch mentioned in the above threads is unmaintained, so we
decided to implement PKCS#11 support "the right way". gnupg-pkcs11
is a (hopefully) drop-in replacement for the smart-card daemon
(scd) shipped with GnuPG.

File Added: pkgsrc/security/gnupg-pkcs11-scd/distinfo
$NetBSD: distinfo,v 1.1.1.1 2010/07/03 04:59:19 manu Exp $

SHA1 (gnupg-pkcs11-scd-0.7.0.tar.bz2) = 66f83d11c17be43da63d6ccd2478a38251e4cd9c
RMD160 (gnupg-pkcs11-scd-0.7.0.tar.bz2) = 0b21a8dd907523df795dfbc5e8e84ee78d6618b4
Size (gnupg-pkcs11-scd-0.7.0.tar.bz2) = 120460 bytes