From 05e3a02e1fc88ccf60655d50f32f372372ba6bbb Mon Sep 17 00:00:00 2001 From: Chris Moerz Date: Wed, 28 Apr 2021 21:06:14 +0200 Subject: New port: sysutils/discus: Similar to df but nicer output Changelog: https://github.com/ncarrier/discus/blob/master/changelog PR: 255442 --- sysutils/discus/files/patch-README.md | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 sysutils/discus/files/patch-README.md (limited to 'sysutils/discus/files/patch-README.md') diff --git a/sysutils/discus/files/patch-README.md b/sysutils/discus/files/patch-README.md new file mode 100644 index 000000000000..9a2ff6a32508 --- /dev/null +++ b/sysutils/discus/files/patch-README.md @@ -0,0 +1,36 @@ +--- README.md.orig 2021-04-26 14:05:27 UTC ++++ README.md +@@ -11,9 +11,9 @@ Features include color, bar graphs, and smart formatti + gigabytes, or terabytes). Or choose your own size, along with specifying the + number of decimal places you'd like to see. + +-To configure Discus on a system-wide basis, edit the **/etc/discusrc** file. ++To configure Discus on a system-wide basis, edit the **/usr/local/etc/discusrc** file. + But you should probably change things just for yourself, by copying +-**/etc/discusrc** to **~/.discusrc** and editing that. ++**/usr/local/etc/discusrc** to **~/.discusrc** and editing that. + + The source code is contained in the discus.py file itself, as it is a Python + code encapsulated in a shell script. +@@ -52,13 +52,14 @@ for more information. + ## Installation + + ``` +-cp discus.py /usr/local/bin +-chmod a+rx /usr/local/bin/discus +-cp discusrc /etc +-chmod a+r /etc/discusrc +-gzip -9 discus.1 +-cp discus.1.gz /usr/local/man/man1 +-chmod a+r /usr/local/man/man1/discus.1.gz ++pkg install discus ++``` ++ ++or ++ ++``` ++cd /usr/ports/sysutils/discus ++make install; make clean + ``` + + ## Test -- cgit v1.2.3