1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Remove ifd-devkit, it conflicts with its dependency and it should not

be installed anyway
This commit is contained in:
Tilman Keskinoz 2012-06-08 10:37:00 +00:00
parent 5943ec5f33
commit d8fce8c692
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298749
7 changed files with 1 additions and 111 deletions

1
MOVED
View File

@ -3460,3 +3460,4 @@ sysutils/linux-megacli|sysutils/megacli|2012-06-06|Removed: native version avail
ftp/wu-ftpd+ipv6||2012-06-07|Removed: Upstream disappeared and distfile is no longer available
sysutils/pwgen2|sysutils/pwgen|2012-06-07|pwgen2 is a continuation of pwgen that fixes several serious bugs
x11-toolkits/xforms-i18n||2012-06-08|Has expired: BROKEN for more than 6 month
security/ifd-devkit||2012-06-08|Conflicts with dependency, not useful

View File

@ -211,7 +211,6 @@
SUBDIR += iaikpkcs11wrapper
SUBDIR += idea
SUBDIR += identify
SUBDIR += ifd-devkit
SUBDIR += ifd-slb_rf60
SUBDIR += ike
SUBDIR += ike-scan

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (ifd-devkit-1.0.0.tar.gz) = b6be7eaaa68a1965197a572bc1fe6eaf19a2f9d3b4f7118a10602a0d9ec21423
SIZE (ifd-devkit-1.0.0.tar.gz) = 26107

View File

@ -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>

View File

@ -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

View File

@ -1,3 +0,0 @@
lib/libgen_ifd.so
include/ifdhandler.h
include/pcscdefines.h