summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-07-27 15:32:23 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-07-27 15:32:23 +0000
commit244f7b92bcc6377f160accb2456154f710138ba1 (patch)
tree4b2d41781dca634a715f37212a182e1d0ce7be55 /net-mgmt
parentAdd pmail - a yet anther brick in our collection of buggy mailers (py-gnome (diff)
Initial import of p5-NetAddr-IP version 2.0
p5-NetAddr-IP is Perl module for working with IP addresses and blocks thereof PR: 19905 Submitted by: Christopher N. Harrell <cnh@ivmg.net>
Notes
Notes: svn path=/head/; revision=31066
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/p5-NetAddr-IP/Makefile25
-rw-r--r--net-mgmt/p5-NetAddr-IP/distinfo1
-rw-r--r--net-mgmt/p5-NetAddr-IP/pkg-comment1
-rw-r--r--net-mgmt/p5-NetAddr-IP/pkg-descr3
-rw-r--r--net-mgmt/p5-NetAddr-IP/pkg-plist5
5 files changed, 35 insertions, 0 deletions
diff --git a/net-mgmt/p5-NetAddr-IP/Makefile b/net-mgmt/p5-NetAddr-IP/Makefile
new file mode 100644
index 000000000000..8058bf5644a9
--- /dev/null
+++ b/net-mgmt/p5-NetAddr-IP/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-NetAddr-IP
+# Date created: 12 July 2000
+# Whom: Christopher N. Harrell <cnh@ivmg.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= NetAddr-IP
+PORTVERSION= 2.00
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= NetAddr
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@freebsd.org
+
+USE_PERL5= yes
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= NetAddr::IP.3
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
+ PREFIX=${PREFIX}
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/p5-NetAddr-IP/distinfo b/net-mgmt/p5-NetAddr-IP/distinfo
new file mode 100644
index 000000000000..3c1d44485e34
--- /dev/null
+++ b/net-mgmt/p5-NetAddr-IP/distinfo
@@ -0,0 +1 @@
+MD5 (NetAddr-IP-2.00.tar.gz) = 9f88bd7712d40713c5e0a3edff35f27f
diff --git a/net-mgmt/p5-NetAddr-IP/pkg-comment b/net-mgmt/p5-NetAddr-IP/pkg-comment
new file mode 100644
index 000000000000..59f71b01edd5
--- /dev/null
+++ b/net-mgmt/p5-NetAddr-IP/pkg-comment
@@ -0,0 +1 @@
+Perl module for working with IP addresses and blocks thereof
diff --git a/net-mgmt/p5-NetAddr-IP/pkg-descr b/net-mgmt/p5-NetAddr-IP/pkg-descr
new file mode 100644
index 000000000000..6cda11436edd
--- /dev/null
+++ b/net-mgmt/p5-NetAddr-IP/pkg-descr
@@ -0,0 +1,3 @@
+This perl module provides a simple interface to the tedious bit manipulation
+involved when handling IP address calculations. It also helps by performing
+range comparisons between subnets as well as other frequently used functions.
diff --git a/net-mgmt/p5-NetAddr-IP/pkg-plist b/net-mgmt/p5-NetAddr-IP/pkg-plist
new file mode 100644
index 000000000000..06ce8b14fa22
--- /dev/null
+++ b/net-mgmt/p5-NetAddr-IP/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/NetAddr/IP.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/NetAddr