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 /comms | |
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 'comms')
-rw-r--r-- | comms/bluegps/pkg-descr | 2 | ||||
-rw-r--r-- | comms/kallers/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/bluegps/pkg-descr b/comms/bluegps/pkg-descr index 1a8f37a248a4..c597c40b119c 100644 --- a/comms/bluegps/pkg-descr +++ b/comms/bluegps/pkg-descr @@ -2,5 +2,5 @@ BlueGPS is a simple (freebsd native) command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver over a bluetooth link. -WWW: http://www.harbaum.org/till/bluegps/ Author: Till Harbaum <Till@Harbaum.org> +WWW: http://www.harbaum.org/till/bluegps/ diff --git a/comms/kallers/pkg-descr b/comms/kallers/pkg-descr index 19e4d90d9083..b2f3b7211b0d 100644 --- a/comms/kallers/pkg-descr +++ b/comms/kallers/pkg-descr @@ -8,5 +8,5 @@ is licensed under GPL v2 and currently has the following features: - Call logging using an XML format, with a configurable call history size - A handy call browser for viewing the call history -WWW: http://www.nadmm.com/kallers/ Author: Nadeem Hasan <nhasan@kde.org> +WWW: http://www.nadmm.com/kallers/ |