pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Net-DNS-SEC Import of p5-Net-DNS-SEC.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b683591068b
branches: trunk
changeset: 464126:6b683591068b
user: heinz <heinz%pkgsrc.org@localhost>
date: Thu Dec 04 00:33:02 2003 +0000
description:
Import of p5-Net-DNS-SEC.
This Perl module implements DNS Resource Record types that are relevant
for DNSSEC operations. The implementation is based on: RFC 2535, RFC
2931 and the latest draft-ietf-dnsext-delegation-signer-0.xy.txt.
diffstat:
security/p5-Net-DNS-SEC/DESCR | 6 ++++
security/p5-Net-DNS-SEC/Makefile | 49 ++++++++++++++++++++++++++++++++++++++++
security/p5-Net-DNS-SEC/PLIST | 5 ++++
security/p5-Net-DNS-SEC/distinfo | 4 +++
4 files changed, 64 insertions(+), 0 deletions(-)
diffs (80 lines):
diff -r 2f83f4f69c3c -r 6b683591068b security/p5-Net-DNS-SEC/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-DNS-SEC/DESCR Thu Dec 04 00:33:02 2003 +0000
@@ -0,0 +1,6 @@
+This Perl module implements DNS Resource Record types that are relevant
+for DNSSEC operations. The implementation is based on: RFC 2535, RFC
+2931 and the latest draft-ietf-dnsext-delegation-signer-0.xy.txt.
+
+The DNSSEC protocol is a moving target. Follow the IETF DNSEXT working
+group if you are interested in the protocol developments.
diff -r 2f83f4f69c3c -r 6b683591068b security/p5-Net-DNS-SEC/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-DNS-SEC/Makefile Thu Dec 04 00:33:02 2003 +0000
@@ -0,0 +1,49 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 00:33:02 heinz Exp $
+#
+
+DISTNAME= Net-DNS-SEC-0.11
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5nds
+CATEGORIES= security net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= heinz%NetBSD.org@localhost
+HOMEPAGE= http://www.ripe.net/disi/
+COMMENT= DNSSEC extension to Net::DNS Perl DNS Resolver Module
+
+DEPENDS+= p5-Net-DNS>=0.40:../../net/p5-Net-DNS
+DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.19:../../security/p5-Crypt-OpenSSL-RSA
+DEPENDS+= p5-Crypt-OpenSSL-Bignum>=0.03:../../security/p5-Crypt-OpenSSL-Bignum
+DEPENDS+= p5-Crypt-OpenSSL-DSA>=0.10:../../security/p5-Crypt-OpenSSL-DSA
+DEPENDS+= p5-Digest-SHA1>=2.04:../../security/p5-Digest-SHA1
+DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+= p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble
+
+BUILDLINK_DEPENDS.perl= perl>=5.6.1
+USE_BUILDLINK2= YES
+
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNS/SEC/.packlist
+
+REPLACE_PERL= demo/getkeyset.pl demo/key2ds demo/make-signed-keyset
+
+DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
+EGDIR= ${PREFIX}/share/examples/${PKGBASE}
+
+OWN_DIRS+= ${DOCDIR} ${EGDIR}
+
+SUBST_CLASSES+= p5nds
+SUBST_STAGE.p5nds= post-install
+SUBST_FILES.p5nds= demo/getkeyset.pl
+SUBST_SED.p5nds= -e "1s,-I./blib/lib,,"
+
+
+post-install:
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}/
+.for f in getkeyset.pl key2ds make-signed-keyset
+ @${INSTALL_SCRIPT} ${WRKSRC}/demo/${f} ${EGDIR}/
+.endfor
+
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.install.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2f83f4f69c3c -r 6b683591068b security/p5-Net-DNS-SEC/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-DNS-SEC/PLIST Thu Dec 04 00:33:02 2003 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/04 00:33:02 heinz Exp $
+share/doc/${PKGBASE}/README
+share/examples/${PKGBASE}/getkeyset.pl
+share/examples/${PKGBASE}/key2ds
+share/examples/${PKGBASE}/make-signed-keyset
diff -r 2f83f4f69c3c -r 6b683591068b security/p5-Net-DNS-SEC/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Net-DNS-SEC/distinfo Thu Dec 04 00:33:02 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/04 00:33:02 heinz Exp $
+
+SHA1 (Net-DNS-SEC-0.11.tar.gz) = 7bd95a02488eb28f82c18f0675f23c80ad4bdc76
+Size (Net-DNS-SEC-0.11.tar.gz) = 49996 bytes
Home |
Main Index |
Thread Index |
Old Index