diff options
author | bouyer <bouyer@pkgsrc.org> | 2003-03-24 16:42:56 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2003-03-24 16:42:56 +0000 |
commit | 5b8ad956c0204ec2531f4106836e6a12713e2df5 (patch) | |
tree | bb95c8f573a289d8fab6a6109968bc4d54add635 /net | |
parent | 56f389e9a1211f8c54f8c33e2c298f1fd63b0b1a (diff) | |
download | pkgsrc-5b8ad956c0204ec2531f4106836e6a12713e2df5.tar.gz |
Upgrade to 2.4b2. Lots of change since 1.20, but it should be
backward-compatible. 2.0 was a substential rewrite. Main changes:
support some traditional ping features: loop mode, specify size of data
packets, specify how many pings to send, interpret ICMPs other than ICMP Echo
response.
make timings in tenths of milliseconds
do exponential backoff on retries
port to more systems
do better checking on whether received ICMP is for us
added -g option for generating IPs from a start to an end value
Diffstat (limited to 'net')
-rw-r--r-- | net/fping/Makefile | 18 | ||||
-rw-r--r-- | net/fping/distinfo | 9 |
2 files changed, 9 insertions, 18 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile index ee053c1b93f..9de43e4ca5f 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -1,22 +1,16 @@ -# $NetBSD: Makefile,v 1.6 2002/02/18 18:40:41 abs Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/24 16:42:56 bouyer Exp $ # FreeBSD Id: ports/net/fping/Makefile,v 1.10 2000/04/20 20:18:57 mharo Exp -DISTNAME= part01 -PKGNAME= fping-1.20 -PKGREVISION= 1 +DISTNAME= fping-2.4b2_to +PKGNAME= fping-2.4b2 CATEGORIES= net -MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume26/fping/ \ - ftp://ftp.digital.com/pub/usenet/comp.sources.unix/volume26/fping/ \ - ftp://ftp.wustl.edu/usenet/comp.sources.unix/volume26/fping/ \ - ftp://ftp.isnet.is/pub/Usenet/Usenet.src/comp.sources.unix/v26/fping/ -EXTRACT_SUFX= .Z +MASTER_SITES= http://www.fping.com/download/ MAINTAINER= abs@netbsd.org +HOMEPAGE= http://www.fping.com/ COMMENT= Quickly ping many hosts w/o flooding the network -DIST_SUBDIR= fping -EXTRACT_CMD= zcat ${DOWNLOADED_DISTFILE} | ${SED} -e '1,/Archive-Name/d' | ${SH} -WRKSRC= ${WRKDIR} +GNU_CONFIGURE= YES post-install: ${CHMOD} 4555 ${LOCALBASE}/sbin/fping diff --git a/net/fping/distinfo b/net/fping/distinfo index 8d1282c28b2..b638f1f36e4 100644 --- a/net/fping/distinfo +++ b/net/fping/distinfo @@ -1,7 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/02/18 18:40:41 abs Exp $ +$NetBSD: distinfo,v 1.5 2003/03/24 16:42:56 bouyer Exp $ -SHA1 (fping/part01.Z) = 5da77db8996539095e4da7b253f0f80b6f3896bc -Size (fping/part01.Z) = 21232 bytes -SHA1 (patch-aa) = e073ab796bd754cba1df980ec848d442cc8d87d0 -SHA1 (patch-ab) = b519acb30c55877bc1bfb3d6b4f54f7317ac8d2d -SHA1 (patch-ac) = 3422e05ef6a0ea0fde0869be38b4cb0a1b0cfa78 +SHA1 (fping-2.4b2_to.tar.gz) = 9318f2ec4b389cd74ca32f561fea95f9528f16a3 +Size (fping-2.4b2_to.tar.gz) = 60968 bytes |