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 /net-im | |
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 'net-im')
-rw-r--r-- | net-im/cicquin/pkg-descr | 4 | ||||
-rw-r--r-- | net-im/fugu/pkg-descr | 2 | ||||
-rw-r--r-- | net-im/libjingle/pkg-descr | 2 | ||||
-rw-r--r-- | net-im/p5-Net-OSCAR/pkg-descr | 2 |
4 files changed, 3 insertions, 7 deletions
diff --git a/net-im/cicquin/pkg-descr b/net-im/cicquin/pkg-descr index 2df026756f2f..32bb5afb563e 100644 --- a/net-im/cicquin/pkg-descr +++ b/net-im/cicquin/pkg-descr @@ -2,5 +2,5 @@ The cicquin script trawls through the CenterICQ data directory, looking for UIN's with the specified nickname. It should work with any reasonable Bourne shell and any standard awk implementation. -WWW: http://devel.ringlet.net/misc/cicquin/ -Author: Peter Pentchev <roam@ringlet.net> +Author: Peter Pentchev <roam@ringlet.net> +WWW: http://devel.ringlet.net/misc/cicquin/ diff --git a/net-im/fugu/pkg-descr b/net-im/fugu/pkg-descr index 4de2f2999bec..c8f91f5c5a97 100644 --- a/net-im/fugu/pkg-descr +++ b/net-im/fugu/pkg-descr @@ -5,5 +5,3 @@ the next and previous puff in a thread; searching for the next puff by this author; clickable URLs; and thumbnail pictures depicting puff senders. WWW: http://fugu.gale.org/ - -peterh@sapros.com diff --git a/net-im/libjingle/pkg-descr b/net-im/libjingle/pkg-descr index 66426521a10c..0687cd5224b1 100644 --- a/net-im/libjingle/pkg-descr +++ b/net-im/libjingle/pkg-descr @@ -5,5 +5,3 @@ Jingle-Audio (proposed extensions to XMPP) to interoperate with Google Talk's peer-to-peer and voice calling capabilities. WWW: http://code.google.com/apis/talk/index.html - --- lioux@FreeBSD.org diff --git a/net-im/p5-Net-OSCAR/pkg-descr b/net-im/p5-Net-OSCAR/pkg-descr index cdb18f43a1f0..2a80391b7fda 100644 --- a/net-im/p5-Net-OSCAR/pkg-descr +++ b/net-im/p5-Net-OSCAR/pkg-descr @@ -1,4 +1,4 @@ This module implements an OO interface to the AIM OSCAR protocol. -WWW: http://search.cpan.org/dist/Net-OSCAR/ Author: Matthew Sachs <matthewg@zevils.com> +WWW: http://search.cpan.org/dist/Net-OSCAR/ |