svn commit: r392078 - in head/dns: . p5-Net-RNDC
Kurt Jaeger
pi at FreeBSD.org
Tue Jul 14 20:25:53 UTC 2015
Author: pi
Date: Tue Jul 14 20:25:50 2015
New Revision: 392078
URL: https://svnweb.freebsd.org/changeset/ports/392078
Log:
New port: dns/p5-Net-RNDC
Net-RNDC implements the BIND Remote Name Daemon Control V1 protocol
and the rndc client.
WWW: http://search.cpan.org/dist/Net-RNDC/
Added:
head/dns/p5-Net-RNDC/
head/dns/p5-Net-RNDC/Makefile (contents, props changed)
head/dns/p5-Net-RNDC/distinfo (contents, props changed)
head/dns/p5-Net-RNDC/pkg-descr (contents, props changed)
head/dns/p5-Net-RNDC/pkg-plist (contents, props changed)
Modified:
head/dns/Makefile
Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile Tue Jul 14 20:25:02 2015 (r392077)
+++ head/dns/Makefile Tue Jul 14 20:25:50 2015 (r392078)
@@ -134,6 +134,7 @@
SUBDIR += p5-Net-LibIDN
SUBDIR += p5-Net-Nslookup
SUBDIR += p5-Net-RBLClient
+ SUBDIR += p5-Net-RNDC
SUBDIR += p5-POE-Component-Client-DNS
SUBDIR += p5-POE-Component-Client-DNS-Recursive
SUBDIR += p5-POE-Component-Client-DNSBL
Added: head/dns/p5-Net-RNDC/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/p5-Net-RNDC/Makefile Tue Jul 14 20:25:50 2015 (r392078)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= Net-RNDC
+PORTVERSION= 0.003
+CATEGORIES= dns perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= pi at FreeBSD.org
+COMMENT= Speak the BIND Remote Name Daemon Control V1 protocol
+
+LICENSE= ART20
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/dns/p5-Net-RNDC/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/p5-Net-RNDC/distinfo Tue Jul 14 20:25:50 2015 (r392078)
@@ -0,0 +1,2 @@
+SHA256 (Net-RNDC-0.003.tar.gz) = 84d6ef25032c04c10123757f9d96169a44168da23279fa5973f346435ae93770
+SIZE (Net-RNDC-0.003.tar.gz) = 17715
Added: head/dns/p5-Net-RNDC/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/p5-Net-RNDC/pkg-descr Tue Jul 14 20:25:50 2015 (r392078)
@@ -0,0 +1,4 @@
+Net-RNDC implements the BIND Remote Name Daemon Control V1 protocol
+and the rndc client.
+
+WWW: http://search.cpan.org/dist/Net-RNDC/
Added: head/dns/p5-Net-RNDC/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/p5-Net-RNDC/pkg-plist Tue Jul 14 20:25:50 2015 (r392078)
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/Net/RNDC.pm
+%%SITE_PERL%%/Net/RNDC/Exception.pm
+%%SITE_PERL%%/Net/RNDC/Packet.pm
+%%SITE_PERL%%/Net/RNDC/Session.pm
+%%PERL5_MAN3%%/Net::RNDC.3.gz
+%%PERL5_MAN3%%/Net::RNDC::Exception.3.gz
+%%PERL5_MAN3%%/Net::RNDC::Packet.3.gz
+%%PERL5_MAN3%%/Net::RNDC::Session.3.gz
More information about the svn-ports-all
mailing list