pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Add p5-DNS-LDNS version 0.06 -- a package for the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e684c11eeb0f
branches:  trunk
changeset: 641921:e684c11eeb0f
user:      he <he%pkgsrc.org@localhost>
date:      Fri Nov 21 09:54:25 2014 +0000

description:
Add p5-DNS-LDNS version 0.06 -- a package for the contributed perl5
bindings for the ldns library.

The package description:

DNS::LDNS is a perl OO-wrapper for the ldns library. For a detailed
description on how this library works, you are advised to read the ldns
documentation. For a functional description of the wrapper classes,
please read the perldoc for DNS::LDNS and subclasses.

diffstat:

 net/Makefile             |   3 ++-
 net/p5-DNS-LDNS/DESCR    |   4 ++++
 net/p5-DNS-LDNS/Makefile |  22 ++++++++++++++++++++++
 net/p5-DNS-LDNS/distinfo |   5 +++++
 4 files changed, 33 insertions(+), 1 deletions(-)

diffs (60 lines):

diff -r d3ab341b6fd8 -r e684c11eeb0f net/Makefile
--- a/net/Makefile      Fri Nov 21 09:28:51 2014 +0000
+++ b/net/Makefile      Fri Nov 21 09:54:25 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1044 2014/11/19 12:02:05 jaapb Exp $
+# $NetBSD: Makefile,v 1.1045 2014/11/21 09:54:25 he Exp $
 #
 
 COMMENT=       Networking tools
@@ -398,6 +398,7 @@
 SUBDIR+=       ortp
 SUBDIR+=       overnet
 SUBDIR+=       p5-Cisco-Abbrev
+SUBDIR+=       p5-DNS-LDNS
 SUBDIR+=       p5-DNS-ZoneParse
 SUBDIR+=       p5-Danga-Socket
 SUBDIR+=       p5-Data-Stream-Bulk
diff -r d3ab341b6fd8 -r e684c11eeb0f net/p5-DNS-LDNS/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-DNS-LDNS/DESCR     Fri Nov 21 09:54:25 2014 +0000
@@ -0,0 +1,4 @@
+DNS::LDNS is a perl OO-wrapper for the ldns library. For a detailed
+description on how this library works, you are advised to read the ldns
+documentation. For a functional description of the wrapper classes,
+please read the perldoc for DNS::LDNS and subclasses.
diff -r d3ab341b6fd8 -r e684c11eeb0f net/p5-DNS-LDNS/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-DNS-LDNS/Makefile  Fri Nov 21 09:54:25 2014 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2014/11/21 09:54:25 he Exp $
+
+DISTVERSION=   1.6.17
+PKGVERSION=    0.06
+PKGNAME=       p5-DNS-LDNS-${PKGVERSION}
+DISTNAME=      ldns-${DISTVERSION}
+CATEGORIES=    net
+MASTER_SITES=  http://www.nlnetlabs.nl/downloads/ldns/
+
+MAINTAINER=    he%NetBSD.org@localhost
+HOMEPAGE=      http://www.nlnetlabs.nl/projects/ldns/
+COMMENT=       Perl5 bindings for the LDNS library
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= c
+
+WRKSRC=                ${WRKDIR}/${DISTNAME}/contrib/DNS-LDNS
+PERL5_PACKLIST=        auto/DNS/LDNS/.packlist
+
+.include "../../net/ldns/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d3ab341b6fd8 -r e684c11eeb0f net/p5-DNS-LDNS/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-DNS-LDNS/distinfo  Fri Nov 21 09:54:25 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/11/21 09:54:25 he Exp $
+
+SHA1 (ldns-1.6.17.tar.gz) = 4218897b3c002aadfc7280b3f40cda829e05c9a4
+RMD160 (ldns-1.6.17.tar.gz) = 5382cfaafa7ec1fadcf390f804fbf14e04d7c03a
+Size (ldns-1.6.17.tar.gz) = 1315403 bytes



Home | Main Index | Thread Index | Old Index