diff options
author | hasso <hasso> | 2009-02-26 10:07:49 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-02-26 10:07:49 +0000 |
commit | 284cf9591d4820085ff7483a9594d33bec07a890 (patch) | |
tree | 15e969cf0583d48fa6b0d8e124d5de005cfa5b2f /security/openct/PLIST | |
parent | 55e671358745b5739b1c52abc7959591e8cd4dfa (diff) | |
download | pkgsrc-284cf9591d4820085ff7483a9594d33bec07a890.tar.gz |
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.
Diffstat (limited to 'security/openct/PLIST')
-rw-r--r-- | security/openct/PLIST | 34 |
1 files changed, 34 insertions, 0 deletions
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 |