From 284cf9591d4820085ff7483a9594d33bec07a890 Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 26 Feb 2009 10:07:49 +0000 Subject: Drivers for several smart card readers. OpenCT comes as driver in ifdhandler format for PC/SC-Lite, as CT-API driver, or as a small and lean middleware, so applications can use it with minimal overhead. OpenCT also has a primitive mechanism to export smart card readers to remote machines via TCP/IP. --- security/openct/PLIST | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 security/openct/PLIST (limited to 'security/openct/PLIST') diff --git a/security/openct/PLIST b/security/openct/PLIST new file mode 100644 index 00000000000..b4f140aec20 --- /dev/null +++ b/security/openct/PLIST @@ -0,0 +1,34 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 10:07:49 hasso Exp $ +bin/openct-tool +include/openct/apdu.h +include/openct/buffer.h +include/openct/conf.h +include/openct/ctapi.h +include/openct/device.h +include/openct/driver.h +include/openct/error.h +include/openct/ifd.h +include/openct/logging.h +include/openct/openct.h +include/openct/path.h +include/openct/protocol.h +include/openct/server.h +include/openct/socket.h +include/openct/tlv.h +include/openct/types.h +lib/libopenct.la +lib/libopenctapi.la +${PLIST.pcsc-lite}lib/openct-ifd.la +lib/pkgconfig/libopenct.pc +man/man1/openct-tool.1 +sbin/ifdhandler +sbin/ifdproxy +sbin/openct-control +share/doc/openct/NEWS +share/doc/openct/README +share/examples/openct/openct.conf +share/examples/openct/reader.conf +share/examples/rc.d/openct +@dirrm share/doc/openct +@dirrm share/examples/openct +@dirrm include/openct -- cgit v1.2.3