aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2012-06-08 18:37:00 +0800
committerarved <arved@FreeBSD.org>2012-06-08 18:37:00 +0800
commit2ad34fa01f00cae8d3d719dee6c2dad890c23164 (patch)
tree15fa0a42c69a9ece9a207ef8914497e8bb8119b5 /security
parente2db60e8aabaff06057162453437cd4845c3c0e6 (diff)
downloadfreebsd-ports-gnome-2ad34fa01f00cae8d3d719dee6c2dad890c23164.tar.gz
freebsd-ports-gnome-2ad34fa01f00cae8d3d719dee6c2dad890c23164.tar.zst
freebsd-ports-gnome-2ad34fa01f00cae8d3d719dee6c2dad890c23164.zip
Remove ifd-devkit, it conflicts with its dependency and it should not
be installed anyway
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/ifd-devkit/Makefile29
-rw-r--r--security/ifd-devkit/distinfo2
-rw-r--r--security/ifd-devkit/files/patch-Makefile68
-rw-r--r--security/ifd-devkit/pkg-descr8
-rw-r--r--security/ifd-devkit/pkg-plist3
6 files changed, 0 insertions, 111 deletions
diff --git a/security/Makefile b/security/Makefile
index 8034439cc70f..5239c94010a5 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -211,7 +211,6 @@
SUBDIR += iaikpkcs11wrapper
SUBDIR += idea
SUBDIR += identify
- SUBDIR += ifd-devkit
SUBDIR += ifd-slb_rf60
SUBDIR += ike
SUBDIR += ike-scan
diff --git a/security/ifd-devkit/Makefile b/security/ifd-devkit/Makefile
deleted file mode 100644
index 1e818be479b0..000000000000
--- a/security/ifd-devkit/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: ifd-devkit
-# Date created: 23 August 2002
-# Whom: Bruce M Simpson
-#
-# $FreeBSD$
-#
-
-PORTNAME= ifd-devkit
-PORTVERSION= 1.0.0
-PORTREVISION= 1
-CATEGORIES= security
-MASTER_SITES= http://www.linuxnet.com/drivers/readers/files/
-
-MAINTAINER= arved@FreeBSD.org
-COMMENT= IFD Handler Developer's Kit for MUSCLE PC/SC Lite
-
-LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
-
-USE_LDCONFIG= yes
-
-NOMAN=
-
-DEPRECATED= Conflicts with its dependency. Has not been updated for years
-EXPIRATION_DATE=2012-05-21
-
-.include <bsd.port.mk>
diff --git a/security/ifd-devkit/distinfo b/security/ifd-devkit/distinfo
deleted file mode 100644
index 3ec7d72320fa..000000000000
--- a/security/ifd-devkit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ifd-devkit-1.0.0.tar.gz) = b6be7eaaa68a1965197a572bc1fe6eaf19a2f9d3b4f7118a10602a0d9ec21423
-SIZE (ifd-devkit-1.0.0.tar.gz) = 26107
diff --git a/security/ifd-devkit/files/patch-Makefile b/security/ifd-devkit/files/patch-Makefile
deleted file mode 100644
index 04909cae4d6c..000000000000
--- a/security/ifd-devkit/files/patch-Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
---- Makefile.orig Tue Aug 1 20:36:42 2000
-+++ Makefile Wed Aug 28 14:53:02 2002
-@@ -1,31 +1,37 @@
--# Muscle Smartcard Development
--# Makefile
--# David Corcoran
-+#
-+# BSD makefile for ifd-gen (in ifd-devkit)
-+#
-+
-+LIBDIR= ${PREFIX}/lib
-+INCLUDEDIR= ${PREFIX}/include
-+INCSDIR= ${PREFIX}/include
-+
-+SHLIB_NAME= libgen_ifd.so
-+SHLIB_MAJOR= 1
-+SHLIB_MINOR= 0
-+
-+NOMAN= 1
-+NOPROFILE= 1
-+
-+.if !defined(NO_DEBUG)
-+CFLAGS+= -g -Wall
-+.endif
-+
-+CFLAGS+= -I.
-+CFLAGS+= -I${DESTDIR}${PREFIX}${INCSDIR}
-+
-+LDFLAGS+= -L${DESTDIR}${PREFIX}/lib
-+LDADD+= -lpcsclite
-+
-+.if !defined(NO_PCSC_DEBUG)
-+CFLAGS+= -DPCSC_DEBUG=1
-+.if defined(PCSC_ATR_DEBUG)
-+CFLAGS+= -DATR_DEBUG=1
-+.endif
-+.endif
-
--CC = cc
--CFLAGS = -g -fpic -w
--LD = ld
--LEX = flex
--OBJ := $(filter-out test.o, $(patsubst %.c,%.o,$(wildcard *.c)))
--INCLUDE = -I.
-+SRCS= ifdhandler.c
-+INCS= ifdhandler.h pcscdefines.h
-
--MAKEXE = make
--LIBNAME = libgen_ifd.dylib
--PREFIX = /usr/local/pcsc
--
--DEFS = -DPCSC_DEBUG=1 #-DATR_DEBUG=1
--
--all: unix
--
--clean:
-- rm -f *.o $(LIBNAME) core
--
--osx: $(OBJ)
-- $(CC) -dynamiclib $(OBJ) -o $(LIBNAME)
--
--unix: $(OBJ)
-- $(LD) -shared $(OBJ) -o $(LIBNAME)
--
--$(patsubst %.c,%.o,$(wildcard *.c)) : %.o : %.c
-- $(CC) $(CFLAGS) -c $< $(INCLUDE) $(DEFS)
-+.include <bsd.lib.mk>
-
diff --git a/security/ifd-devkit/pkg-descr b/security/ifd-devkit/pkg-descr
deleted file mode 100644
index a9396fb49f7c..000000000000
--- a/security/ifd-devkit/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This is the developer's kit for a PC/SC driver for Unix and Mac OS X.
-Please refer to the documentation in PDF format in the docs directory
-for a complete guide to creating your own driver.
-
-WWW: http://www.linuxnet.com/sourcedrivers.html
-
-Bruce
-bms@spc.org
diff --git a/security/ifd-devkit/pkg-plist b/security/ifd-devkit/pkg-plist
deleted file mode 100644
index 0abf7565e025..000000000000
--- a/security/ifd-devkit/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-lib/libgen_ifd.so
-include/ifdhandler.h
-include/pcscdefines.h