diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-27 22:53:10 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-27 22:53:10 +0000 |
commit | 00a6e97f82b747d387fc6f1405e1da624ea63a2e (patch) | |
tree | 9420b17ea5b8d11cf85ac61e67429ab30ca05e01 /net | |
parent | b4a3db7038b0245a917b60bdc1f7aece69054c02 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/pear-Net_Ping/Makefile | 26 | ||||
-rw-r--r-- | net/pear-Net_Ping/distinfo | 2 | ||||
-rw-r--r-- | net/pear-Net_Ping/pkg-descr | 3 |
4 files changed, 32 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 69aa559eac21..585c831baf2e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -552,6 +552,7 @@ SUBDIR += pear-Net_IPv6 SUBDIR += pear-Net_NNTP SUBDIR += pear-Net_POP3 + SUBDIR += pear-Net_Ping SUBDIR += pear-Net_SMTP SUBDIR += pear-Net_Server SUBDIR += pear-Net_Sieve diff --git a/net/pear-Net_Ping/Makefile b/net/pear-Net_Ping/Makefile new file mode 100644 index 000000000000..416f656e85d0 --- /dev/null +++ b/net/pear-Net_Ping/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: pear-Net_Ping +# Date created: 24 February 2005 +# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) +# +# $FreeBSD$ +# + +PORTNAME= Net_Ping +PORTVERSION= 2.4 +CATEGORIES= net pear + +MAINTAINER= antonio@php.net +COMMENT= PEAR class to execute ping + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Net +FILES= Ping.php +TESTS= test_result_parsers.php +EXAMPLES= example.php +_EXAMPLESDIR= docs/examples + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/net/pear-Net_Ping/distinfo b/net/pear-Net_Ping/distinfo new file mode 100644 index 000000000000..cc8d26022433 --- /dev/null +++ b/net/pear-Net_Ping/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Net_Ping-2.4.tgz) = 0c6aecc5f3139e49b2c49ecd2e222c37 +SIZE (PEAR/Net_Ping-2.4.tgz) = 8408 diff --git a/net/pear-Net_Ping/pkg-descr b/net/pear-Net_Ping/pkg-descr new file mode 100644 index 000000000000..48cb3de85bd5 --- /dev/null +++ b/net/pear-Net_Ping/pkg-descr @@ -0,0 +1,3 @@ +OS independent wrapper class for executing ping calls. + +WWW: http://pear.php.net/package/Net_Ping/ |