From owner-cvs-all@FreeBSD.ORG Tue Jul 12 15:41:49 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98A9D16A41C; Tue, 12 Jul 2005 15:41:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6353B43D46; Tue, 12 Jul 2005 15:41:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6CFfno4067545; Tue, 12 Jul 2005 15:41:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6CFfm7R067544; Tue, 12 Jul 2005 15:41:48 GMT (envelope-from pav) Message-Id: <200507121541.j6CFfm7R067544@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 12 Jul 2005 15:41:48 +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/tspc2 Makefile distinfo pkg-descr pkg-plist ports/net/tspc2/files patch-Makefile patch-Mk-mk-freebsd.mk patch-conf-tspc.conf.in patch-platform-freebsd-tsp_local.c tspc2.sh.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: Tue, 12 Jul 2005 15:41:49 -0000 pav 2005-07-12 15:41:48 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/tspc2 Makefile distinfo pkg-descr pkg-plist net/tspc2/files patch-Makefile patch-Mk-mk-freebsd.mk patch-conf-tspc.conf.in patch-platform-freebsd-tsp_local.c tspc2.sh.in Log: Instead of a Web interface, which is usually offered by traditional tunnel brokers, Freenet6 uses an innovative model based on the TSP Client. The TSP Client is software that usually runs on a PC and that implements the Tunnel Setup Protocol (TSP). The TSP Client is used to automatically negotiate a configured tunnel between a PC or router and the Freenet6 tunnel broker, making IPv6 easy to install and maintain. The TSP Client source code is licensed under the GPL. A commercial license is also available. PR: ports/83260 Submitted by: Linas Valiukas Revision Changes Path 1.1511 +1 -0 ports/net/Makefile 1.1 +25 -0 ports/net/tspc2/Makefile (new) 1.1 +2 -0 ports/net/tspc2/distinfo (new) 1.1 +21 -0 ports/net/tspc2/files/patch-Makefile (new) 1.1 +11 -0 ports/net/tspc2/files/patch-Mk-mk-freebsd.mk (new) 1.1 +11 -0 ports/net/tspc2/files/patch-conf-tspc.conf.in (new) 1.1 +19 -0 ports/net/tspc2/files/patch-platform-freebsd-tsp_local.c (new) 1.1 +26 -0 ports/net/tspc2/files/tspc2.sh.in (new) 1.1 +12 -0 ports/net/tspc2/pkg-descr (new) 1.1 +8 -0 ports/net/tspc2/pkg-plist (new)