Bug 185788 - [NEW PORT] dns/p5-DNS-ldns: A library for programs conforming to DNS RFCs and drafts
Summary: [NEW PORT] dns/p5-DNS-ldns: A library for programs conforming to DNS RFCs and...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-14 23:50 UTC by Jaap Akkerhuis
Modified: 2014-04-30 10:40 UTC (History)
1 user (show)

See Also:


Attachments
.shar (2.60 KB, text/plain)
2014-01-14 23:50 UTC, Jaap Akkerhuis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2014-01-14 23:50:00 UTC
Perl bindings for dns/ldns, inspired by the port dns/py-ldns

Generated with FreeBSD Port Tools 0.99_11 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-14 23:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-30 10:36:30 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2014-04-30 10:37:23 UTC
State Changed
From-To: open->closed

Committed, thanks!