diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/opensc-esteid/Makefile | 37 | ||||
-rw-r--r-- | security/opensc-esteid/distinfo | 1 | ||||
-rw-r--r-- | security/opensc-esteid/pkg-descr | 4 | ||||
-rw-r--r-- | security/opensc-esteid/pkg-plist | 56 |
5 files changed, 99 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 346b4bc2614a..90205be60d75 100644 --- a/security/Makefile +++ b/security/Makefile @@ -187,6 +187,7 @@ SUBDIR += op SUBDIR += opencdk SUBDIR += opensc + SUBDIR += opensc-esteid SUBDIR += openssh SUBDIR += openssh-askpass SUBDIR += openssh-portable diff --git a/security/opensc-esteid/Makefile b/security/opensc-esteid/Makefile new file mode 100644 index 000000000000..0b987250b79f --- /dev/null +++ b/security/opensc-esteid/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: opensc-esteid +# Date created: 8 September 2003 +# Whom: Sven Petai <hadara@bsd.ee> +# +# $FreeBSD$ +# + +PORTNAME= esteid +PORTVERSION= 0.7.0.1 +CATEGORIES= security devel +MASTER_SITES= http://marie.vtl.ee/esteid/ +PKGNAMEPREFIX= opensc- +DISTNAME= opensc-esteid-0.7.0-1 + +MAINTAINER= hadara@bsd.ee +COMMENT= ISO 7816 Smartcard API Library (OpenSSH Compatible) + +LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite + +USE_OPENLDAP_VER= 20 +INSTALLS_SHLIB= yes +USE_OPENSSL= yes +USE_LIBTOOL= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-pcsclite=${LOCALBASE} \ + --with-ldap-lib=openldap \ + --with-ldap-dir=${LOCALBASE} \ + --with-plugin-dir=${LOCALBASE}/share/opensc/plugins + +MAN1= pkcs15-crypt.1 pkcs15-init.1 pkcs15-tool.1 \ + cryptoflex-tool.1 \ + opensc-config.1 opensc-explorer.1 opensc-tool.1 +MAN5= pkcs15-profile.5 +MAN7= pkcs15.7 opensc.7 + +.include <bsd.port.mk> diff --git a/security/opensc-esteid/distinfo b/security/opensc-esteid/distinfo new file mode 100644 index 000000000000..4c3fefae03ec --- /dev/null +++ b/security/opensc-esteid/distinfo @@ -0,0 +1 @@ +MD5 (opensc-esteid-0.7.0-1.tar.gz) = c9cd7d60d4da970d618ec48ed65694e8 diff --git a/security/opensc-esteid/pkg-descr b/security/opensc-esteid/pkg-descr new file mode 100644 index 000000000000..b97dca987cf1 --- /dev/null +++ b/security/opensc-esteid/pkg-descr @@ -0,0 +1,4 @@ +This is modified version of the OpenSC port that works with Estonian Electronic +ID card (EstEID). + +WWW: http://marie.vtl.ee/esteid/ diff --git a/security/opensc-esteid/pkg-plist b/security/opensc-esteid/pkg-plist new file mode 100644 index 000000000000..1204dcefd158 --- /dev/null +++ b/security/opensc-esteid/pkg-plist @@ -0,0 +1,56 @@ +bin/cryptoflex-tool +bin/esteid-tool +bin/opensc-config +bin/opensc-explorer +bin/opensc-tool +bin/pkcs15-crypt +bin/pkcs15-init +bin/pkcs15-tool +include/opensc/asn1.h +include/opensc/cardctl.h +include/opensc/emv.h +include/opensc/errors.h +include/opensc/log.h +include/opensc/opensc.h +include/opensc/pkcs15-init.h +include/opensc/pkcs15.h +include/opensc/scconf.h +include/opensc/scldap.h +include/opensc/scrandom.h +include/opensc/types.h +include/opensc/esteid.h +lib/libopensc.a +lib/libopensc.la +lib/libopensc.so +lib/libopensc.so.0 +lib/libpkcs15init.a +lib/libpkcs15init.la +lib/libpkcs15init.so +lib/libpkcs15init.so.0 +lib/libscam.a +lib/libscam.la +lib/libscam.so +lib/libscconf.a +lib/libscconf.la +lib/libscconf.so +lib/libscconf.so.0 +lib/libscldap.a +lib/libscldap.la +lib/libscldap.so +lib/libscldap.so.0 +lib/libscrandom.a +lib/pkcs11/opensc-pkcs11.so +lib/security/pam_opensc.a +lib/security/pam_opensc.la +lib/security/pam_opensc.so +share/opensc/flex.profile +share/opensc/gpk.profile +share/opensc/miocos.profile +share/opensc/opensc.conf.example +share/opensc/pkcs15.profile +share/opensc/scldap.conf.example +@dirrm include/opensc +@dirrm share/opensc/plugins +@dirrm share/opensc +@dirrm lib/security +@dirrm lib/pkcs11 |