summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/p5-Net-CIDR/Makefile22
-rw-r--r--net-mgmt/p5-Net-CIDR/distinfo1
-rw-r--r--net-mgmt/p5-Net-CIDR/pkg-comment1
-rw-r--r--net-mgmt/p5-Net-CIDR/pkg-descr5
-rw-r--r--net-mgmt/p5-Net-CIDR/pkg-plist5
-rw-r--r--net/Makefile1
-rw-r--r--net/p5-Net-CIDR/Makefile22
-rw-r--r--net/p5-Net-CIDR/distinfo1
-rw-r--r--net/p5-Net-CIDR/pkg-comment1
-rw-r--r--net/p5-Net-CIDR/pkg-descr5
-rw-r--r--net/p5-Net-CIDR/pkg-plist5
11 files changed, 69 insertions, 0 deletions
diff --git a/net-mgmt/p5-Net-CIDR/Makefile b/net-mgmt/p5-Net-CIDR/Makefile
new file mode 100644
index 000000000000..bd10f812b408
--- /dev/null
+++ b/net-mgmt/p5-Net-CIDR/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Net-$CIDR
+# Date created: Sep 02 2001
+# Whom: Andy Sparrow
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-CIDR
+PORTVERSION= 0.02
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= spadger@best.com
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Net::CIDR.3
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Net-CIDR/distinfo b/net-mgmt/p5-Net-CIDR/distinfo
new file mode 100644
index 000000000000..91bf6750d018
--- /dev/null
+++ b/net-mgmt/p5-Net-CIDR/distinfo
@@ -0,0 +1 @@
+MD5 (Net-CIDR-0.02.tar.gz) = c2851c48066f3e25a7ef6870f0308893
diff --git a/net-mgmt/p5-Net-CIDR/pkg-comment b/net-mgmt/p5-Net-CIDR/pkg-comment
new file mode 100644
index 000000000000..6e45dae55b0c
--- /dev/null
+++ b/net-mgmt/p5-Net-CIDR/pkg-comment
@@ -0,0 +1 @@
+Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation
diff --git a/net-mgmt/p5-Net-CIDR/pkg-descr b/net-mgmt/p5-Net-CIDR/pkg-descr
new file mode 100644
index 000000000000..12ff048081c0
--- /dev/null
+++ b/net-mgmt/p5-Net-CIDR/pkg-descr
@@ -0,0 +1,5 @@
+The Net::CIDR package contains functions that manipulate lists of
+IP netblocks expressed in CIDR notation. The Net::CIDR functions
+handle both IPv4 and IPv6 addresses.
+
+WWW: http://search.cpan.org/search?dist=Net-CIDR
diff --git a/net-mgmt/p5-Net-CIDR/pkg-plist b/net-mgmt/p5-Net-CIDR/pkg-plist
new file mode 100644
index 000000000000..63df1a085536
--- /dev/null
+++ b/net-mgmt/p5-Net-CIDR/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/Net/CIDR.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/CIDR/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/CIDR
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
diff --git a/net/Makefile b/net/Makefile
index 362d7f333fdb..89582dcda5c6 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -255,6 +255,7 @@
SUBDIR += p5-IO-Interface
SUBDIR += p5-Mon
SUBDIR += p5-Net
+ SUBDIR += p5-Net-CIDR
SUBDIR += p5-Net-DLookup
SUBDIR += p5-Net-DNS
SUBDIR += p5-Net-Daemon
diff --git a/net/p5-Net-CIDR/Makefile b/net/p5-Net-CIDR/Makefile
new file mode 100644
index 000000000000..bd10f812b408
--- /dev/null
+++ b/net/p5-Net-CIDR/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Net-$CIDR
+# Date created: Sep 02 2001
+# Whom: Andy Sparrow
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-CIDR
+PORTVERSION= 0.02
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= spadger@best.com
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Net::CIDR.3
+
+.include <bsd.port.mk>
diff --git a/net/p5-Net-CIDR/distinfo b/net/p5-Net-CIDR/distinfo
new file mode 100644
index 000000000000..91bf6750d018
--- /dev/null
+++ b/net/p5-Net-CIDR/distinfo
@@ -0,0 +1 @@
+MD5 (Net-CIDR-0.02.tar.gz) = c2851c48066f3e25a7ef6870f0308893
diff --git a/net/p5-Net-CIDR/pkg-comment b/net/p5-Net-CIDR/pkg-comment
new file mode 100644
index 000000000000..6e45dae55b0c
--- /dev/null
+++ b/net/p5-Net-CIDR/pkg-comment
@@ -0,0 +1 @@
+Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation
diff --git a/net/p5-Net-CIDR/pkg-descr b/net/p5-Net-CIDR/pkg-descr
new file mode 100644
index 000000000000..12ff048081c0
--- /dev/null
+++ b/net/p5-Net-CIDR/pkg-descr
@@ -0,0 +1,5 @@
+The Net::CIDR package contains functions that manipulate lists of
+IP netblocks expressed in CIDR notation. The Net::CIDR functions
+handle both IPv4 and IPv6 addresses.
+
+WWW: http://search.cpan.org/search?dist=Net-CIDR
diff --git a/net/p5-Net-CIDR/pkg-plist b/net/p5-Net-CIDR/pkg-plist
new file mode 100644
index 000000000000..63df1a085536
--- /dev/null
+++ b/net/p5-Net-CIDR/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/Net/CIDR.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/CIDR/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/CIDR
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true