aboutsummaryrefslogtreecommitdiff
path: root/net/tcpproxy
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Respect CFLAGS and friends.Wesley Shields2011-05-122-0/+14
| | | | | | | | PR: ports/156829 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer) Notes: svn path=/head/; revision=274021
* tcpproxy is a simple tcp connection proxy which combines the features ofDennis Herrmann2011-04-034-0/+76
rinetd and 6tunnel. tcpproxy supports IPv4 and IPv6 and also supports connections from IPv6 to IPv4 endpoints and vice versa. WWW: http://www.spreadspace.org/tcpproxy/ PR: ports/156108 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> Notes: svn path=/head/; revision=272145