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 /lang/ruby-usersguide | |
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
Diffstat (limited to 'lang/ruby-usersguide')
-rw-r--r-- | lang/ruby-usersguide/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby-usersguide/pkg-descr b/lang/ruby-usersguide/pkg-descr index 1f50321f02a9..f3217000f857 100644 --- a/lang/ruby-usersguide/pkg-descr +++ b/lang/ruby-usersguide/pkg-descr @@ -3,9 +3,9 @@ object-oriented programming. It has many features to process text files and to do system management tasks. This package contains the Ruby users guide in HTML format. -WWW: http://www.ruby-lang.org/ -Authors: - Yukihiro Matsumoto <matz@netlab.co.jp> (Japanese version) +Author: Yukihiro Matsumoto <matz@netlab.co.jp> (Japanese version) GOTO Kentaro <gotoken@notwork.org> (Initial translation) Julian Fondren (ditto) Mark Slagell <slagell@cs.iastate.edu> (Retranslation) + +WWW: http://www.ruby-lang.org/ |