aboutsummaryrefslogtreecommitdiffstats
path: root/net/poink
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256pav2005-11-261-0/+1
|
* Fix MASTER_SITES.krion2005-10-131-5/+2
|
* Mark as BROKEN: unfetchable. Nothing depends on this.linimon2005-10-131-1/+5
| | | | Source: distfile survey
* Remove BROKEN on sparc, the current version in port seems to work.arved2005-04-161-4/+0
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-2/+2
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-2/+2
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Use PLIST_FILES.trevor2004-02-062-2/+2
| | | | Reviewed by: marcus
* SIZEify.trevor2004-01-301-0/+1
|
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-211-1/+1
|
* reroll of distfile:edwin2003-04-011-1/+1
| | | | | | | | | | | | [/usr/ports/net/poink] root@k7>diff -r -b poink-old poink Only in poink-old: poink diff -r -b poink-old/poink.c poink/poink.c 3c3 < Nosuid TCP/IP ping 1.5 beta by Michal Zalewski <lcamtuf@coredump.cx> --- > Nosuid TCP/IP ping 1.6 beta by Michal Zalewski <lcamtuf@coredump.cx> noticed by: bento
* N-MAINTAINER UPDATE] net/poink 1.5 -> 1.6leeym2003-02-212-3/+6
| | | | | | | | | o Changed the MASTER_SITES since the NetBSD mirrors didn't appear to be carring the latest version. o Added USE_ZIP since the latest distfile is in the format. PR: 48467 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Mark broken on sparc.arved2003-02-111-0/+4
| | | | Submitted by: Jason Downs <downsj@downsj.com>
* New port: poink 1.5 (Nosuid, secure ping like utility)edwin2003-01-188-0/+73
New port: poink 1.5 (Nosuid, secure ping like utility). It is uses TCP SYN/RST mechanism to detect RTT. The output is very close to original ping, so it can be used as more secure replacement. PR: ports/37019 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>