NOTICE: This package has been removed from pkgsrc

./wip/openct, Smart Card Reader drivers and middleware

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.6.15nb1, Package name: openct-0.6.15nb1, Maintainer: hasso

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.


Required to run:
[devel/libltdl] [security/pcsc-lite]

Required to build:
[devel/gmake] [devel/libtool-base] [devel/pkg-config]

Package options: pcsc-lite

Master sites:

SHA1: 17e5326bdacd79df52a16355084cc8d9927ea205
RMD160: a646dda412963de2e36e5bff64fce948c06bc761
Filesize: 657.485 KB

Version history: (Expand)


CVS history: (Expand)


   2009-02-28 22:01:37 by Hasso Tepper | Files touched by this commit (1)
Log message:
Remove a forgotten file.
   2009-02-28 21:57:39 by Hasso Tepper | Files touched by this commit (20) | Package removed
Log message:
Openct and opensc is moved to pkgsrc.
   2008-08-07 20:31:23 by Hasso Tepper | Files touched by this commit (8)
Log message:
* Update to the latest version - 0.6.15:

  * Build system rewritten (NOTICE: configure options was modified).
  * None privileged configuration added, as a result /etc/openct.conf
    ifdhandler was modified, please review sample at etc/openct.conf
    before upgrade.
  * The usb device add (/dev/bus/usb/$env{BUSNUM}/$env{DEVNUM}) udev rule is
    now available in separate file, as it should be available at most
    distributions, and may conflict. Install this only if you are using old
    udev that miss this statement.
  * Basic coldplug support on Linux is available without libusb dependency.
  * CCID-1.10 is now supported.

* Single PLIST file.
* Use CONF_FILES for configuration file.
* DESTDIR ready.
* More reasonable default options - pcsc-lite support is now default.
   2008-05-06 15:21:23 by Hasso Tepper | Files touched by this commit (7)
Log message:
Update to the latest release (0.6.14) and take over maintainership as
discussed with Evaldo Gardenali.
   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
   2006-04-06 09:18:13 by Jeremy C. Reed | Files touched by this commit (23)
Log message:
Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.

Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
   2006-03-24 22:42:25 by Evaldo Gardenali | Files touched by this commit (1)
Log message:
OpenSC project moved from opensc.org to opensc-project.org
   2006-03-14 02:27:57 by Johnny C. Lam | Files touched by this commit (82)
Log message:
Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.