FreeBSD Bugzilla – Attachment 54865 Details for
Bug 82990
[NEW PORT] security/openct: A middleware framework for smart card terminals
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
openct-0.6.5.shar
openct-0.6.5.shar (text/plain), 5.93 KB, created by
Janos Mohacsi
on 2005-07-05 00:00:33 UTC
(
hide
)
Description:
openct-0.6.5.shar
Filename:
MIME Type:
Creator:
Janos Mohacsi
Created:
2005-07-05 00:00:33 UTC
Size:
5.93 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># openct ># openct/pkg-descr ># openct/Makefile ># openct/pkg-plist ># openct/distinfo ># openct/files ># openct/files/patch-src_ct_Makefile.in ># >echo c - openct >mkdir -p openct > /dev/null 2>&1 >echo x - openct/pkg-descr >sed 's/^X//' >openct/pkg-descr << 'END-of-openct/pkg-descr' >XOpenCT, a middleware framework for smart card terminals. >XIt all started with a reader driver library to provide a framework for people >Xwriting drivers for smart card readers. The idea was to provide all the usual >Xstuff (T=0, T=1, serial vs. USB device handling, etc) in a single place, and >Xreduce driver writing to interaction with the device itself. >X >XOpenCT provides a native OpenCT, CT-API and PC/SC Lite IFD interface with an >XOpenCT ifdhandler resource manager. >X >XOpenCT is an open source implementation providing card terminal drivers: >XTowitoko CHIPDRIVE micro - serial interface reader >XKOBIL KAAN Professional - serial interface reader >XSchlumberger e-gate - USB token / smart card reader >XAladdin eToken PRO - USB crypto Token >XEutron CryptoIdentity IT-SEC - A USB crypto Token >XRainbow iKey 3000 - USB crypto Token >XOMNIKEY CardMan - UDB smart card reader >X >XWWW: http://www.opensc.org/ >END-of-openct/pkg-descr >echo x - openct/Makefile >sed 's/^X//' >openct/Makefile << 'END-of-openct/Makefile' >X# New ports collection makefile for: openct >X# Date created: 2004-09-08 >X# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= openct >XPORTVERSION= 0.6.5 >XCATEGORIES= security >XMASTER_SITES= http://www.opensc.org/files/ >X >XMAINTAINER= janos.mohacsi@bsd.hu >XCOMMENT= A middleware framework for smart card terminals >X >XBUILD_DEPENDS= ${LOCALBASE}/bin/pkg-config:${PORTSDIR}/devel/pkgconfig >XRUN_DEPENDS= ${BUILD_DEPENDS} >X >XUSE_LIBTOOL_VER= 15 >XUSE_GMAKE= yes >XINSTALLS_SHLIB= yes >X >XCONFIGURE_ARGS= --prefix=${PREFIX} >X >XDOC_FILES= README export-wiki.sh export-wiki.xsl ${HTML_FILES} >X >XHTML_FILES= AuthorsAndCredits.html FilesTools.html LicenseText.html \ >X OperatingSystems.html QuickStart.html RecentResults.html \ >X RemoteAccess.html SecureSetup.html SupportedReaders.html \ >X TroubleShooting.html cardman.html ccid.html egate.html \ >X etoken.html eutron.html gempc.html ikey2032.html \ >X ikey3000.html index.html kaan.html smartboard.html \ >X towitoko.html trac.css >X >X.if !defined(WITHOUT_PCSC_LITE) >XLIB_DEPENDS+= pcsclite.1:${PORTSDIR}/devel/pcsc-lite >X.endif >X >Xpost-install: >X #run files >X ${MKDIR} /var/run/${PORTNAME} >X #sample config file >X ${INSTALL_DATA} ${WRKSRC}/etc/openct.conf ${PREFIX}/etc/openct.conf-sample >X #start daemons script >X ${INSTALL_SCRIPT} ${WRKSRC}/etc/init-script ${PREFIX}/etc/rc.d/openct.sh >X.ifndef(NOPORTDOCS) >X @${MKDIR} ${DOCSDIR} >X cd ${WRKSRC}/doc && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR} >X.endif >X >X.include <bsd.port.mk> >END-of-openct/Makefile >echo x - openct/pkg-plist >sed 's/^X//' >openct/pkg-plist << 'END-of-openct/pkg-plist' >Xbin/openct-tool >Xsbin/ifdhandler >Xsbin/ifdproxy >Xsbin/openct-control >Xinclude/openct/apdu.h >Xinclude/openct/buffer.h >Xinclude/openct/conf.h >Xinclude/openct/ctapi.h >Xinclude/openct/device.h >Xinclude/openct/driver.h >Xinclude/openct/error.h >Xinclude/openct/ifd.h >Xinclude/openct/logging.h >Xinclude/openct/openct.h >Xinclude/openct/protocol.h >Xinclude/openct/server.h >Xinclude/openct/socket.h >Xinclude/openct/tlv.h >Xinclude/openct/types.h >Xlib/openct-ifd.so >Xlib/openct-ifd.bundle/Contents/Info.plist >Xlib/openct-ifd.bundle/Contents/PkgInfo >Xlib/openct-ifd.bundle/Contents/FreeBSD/openct-ifd.so >Xlib/libopenct.a >Xlib/libopenct.so >Xlib/libopenct.so.1 >Xlib/libopenctapi.a >Xlib/libopenctapi.so >Xlib/libifd.a >Xlib/libifd.so >Xlib/libifd.so.1 >Xlibdata/pkgconfig/libopenct.pc >Xetc/openct.conf-sample >Xetc/rc.d/openct.sh >X@dirrm include/openct/ >X@dirrm lib/openct-ifd.bundle/Contents/FreeBSD/ >X@dirrm lib/openct-ifd.bundle/Contents/ >X@dirrm lib/openct-ifd.bundle/ >X%%PORTDOCS%%%%DOCSDIR%%/README >X%%PORTDOCS%%%%DOCSDIR%%/export-wiki.sh >X%%PORTDOCS%%%%DOCSDIR%%/export-wiki.xsl >X%%PORTDOCS%%%%DOCSDIR%%/AuthorsAndCredits.html >X%%PORTDOCS%%%%DOCSDIR%%/FilesTools.html >X%%PORTDOCS%%%%DOCSDIR%%/LicenseText.html >X%%PORTDOCS%%%%DOCSDIR%%/OperatingSystems.html >X%%PORTDOCS%%%%DOCSDIR%%/QuickStart.html >X%%PORTDOCS%%%%DOCSDIR%%/RecentResults.html >X%%PORTDOCS%%%%DOCSDIR%%/RemoteAccess.html >X%%PORTDOCS%%%%DOCSDIR%%/SecureSetup.html >X%%PORTDOCS%%%%DOCSDIR%%/SupportedReaders.html >X%%PORTDOCS%%%%DOCSDIR%%/TroubleShooting.html >X%%PORTDOCS%%%%DOCSDIR%%/cardman.html >X%%PORTDOCS%%%%DOCSDIR%%/ccid.html >X%%PORTDOCS%%%%DOCSDIR%%/egate.html >X%%PORTDOCS%%%%DOCSDIR%%/etoken.html >X%%PORTDOCS%%%%DOCSDIR%%/eutron.html >X%%PORTDOCS%%%%DOCSDIR%%/gempc.html >X%%PORTDOCS%%%%DOCSDIR%%/ikey2032.html >X%%PORTDOCS%%%%DOCSDIR%%/ikey3000.html >X%%PORTDOCS%%%%DOCSDIR%%/index.html >X%%PORTDOCS%%%%DOCSDIR%%/kaan.html >X%%PORTDOCS%%%%DOCSDIR%%/smartboard.html >X%%PORTDOCS%%%%DOCSDIR%%/towitoko.html >X%%PORTDOCS%%%%DOCSDIR%%/trac.css >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >END-of-openct/pkg-plist >echo x - openct/distinfo >sed 's/^X//' >openct/distinfo << 'END-of-openct/distinfo' >XMD5 (openct-0.6.5.tar.gz) = 86bafd61788139f28671872da287fa0a >XSIZE (openct-0.6.5.tar.gz) = 486355 >END-of-openct/distinfo >echo c - openct/files >mkdir -p openct/files > /dev/null 2>&1 >echo x - openct/files/patch-src_ct_Makefile.in >sed 's/^X//' >openct/files/patch-src_ct_Makefile.in << 'END-of-openct/files/patch-src_ct_Makefile.in' >X >X$FreeBSD$ >X >X--- src/ct/Makefile.in.orig Tue Jul 20 23:56:08 2004 >X+++ src/ct/Makefile.in Wed Sep 8 18:38:25 2004 >X@@ -169,7 +169,7 @@ >X >X libopenct_la_LDFLAGS = -version-info @OPENCT_LT_CURRENT@:@OPENCT_LT_REVISION@:@OPENCT_LT_AGE@ >X >X-pkgconfigdir = $(libdir)/pkgconfig >X+pkgconfigdir = @prefix@/libdata/pkgconfig >X pkgconfig_DATA = libopenct.pc >X subdir = src/ct >X ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 >END-of-openct/files/patch-src_ct_Makefile.in >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 82990
: 54865