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 /converters | |
parent | - Update to 1.47 (diff) |
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 'converters')
-rw-r--r-- | converters/cocot/pkg-descr | 2 | ||||
-rw-r--r-- | converters/p5-Convert-IBM390/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/converters/cocot/pkg-descr b/converters/cocot/pkg-descr index fba0ba9c19c7..4315e076820a 100644 --- a/converters/cocot/pkg-descr +++ b/converters/cocot/pkg-descr @@ -4,5 +4,5 @@ converting characters from one encoding to another. e.g. $ cocot -p euc-jp -t utf-8 screen -xRR wb -WWW: http://vmi.jp/software/cygwin/cocot.html Author: IWAMURO Motonori <vmi[at]nifty[dot]com> +WWW: http://vmi.jp/software/cygwin/cocot.html diff --git a/converters/p5-Convert-IBM390/pkg-descr b/converters/p5-Convert-IBM390/pkg-descr index efc9ff1996f8..548af64902e4 100644 --- a/converters/p5-Convert-IBM390/pkg-descr +++ b/converters/p5-Convert-IBM390/pkg-descr @@ -9,5 +9,5 @@ asc2eb, eb2asc, eb2ascp: ASCII/EBCDIC conversion packeb, unpackeb: pack/unpack and convert an EBCDIC record hexdump: dump memory in an MVS-like format -WWW: http://search.cpan.org/dist/Convert-IBM390 Author: Geoffrey Rommel <GROMMEL@cpan.org> +WWW: http://search.cpan.org/dist/Convert-IBM390 |