net-libs/libproxy: add manpage for `proxy` command
authorJan Chren <dev.rindeal@gmail.com>
Thu, 28 Apr 2016 22:55:08 +0000 (00:55 +0200)
committerJason Zaman <perfinion@gentoo.org>
Sun, 8 May 2016 04:19:54 +0000 (12:19 +0800)
Manpage fetched from Debian and updated.

net-libs/libproxy/files/proxy.1 [new file with mode: 0644]
net-libs/libproxy/libproxy-0.4.13.ebuild

diff --git a/net-libs/libproxy/files/proxy.1 b/net-libs/libproxy/files/proxy.1
new file mode 100644 (file)
index 0000000..7111db8
--- /dev/null
@@ -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 .
index 480025a0df699057405ad85186c5f110ffff5973..7e3b1e2494bcb993f12006f193df6d5f6b91c0c7 100644 (file)
@@ -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'
 }