From owner-cvs-all@FreeBSD.ORG Sun Apr 3 11:22:54 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D969106566B; Sun, 3 Apr 2011 11:22:54 +0000 (UTC) (envelope-from dhn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2EDAD8FC14; Sun, 3 Apr 2011 11:22:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p33BMsAJ087034; Sun, 3 Apr 2011 11:22:54 GMT (envelope-from dhn@repoman.freebsd.org) Received: (from dhn@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p33BMsjc087033; Sun, 3 Apr 2011 11:22:54 GMT (envelope-from dhn) Message-Id: <201104031122.p33BMsjc087033@repoman.freebsd.org> From: Dennis Herrmann Date: Sun, 3 Apr 2011 11:22:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/tcpproxy Makefile distinfo pkg-descr ports/net/tcpproxy/files tcpproxy.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2011 11:22:54 -0000 dhn 2011-04-03 11:22:54 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/tcpproxy Makefile distinfo pkg-descr net/tcpproxy/files tcpproxy.in Log: tcpproxy is a simple tcp connection proxy which combines the features of 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 Revision Changes Path 1.2329 +1 -0 ports/net/Makefile 1.1 +38 -0 ports/net/tcpproxy/Makefile (new) 1.1 +2 -0 ports/net/tcpproxy/distinfo (new) 1.1 +31 -0 ports/net/tcpproxy/files/tcpproxy.in (new) 1.1 +5 -0 ports/net/tcpproxy/pkg-descr (new)