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

View File

@@ -0,0 +1,10 @@
The Perl 5 module Module::Signature adds cryptographic authentications
to CPAN distributions, via the special SIGNATURE file.
If you are a module user, all you have to do is to remember running
cpansign -v (or just cpansign) before issuing perl Makefile.PL or
perl Build.PL; that will ensure the distribution has not been
tampered with. For module authors, you'd want to add the SIGNATURE
file to your MANIFEST, then type cpansign -s before making a
distribution. You may also want to consider adding a signature
check as part of your test suite.

View File

@@ -0,0 +1,63 @@
# $NetBSD: Makefile,v 1.24 2013/05/31 12:41:56 wiz Exp $
#
DISTNAME= Module-Signature-0.68
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
SVR4_PKGNAME= p5ms
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Signature/
COMMENT= Perl 5 module for module signature file manipulation
LICENSE= public-domain
#DEPENDS+= gnupg-[0-9]*:../../security/gnupg
DEPENDS+= {perl>=5.10.0,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA
DEPENDS+= p5-Crypt-OpenPGP>=1.00:../../security/p5-Crypt-OpenPGP
# OpenPGP dependencies used
DEPENDS+= p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader
DEPENDS+= p5-Convert-ASCII-Armour-[0-9]*:../../textproc/p5-Convert-ASCII-Armour
DEPENDS+= p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1
DEPENDS+= p5-Convert-PEM-[0-9]*:../../textproc/p5-Convert-PEM
DEPENDS+= p5-Crypt-Blowfish-[0-9]*:../../security/p5-Crypt-Blowfish
DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
DEPENDS+= p5-Crypt-DES_EDE3-[0-9]*:../../security/p5-Crypt-DES_EDE3
DEPENDS+= p5-Crypt-DSA>=1.16nb1:../../security/p5-Crypt-DSA
DEPENDS+= p5-Crypt-RIPEMD160>=0.04nb4:../../security/p5-Crypt-RIPEMD160
DEPENDS+= p5-Crypt-RSA-[0-9]*:../../security/p5-Crypt-RSA
DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
DEPENDS+= p5-Crypt-Primes-[0-9]*:../../security/p5-Crypt-Primes
DEPENDS+= p5-Crypt-Twofish>=2.00:../../security/p5-Crypt-Twofish
DEPENDS+= p5-Data-Buffer>=0.04:../../devel/p5-Data-Buffer
DEPENDS+= p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-IO-Compress-[0-9]*:../../devel/p5-IO-Compress
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari
DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Module/Signature/.packlist
INSTALLATION_DIRS+= share/Module-Signature
PERL5_MODULE_TYPE= Module::Install::Bundled
MAKE_ENV+= TEST_SIGNATURE=1
# this package has patch files so the signature check test fails
#post-extract:
# ${MV} ${WRKSRC}/t/0-signature.t ${WRKSRC}/t/0-signature.t.SKIP
post-install:
${RUN} for f in ${WRKSRC}/*.pub; do ${INSTALL_DATA} "$$f" \
${DESTDIR}${PREFIX}/share/Module-Signature; \
done
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:13:34 joerg Exp $
share/Module-Signature/AUDREY2006.pub
share/Module-Signature/PAUSE2003.pub

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.9 2011/11/13 12:29:01 hiramatsu Exp $
SHA1 (Module-Signature-0.68.tar.gz) = d7d640650d6917e30d46d50b9d8806c7abf88a6e
RMD160 (Module-Signature-0.68.tar.gz) = 085be64591540e9b18b5c7a861f8222904ef9871
Size (Module-Signature-0.68.tar.gz) = 76485 bytes