head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2012.06.08.10.37.00;	author arved;	state dead;
branches;
next	1.11;

1.11
date	2012.05.07.10.23.13;	author arved;	state Exp;
branches;
next	1.10;

1.10
date	2010.05.30.17.39.02;	author arved;	state Exp;
branches;
next	1.9;

1.9
date	2006.11.17.09.09.41;	author arved;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.02.16.51.07;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2006.08.31.16.15.43;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2006.08.15.01.04.49;	author clsung;	state Exp;
branches;
next	1.5;

1.5
date	2005.12.12.21.53.35;	author bms;	state Exp;
branches;
next	1.4;

1.4
date	2005.04.20.12.42.03;	author arved;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.12.15.53.47;	author bms;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.13.26.45;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.20.06.48.17;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Remove ifd-devkit, it conflicts with its dependency and  it should not
 be installed anyway
@
text
@# New ports collection makefile for:	ifd-devkit
# Date created:		23 August 2002
# Whom:			Bruce M Simpson
#
# $FreeBSD: ports/security/ifd-devkit/Makefile,v 1.11 2012/05/07 10:23:13 arved Exp $
#

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


1.11
log
@Mark deprecated and set an EXPIRATION_DATE

The ifd-devkit installs ifdhandler.h which conflicts with the header file of pcsc-lite
The port has not been updated for years, so it is not very useful anyway.

Reported by:	Kurt Jaeger
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Add LICENSE and LICENSE_FILE to my ports.
@
text
@a16 2
LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite

d20 2
d26 3
@


1.9
log
@Unbreak, don't abuse DESTDIR as PREFIX.
Take Maintainership.
@
text
@d19 3
@


1.8
log
@Schedule these broken ports for termination on 2006-12-01
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
a16 4
BROKEN=		Does not build
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2006-12-01

@


1.7
log
@BROKEN: Does not build
@
text
@d18 2
@


1.6
log
@- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d17 2
@


1.5
log
@Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
@
text
@d19 1
a19 1
INSTALLS_SHLIB= yes
@


1.4
log
@pcsc-lite:
- Upgrade to 1.2.9.b.7
- Use libtool15
- make hier(7)-compliant by moving the pcsc/drivers to lib/pcsc/drivers
- Compile with USB support per default. Use WITHOUT_USB to disable usb
  support
- Chase libusb shared library version (Forgotten by leeym)

Based on:	PR 76068
Reviewed by:	maintainer, sem (earlier patch)

ifd-devkit:
- Chase pcsclite sharedlibrary version

ifd-gempc410:
- Unbreak by updating to 0.9.3
- Move library to lib/pcsc/drivers
- Chase pcsclite sharedlibrary version
  NOTE: This was not tested, I don't own the specific hardware

ifd-gpr400:
- Chase pcsclite sharedlibrary version
- Fix build with new pcsc-lite
- Chase new pcsclite drivers location

ifd-slb_rf60:
- Chase pcsclite sharedlibrary version

ifd-test:
- Chase pcsclite sharedlibrary version
- Fix build with new pcsclite

libchipcard:
- Update to 0.9.1[1]
- Chase pcsclite shared library version
- Fix build with new pcsclite

[1]PR:			78815
[1]Submitted by:	lofi

opensc:
- Chase pcsclite shared library version
- Fix build on CURRENT

opensc-esteid
- Chase pcsclite shared library version
- Fix build with new pcsclite

p5-PCSC-Card:
- Update to 1.4.2
- Chase pcsclite shared library version
- Fix build with new pcsclite

ruby-pcsc-lite
- Mark broken, does not compile with new pcsc-lite
  Maintainer will work on new version

Submitted by:	maintainer
@
text
@d14 1
a14 1
MAINTAINER=	bms@@FreeBSD.org
@


1.3
log
@Update my email address in MAINTAINER and comment fields.
@
text
@d10 1
d17 1
a17 1
LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
@


1.2
log
@De-pkg-comment.
@
text
@d13 1
a13 1
MAINTAINER=	bms@@spc.org
@


1.1
log
@New port: devel/ifd-devkit: PC/SC Lite IFD Driver Kit

	Smart card intermediate driver development kit for PC/SC Lite.

PR:		ports/42694
Submitted by:	Bruce M Simpson <bms@@spc.org>
@
text
@d14 1
@

