From owner-cvs-all@FreeBSD.ORG Fri Sep 7 23:29:57 2007 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 2BA8B16A4BF; Fri, 7 Sep 2007 23:29:57 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0EC6A13C491; Fri, 7 Sep 2007 23:29:57 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l87NTukC097441; Fri, 7 Sep 2007 23:29:56 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l87NTura097440; Fri, 7 Sep 2007 23:29:56 GMT (envelope-from edwin) Message-Id: <200709072329.l87NTura097440@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 7 Sep 2007 23:29:56 +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/gateway6 Makefile distinfo pkg-descr pkg-plist ports/net/gateway6/files gateway6.sh.in patch-Mk.mk-freebsd.mk patch-platform.freebsd.tsp_local.c patch-src.lib.config.c patch5-template.freebsd.sh pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2007 23:29:57 -0000 edwin 2007-09-07 23:29:56 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/gateway6 Makefile distinfo pkg-descr pkg-plist net/gateway6/files gateway6.sh.in patch-Mk.mk-freebsd.mk patch-platform.freebsd.tsp_local.c patch-src.lib.config.c patch5-template.freebsd.sh pkg-message.in Log: New port: net/gateway6 free IPv6 tunnel From README: TSP is a control protocol used to establish and maintain static tunnels. The Gateway6 Client is used on the host computer to connect to a tunnel broker using the TSP protocol and to get the information for its tunnel. When it receives the information for the tunnel, the Gateway6 client creates the static tunnel on its operating system. The Gateway6 Client code is mostly identical for all client platforms. However, creating the static tunnel is operating system dependent and is done by a script called by the Gateway6 Client. These scripts are located under the template directory in the Gateway6 Client installation directory. The script executed by the Gateway6 Client to configure the tunnel interface is customized for each type of supported operating system and takes care of all specifics for the target operating system. On Unix systems, it is a shell script. This separation of the binary and script enables fast and easy additions of new operating systems, as has been shown by the community contributions for many operating systems. WWW: http://www.go6.net/ PR: ports/114544 Submitted by: Michael Scholz Revision Changes Path 1.1915 +1 -0 ports/net/Makefile 1.1 +73 -0 ports/net/gateway6/Makefile (new) 1.1 +3 -0 ports/net/gateway6/distinfo (new) 1.1 +35 -0 ports/net/gateway6/files/gateway6.sh.in (new) 1.1 +11 -0 ports/net/gateway6/files/patch-Mk.mk-freebsd.mk (new) 1.1 +36 -0 ports/net/gateway6/files/patch-platform.freebsd.tsp_local.c (new) 1.1 +11 -0 ports/net/gateway6/files/patch-src.lib.config.c (new) 1.1 +11 -0 ports/net/gateway6/files/patch5-template.freebsd.sh (new) 1.1 +12 -0 ports/net/gateway6/files/pkg-message.in (new) 1.1 +23 -0 ports/net/gateway6/pkg-descr (new) 1.1 +14 -0 ports/net/gateway6/pkg-plist (new)