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 /x11-clocks | |
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 'x11-clocks')
-rw-r--r-- | x11-clocks/kdetoys3/pkg-descr | 2 | ||||
-rw-r--r-- | x11-clocks/stopwatch/pkg-descr | 2 | ||||
-rw-r--r-- | x11-clocks/wmtimer/pkg-descr | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/x11-clocks/kdetoys3/pkg-descr b/x11-clocks/kdetoys3/pkg-descr index c7317e0ce83d..6c48fe335f9b 100644 --- a/x11-clocks/kdetoys3/pkg-descr +++ b/x11-clocks/kdetoys3/pkg-descr @@ -2,5 +2,3 @@ This port contains a set of KDE-based applications for miscellaneous use, like clocks. WWW: http://www.kde.org/ - ---Will <andrews@technologist.com> diff --git a/x11-clocks/stopwatch/pkg-descr b/x11-clocks/stopwatch/pkg-descr index b48cfae11382..32eddb08f88f 100644 --- a/x11-clocks/stopwatch/pkg-descr +++ b/x11-clocks/stopwatch/pkg-descr @@ -4,5 +4,5 @@ like a physical stopwatch. It can also be used as a countdown timer. Stopwatch has millisecond accuracy and no artificial limit on hours. Stopwatch runs on UNIX, Windows, and MacOS. -WWW: http://expect.nist.gov/stopwatch/ Author: Don Libes <libes@nist.gov> +WWW: http://expect.nist.gov/stopwatch/ diff --git a/x11-clocks/wmtimer/pkg-descr b/x11-clocks/wmtimer/pkg-descr index 996101ef0606..f817c19cecb5 100644 --- a/x11-clocks/wmtimer/pkg-descr +++ b/x11-clocks/wmtimer/pkg-descr @@ -4,5 +4,5 @@ mode, you can either execute a command or sound the system bell when the time is reached. Wmtimer is configurable through the command line or the GTK GUI. -WWW: http://www.darkops.net/wmtimer/ Author: Josh <jking@dwave.net> +WWW: http://www.darkops.net/wmtimer/ |