[Lunar-commits] <moonbase-other> opensc: Libraries and applications to access smartcards
Stefan Wold
ratler at lunar-linux.org
Sun Nov 3 16:29:11 CET 2013
commit fa16af2f6b5523f0b0566a5acd03a7f92edd9220
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 12 Oct 2013 03:11:13 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/fa16af2f6b5523f0b0566a5acd03a7f92edd9220
opensc: Libraries and applications to access smartcards
---
devel/opensc/DEPENDS | +7/-0
devel/opensc/DETAILS | +15/-0
2 files changed, 22 insertions(+)
--- /dev/null
+++ b/devel/opensc/DEPENDS
@@ -0,0 +1,7 @@
+depends pkgconfig
+depends libxslt
+depends docbook-xsl
+optional_depends readline "--enable-readline" "--disable-readline" "for readline support"
+optional_depends openssl "--enable-openssl" "--disable-openssl" "for openssl support"
+optional_depends zlib "--enable-zlib" "--disable-zlib" "for zlib support"
+optional_depends pcsc-lite "--enable-pcsc" "--disable-pcsc" "for pcsc-lite support (recommended)"
--- /dev/null
+++ b/devel/opensc/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=opensc
+ VERSION=0.13.0
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://surfnet.dl.sourceforge.net/project/opensc/OpenSC/opensc-0.13.0/
+ SOURCE_VFY=sha1:9285ccbed7b49f63e488c8fb1b3e102994a28218
+ WEB_SITE="https://github.com/OpenSC/OpenSC/wiki"
+ ENTERED=20131012
+ UPDATED=20131012
+ SHORT="Libraries and applications to access smartcards"
+cat <<EOF
+OpenSC provides a set of libraries and utilities to work with
+smart cards. Its main focus is on cards that support cryptographic
+operations, and facilitate their use in security applications such
+as authentication, mail encryption and digital signatures.
+EOF
More information about the Lunar-commits
mailing list