Bug 119301 - [new port] net/p5-Net-Proxy - Framework for proxying network connections
Summary: [new port] net/p5-Net-Proxy - Framework for proxying network connections
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-03 15:20 UTC by Philippe Audeoud
Modified: 2008-01-12 16:30 UTC (History)
0 users

See Also:


Attachments
shar-p5-Net-Proxy.1 (3.49 KB, text/plain)
2008-01-03 15:20 UTC, Philippe Audeoud
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Audeoud 2008-01-03 15:20:02 UTC
	Here is the shar to add net/p5-Net-Proxy to ports tree.
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.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-01-03 15:39:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-01-12 16:28:03 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-01-12 16:28:21 UTC
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 <jadawin at tuxaco.net>
  
  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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"