From owner-cvs-all@FreeBSD.ORG Sat Jan 12 16:28:14 2008 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 D44F616A418; Sat, 12 Jan 2008 16:28:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B08FE13C461; Sat, 12 Jan 2008 16:28:14 +0000 (UTC) (envelope-from miwi@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 m0CGSEhp053352; Sat, 12 Jan 2008 16:28:14 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0CGSEgq053351; Sat, 12 Jan 2008 16:28:14 GMT (envelope-from miwi) Message-Id: <200801121628.m0CGSEgq053351@repoman.freebsd.org> From: Martin Wilke Date: Sat, 12 Jan 2008 16:28:14 +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/p5-Net-Proxy Makefile distinfo pkg-descr pkg-plist 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: Sat, 12 Jan 2008 16:28:14 -0000 miwi 2008-01-12 16:28:14 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-Proxy Makefile distinfo pkg-descr pkg-plist Log: A Net::Proxy object represents a proxy that accepts connections and then relays the data transfered between the source and the destination. The goal of this module is to abstract the different methods used to connect from the proxy to the destination. A proxy is a program that transfer data across a network boundary between a client and a server. Net::Proxy introduces the concept of "connectors" (implemented as Net::Proxy::Connector subclasses), which abstract the server part (connected to the client) and the client part (connected to the server) of the proxy. This architecture makes it easy to implement specific techniques to cross a given network boundary, possibly by using a proxy on one side of the network fence, and a reverse-proxy on the other side of the fence. WWW: http://search.cpan.org/dist/Net-Proxy PR: ports/119301 Submitted by: Philippe Audeoud Revision Changes Path 1.1957 +1 -0 ports/net/Makefile 1.1 +33 -0 ports/net/p5-Net-Proxy/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-Proxy/distinfo (new) 1.1 +14 -0 ports/net/p5-Net-Proxy/pkg-descr (new) 1.1 +17 -0 ports/net/p5-Net-Proxy/pkg-plist (new)