Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

2
security/p5-pcsc/DESCR Normal file
View File

@@ -0,0 +1,2 @@
This package contains a Perl wrapper to the PC/SC smartcard library
(pcsc-lite) from MUSCLE together with some small examples.

30
security/p5-pcsc/Makefile Normal file
View File

@@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 1.12 2013/05/31 12:41:57 wiz Exp $
DISTNAME= pcsc-perl-1.4.12
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
COMMENT= Allows communication with a smart card from a Perl script
PERL5_MODULE_TYPE= MakeMaker
LICENSE= gnu-gpl-v2
SUBST_CLASSES+= perl
SUBST_STAGE.perl= post-patch
SUBST_FILES.perl= Card/t/test.t examples/test_iso_error.pl examples/gsm_directory.pl t/test.t test/multiple_readers.pl test/single_reader.pl
SUBST_SED.perl= -e 's,/usr/bin/perl,${PERL5},'
PERL5_USE_PACKLIST= yes
MAKE_PARAMS+= INSTALLDIRS=vendor
PERL5_PACKLIST= auto/Chipcard/PCSC/.packlist
USE_TOOLS+= pkg-config
.include "../../lang/perl5/module.mk"
.include "../../security/pcsc-lite/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2012/09/09 13:27:21 abs Exp $
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