File: control

package info (click to toggle)
libnet-proxy-perl 0.12-5
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 304 kB
  • ctags: 66
  • sloc: perl: 777; sh: 84; makefile: 44
file content (29 lines) | stat: -rw-r--r-- 1,203 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: libnet-proxy-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl, libwww-perl, libio-socket-ssl-perl
Build-Depends-Indep: perl (>= 5.8.8-11.1)
Maintainer: Michael Ablassmeier <abi@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Net-Proxy/

Package: libnet-proxy-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl
Conflicts: sslh
Suggests: lsb-base (>= 3.0-6)
Description: Framework for proxying network connections in many ways
 This module is a framework for creating various kinds of network
 proxies in a very simple way.
 . 
 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",
 which abstract the server part (connected to the client) and the client
 part (connected to the server) of the proxy.
 . 
 This makes it very 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.
 .
 This package also provides the sslh SSH/HTTPS service multiplexer
 written in perl.