Date: Wed, 30 Apr 2014 09:36:26 +0000 (UTC) From: Erwin Lansing <erwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352677 - in head/dns: . p5-DNS-Ldns Message-ID: <201404300936.s3U9aQhH054119@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: erwin Date: Wed Apr 30 09:36:26 2014 New Revision: 352677 URL: http://svnweb.freebsd.org/changeset/ports/352677 QAT: https://qat.redports.org/buildarchive/r352677/ Log: Add p5-DNS-Ldns, perl bindings for ldns. This port inherits NO_STAGE from its master port. PR: ports/185788 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Sponsored by: DK Hostmaster A/S Approved by: portmgr (self) Added: head/dns/p5-DNS-Ldns/ head/dns/p5-DNS-Ldns/Makefile (contents, props changed) head/dns/p5-DNS-Ldns/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Wed Apr 30 09:30:14 2014 (r352676) +++ head/dns/Makefile Wed Apr 30 09:36:26 2014 (r352677) @@ -92,6 +92,7 @@ SUBDIR += p5-BIND-Config-Parser SUBDIR += p5-DNS-Config SUBDIR += p5-DNS-EasyDNS + SUBDIR += p5-DNS-Ldns SUBDIR += p5-DNS-Zone SUBDIR += p5-DNS-ZoneParse SUBDIR += p5-Data-Validate-Domain Added: head/dns/p5-DNS-Ldns/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-DNS-Ldns/Makefile Wed Apr 30 09:36:26 2014 (r352677) @@ -0,0 +1,11 @@ +# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl> +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../../dns/ldns + +BUILD_P5PERL=yes + +PLIST= ${.CURDIR}/pkg-plist + +NO_STAGE= yes +.include "${MASTERDIR}/Makefile" Added: head/dns/p5-DNS-Ldns/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/p5-DNS-Ldns/pkg-plist Wed Apr 30 09:36:26 2014 (r352677) @@ -0,0 +1,46 @@ +@comment Generated by sysutils/genplist +lib/perl5/5.16/mach/perllocal.pod +%%PERL5_MAN3%%/DNS::LDNS.3 +%%PERL5_MAN3%%/DNS::LDNS::DNSSecDataChain.3 +%%PERL5_MAN3%%/DNS::LDNS::DNSSecName.3 +%%PERL5_MAN3%%/DNS::LDNS::DNSSecRRSets.3 +%%PERL5_MAN3%%//DNS::LDNS::DNSSecRRs.3 +%%PERL5_MAN3%%//DNS::LDNS::DNSSecTrustTree.3 +%%PERL5_MAN3%%//DNS::LDNS::DNSSecZone.3 +%%PERL5_MAN3%%//DNS::LDNS::GC.3 +%%PERL5_MAN3%%//DNS::LDNS::Key.3 +%%PERL5_MAN3%%//DNS::LDNS::KeyList.3 +%%PERL5_MAN3%%//DNS::LDNS::Packet.3 +%%PERL5_MAN3%%//DNS::LDNS::RBNode.3 +%%PERL5_MAN3%%//DNS::LDNS::RBTree.3 +%%PERL5_MAN3%%//DNS::LDNS::RData.3 +%%PERL5_MAN3%%//DNS::LDNS::RR.3 +%%PERL5_MAN3%%//DNS::LDNS::RRList.3 +%%PERL5_MAN3%%//DNS::LDNS::Resolver.3 +%%PERL5_MAN3%%//DNS::LDNS::Zone.3 +%%SITE_PERL%%/mach/DNS/LDNS.pm +%%SITE_PERL%%/mach/DNS/LDNS/DNSSecDataChain.pm +%%SITE_PERL%%/mach/DNS/LDNS/DNSSecName.pm +%%SITE_PERL%%/mach/DNS/LDNS/DNSSecRRSets.pm +%%SITE_PERL%%/mach/DNS/LDNS/DNSSecRRs.pm +%%SITE_PERL%%/mach/DNS/LDNS/DNSSecTrustTree.pm +%%SITE_PERL%%/mach/DNS/LDNS/DNSSecZone.pm +%%SITE_PERL%%/mach/DNS/LDNS/GC.pm +%%SITE_PERL%%/mach/DNS/LDNS/Key.pm +%%SITE_PERL%%/mach/DNS/LDNS/KeyList.pm +%%SITE_PERL%%/mach/DNS/LDNS/Packet.pm +%%SITE_PERL%%/mach/DNS/LDNS/RBNode.pm +%%SITE_PERL%%/mach/DNS/LDNS/RBTree.pm +%%SITE_PERL%%/mach/DNS/LDNS/RData.pm +%%SITE_PERL%%/mach/DNS/LDNS/RR.pm +%%SITE_PERL%%/mach/DNS/LDNS/RRList.pm +%%SITE_PERL%%/mach/DNS/LDNS/Resolver.pm +%%SITE_PERL%%/mach/DNS/LDNS/Zone.pm +%%SITE_PERL%%/mach/auto/DNS/LDNS/.packlist +%%SITE_PERL%%/mach/auto/DNS/LDNS/LDNS.bs +%%SITE_PERL%%/mach/auto/DNS/LDNS/LDNS.so +%%SITE_PERL%%/mach/auto/DNS/LDNS/autosplit.ix +@dirrm %%SITE_PERL%%/mach/auto/DNS/LDNS +@dirrm %%SITE_PERL%%/mach/auto/DNS +@dirrm %%SITE_PERL%%/mach/DNS/LDNS +@dirrm %%SITE_PERL%%/mach/DNS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404300936.s3U9aQhH054119>