aboutsummaryrefslogtreecommitdiff
path: root/net/tcpproxy
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Typos, whitespace and capitalization fixes (G-P).Jimmy Olgeni2015-09-201-1/+1
| | | | Notes: svn path=/head/; revision=397461
* - Update to upstream version 1.2Thomas Zander2015-05-233-7/+10
| | | | | | | | | | | | While on it: - Add LICENSE - Pet portlint PR: 200389 Submitted by: alex@hugo.bmg.gv.at (maintainer) Notes: svn path=/head/; revision=387173
* - Update from 1.0 to 1.1 [1]Danilo Egea Gondolfo2013-10-073-24/+35
| | | | | | | | | | | | | - Remove the indefinite article from COMMENT - Convert USE_GMAKE to USES - Add stage support PR: ports/182788 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer) [1] Approved by: wg/culot (mentors, implicit) Notes: svn path=/head/; revision=329723
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Fix typos in COMMENTCarlo Strub2012-07-241-1/+1
| | | | Notes: svn path=/head/; revision=301494
* 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