View | Details | Raw Unified | Return to bug 87259
Collapse All | Expand All

(-)/usr/ports/security/openct/Makefile (-7 / +10 lines)
Lines 2-14 Link Here
2
# Date created:		2004-09-08
2
# Date created:		2004-09-08
3
# Whom:			Janos Mohacsi <janos.mohacsi@bsd.hu>
3
# Whom:			Janos Mohacsi <janos.mohacsi@bsd.hu>
4
#
4
#
5
# $FreeBSD: ports/security/openct/Makefile,v 1.1 2005/07/06 14:35:12 pav Exp $
5
# $FreeBSD: ports/security/openct/Makefile,v 1.2 2005/07/31 12:06:25 sem Exp $
6
#
6
#
7
7
8
PORTNAME=	openct
8
PORTNAME=	openct
9
PORTVERSION=	0.6.5
9
PORTVERSION=	0.6.6
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	http://www.opensc.org/files/
11
MASTER_SITES=	http://www.opensc.org/files/ \
12
		http://www.opensc.org/files/old/
12
13
13
MAINTAINER=	janos.mohacsi@bsd.hu
14
MAINTAINER=	janos.mohacsi@bsd.hu
14
COMMENT=	A middleware framework for smart card terminals
15
COMMENT=	A middleware framework for smart card terminals
Lines 19-35 Link Here
19
INSTALLS_SHLIB=	yes
20
INSTALLS_SHLIB=	yes
20
21
21
CONFIGURE_ARGS=	--prefix=${PREFIX}
22
CONFIGURE_ARGS=	--prefix=${PREFIX}
23
CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib"
22
24
23
MAN1=		openct-tool.1
25
MAN1=		openct-tool.1
24
26
25
DOC_FILES=	README export-wiki.sh export-wiki.xsl ${HTML_FILES}
27
DOC_FILES=	README export-wiki.sh export-wiki.xsl ${HTML_FILES}
26
28
27
HTML_FILES=	AuthorsAndCredits.html FilesTools.html LicenseText.html \
29
HTML_FILES=	AuthorsAndCredits.html DevelopmentPolicy.html FilesTools.html \
28
	OperatingSystems.html QuickStart.html RecentResults.html \
30
	LicenseText.html MailingLists.html OperatingSystems.html \
29
	RemoteAccess.html SecureSetup.html SupportedReaders.html \
31
	OverView.html QuickStart.html RemoteAccess.html \
32
	ResourcesLinks.html SecureSetup.html \
30
	TroubleShooting.html cardman.html ccid.html egate.html \
33
	TroubleShooting.html cardman.html ccid.html egate.html \
31
	etoken.html eutron.html gempc.html ikey2032.html \
34
	etoken.html eutron.html gempc.html ikey2032.html \
32
	ikey3000.html index.html kaan.html smartboard.html \
35
	ikey3000.html index.html kaan.html pertosmart1030.html smartboard.html \
33
	towitoko.html trac.css
36
	towitoko.html trac.css
34
37
35
.if !defined(WITHOUT_PCSC_LITE)
38
.if !defined(WITHOUT_PCSC_LITE)
(-)/usr/ports/security/openct/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (openct-0.6.5.tar.gz) = 86bafd61788139f28671872da287fa0a
1
MD5 (openct-0.6.6.tar.gz) = a9de3bef8e5e2827b8d72a2a50d0bc66
2
SIZE (openct-0.6.5.tar.gz) = 486355
2
SIZE (openct-0.6.6.tar.gz) = 563890
(-)/usr/ports/security/openct/files/patch-etc_openct.conf.in (+14 lines)
Line 0 Link Here
1
2
$FreeBSD$
3
4
--- etc/openct.conf.in.orig
5
+++ etc/openct.conf.in
6
@@ -2,7 +2,7 @@
7
 debug	= 0;
8
 #
9
 # Enable hot plugging
10
-hotplug	= yes;
11
+hotplug	= no;
12
 #
