freebsd-ports/net/scamper/Makefile
Martin Wilke 120a38a9b1 Update net/scamper port to 20140530. use make stage && make check-plist
to sanity check port and adjust Makefile / pkg-plist accordingly.

Changes since 20140112:

* allow scamper to be built in debug mode on FreeBSD after version 10.
* in scamper-ping, support a probe frequency smaller than once every
  second.  minimum is now once a millisecond.
* handle fragmented responses in linux and sunos correctly.
  this is important for IPv6 IP-ID based alias resolution techniques
  (e.g. speedtrap, ally, radargun) on those platforms.
* numerous bugfixes and improvements to sc_ally pair-wise alias
  resolution utility, the most important being that it will reliably
  complete now.
 * FreeBSD 10 onwards no longer byte swaps some fields in the quotation of
   a received ICMP error message.  chase this in scamper.
 * Minor modifications to make scamper compile on Windows 7 using
   Visual Studio Express 2013 for Windows Desktop.
 * print ping flags in sc_wartsdump and scamper's json output.

PR:		190440
Submitted by:	maintainer
2014-06-02 11:20:47 +00:00

16 lines
353 B
Makefile

# $FreeBSD$
PORTNAME= scamper
PORTVERSION= 20140530
CATEGORIES= net ipv6
MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/
DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
MAINTAINER= mjl@luckie.org.nz
COMMENT= Tool for parallelised IPv4 and IPv6 measurement
USES= gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>