aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_CheckIP
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-01 08:31:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-01 08:31:07 +0000
commit5010646238154d1e64f63fc52152ce56a420d735 (patch)
tree94a0646b5d629710451ab754210cb3339fd71c66 /net/pear-Net_CheckIP
parent2b1bb16f2cfc03b0f507f41656c90939816fa2ca (diff)
downloadports-5010646238154d1e64f63fc52152ce56a420d735.tar.gz
ports-5010646238154d1e64f63fc52152ce56a420d735.zip
New port: net/pear-Net_CheckIP Check the syntax of IPv4 addresses
This package validates IPv4 addresses. PR: ports/74527 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Notes
Notes: svn path=/head/; revision=122876
Diffstat (limited to 'net/pear-Net_CheckIP')
-rw-r--r--net/pear-Net_CheckIP/Makefile23
-rw-r--r--net/pear-Net_CheckIP/distinfo2
-rw-r--r--net/pear-Net_CheckIP/pkg-descr3
3 files changed, 28 insertions, 0 deletions
diff --git a/net/pear-Net_CheckIP/Makefile b/net/pear-Net_CheckIP/Makefile
new file mode 100644
index 000000000000..0878dd2aae99
--- /dev/null
+++ b/net/pear-Net_CheckIP/Makefile
@@ -0,0 +1,23 @@
+# Ports collection makefile for: pear-Net_CheckIP
+# Date created: 29 November 2004
+# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net_CheckIP
+PORTVERSION= 1.1
+CATEGORIES= net pear
+
+MAINTAINER= antonio@php.net
+COMMENT= Check the syntax of IPv4 addresses
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= Net
+FILES= CheckIP.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+.include <bsd.port.post.mk>
diff --git a/net/pear-Net_CheckIP/distinfo b/net/pear-Net_CheckIP/distinfo
new file mode 100644
index 000000000000..34024003909e
--- /dev/null
+++ b/net/pear-Net_CheckIP/distinfo
@@ -0,0 +1,2 @@
+MD5 (PEAR/Net_CheckIP-1.1.tgz) = b7e7d4bd89e3140024d177a093d36d21
+SIZE (PEAR/Net_CheckIP-1.1.tgz) = 1385
diff --git a/net/pear-Net_CheckIP/pkg-descr b/net/pear-Net_CheckIP/pkg-descr
new file mode 100644
index 000000000000..87f59e788632
--- /dev/null
+++ b/net/pear-Net_CheckIP/pkg-descr
@@ -0,0 +1,3 @@
+This package validates IPv4 addresses.
+
+WWW: http://pear.php.net/package/Net_CheckIP/