13
 # Path to ifdhandler
14
 ifdhandler = SBINDIR/ifdhandler;
(-)/usr/ports/security/openct/files/patch-src_ct_Makefile.in (-7 / +7 lines)
Lines 1-14 Link Here
1
1
2
$FreeBSD: ports/security/openct/files/patch-src_ct_Makefile.in,v 1.1 2005/07/06 14:35:12 pav Exp $
2
$FreeBSD$
3
3
4
--- src/ct/Makefile.in.orig	Tue Jul 20 23:56:08 2004
4
--- src/ct/Makefile.in.orig
5
+++ src/ct/Makefile.in	Wed Sep  8 18:38:25 2004
5
+++ src/ct/Makefile.in
6
@@ -169,7 +169,7 @@
6
@@ -215,7 +215,7 @@
7
 	socket.c status.c tlv.c
7
 
8
 
8
 libopenct_la_LDFLAGS = -version-info @OPENCT_LT_CURRENT@:@OPENCT_LT_REVISION@:@OPENCT_LT_AGE@
9
 libopenct_la_LDFLAGS = -version-info @OPENCT_LT_CURRENT@:@OPENCT_LT_REVISION@:@OPENCT_LT_AGE@
9
 
10
-pkgconfigdir = $(libdir)/pkgconfig
10
-pkgconfigdir = $(libdir)/pkgconfig
11
+pkgconfigdir = @prefix@/libdata/pkgconfig
11
+pkgconfigdir = @prefix@/libdata/pkgconfig
12
 pkgconfig_DATA = libopenct.pc
12
 pkgconfig_DATA = libopenct.pc
13
 subdir = src/ct
13
 all: all-am
14
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
14
 
