diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-10-24 09:11:38 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-10-24 09:11:38 +0000 |
commit | 989772c9ac17dbf61d27a16069c9a6a83b5b0c2c (patch) | |
tree | 9b46cfe4da7168c9fcd7be5e95889fe95c5f07d1 /news | |
parent | ad16b66412609069f1b49ba2ed222c8fce166fba (diff) | |
download | ports-989772c9ac17dbf61d27a16069c9a6a83b5b0c2c.tar.gz ports-989772c9ac17dbf61d27a16069c9a6a83b5b0c2c.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
Notes
Notes:
svn path=/head/; revision=284239
Diffstat (limited to 'news')
-rw-r--r-- | news/aub/pkg-descr | 2 | ||||
-rw-r--r-- | news/gup/pkg-descr | 3 | ||||
-rw-r--r-- | news/leafnode/pkg-descr | 1 | ||||
-rw-r--r-- | news/newspost/pkg-descr | 7 |
4 files changed, 2 insertions, 11 deletions
diff --git a/news/aub/pkg-descr b/news/aub/pkg-descr index 11a126cccca7..11e1144f5c6c 100644 --- a/news/aub/pkg-descr +++ b/news/aub/pkg-descr @@ -21,5 +21,3 @@ run: ``aub -M | more'' for the long form documentation, or ``aub -m | more'' for the short form. WWW: http://yukidoke.org/~mako/projects/aub/ - --- David (obrien@NUXI.com) diff --git a/news/gup/pkg-descr b/news/gup/pkg-descr index 220bf687ad1c..79be3af82ed5 100644 --- a/news/gup/pkg-descr +++ b/news/gup/pkg-descr @@ -1,6 +1,3 @@ Gup, the Group Update Program is a Unix mail-server that lets a remote site change their newsgroups subscription without requiring the intervention of the news administrator at the feed site. - --- Denis Shaposhnikov -wizard@vlink.ru diff --git a/news/leafnode/pkg-descr b/news/leafnode/pkg-descr index bb194c7943a7..6b6170114ca7 100644 --- a/news/leafnode/pkg-descr +++ b/news/leafnode/pkg-descr @@ -5,5 +5,4 @@ It "learns" which newsgroups should be downloaded based on what's accessed. Use it to enable online newsreaders to offline reading or to reduce your external bandwidth if you have several users accessing Usenet news. --- Matthias Andree WWW: http://www.leafnode.org/ diff --git a/news/newspost/pkg-descr b/news/newspost/pkg-descr index 90b500a4eba5..935a6bf586c2 100644 --- a/news/newspost/pkg-descr +++ b/news/newspost/pkg-descr @@ -2,8 +2,5 @@ Newspost is a full-featured USEnet binary autoposter. It is meant as an all-in-one posting solution. In addition to posting files, it can post text prefixes, and generate and post .SFV files and .PAR volumes. -WWW: http://newspost.unixcab.org/ -AUTHOR: Jim Faulkner <newspost@unixcab.org> - - - Michael L. Hostbaek - mich@FreeBSD.org +Author: Jim Faulkner <newspost@unixcab.org> +WWW: http://newspost.unixcab.org/ |