Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (1376583df96a06872537179e98003946ac3fe635)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (1376583df96a06872537179e98003946ac3fe635)
  • Date: Sun, 11 Jan 2009 19:45:29 -0600

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
crypto/pcsc-tools/BUILD | 1 +
crypto/pcsc-tools/DEPENDS | 1 +
crypto/pcsc-tools/DETAILS | 15 +++++++++++++++
crypto/pcsc-tools/HISTORY | 3 +++
crypto/pcsc-tools/INSTALL | 1 +
6 files changed, 24 insertions(+)

New commits:
commit 1376583df96a06872537179e98003946ac3fe635
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

crypto/pcsc-tools new spell, tools to test a PC/SC driver, card or reader

diff --git a/ChangeLog b/ChangeLog
index 3022861..4a857ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-01-12 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/pcsc-tools: new spell, to test a PC/SC driver, card or reader
+
2009-01-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* video-libs/libv4l: new spell, an abstraction layer for v4l2

diff --git a/crypto/pcsc-tools/BUILD b/crypto/pcsc-tools/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/crypto/pcsc-tools/BUILD
@@ -0,0 +1 @@
+make
diff --git a/crypto/pcsc-tools/DEPENDS b/crypto/pcsc-tools/DEPENDS
new file mode 100755
index 0000000..ae3e840
--- /dev/null
+++ b/crypto/pcsc-tools/DEPENDS
@@ -0,0 +1 @@
+depends pcsc-lite
diff --git a/crypto/pcsc-tools/DETAILS b/crypto/pcsc-tools/DETAILS
new file mode 100755
index 0000000..9cfe181
--- /dev/null
+++ b/crypto/pcsc-tools/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pcsc-tools
+ VERSION=1.4.15
+
SOURCE_HASH=sha512:fdd9f1279e1bb10ba544cf5eef2d51b16c509e8da25a4bdd342e1dcdb7386e6651f7b8405e2859bcc4769544bfe84853c79e8ee0610599f58b7d09a335f11720
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://ludovic.rousseau.free.fr/softwares/pcsc-tools/$SOURCE
+ WEB_SITE=http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
+ LICENSE[0]=GPL
+ ENTERED=20090112
+ KEYWORDS="crypto"
+ SHORT="tools to test a PC/SC driver, card or reader"
+cat << EOF
+These tools are used to test a PC/SC driver, card or reader or send commands
+in a friendly environment (text or graphical user interface).
+EOF
diff --git a/crypto/pcsc-tools/HISTORY b/crypto/pcsc-tools/HISTORY
new file mode 100644
index 0000000..b34b4d4
--- /dev/null
+++ b/crypto/pcsc-tools/HISTORY
@@ -0,0 +1,3 @@
+2009-01-12 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created, version 1.4.15
+
diff --git a/crypto/pcsc-tools/INSTALL b/crypto/pcsc-tools/INSTALL
new file mode 100755
index 0000000..e93da42
--- /dev/null
+++ b/crypto/pcsc-tools/INSTALL
@@ -0,0 +1 @@
+make DESTDIR=$INSTALL_ROOT/usr install



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (1376583df96a06872537179e98003946ac3fe635), Ladislav Hagara, 01/11/2009

Archive powered by MHonArc 2.6.24.

Top of Page