From 7c2778faeb7dbc2c2d1113f91af961bce92d8da9 Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 30 Oct 2005 22:08:43 +0000 Subject: Remove opensc-esteid. The functionality has been merged into the masterport. PR: ports/88008 Submitted by: maintainer --- security/Makefile | 1 - security/opensc-esteid/Makefile | 48 ---------------------------------- security/opensc-esteid/distinfo | 2 -- security/opensc-esteid/pkg-descr | 4 --- security/opensc-esteid/pkg-plist | 56 ---------------------------------------- 5 files changed, 111 deletions(-) delete mode 100644 security/opensc-esteid/Makefile delete mode 100644 security/opensc-esteid/distinfo delete mode 100644 security/opensc-esteid/pkg-descr delete mode 100644 security/opensc-esteid/pkg-plist (limited to 'security') diff --git a/security/Makefile b/security/Makefile index f3e569922d5f..03651385dc98 100644 --- a/security/Makefile +++ b/security/Makefile @@ -250,7 +250,6 @@ SUBDIR += opencdk SUBDIR += openct SUBDIR += opensc - SUBDIR += opensc-esteid SUBDIR += openscep SUBDIR += openssh SUBDIR += openssh-askpass diff --git a/security/opensc-esteid/Makefile b/security/opensc-esteid/Makefile deleted file mode 100644 index b3bced8a409b..000000000000 --- a/security/opensc-esteid/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: opensc-esteid -# Date created: 8 September 2003 -# Whom: Sven Petai -# -# $FreeBSD$ -# - -PORTNAME= esteid -PORTVERSION= 0.7.0.1 -PORTREVISION= 2 -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.1:${PORTSDIR}/devel/pcsc-lite - -USE_OPENLDAP= yes -INSTALLS_SHLIB= yes -USE_OPENSSL= yes -USE_INC_LIBTOOL_VER=13 -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 -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/PCSC" -USE_REINPLACE= yes - -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 - -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 (missing -fPIC)" -.endif - -post-patch: - ${REINPLACE_CMD} -e "s,LPCSTR,LPCTSTR," ${WRKSRC}/src/libopensc/reader-pcsc.c -.include diff --git a/security/opensc-esteid/distinfo b/security/opensc-esteid/distinfo deleted file mode 100644 index b1e17abd7ad4..000000000000 --- a/security/opensc-esteid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (opensc-esteid-0.7.0-1.tar.gz) = c9cd7d60d4da970d618ec48ed65694e8 -SIZE (opensc-esteid-0.7.0-1.tar.gz) = 818980 diff --git a/security/opensc-esteid/pkg-descr b/security/opensc-esteid/pkg-descr deleted file mode 100644 index b97dca987cf1..000000000000 --- a/security/opensc-esteid/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index 1204dcefd158..000000000000 --- a/security/opensc-esteid/pkg-plist +++ /dev/null @@ -1,56 +0,0 @@ -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 -- cgit