aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-06 02:42:55 +0800
committermiwi <miwi@FreeBSD.org>2007-01-06 02:42:55 +0800
commit4501b081fc4b27b219cc74a74d3c7990f3050946 (patch)
tree276450261b494e970ca64b49bd0bd964c59f47d2 /security
parent696f206b226edc89f6351d4a780b1ba76987f20d (diff)
downloadfreebsd-ports-gnome-4501b081fc4b27b219cc74a74d3c7990f3050946.tar.gz
freebsd-ports-gnome-4501b081fc4b27b219cc74a74d3c7990f3050946.tar.zst
freebsd-ports-gnome-4501b081fc4b27b219cc74a74d3c7990f3050946.zip
2007-01-01 graphics/teddy: No new releases in the past 4 years
2007-01-01 net/arla: "does not compile" 2007-01-02 sysutils/lsmlib: distfile and homepage disappeared 2007-01-02 security/ifd-gpr400: distfile and homepage disappeared 2007-01-04 science/mmtk: distfile and homepage disappeared 2007-01-04 print/xtem: distfile and homepage disappeared 2007-01-04 net/mrt: distfile and homepage disappeared
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/ifd-gpr400/Makefile30
-rw-r--r--security/ifd-gpr400/distinfo3
-rw-r--r--security/ifd-gpr400/files/patch-Makefile67
-rw-r--r--security/ifd-gpr400/files/patch-gpr400.h11
-rw-r--r--security/ifd-gpr400/files/patch-gpr400_ifd.c28
-rw-r--r--security/ifd-gpr400/files/patch-pcscdefines.h18
-rw-r--r--security/ifd-gpr400/pkg-descr14
-rw-r--r--security/ifd-gpr400/pkg-plist2
9 files changed, 0 insertions, 174 deletions
diff --git a/security/Makefile b/security/Makefile
index e8af25f09081..0fc7fe019244 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -179,7 +179,6 @@
SUBDIR += identify
SUBDIR += ifd-devkit
SUBDIR += ifd-gempc410
- SUBDIR += ifd-gpr400
SUBDIR += ifd-slb_rf60
SUBDIR += ike-scan
SUBDIR += integrit
diff --git a/security/ifd-gpr400/Makefile b/security/ifd-gpr400/Makefile
deleted file mode 100644
index f703360c7b4e..000000000000
--- a/security/ifd-gpr400/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: ifd-gpr400
-# Date created: 23 August 2002
-# Whom: Bruce M Simpson
-#
-# $FreeBSD$
-#
-
-PORTNAME= ifd-gpr400
-PORTVERSION= 0.3
-CATEGORIES= security
-MASTER_SITES= http://www.innovationsw.com/~jaiger/downloads/smartcard/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= PC/SC Lite driver for Gemplus GPR400 PCMCIA Smart Card Readers
-
-BUILD_DEPENDS= ${LOCALBASE}/include/ifdhandler.h:${PORTSDIR}/security/ifd-devkit
-LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
-
-BROKEN= Does not compile
-
-DEPRECATED= distfile and homepage disappeared
-EXPIRATION_DATE= 2007-01-02
-
-MAKE_ENV+= DESTDIR="${PREFIX}"
-
-USE_LDCONFIG= yes
-
-NOMAN=
-
-.include <bsd.port.mk>
diff --git a/security/ifd-gpr400/distinfo b/security/ifd-gpr400/distinfo
deleted file mode 100644
index 7bba11e2ba2a..000000000000
--- a/security/ifd-gpr400/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ifd-gpr400-0.3.tar.gz) = 3c990234519aad05ffb1c0fb4c7b0a1c
-SHA256 (ifd-gpr400-0.3.tar.gz) = 4e3c7319e9bf43ba723a75d74d5ef0107e99960b10c17405078a4c38c6e85176
-SIZE (ifd-gpr400-0.3.tar.gz) = 16453
diff --git a/security/ifd-gpr400/files/patch-Makefile b/security/ifd-gpr400/files/patch-Makefile
deleted file mode 100644
index 2fe1fd689fe1..000000000000
--- a/security/ifd-gpr400/files/patch-Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
---- Makefile.orig Thu Aug 9 07:14:42 2001
-+++ Makefile Mon Apr 11 21:07:03 2005
-@@ -1,36 +1,39 @@
--# GPR400 IFD Handler Makefile
--#
--# Author: Joe Phillips <joe.phillips@innovationsw.com>
--# Based on the IFD Devkit Makefile by David Corcoran and MUSCLE
- #
--# $Id: Makefile,v 1.2 2001/08/09 05:14:42 jaiger Exp $
-+# BSD makefile for ifd-gpr400
- #
-
--CC = cc
--CFLAGS = -g -fpic -w
--LD = ld
--LEX = flex
--OBJ := $(filter-out test.o, $(patsubst %.c,%.o,$(wildcard *.c)))
--INCLUDE = -I.
-+DESTDIR?= ${PREFIX}
-
--MAKEXE = make
--LIBNAME = libgpr400_ifd.so
--PREFIX = /usr/local/pcsc
-+# XXX
-+LIBDIR= /lib
-+#LIBDIR= /pcsc
-+INCSDIR= /include
-
--DEFS = -DPCSC_DEBUG=1 #-DATR_DEBUG=1
-+SHLIB_NAME= libgpr400_ifd.so
-+SHLIB_MAJOR= 0
-+SHLIB_MINOR= 3
-
--all: unix
-+NOMAN= 1
-+NOPROFILE= 1
-
--clean:
-- rm -f *.o $(LIBNAME) core
-+.if !defined(NO_DEBUG)
-+CFLAGS+= -g -Wall
-+.endif
-
--osx: $(OBJ)
-- $(CC) -dynamiclib $(OBJ) -o $(LIBNAME)
-+GPRDEVNAME?= /dev/gprsc0
-
--unix: $(OBJ)
-- $(LD) -shared $(OBJ) -o $(LIBNAME)
-+CFLAGS+= -I. -I${DESTDIR}${INCSDIR}/PCSC -I${DESTDIR}${INCSDIR} -DGPRDEVNAME=\"${GPRDEVNAME}\"
-+LDFLAGS+= -L${DESTDIR}/lib
-+LDADD+= -lpcsclite
-
--$(patsubst %.c,%.o,$(wildcard *.c)) : %.o : %.c
-- $(CC) $(CFLAGS) -c $< $(INCLUDE) $(DEFS)
-+.if !defined(NO_PCSC_DEBUG)
-+CFLAGS+= -DPCSC_DEBUG=1
-+.if defined(PCSC_ATR_DEBUG)
-+CFLAGS+= -DATR_DEBUG=1
-+.endif
-+.endif
-
--##
-+SRCS= gpr400_ifd.c
-+INCS= gpr400.h
-+
-+.include <bsd.lib.mk>
diff --git a/security/ifd-gpr400/files/patch-gpr400.h b/security/ifd-gpr400/files/patch-gpr400.h
deleted file mode 100644
index 3c5624b5f1cc..000000000000
--- a/security/ifd-gpr400/files/patch-gpr400.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- gpr400.h.orig Thu Aug 9 03:14:27 2001
-+++ gpr400.h Sun Sep 8 18:10:47 2002
-@@ -18,7 +18,7 @@
- #ifndef gpr400_h
- #define gpr400_h
-
--#include <linux/ioctl.h>
-+#include <sys/ioccom.h>
-
- /*
- * Structure used to fetch reader status information
diff --git a/security/ifd-gpr400/files/patch-gpr400_ifd.c b/security/ifd-gpr400/files/patch-gpr400_ifd.c
deleted file mode 100644
index eab88a809cfc..000000000000
--- a/security/ifd-gpr400/files/patch-gpr400_ifd.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- gpr400_ifd.c.orig Wed Aug 22 04:21:43 2001
-+++ gpr400_ifd.c Mon Apr 11 21:09:23 2005
-@@ -77,7 +77,7 @@
- printf("IFDHCreateChannel:\n");
- #endif
- if(gpr_fd < 0){
-- gpr_fd= open("/dev/gpr400", O_RDWR);
-+ gpr_fd= open(GPRDEVNAME, O_RDWR);
- if(gpr_fd < 0){
- return IFD_COMMUNICATION_ERROR;
- }
-@@ -597,16 +597,6 @@
- RxLength should be zero on error.
- *
- **/
--RESPONSECODE IFDHControl ( DWORD Lun, PUCHAR TxBuffer,
-- DWORD TxLength, PUCHAR RxBuffer,
-- PDWORD RxLength )
--{
--#ifdef PCSC_DEBUG
-- printf("IFDHControl:\n");
--#endif
-- return IFD_NOT_SUPPORTED;
--
--}/* IFDHControl */
-
- /**
- * check if there is a smartcard in the reader
diff --git a/security/ifd-gpr400/files/patch-pcscdefines.h b/security/ifd-gpr400/files/patch-pcscdefines.h
deleted file mode 100644
index a769c874a105..000000000000
--- a/security/ifd-gpr400/files/patch-pcscdefines.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- pcscdefines.h.orig Thu Aug 9 03:14:27 2001
-+++ pcscdefines.h Sun Sep 8 18:10:47 2002
-@@ -18,6 +18,7 @@
-
- /* Defines a list of pseudo types. */
-
-+#if !defined(__FreeBSD__)
- typedef unsigned long DWORD;
- typedef unsigned long* PDWORD;
- typedef unsigned char UCHAR;
-@@ -25,6 +26,7 @@
- typedef char* LPSTR;
- typedef long RESPONSECODE;
- typedef void VOID;
-+#endif
-
- #define MAX_RESPONSE_SIZE 264
- #define MAX_ATR_SIZE 33
diff --git a/security/ifd-gpr400/pkg-descr b/security/ifd-gpr400/pkg-descr
deleted file mode 100644
index d1c2f38b30f7..000000000000
--- a/security/ifd-gpr400/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-
-This is the IFD driver for the Gemplus GPR400 PCMCIA Smart Card Reader,
-written by Joe Phillips <joe.phillips@innovationsw.com>. This particular
-reader has been rebranded as part of the IBM SecureWay Smart Card Kit.
-
-It requires the pcsc-lite library in order to build and be useful. Once you
-have installed and configured this IFD driver on your system, you should
-be able to access the device using CITI's libsectok library, if compiled
-with pcsc-lite support.
-
-WWW: http://www.innovationsw.com/~jaiger/downloads/smartcard.html
-
-Bruce
-bms@spc.org
diff --git a/security/ifd-gpr400/pkg-plist b/security/ifd-gpr400/pkg-plist
deleted file mode 100644
index 2d0e7103199c..000000000000
--- a/security/ifd-gpr400/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/libgpr400_ifd.so
-include/gpr400.h