summaryrefslogtreecommitdiff
path: root/net/fping (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on -currentKirill Ponomarev2003-10-252-15/+32
| | | | | | | | | - Pet portlint Reported by: bento (kris) Notes: svn path=/head/; revision=92129
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update to 2.4b2.Anders Nordby2002-07-075-149/+160
| | | | | | | | | IPv6 support gained. Master site moved. Add WWW URL. Notes: svn path=/head/; revision=62614
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-231-1/+2
| | | | | | | | PR: 39668 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61772
* Drop maintainership. I don't use this everyday as I once didDavid E. O'Brien2002-04-301-1/+1
| | | | Notes: svn path=/head/; revision=58374
* Do not treat FreeBSD/Alpha as being braindead as some other OS thatDavid E. O'Brien2001-04-141-1/+10
| | | | | | | runs on the Alpha platform. Notes: svn path=/head/; revision=41364
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35323
* Dynamically set the FreeBSD maintainer.David E. O'Brien2000-11-052-1/+5
| | | | Notes: svn path=/head/; revision=34824
* Chase the checksum; no changes to distfile.Kris Kennaway2000-10-161-1/+1
| | | | Notes: svn path=/head/; revision=33875
* Upgrade to version 2.2b1.David E. O'Brien2000-08-274-215/+120
| | | | Notes: svn path=/head/; revision=32020
* Fix bogons in my milliseconds => microseconds timeouts change.David E. O'Brien2000-07-191-18/+111
| | | | | | | Submitted by: Greg A. Woods <woods@weird.com> Notes: svn path=/head/; revision=30855
* remove duplicate variable and extra blank lines (portlint)Michael Haro2000-04-201-2/+0
| | | | Notes: svn path=/head/; revision=27812
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+3
| | | | Notes: svn path=/head/; revision=27423
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=25734
* Times are in microseconds, not milliseconds.David E. O'Brien2000-01-221-2/+22
| | | | | | | Submitted by: Igor Timkin <ivt@gamma.ru> Notes: svn path=/head/; revision=24956
* Don't depend on GNU share+unshare to extract the distfile. Sed trickeryDavid E. O'Brien1999-09-202-7/+111
| | | | | | | | | | is lighter weight. Increase the granularity of the statistics. Rounding to whole msec isn't accurate enough on a LAN. Notes: svn path=/head/; revision=21837
* portlintDavid E. O'Brien1999-09-042-3/+2
| | | | Notes: svn path=/head/; revision=21260
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12624
* Clean up header comments.David E. O'Brien1997-03-271-4/+4
| | | | Notes: svn path=/head/; revision=6030
* A tool to quickly ping N number of hosts to determine their reachabilityDavid E. O'Brien1997-03-257-0/+96
without flooding the network. Notes: svn path=/head/; revision=6006