]> git.proxmox.com Git - debcargo-conf.git/commitdiff
added gping manpage
authorMatthias Geiger <matthias.geiger1024@tutanota.de>
Mon, 16 Jan 2023 22:22:53 +0000 (23:22 +0100)
committerMatthias Geiger <matthias.geiger1024@tutanota.de>
Tue, 17 Jan 2023 10:01:53 +0000 (11:01 +0100)
src/gping/debian/RFS
src/gping/debian/changelog
src/gping/debian/copyright
src/gping/debian/gping.1 [new file with mode: 0644]
src/gping/debian/gping.manpages [new file with mode: 0644]

index 61c74c7ca60b6181a9829ab2cccf7bc90bb6a745..e17532c14fe9c11b053f430eb56d768796427c9f 100644 (file)
@@ -1,2 +1,2 @@
 Do not upload!
-Needs clap v4
+
index e5d869ee7bce81c528649d080b270077eb83d71f..865f31bf849a9bb19bb5ca3bce196c7037c5618d 100644 (file)
@@ -3,4 +3,4 @@ rust-gping (1.6.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
   * Package gping 1.6.3 from crates.io using debcargo 2.6.0
   * Initial release. (Closes: #975495)
 
- -- Matthias Geiger <matthias.geiger1024@tutanota.de>  Wed, 11 Jan 2023 16:20:45 +0100
+ -- Matthias Geiger <matthias.geiger1024@tutanota.de>  Mon, 16 Jan 2023 23:21:58 +0100
index 80c3b4259211ccf7403213696b605d2348bc862c..2b4f1243b8918a94b0f108d056940c5175804a36 100644 (file)
@@ -7,6 +7,10 @@ Files: *
 Copyright: 2015-2022 Tom Forbes <tom@tomforb.es>
 License: MIT
 
+Files: gping.1
+Copyright: 2023 Matthias Geiger <matthias.geiger1024@tutanota.de>
+License: GPL-3+
+
 Files: debian/*
 Copyright:
  2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
@@ -31,3 +35,13 @@ License: MIT
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.
+
+License: GPL-3+
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU General Public License, Version 3 or (at your 
+ option) any later version published by the Free Software Foundation.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL.
+
+
diff --git a/src/gping/debian/gping.1 b/src/gping/debian/gping.1
new file mode 100644 (file)
index 0000000..a5c5fba
--- /dev/null
@@ -0,0 +1,102 @@
+.\" Automatically generated by Pandoc 2.17.1.1
+.\"
+.\" Define V font for inline verbatim, using C font in formats
+.\" that render this, and otherwise B font.
+.ie "\f[CB]x\f[]"x" \{\
+. ftr V B
+. ftr VI BI
+. ftr VB B
+. ftr VBI BI
+.\}
+.el \{\
+. ftr V CR
+. ftr VI CI
+. ftr VB CB
+. ftr VBI CBI
+.\}
+.TH "gping" "utils" "\[lq]January 11 2023\[rq]" "" "User Commands"
+.hy
+.SH NAME
+.PP
+gping - ping(1), but with a graph
+.SH SYNOPSIS
+.PP
+\f[B]gping\f[R] \f[B]OPTIONS\f[R] \f[B][HOSTS]\f[R]
+.PP
+\f[B]gping\f[R] ccc.de
+.PP
+\f[B]gping\f[R] \f[B]-s\f[R] \f[B]-b 20\f[R] ccc.de
+.SH DESCRIPTION
+.PP
+This manual page documents briefly the \f[B]gping\f[R] commmand.
+.PP
+This manual page was written for the Debian distribution because the
+original program does not have a manual page.
+.PP
+\f[B]gping\f[R] is essentially ping(1), but with a TUI graph.
+.SH OPTIONS
+.TP
+\f[B]--cmd\f[R]
+Graph the execution time for a list of commands rather than pinging
+hosts
+.TP
+\f[B]-h\f[R], \f[B]--help\f[R]
+Show summary of options.
+.TP
+\f[B]-V\f[R], \f[B]--version\f[R]
+Print version information
+.TP
+\f[B]-n\f[R], \f[B]--watch-interval\f[R] <WATCH_INTERVAL>
+Watch interval seconds (provide partial seconds like `0.5').
+Default for ping is 0.2,
+default for cmd is 0.5.
+.TP
+\f[B]-b\f[R], \f[B]--buffer\f[R] <BUFFER>
+Determines the number of seconds to display in the graph.
+[default: 30]
+.TP
+\f[B]-4\f[R]
+Resolve ping targets to IPv4 address
+.TP
+\f[B]-6\f[R]
+Resolve ping targets to IPv6 address
+.TP
+\f[B]-i\f[R], \f[B]--interface\f[R] <INTERFACE>
+Interface to use when pinging.
+.TP
+\f[B]-s\f[R], \f[B]--simple-graphics\f[R]
+Uses dot characters instead of braille
+.TP
+\f[B]--vertical-margin\f[R] <VERTICAL_MARGIN>
+Vertical margin around the graph (top and bottom) [default: 1]
+.TP
+\f[B]--horizontal-margin\f[R] <VERTICAL_MARGIN>
+Horizontal margin around the graph (left and right) [default: 0]
+.TP
+\f[B]-c\f[R], \f[B]\[en]color\f[R] <color>
+Assign color to a graph entry.
+This option can be defined more than once as a comma separated string,
+and the order which the colors are provided will be matched against the
+hosts or commands passed to gping.
+Hexadecimal RGB color codes are accepted in the form of `#RRGGBB' or the
+following color names: `black', `red', `green', `yellow', `blue',
+`magenta',`cyan', `gray', `dark-gray', `light-red', `light-green',
+`light-yellow',
+`light-blue', `light-magenta', `light-cyan', and `white'
+.SH AUTHOR
+.TP
+Matthias Geiger <matthias.geiger1024@tutanota.de>
+Wrote this manpage for the Debian system.
+.SH COPYRIGHT
+.PP
+Copyright \[co] 2023 Matthias Geiger
+.PP
+This manual page was written for the Debian system (and may be used by
+others).
+.PP
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU General Public License, Version 3 or (at your
+option) any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public License
+can be found in /usr/share/common-licenses/GPL.
diff --git a/src/gping/debian/gping.manpages b/src/gping/debian/gping.manpages
new file mode 100644 (file)
index 0000000..d5330a5
--- /dev/null
@@ -0,0 +1 @@
+debian/gping.1