aboutsummaryrefslogtreecommitdiffstats
path: root/net/hanstunnel
Commit message (Collapse)AuthorAgeFilesLines
* Add missing header files.adamw2014-08-064-7/+42
| | | | The wacky CLANG option probably needs some attention.
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]gerald2014-03-021-1/+1
| | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1]
* Depend on clang33 rather than the deprecated clang port.brooks2013-11-222-19/+25
| | | | | | | | STAGEify. Patch an obvious buffer overflow found by the compiler. Approved by: maintainer timeout
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* - Set correctly MASTER_SITESlippe2013-09-022-4/+5
| | | | | | | | | | - Use appropriate COMMENT - Move pkg-message to files/pkg-message.in using SUB_FILES - Use INSTALL_PROGRAM PR: ports/180180 Submitted by: lippe@ Approved by: Alexander Panyushkin <vsityz@gmail.com> (maintainer)
* Hans makes it possible to tunnel IPv4 through ICMP echo packets, so youlippe2013-06-297-0/+190
could call it a ping tunnel. This can be useful when you find yourself in the situation that your Internet access is firewalled, but pings are allowed. WWW: http://code.gerade.org/hans/ PR: ports/177649 Submitted by: Alexander Panyushkin <vsityz@gmail.com>