From owner-cvs-ports@FreeBSD.ORG Sun Aug 21 11:32:17 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28CB81065679; Sun, 21 Aug 2011 11:32:17 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 196018FC25; Sun, 21 Aug 2011 11:32:17 +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 p7LBWGHW064206; Sun, 21 Aug 2011 11:32:16 GMT (envelope-from crees@repoman.freebsd.org) Received: (from crees@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7LBWGpT064205; Sun, 21 Aug 2011 11:32:16 GMT (envelope-from crees) Message-Id: <201108211132.p7LBWGpT064205@repoman.freebsd.org> From: Chris Rees Date: Sun, 21 Aug 2011 11:32:16 +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/sysutils Makefile ports/sysutils/spiped Makefile distinfo pkg-descr ports/sysutils/spiped/files spiped.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: Sun, 21 Aug 2011 11:32:17 -0000 crees 2011-08-21 11:32:16 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/spiped Makefile distinfo pkg-descr sysutils/spiped/files spiped.in Log: Spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically encrypted and authenticated pipes between socket addresses, so that one may connect to one address (e.g., a UNIX socket on localhost) and transparently have a connection established to another address (e.g., a UNIX socket on a different system). This is similar to 'ssh -L' functionality, but does not use SSH and requires a pre-shared symmetric key. WWW: http://www.tarsnap.com/spiped.html - Colin Percival cperciva@tarsnap.com PR: ports/159899 Submitted by: Colin Percival Revision Changes Path 1.1315 +1 -0 ports/sysutils/Makefile 1.1 +21 -0 ports/sysutils/spiped/Makefile (new) 1.1 +2 -0 ports/sysutils/spiped/distinfo (new) 1.1 +78 -0 ports/sysutils/spiped/files/spiped.in (new) 1.1 +11 -0 ports/sysutils/spiped/pkg-descr (new)