NOTICE: This package has been removed from pkgsrc

./wip/opensc, Smart Card drivers and middleware

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


Branch: CURRENT, Version: 0.13.0git20140221130957, Package name: opensc-0.13.0git20140221130957, Maintainer: rhansen

OpenSC provides a set of libraries and utilities to access smart cards.
Its main focus is on cards that support cryptographic operations, and
facilitate their use in security applications such as mail encryption,
authentication, and digital signature. OpenSC implements the PKCS#11 API
so applications supporting this API such as Mozilla Firefox and Thunderbird
can use it. OpenSC implements the PKCS#15 standard and aims to be compatible
with every software that does so, too.


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

Required to build:
[textproc/docbook-xsl] [pkgtools/cwrappers]

Package options: pcsc-lite

Master sites:

SHA1: 6d7b05dc43ed9e0f9f1c25d0bfe8dd6c105f954c
RMD160: 0c258f159751dc579f8a202bc8bd425e0b3c1a3d
Filesize: 1145.536 KB

Version history: (Expand)


CVS history: (Expand)


   2015-08-23 22:33:34 by Thomas Klausner | Files touched by this commit (2)
Log message:
Use BUILD_DEPENDS instead of including buildlink3.mk for docbook-xsl.
   2014-02-27 21:26:27 by Richard Hansen | Files touched by this commit (13)
Log message:
Import opensc-0.13.0git20140221130957 as wip/opensc.

>From TODO:

    (The following is current as of opensc-0.13.0git20140221130957.)

    This is a newer version of security/opensc (a recent snapshot from
    the upstream Git repository).  Only minimal changes to
    opensc-0.12.2 have been made to get it to build; some of the
    contents of the Makefile may no longer be necessary (e.g.,
    CONFIGURE_ARGS, CONFIGURE_ENV, dependencies) and new
    settings/dependencies may be required.  No testing has been done,
    other than to ensure that it builds on NetBSD 6.1 i386.

    TODO:
      * basic testing
      * prune obsolete dependencies and settings from Makefile, if any
      * prune obsolete patches, if any
      * add new dependencies, if any
      * verify that options.mk is still appropriate

>From DESCR:

    OpenSC provides a set of libraries and utilities to access smart
    cards.  Its main focus is on cards that support cryptographic
    operations, and facilitate their use in security applications such
    as mail encryption, authentication, and digital signature.  OpenSC
    implements the PKCS#11 API so applications supporting this API
    such as Mozilla Firefox and Thunderbird can use it.  OpenSC
    implements the PKCS#15 standard and aims to be compatible with
    every software that does so, too.
   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.
   2009-02-22 20:30:13 by Hasso Tepper | Files touched by this commit (1)
Log message:
Fix the pcsc provider path.
   2009-02-18 11:16:04 by Hasso Tepper | Files touched by this commit (5)
Log message:
Prepare to move signer plugin into its own package.
   2008-08-27 12:42:19 by Hasso Tepper | Files touched by this commit (3)
Log message:
Update to 0.11.6.

Changes since 0.11.5:

 * Improved security fix: don't match for "OpenSC" in the card label.
 * New support for Feitian ePass3000 bei Weitao Sun.
 * GemSafeV1 improved to handle key_ref other than 3 by Douglas E. Engert
   2008-08-08 21:45:06 by Hasso Tepper | Files touched by this commit (1)
Log message:
Make pcsc-lite support work again.
   2008-08-07 21:03:31 by Hasso Tepper | Files touched by this commit (9) | Package updated
Log message:
* Update to the latest version - 0.11.5:

  * Apply security fix for cardos driver and extend pkcs15-tool to test
    cards for the security vulnerability and update them (CVE-2008-2235).
  * Build system rewritten (NOTICE: configure options was modified).
    The build system can produce outputs for *NIX, cygwin and native
    windows (using mingw).
  * ruToken now supported.
  * Allow specifying application name for data objects.
  * Basic reader hotplug support.
  * PC/SC library is dynamic linked no longer compile time dependency.
  * PKCS#11 provider is now installed at LIBDIR/pkcs11
  * PKCS#11 - Number of virtual slots moved into configuration.
  * PKCS#11 - Fix fork() compliance.
  * make sign_with_decrypt hack configureable for siemens cards.

* Single PLIST file.
* Use CONF_FILES for configuration file.
* DESTDIR ready.