aboutsummaryrefslogtreecommitdiff
path: root/net/hanstunnel
Commit message (Collapse)AuthorAgeFilesLines
* Fix a common grammar error: "can not" means the opposite of "cannot."Adam Weinberger2018-08-011-1/+1
| | | | | | | "Can not" means "it is possible not to," and "cannot" means "it is impossible to." Notes: svn path=/head/; revision=476184
* net/hanstunnel: Update to 1.0Yuri Victorovich2018-03-184-27/+5
| | | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Remove TUN_DEV_FILE from MAKE_ARGS * Remove patches PR: 226283 Submitted by: owk <freebsd_ports@k-worx.org> Approved by: maintainer's timeout (17 days, vsityz@gmail.com) Notes: svn path=/head/; revision=464967
* net/hanstunnel: improve dialog(1) workaround after r394503Jan Beich2016-03-211-4/+1
| | | | Notes: svn path=/head/; revision=411613
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* net/hanstunnel is not jobs safeJohn Marino2015-10-161-0/+2
| | | | | | | | | This port has failed on me multiple times in a multi-job build. This last time in tried to build object files (main.o, tun.o, etc) in the "build" directory before the directory was created. Notes: svn path=/head/; revision=399423
* net/hanstunnel: update to 0.4.4 [1] and improveJan Beich2015-05-1312-182/+50
| | | | | | | | | | | | | | | | | | | | | - Revert r326014 as nothing to substitute in pkg-message [1] - Clarify server works only on Linux [1] - Unbreak build on DragonFly [2] - Drop poorly maintained CLANG option [3] - Simplify patching via MAKE_ARGS - Respect LOCALBASE != PREFIX - Pet portlint (makepatch) - Clarify LICENSE PR: 195313 Reported by: DPorts [2] Requested by: many [3] Submitted by: vsityz@gmail.com (maintainer [1], based on) Reviewed by: marino [2] Approved by: maintainer timeout (~3 weeks) Notes: svn path=/head/; revision=386226
* Back out part of r385209 related to bug 195313Jan Beich2015-05-0212-50/+182
| | | | | | | | | Not bumping PORTEPOCH because I'll eventually land those changes, anyway. PR: 199723 Notes: svn path=/head/; revision=385211
* net/miruo: add new portJan Beich2015-05-0212-182/+50
| | | | | | | | | | | | | Network monitor/analyzer which prints packets on terminal in neat style. Packet data can also be read from a file saved by tcpdump(1). WWW: https://github.com/KLab/miruo PR: 199723 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> Notes: svn path=/head/; revision=385209
* Add missing header files.Adam Weinberger2014-08-064-7/+42
| | | | | | | The wacky CLANG option probably needs some attention. Notes: svn path=/head/; revision=364178
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]Gerald Pfeifer2014-03-011-1/+1
| | | | | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=346721
* Depend on clang33 rather than the deprecated clang port.Brooks Davis2013-11-212-19/+25
| | | | | | | | | | | STAGEify. Patch an obvious buffer overflow found by the compiler. Approved by: maintainer timeout Notes: svn path=/head/; revision=334544
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Set correctly MASTER_SITESFelippe de Meirelles Motta2013-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) Notes: svn path=/head/; revision=326014
* Hans makes it possible to tunnel IPv4 through ICMP echo packets, so youFelippe de Meirelles Motta2013-06-287-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> Notes: svn path=/head/; revision=321982