aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Net_Portscan
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-12-22 08:26:23 +0000
committerWen Heping <wen@FreeBSD.org>2009-12-22 08:26:23 +0000
commit244ed002a9115304f6f9bb481bb9c0a827eef113 (patch)
tree8e5ee94d551cc06badd0cc2102ddeceb94474d1e /security/pear-Net_Portscan
parent2cacc834725a02e12f55c251145f96b45f30fd04 (diff)
downloadports-244ed002a9115304f6f9bb481bb9c0a827eef113.tar.gz
ports-244ed002a9115304f6f9bb481bb9c0a827eef113.zip
The Net_Portscan package allows one to perform basic portscanning
functions with PHP. It supports checking an individual port or checking a whole range of ports on a machine. WWW: http://pear.php.net/package/Net-Portscan/
Notes
Notes: svn path=/head/; revision=246426
Diffstat (limited to 'security/pear-Net_Portscan')
-rw-r--r--security/pear-Net_Portscan/Makefile29
-rw-r--r--security/pear-Net_Portscan/distinfo3
-rw-r--r--security/pear-Net_Portscan/pkg-descr5
3 files changed, 37 insertions, 0 deletions
diff --git a/security/pear-Net_Portscan/Makefile b/security/pear-Net_Portscan/Makefile
new file mode 100644
index 000000000000..ce7ec0eb7797
--- /dev/null
+++ b/security/pear-Net_Portscan/Makefile
@@ -0,0 +1,29 @@
+# Ports collection makefile for: pear-Net_Portscan
+# Date created: 21 Dec, 2009
+# Whom: Wen Heping <wen@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net_Portscan
+PORTVERSION= 1.0.3
+CATEGORIES= security pear
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= Provides an API for scanning ports
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= Net
+FILES= Portscan.php
+TESTS= 01-portscan.php
+DOCS= README.portscan
+
+post-extract:
+ @cd ${WRKSRC} && ${MKDIR} -p ${WRKSRC}/docs
+ ${MV} ${WRKSRC}/README.portscan ${WRKSRC}/docs/
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/security/pear-Net_Portscan/distinfo b/security/pear-Net_Portscan/distinfo
new file mode 100644
index 000000000000..ec9618f8ba1a
--- /dev/null
+++ b/security/pear-Net_Portscan/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/Net_Portscan-1.0.3.tgz) = e7a7eeb5c12fe70eef674ee927ba1208
+SHA256 (PEAR/Net_Portscan-1.0.3.tgz) = 2e69cc87f92f655dac58b7b873a5efdf5f3fe547a6aca498785383d92d2d23c6
+SIZE (PEAR/Net_Portscan-1.0.3.tgz) = 2674
diff --git a/security/pear-Net_Portscan/pkg-descr b/security/pear-Net_Portscan/pkg-descr
new file mode 100644
index 000000000000..9a2bee1efe47
--- /dev/null
+++ b/security/pear-Net_Portscan/pkg-descr
@@ -0,0 +1,5 @@
+The Net_Portscan package allows one to perform basic portscanning
+functions with PHP. It supports checking an individual port or
+checking a whole range of ports on a machine.
+
+WWW: http://pear.php.net/package/Net-Portscan/