aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_IPv4
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-09-19 12:51:18 +0000
committerWen Heping <wen@FreeBSD.org>2009-09-19 12:51:18 +0000
commitae27602562889bba6d46f668a6ff2a9a92924c08 (patch)
tree3612e9fbd066767b7e06b0146e5865bd454aa23e /net/pear-Net_IPv4
parent511ea3352d9b6d6efd9967c6ebbef480d298352a (diff)
downloadports-ae27602562889bba6d46f668a6ff2a9a92924c08.tar.gz
ports-ae27602562889bba6d46f668a6ff2a9a92924c08.zip
Net_IPv4 is a Class used for calculating IPv4(AF_INET family)
address information such as network as network address, broadcast address, and IP address validity. WWW: http://pear.php.net/package/Net_IPv4/ Approved by: miwi(mentor) Feature safe: yes
Notes
Notes: svn path=/head/; revision=241727
Diffstat (limited to 'net/pear-Net_IPv4')
-rw-r--r--net/pear-Net_IPv4/Makefile23
-rw-r--r--net/pear-Net_IPv4/distinfo3
-rw-r--r--net/pear-Net_IPv4/pkg-descr5
3 files changed, 31 insertions, 0 deletions
diff --git a/net/pear-Net_IPv4/Makefile b/net/pear-Net_IPv4/Makefile
new file mode 100644
index 000000000000..8baeaba6d0e1
--- /dev/null
+++ b/net/pear-Net_IPv4/Makefile
@@ -0,0 +1,23 @@
+# Ports collection makefile for: pear-Net_IPv4
+# Date created: 19 Sep, 2009
+# Whom: Wen Heping <wen@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net_IPv4
+DISTVERSION= 1.3.1
+CATEGORIES= net pear
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= IPv4 network calculations and validation
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+FILES= Net/IPv4.php
+TESTS= AllTests.php IPv4Test.php MyIPv4.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/net/pear-Net_IPv4/distinfo b/net/pear-Net_IPv4/distinfo
new file mode 100644
index 000000000000..e3e5fa8d8189
--- /dev/null
+++ b/net/pear-Net_IPv4/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/Net_IPv4-1.3.1.tgz) = 7ca83e9242cd2a10219f2db12bfcbc7d
+SHA256 (PEAR/Net_IPv4-1.3.1.tgz) = e248b68cac28c0a494f29507e815997255ded1aa767531d9a9a374b58dbadffd
+SIZE (PEAR/Net_IPv4-1.3.1.tgz) = 5858
diff --git a/net/pear-Net_IPv4/pkg-descr b/net/pear-Net_IPv4/pkg-descr
new file mode 100644
index 000000000000..18d37f16f5f3
--- /dev/null
+++ b/net/pear-Net_IPv4/pkg-descr
@@ -0,0 +1,5 @@
+Net_IPv4 is a Class used for calculating IPv4(AF_INET family)
+address information such as network as network address,
+broadcast address, and IP address validity.
+
+WWW: http://pear.php.net/package/Net_IPv4/