From owner-cvs-ports@FreeBSD.ORG Mon May 10 02:24:54 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E75E1065672; Mon, 10 May 2010 02:24:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4EA578FC14; Mon, 10 May 2010 02:24:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4A2OsNl007097; Mon, 10 May 2010 02:24:54 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4A2OssL007096; Mon, 10 May 2010 02:24:54 GMT (envelope-from miwi) Message-Id: <201005100224.o4A2OssL007096@repoman.freebsd.org> From: Martin Wilke Date: Mon, 10 May 2010 02:24: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/onioncat Makefile distinfo pkg-descr pkg-message ports/net/onioncat/files onioncat.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2010 02:24:54 -0000 miwi 2010-05-10 02:24:54 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/onioncat Makefile distinfo pkg-descr pkg-message net/onioncat/files onioncat.in Log: OnionCat creates a transparent IP layer on top of Tor's hidden services. It transmits any kind of IP-based data transparently through the Tor network on a location hidden basis. You can think of it as a point-to-multipoint VPN between hidden services. OnionCat is based on anonymizing transport layers like Tor. WWW: http://www.cypherpunk.at/onioncat/ PR: ports/146433 Submitted by: "ports@c0decafe.net" Revision Changes Path 1.2208 +1 -0 ports/net/Makefile 1.1 +30 -0 ports/net/onioncat/Makefile (new) 1.1 +3 -0 ports/net/onioncat/distinfo (new) 1.1 +25 -0 ports/net/onioncat/files/onioncat.in (new) 1.1 +9 -0 ports/net/onioncat/pkg-descr (new) 1.1 +8 -0 ports/net/onioncat/pkg-message (new)