summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Chren <dev.rindeal@gmail.com>2016-04-29 00:55:08 +0200
committerJason Zaman <perfinion@gentoo.org>2016-05-08 12:19:54 +0800
commit31f7b8ba966287ef92361d2e59193e58dcc6adca (patch)
treed758378a41928435f7802c81291bc2e335c10628 /net-libs
parentnet-libs/libproxy: replace deprecated mono.eclass by mono-env.eclass (diff)
downloadgentoo-31f7b8ba966287ef92361d2e59193e58dcc6adca.tar.gz
gentoo-31f7b8ba966287ef92361d2e59193e58dcc6adca.tar.bz2
gentoo-31f7b8ba966287ef92361d2e59193e58dcc6adca.zip
net-libs/libproxy: add manpage for `proxy` command
Manpage fetched from Debian and updated.
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libproxy/files/proxy.123
-rw-r--r--net-libs/libproxy/libproxy-0.4.13.ebuild2
2 files changed, 25 insertions, 0 deletions
diff --git a/net-libs/libproxy/files/proxy.1 b/net-libs/libproxy/files/proxy.1
new file mode 100644
index 000000000000..7111db864943
--- /dev/null
+++ b/net-libs/libproxy/files/proxy.1
@@ -0,0 +1,23 @@
+.TH PROXY "1" "April 2016" "libproxy" "User Commands"
+.SH NAME
+proxy \- Display the proxy server that should be used to reach a given a network resource
+.SH SYNOPSIS
+proxy
+.SH DESCRIPTION
+Display the proxy server that should be used to reach a given a network resource.
+.PP
+libproxy is a library that provides automatic proxy configuration management
+using different backends.
+.SH EXAMPLE
+.B echo http://www.example.com/ | proxy
+ http://webcache:3128 direct://
+.SH AUTHOR
+This manual page was written by
+.MT bigon@debian.org
+Laurent Bigonville
+.ME ,
+for the Debian GNU/Linux system (but may be used by others).
+.SH SEE ALSO
+.UR https://libproxy.github.io/libproxy/
+libproxy
+.UE .
diff --git a/net-libs/libproxy/libproxy-0.4.13.ebuild b/net-libs/libproxy/libproxy-0.4.13.ebuild
index 480025a0df69..7e3b1e2494bc 100644
--- a/net-libs/libproxy/libproxy-0.4.13.ebuild
+++ b/net-libs/libproxy/libproxy-0.4.13.ebuild
@@ -87,5 +87,7 @@ src_configure() {
}
multilib_src_install_all() {
+ doman "${FILESDIR}/proxy.1"
+
use python && python_foreach_impl python_domodule 'bindings/python/libproxy.py'
}