1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
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
accessibility
arabic
archivers
astro
audio - Update MASTER_SITES 2014-06-02 08:44:07 +00:00
benchmarks
biology
cad
chinese - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 16:43:03 +00:00
comms
converters
databases Upgrade from 3.0.0-beta2 to 3.0.0-beta5. 2014-06-02 01:42:11 +00:00
deskutils
devel Unbreak, it seems not compatible with lua52 2014-06-01 20:08:54 +00:00
dns
editors Unbreak 2014-06-01 21:18:03 +00:00
emulators Stagify. 2014-06-01 17:24:23 +00:00
finance
french Fix the build by adding the Python metaport. 2014-06-01 20:36:01 +00:00
ftp
games /you/have/to/check/what/makeplist/gives/you 2014-06-01 21:37:19 +00:00
german
graphics - Stage support 2014-06-02 09:25:55 +00:00
hebrew
hungarian
irc irc/znc: Fix USE_PYTHON version number, it should be 3+ not 2+ 2014-06-01 15:37:41 +00:00
japanese - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 16:43:03 +00:00
java
Keywords
korean
lang Update to the 20140601 snapshot of GCC 4.10. 2014-06-02 06:54:29 +00:00
mail - Add staging support 2014-06-02 05:42:11 +00:00
math
misc - Update to 0.2.37, Announce message: 2014-06-02 06:41:28 +00:00
Mk Apply a band-aid on Perl ports plists for perl 5.20. 2014-06-02 08:48:13 +00:00
multimedia Remove expired port: 2014-06-02 09:19:32 +00:00
net Update net/scamper port to 20140530. use make stage && make check-plist 2014-06-02 11:20:47 +00:00
net-im Refresh. 2014-06-01 22:15:17 +00:00
net-mgmt - Stage support 2014-06-02 09:28:32 +00:00
net-p2p
news
palm
polish
ports-mgmt
portuguese
print
russian
science - Support staging 2014-06-01 21:30:40 +00:00
security Update to 1.2.0 2014-06-01 21:51:52 +00:00
shells
sysutils Update to version 3.6.1. 2014-06-02 10:12:31 +00:00
Templates
textproc
Tools - Correct the bugzilla url 2014-06-02 05:04:21 +00:00
ukrainian
vietnamese
www - Update to 1.5.6.4 2014-06-02 11:18:17 +00:00
x11
x11-clocks
x11-drivers
x11-fm - Convert BZIP2 to USES 2014-06-02 07:51:44 +00:00
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm - Convert bzip2 to USES 2014-06-02 07:46:01 +00:00
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED Remove expired port: 2014-06-02 09:19:32 +00:00
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	http://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.