diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-24 17:11:38 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-24 17:11:38 +0800 |
commit | a7627ea1c0ac00b831f80a35d6b0e1f69f6ee9da (patch) | |
tree | 61d57d97395c0da3f336a10425e54baba35b9ef3 /sysutils/gkrellm | |
parent | a946956b399cfcfab07ff372c8b3435aa5678a9a (diff) | |
download | freebsd-ports-gnome-a7627ea1c0ac00b831f80a35d6b0e1f69f6ee9da.tar.gz freebsd-ports-gnome-a7627ea1c0ac00b831f80a35d6b0e1f69f6ee9da.tar.zst freebsd-ports-gnome-a7627ea1c0ac00b831f80a35d6b0e1f69f6ee9da.zip |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
Diffstat (limited to 'sysutils/gkrellm')
-rw-r--r-- | sysutils/gkrellm/pkg-descr | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/gkrellm/pkg-descr b/sysutils/gkrellm/pkg-descr index 23bb98762407..51f6bef98e3a 100644 --- a/sysutils/gkrellm/pkg-descr +++ b/sysutils/gkrellm/pkg-descr @@ -2,22 +2,16 @@ GKrellM - GNU (or Gtk) Krell Monitors (or Meters) (with an understood 'I' somewhere in appreciation for Imlib) ======================================================================= -Author: Bill Wilson -Email: bill@gkrellm.net -WWW: http://gkrellm.net - Copyright (c) 1999-2000 by Bill Wilson. This program is free software which I release under the GNU General Public License. Read the COPYRIGHT file for more info. - Description =========== With a single process, GKrellM manages multiple stacked monitors and supports applying themes to match the monitors appearance to your window manager, Gtk, or any other theme. - GKrellM Features ================ * SMP CPU, Disk, Proc, and active net interface monitors with LEDs. @@ -41,3 +35,6 @@ GKrellM Features * Commands can be configured to run when monitor labels are clicked. * GKrellM is plugin capable so special interest monitors can be created. * Many themes are available. + +Author: Bill Wilson bill@gkrellm.net +WWW: http://gkrellm.net |