diff options
author | abs <abs> | 2012-09-09 13:27:21 +0000 |
---|---|---|
committer | abs <abs> | 2012-09-09 13:27:21 +0000 |
commit | 613ce18fa51d67bcbb0a53dfaebfadf4d5d7667a (patch) | |
tree | 2d240b02014c9253cb961f3f3ecab6a91430ca46 /security/p5-pcsc | |
parent | a78f01eba54c6fdf6600eeaeb4ae135d51a1b749 (diff) | |
download | pkgsrc-613ce18fa51d67bcbb0a53dfaebfadf4d5d7667a.tar.gz |
Updated security/p5-pcsc to 1.4.12
2011-03-06 Ludovic Rousseau <rousseau@debian>
* README: release 1.4.12
* PCSC.xs: Also check for SVt_PVIV and not just SVt_IV.
Fixes Debian bug #613722 "libpcsc-perl: GetStatusChange error after print"
* PCSC.xs, PCSC.pm, test.pl: Use lines of less than 80 columns
2010-10-27 Ludovic Rousseau <rousseau@debian>
* create_distrib.sh: compress using bzip2 instead of gzip
* README: release 1.4.11
* PCSCperl.h: SCardCancelTransaction() is no more present in pcsc-lite
* PCSC.pm, PCSC.pod, PCSC.xs, PCSCperl.h:
SCardSetTimout is no more present in pcsc-lite > 1.6.4
It was a pcsc-lite specific and deprecated function
2010-08-18 Ludovic Rousseau <rousseau@debian>
* PCSCperl.h:
use SCARD_READERSTATE * instead of LPSCARD_READERSTATE since is not
define in pcsc-lite < 1.6.3
* README: release 1.4.10
* PCSC.pm, PCSC.xs, PCSCperl.h, README: Update copyright date
* create_distrib.sh: Allow more than one digit in the version numbers
* PCSC.xs, PCSCperl.h:
Use LPSCARD_READERSTATE instead of LPSCARD_READERSTATE_A since it is no
more defined in pcsc-lite >= 1.6.2
2010-06-30 Ludovic Rousseau <rousseau@debian>
* README: release 1.4.9
* PCSC.pm, PCSC.pod, PCSC.xs: sort constants in alphabetical order
* PCSC.pod, PCSC.xs:
SCARD_E_UNSUPPORTED_FEATURE is not specific to pcsc-lite but is also
available on Windows
* PCSC.pm, PCSC.pod, PCSC.xs:
SCARD_W_INSERTED_CARD is no more defined in pcsc-lite 1.6.0 and then
pcsc-perl failed to build. It was an error code specific to pcsc-lite.
2010-01-03 Ludovic Rousseau <rousseau@debian>
* Card/Card.pod: fix spelling error
2009-09-23 Ludovic Rousseau <rousseau@debian>
* README: release 1.4.8
* Card/Card.pod: Correct 3 bugs signaled by podchecker
2009-09-06 Ludovic Rousseau <rousseau@debian>
* PCSC.xs:
PCSC.xs:853: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’
2008-09-28 Ludovic Rousseau <rousseau@debian>
* PCSC.pod: example code for GetStatusChange()
Diffstat (limited to 'security/p5-pcsc')
-rw-r--r-- | security/p5-pcsc/Makefile | 8 | ||||
-rw-r--r-- | security/p5-pcsc/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/security/p5-pcsc/Makefile b/security/p5-pcsc/Makefile index 2284b0f11a7..f0e129c93d8 100644 --- a/security/p5-pcsc/Makefile +++ b/security/p5-pcsc/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2011/08/14 14:42:51 obache Exp $ -# +# $NetBSD: Makefile,v 1.7 2012/09/09 13:27:21 abs Exp $ -DISTNAME= pcsc-perl-1.4.7 +DISTNAME= pcsc-perl-1.4.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= security MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/ @@ -13,6 +12,7 @@ COMMENT= Allows communication with a smart card from a Perl script PKG_DESTDIR_SUPPORT= user-destdir PERL5_MODULE_TYPE= MakeMaker +LICENSE= gnu-gpl-v2 SUBST_CLASSES+= perl SUBST_STAGE.perl= post-patch diff --git a/security/p5-pcsc/distinfo b/security/p5-pcsc/distinfo index cace33d8b49..7d8f8048eb3 100644 --- a/security/p5-pcsc/distinfo +++ b/security/p5-pcsc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/03/16 14:55:59 hasso Exp $ +$NetBSD: distinfo,v 1.4 2012/09/09 13:27:21 abs Exp $ -SHA1 (pcsc-perl-1.4.7.tar.gz) = 7a55adbbfaa8f4ff302d2c19e6138e06cc123ed7 -RMD160 (pcsc-perl-1.4.7.tar.gz) = b8a09ad5400a44d1579a4e851df8681ae5645ebb -Size (pcsc-perl-1.4.7.tar.gz) = 41885 bytes +SHA1 (pcsc-perl-1.4.12.tar.bz2) = 2db9b28a00f464b43306b22f708fb7a9382a52c3 +RMD160 (pcsc-perl-1.4.12.tar.bz2) = e60d41356d6e63c8f94f8230c6d4e1810b4813b2 +Size (pcsc-perl-1.4.12.tar.bz2) = 36147 bytes |