(-)/usr/ports/security/openct/pkg-plist (-18 / +18 lines)
Lines 1-11 Link Here
1
bin/openct-tool
1
bin/openct-tool
2
sbin/ifdhandler
2
etc/rc.d/openct.sh
3
sbin/ifdproxy
3
etc/openct.conf-sample
4
sbin/openct-control
5
include/openct/apdu.h
4
include/openct/apdu.h
6
include/openct/buffer.h
5
include/openct/buffer.h
7
include/openct/conf.h
6
include/openct/conf.h
8
include/openct/ctapi.h
9
include/openct/device.h
7
include/openct/device.h
10
include/openct/driver.h
8
include/openct/driver.h
11
include/openct/error.h
9
include/openct/error.h
Lines 17-37 Link Here
17
include/openct/socket.h
15
include/openct/socket.h
18
include/openct/tlv.h
16
include/openct/tlv.h
19
include/openct/types.h
17
include/openct/types.h
20
lib/openct-ifd.so
18
include/openct/ctapi.h
21
lib/openct-ifd.bundle/Contents/Info.plist
22
lib/openct-ifd.bundle/Contents/PkgInfo
23
lib/openct-ifd.bundle/Contents/FreeBSD/openct-ifd.so
24
lib/libopenct.a
25
lib/libopenct.so
26
lib/libopenct.so.1
19
lib/libopenct.so.1
27
lib/libopenctapi.a
20
lib/libopenct.so
21
lib/libopenct.a
28
lib/libopenctapi.so
22
lib/libopenctapi.so
29
lib/libifd.a
23
lib/libopenctapi.a
30
lib/libifd.so
24
lib/openct-ifd.so
31
lib/libifd.so.1
25
lib/openct-ifd.bundle/Contents/FreeBSD/openct-ifd.so
26
lib/openct-ifd.bundle/Contents/PkgInfo
27
lib/openct-ifd.bundle/Contents/Info.plist
32
libdata/pkgconfig/libopenct.pc
28
libdata/pkgconfig/libopenct.pc
33
etc/openct.conf-sample
29
sbin/ifdhandler
34
etc/rc.d/openct.sh
30
sbin/ifdproxy
31
sbin/openct-control
35
@dirrm include/openct/
32
@dirrm include/openct/
36
@dirrm lib/openct-ifd.bundle/Contents/FreeBSD/
33
@dirrm lib/openct-ifd.bundle/Contents/FreeBSD/
37
@dirrm lib/openct-ifd.bundle/Contents/
34
@dirrm lib/openct-ifd.bundle/Contents/
Lines 40-53 Link Here
40
%%PORTDOCS%%%%DOCSDIR%%/export-wiki.sh
37
%%PORTDOCS%%%%DOCSDIR%%/export-wiki.sh
41
%%PORTDOCS%%%%DOCSDIR%%/export-wiki.xsl
38
%%PORTDOCS%%%%DOCSDIR%%/export-wiki.xsl
42
%%PORTDOCS%%%%DOCSDIR%%/AuthorsAndCredits.html
39
%%PORTDOCS%%%%DOCSDIR%%/AuthorsAndCredits.html
40
%%PORTDOCS%%%%DOCSDIR%%/DevelopmentPolicy.html
43
%%PORTDOCS%%%%DOCSDIR%%/FilesTools.html
41
%%PORTDOCS%%%%DOCSDIR%%/FilesTools.html
44
%%PORTDOCS%%%%DOCSDIR%%/LicenseText.html
42
%%PORTDOCS%%%%DOCSDIR%%/LicenseText.html
43
%%PORTDOCS%%%%DOCSDIR%%/MailingLists.html
45
%%PORTDOCS%%%%DOCSDIR%%/OperatingSystems.html
44
%%PORTDOCS%%%%DOCSDIR%%/OperatingSystems.html
45
%%PORTDOCS%%%%DOCSDIR%%/OverView.html
46
%%PORTDOCS%%%%DOCSDIR%%/QuickStart.html
46
%%PORTDOCS%%%%DOCSDIR%%/QuickStart.html
47
%%PORTDOCS%%%%DOCSDIR%%/RecentResults.html
48
%%PORTDOCS%%%%DOCSDIR%%/RemoteAccess.html
47
%%PORTDOCS%%%%DOCSDIR%%/RemoteAccess.html
48
%%PORTDOCS%%%%DOCSDIR%%/ResourcesLinks.html
49
%%PORTDOCS%%%%DOCSDIR%%/SecureSetup.html
49
%%PORTDOCS%%%%DOCSDIR%%/SecureSetup.html
50
%%PORTDOCS%%%%DOCSDIR%%/SupportedReaders.html
51
%%PORTDOCS%%%%DOCSDIR%%/TroubleShooting.html
50
%%PORTDOCS%%%%DOCSDIR%%/TroubleShooting.html
52
%%PORTDOCS%%%%DOCSDIR%%/cardman.html
51
%%PORTDOCS%%%%DOCSDIR%%/cardman.html
53
%%PORTDOCS%%%%DOCSDIR%%/ccid.html
52
%%PORTDOCS%%%%DOCSDIR%%/ccid.html
Lines 59-64 Link Here
59
%%PORTDOCS%%%%DOCSDIR%%/ikey3000.html
58
%%PORTDOCS%%%%DOCSDIR%%/ikey3000.html
60
%%PORTDOCS%%%%DOCSDIR%%/index.html
59
%%PORTDOCS%%%%DOCSDIR%%/index.html
61
%%PORTDOCS%%%%DOCSDIR%%/kaan.html
60
%%PORTDOCS%%%%DOCSDIR%%/kaan.html
61
%%PORTDOCS%%%%DOCSDIR%%/pertosmart1030.html
62
%%PORTDOCS%%%%DOCSDIR%%/smartboard.html
62
%%PORTDOCS%%%%DOCSDIR%%/smartboard.html
63
%%PORTDOCS%%%%DOCSDIR%%/towitoko.html
63
%%PORTDOCS%%%%DOCSDIR%%/towitoko.html
64
%%PORTDOCS%%%%DOCSDIR%%/trac.css
64
%%PORTDOCS%%%%DOCSDIR%%/trac.css

Return to bug 87259