mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Add pear-Net_Ping 2.4, PEAR class to execute ping.
PR: 78040 Submitted by: Antônio Carlos Venâncio Júnior
This commit is contained in:
parent
b4a3db7038
commit
00a6e97f82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129933
@ -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
|
||||
|
26
net/pear-Net_Ping/Makefile
Normal file
26
net/pear-Net_Ping/Makefile
Normal file
@ -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>
|
2
net/pear-Net_Ping/distinfo
Normal file
2
net/pear-Net_Ping/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PEAR/Net_Ping-2.4.tgz) = 0c6aecc5f3139e49b2c49ecd2e222c37
|
||||
SIZE (PEAR/Net_Ping-2.4.tgz) = 8408
|
3
net/pear-Net_Ping/pkg-descr
Normal file
3
net/pear-Net_Ping/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
OS independent wrapper class for executing ping calls.
|
||||
|
||||
WWW: http://pear.php.net/package/Net_Ping/
|
Loading…
Reference in New Issue
Block a user