summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/ruby-zlib/pkg/DESCR1
-rw-r--r--comms/ruby-termios/pkg/DESCR2
-rw-r--r--converters/ruby-iconv/pkg/DESCR1
-rw-r--r--devel/ruby-amstd/pkg/DESCR1
-rw-r--r--devel/ruby-filelock/pkg/DESCR1
-rw-r--r--devel/ruby-mutexm/pkg/DESCR4
-rw-r--r--devel/ruby-optparse/pkg/DESCR1
-rw-r--r--devel/ruby-racc-runtime/pkg/DESCR1
-rw-r--r--devel/ruby-racc/pkg/DESCR3
-rw-r--r--devel/ruby-readline/pkg/DESCR4
-rw-r--r--devel/ruby-strscan/pkg/DESCR1
-rw-r--r--devel/ruby-textbuf/pkg/DESCR3
-rw-r--r--devel/ruby-unit/pkg/DESCR2
-rw-r--r--devel/ruby14-readline/pkg/DESCR4
-rw-r--r--graphics/ruby-opengl/pkg/DESCR3
-rw-r--r--lang/ruby-base/pkg/DESCR9
-rw-r--r--lang/ruby/pkg/DESCR9
-rw-r--r--lang/ruby14-base/pkg/DESCR9
-rw-r--r--mail/ruby-tmail/pkg/DESCR1
-rw-r--r--math/ruby-bigfloat/pkg/DESCR1
-rw-r--r--math/ruby-bitvector/pkg/DESCR1
-rw-r--r--net/ruby-drb/pkg/DESCR1
-rw-r--r--security/ruby-acl/pkg/DESCR1
-rw-r--r--security/ruby-md5/pkg/DESCR2
-rw-r--r--security/ruby-sha1/pkg/DESCR1
-rw-r--r--security/ruby-tcpwrap/pkg/DESCR2
-rw-r--r--sysutils/ruby-syslog/pkg/DESCR1
-rw-r--r--textproc/ruby-erb/pkg/DESCR2
-rw-r--r--textproc/ruby-eruby/pkg/DESCR1
-rw-r--r--textproc/ruby-html-parser/pkg/DESCR1
-rw-r--r--textproc/ruby-rdtool/pkg/DESCR1
-rw-r--r--textproc/ruby-rttool/pkg/DESCR4
-rw-r--r--www/ruby-htmlsplit/pkg/DESCR4
-rw-r--r--www/ruby-tag/pkg/DESCR2
-rw-r--r--www/ruby-uri/pkg/DESCR2
35 files changed, 29 insertions, 58 deletions
diff --git a/archivers/ruby-zlib/pkg/DESCR b/archivers/ruby-zlib/pkg/DESCR
index 271c3e36df7..193cc510772 100644
--- a/archivers/ruby-zlib/pkg/DESCR
+++ b/archivers/ruby-zlib/pkg/DESCR
@@ -2,4 +2,3 @@ This is an extension library to use zlib from Ruby. Ruby/zlib has
original .gz file handler of its own.
Author: Ueno Katsuhiro <katsu@blue.sky.or.jp>
-WWW: http://www.blue.sky.or.jp/atelier/#ruby-zlib
diff --git a/comms/ruby-termios/pkg/DESCR b/comms/ruby-termios/pkg/DESCR
index f8ec8cd9a8d..61033c85ad3 100644
--- a/comms/ruby-termios/pkg/DESCR
+++ b/comms/ruby-termios/pkg/DESCR
@@ -1 +1 @@
-This is a Ruby extention for termios library.
+This is a Ruby extension for termios library.
diff --git a/converters/ruby-iconv/pkg/DESCR b/converters/ruby-iconv/pkg/DESCR
index d5e3bec981b..c2465e1ded1 100644
--- a/converters/ruby-iconv/pkg/DESCR
+++ b/converters/ruby-iconv/pkg/DESCR
@@ -4,4 +4,3 @@ Note that this version is still experimental. Report any problems to
the author.
Author: Nobuyoshi.Nakada <nobu.nokada@softhome.net>
-WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=iconv
diff --git a/devel/ruby-amstd/pkg/DESCR b/devel/ruby-amstd/pkg/DESCR
index c9ff612a862..8d3218e6797 100644
--- a/devel/ruby-amstd/pkg/DESCR
+++ b/devel/ruby-amstd/pkg/DESCR
@@ -15,4 +15,3 @@ inst.rb: helps installation version.rb: VersionNumber class
must.rb: must/must_have/must_be methods
Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
-WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html
diff --git a/devel/ruby-filelock/pkg/DESCR b/devel/ruby-filelock/pkg/DESCR
index b690784e8da..77a64282361 100644
--- a/devel/ruby-filelock/pkg/DESCR
+++ b/devel/ruby-filelock/pkg/DESCR
@@ -9,4 +9,3 @@ To be portable, a small C extension is used to minimize the time
between existence check of a lockfile and its creation.
Author: Clemens Hintze <c.hintze@gmx.net>
-WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=filelock
diff --git a/devel/ruby-mutexm/pkg/DESCR b/devel/ruby-mutexm/pkg/DESCR
index e495a6c0cdf..bb1e1d0ca94 100644
--- a/devel/ruby-mutexm/pkg/DESCR
+++ b/devel/ruby-mutexm/pkg/DESCR
@@ -1,2 +1,2 @@
-Extention module of Mutex mix-in.
-It gives functionality of Mutex to any objects.
+Extension module of Mutex mix-in.
+It gives functionality of Mutex to any object.
diff --git a/devel/ruby-optparse/pkg/DESCR b/devel/ruby-optparse/pkg/DESCR
index a0f4e3c7fd5..027280270af 100644
--- a/devel/ruby-optparse/pkg/DESCR
+++ b/devel/ruby-optparse/pkg/DESCR
@@ -8,4 +8,3 @@ Features:
* completion for option/argument
Author: Nobuyoshi.Nakada <nobu.nokada@softhome.net>
-WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=OptionParser \ No newline at end of file
diff --git a/devel/ruby-racc-runtime/pkg/DESCR b/devel/ruby-racc-runtime/pkg/DESCR
index 34a213b8f27..04188633ca4 100644
--- a/devel/ruby-racc-runtime/pkg/DESCR
+++ b/devel/ruby-racc-runtime/pkg/DESCR
@@ -2,4 +2,3 @@ This package only installs runtime libraries for Racc, an LALR(1)
parser generator for Ruby.
Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
-WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html
diff --git a/devel/ruby-racc/pkg/DESCR b/devel/ruby-racc/pkg/DESCR
index 73abc0871d4..8b1f5a32dd0 100644
--- a/devel/ruby-racc/pkg/DESCR
+++ b/devel/ruby-racc/pkg/DESCR
@@ -1,6 +1,5 @@
Racc is an LALR(1) parser generator for Ruby. It is written in Ruby
-and generates Ruby code. Almost all functions of yacc(1) is
+and generates Ruby code. Almost all functions of yacc(1) are
implemented.
Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
-WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html
diff --git a/devel/ruby-readline/pkg/DESCR b/devel/ruby-readline/pkg/DESCR
index 3036bf66b28..ca11c0812ce 100644
--- a/devel/ruby-readline/pkg/DESCR
+++ b/devel/ruby-readline/pkg/DESCR
@@ -1,2 +1,2 @@
-This is a Ruby extension to readline library, which is actually a part of
-the Ruby distribution.
+This is a Ruby extension to the readline library, which is actually a
+part of the Ruby distribution.
diff --git a/devel/ruby-strscan/pkg/DESCR b/devel/ruby-strscan/pkg/DESCR
index 2638a28fc9d..50b4c813c37 100644
--- a/devel/ruby-strscan/pkg/DESCR
+++ b/devel/ruby-strscan/pkg/DESCR
@@ -2,4 +2,3 @@ StrScanner is a fast string scanner class for Ruby. It is very useful
in writing a parser.
Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
-WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html
diff --git a/devel/ruby-textbuf/pkg/DESCR b/devel/ruby-textbuf/pkg/DESCR
index d981bb7791c..9d483713bfc 100644
--- a/devel/ruby-textbuf/pkg/DESCR
+++ b/devel/ruby-textbuf/pkg/DESCR
@@ -1,4 +1,3 @@
-Textbuf is a gapped text buffer extention for Ruby.
+Textbuf is a gapped text buffer extension for Ruby.
Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
-WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html
diff --git a/devel/ruby-unit/pkg/DESCR b/devel/ruby-unit/pkg/DESCR
index d2a00d7d095..e7771b24280 100644
--- a/devel/ruby-unit/pkg/DESCR
+++ b/devel/ruby-unit/pkg/DESCR
@@ -3,6 +3,4 @@ which is known as the part of "eXtreme Programming" (XP).
For details of XP, see http://www.xprogramming.com/.
-
Author: Masaki Suketa <CQN02273@nifty.ne.jp>
-WWW: http://homepage1.nifty.com/markey/ruby/rubyunit/rubyunit_e.html
diff --git a/devel/ruby14-readline/pkg/DESCR b/devel/ruby14-readline/pkg/DESCR
index 3036bf66b28..ca11c0812ce 100644
--- a/devel/ruby14-readline/pkg/DESCR
+++ b/devel/ruby14-readline/pkg/DESCR
@@ -1,2 +1,2 @@
-This is a Ruby extension to readline library, which is actually a part of
-the Ruby distribution.
+This is a Ruby extension to the readline library, which is actually a
+part of the Ruby distribution.
diff --git a/graphics/ruby-opengl/pkg/DESCR b/graphics/ruby-opengl/pkg/DESCR
index 17e5c2a33b3..a45fe7537c4 100644
--- a/graphics/ruby-opengl/pkg/DESCR
+++ b/graphics/ruby-opengl/pkg/DESCR
@@ -1,4 +1,3 @@
-This is OpenGL/GLU/GLUT interface modules for Ruby.
+These are OpenGL/GLU/GLUT interface modules for Ruby.
Author: Yoshiyuki Kusano <yoshi@giganet.net>
-WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=OpenGL+Interface
diff --git a/lang/ruby-base/pkg/DESCR b/lang/ruby-base/pkg/DESCR
index 373446e6eef..0c65b55b9be 100644
--- a/lang/ruby-base/pkg/DESCR
+++ b/lang/ruby-base/pkg/DESCR
@@ -6,15 +6,14 @@ Perl). It is simple, straight-forward, and extensible.
Features of Ruby are shown below.
+ Simple Syntax
- + *Normal* Object-Oriented features(ex. class, method calls)
- + *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method)
+ + *Normal* Object-Oriented features (ex. class, method calls)
+ + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
+ Operator Overloading
+ Exception Handling
+ Iterators and Closures
+ Garbage Collection
- + Dynamic Loading of Object files(on some architecture)
- + Highly Portable(works on many UNIX machines, and on DOS,
+ + Dynamic Loading of Object files (on some architecture)
+ + Highly Portable (works on many UNIX machines, and on DOS,
Windows, Mac, BeOS etc.)
Author: Matsumoto "matz" Yukihiro <matz@netlab.co.jp>
-WWW: http://www.ruby-lang.org/en/
diff --git a/lang/ruby/pkg/DESCR b/lang/ruby/pkg/DESCR
index 373446e6eef..0c65b55b9be 100644
--- a/lang/ruby/pkg/DESCR
+++ b/lang/ruby/pkg/DESCR
@@ -6,15 +6,14 @@ Perl). It is simple, straight-forward, and extensible.
Features of Ruby are shown below.
+ Simple Syntax
- + *Normal* Object-Oriented features(ex. class, method calls)
- + *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method)
+ + *Normal* Object-Oriented features (ex. class, method calls)
+ + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
+ Operator Overloading
+ Exception Handling
+ Iterators and Closures
+ Garbage Collection
- + Dynamic Loading of Object files(on some architecture)
- + Highly Portable(works on many UNIX machines, and on DOS,
+ + Dynamic Loading of Object files (on some architecture)
+ + Highly Portable (works on many UNIX machines, and on DOS,
Windows, Mac, BeOS etc.)
Author: Matsumoto "matz" Yukihiro <matz@netlab.co.jp>
-WWW: http://www.ruby-lang.org/en/
diff --git a/lang/ruby14-base/pkg/DESCR b/lang/ruby14-base/pkg/DESCR
index 373446e6eef..0c65b55b9be 100644
--- a/lang/ruby14-base/pkg/DESCR
+++ b/lang/ruby14-base/pkg/DESCR
@@ -6,15 +6,14 @@ Perl). It is simple, straight-forward, and extensible.
Features of Ruby are shown below.
+ Simple Syntax
- + *Normal* Object-Oriented features(ex. class, method calls)
- + *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method)
+ + *Normal* Object-Oriented features (ex. class, method calls)
+ + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
+ Operator Overloading
+ Exception Handling
+ Iterators and Closures
+ Garbage Collection
- + Dynamic Loading of Object files(on some architecture)
- + Highly Portable(works on many UNIX machines, and on DOS,
+ + Dynamic Loading of Object files (on some architecture)
+ + Highly Portable (works on many UNIX machines, and on DOS,
Windows, Mac, BeOS etc.)
Author: Matsumoto "matz" Yukihiro <matz@netlab.co.jp>
-WWW: http://www.ruby-lang.org/en/
diff --git a/mail/ruby-tmail/pkg/DESCR b/mail/ruby-tmail/pkg/DESCR
index ac8f1df1b96..d31088630ff 100644
--- a/mail/ruby-tmail/pkg/DESCR
+++ b/mail/ruby-tmail/pkg/DESCR
@@ -2,4 +2,3 @@ TMail is a mail manipulating library for Ruby, with RFC822 and MIME
multipart support.
Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
-WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html
diff --git a/math/ruby-bigfloat/pkg/DESCR b/math/ruby-bigfloat/pkg/DESCR
index 1bbe641a0f1..d0067c8e94c 100644
--- a/math/ruby-bigfloat/pkg/DESCR
+++ b/math/ruby-bigfloat/pkg/DESCR
@@ -2,4 +2,3 @@ BigFloat is an extension library for Ruby. Using BigFloat class, you
can obtain any number of significant digits in computation.
Author: Shigeo Kobayashi <shigeo@tinyforest.gr.jp>
-WWW: http://www.tinyforest.gr.jp/ruby/bigfloat_en.html
diff --git a/math/ruby-bitvector/pkg/DESCR b/math/ruby-bitvector/pkg/DESCR
index 4bffd1cf6a6..8f841316343 100644
--- a/math/ruby-bitvector/pkg/DESCR
+++ b/math/ruby-bitvector/pkg/DESCR
@@ -3,4 +3,3 @@ Handles sequences of up to 2**32-1 bits (about 500 Mb). Implemented
as a wrapper around Bit::Vector version 6.0 by Steffen Beyer.
Author: Robert Feldt <feldt@ce.chalmers.se>
-WWW: http://www.ce.chalmers.se/~feldt/ruby/extensions/bitvector/
diff --git a/net/ruby-drb/pkg/DESCR b/net/ruby-drb/pkg/DESCR
index e8c7a6d6955..5a3c02b74de 100644
--- a/net/ruby-drb/pkg/DESCR
+++ b/net/ruby-drb/pkg/DESCR
@@ -2,4 +2,3 @@ druby (DRb) - distributed ruby.
DRb can be used to exchange messages among Ruby scripts.
Author: Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
-WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=druby+-+distributed+ruby
diff --git a/security/ruby-acl/pkg/DESCR b/security/ruby-acl/pkg/DESCR
index 7079590cc28..ceed35acda1 100644
--- a/security/ruby-acl/pkg/DESCR
+++ b/security/ruby-acl/pkg/DESCR
@@ -14,4 +14,3 @@ Ruby-acl provides Access Control List checks.
Author: Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
-WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=acl
diff --git a/security/ruby-md5/pkg/DESCR b/security/ruby-md5/pkg/DESCR
index 6b668e32721..c84a837dfcb 100644
--- a/security/ruby-md5/pkg/DESCR
+++ b/security/ruby-md5/pkg/DESCR
@@ -1,2 +1,2 @@
-This is a Ruby extension to MD5 library, which is actually a part of
+This is a Ruby extension to the MD5 library, which is actually a part of
the Ruby distribution.
diff --git a/security/ruby-sha1/pkg/DESCR b/security/ruby-sha1/pkg/DESCR
index 168dda166d3..9a3f8462b28 100644
--- a/security/ruby-sha1/pkg/DESCR
+++ b/security/ruby-sha1/pkg/DESCR
@@ -5,4 +5,3 @@ Algorithm by NIST (the US' National Institute of Standards and
Technology), described in FIPS PUB 180-1.
Author: Steve Coltrin <spcoltri@omcl.org>
-WWW: http://www.omcl.org/~spcoltri/ruby/ruby-sha1.html
diff --git a/security/ruby-tcpwrap/pkg/DESCR b/security/ruby-tcpwrap/pkg/DESCR
index b35329c511c..4f6aad1db38 100644
--- a/security/ruby-tcpwrap/pkg/DESCR
+++ b/security/ruby-tcpwrap/pkg/DESCR
@@ -1,5 +1,3 @@
ruby-tcpwrap -- TCP wrappers library for Ruby.
-
Author: Shugo Maeda <shugo@ruby-lang.org>
-WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=libwrap-ruby
diff --git a/sysutils/ruby-syslog/pkg/DESCR b/sysutils/ruby-syslog/pkg/DESCR
index 9bf2c5d83b1..ac821b5c6dc 100644
--- a/sysutils/ruby-syslog/pkg/DESCR
+++ b/sysutils/ruby-syslog/pkg/DESCR
@@ -1,4 +1,3 @@
This is a Ruby module to access syslog(3) interface.
Author: Amos Gouaux <amos+ruby@utdallas.edu>
-WWW: http://www.utdallas.edu/~amos/ruby.html
diff --git a/textproc/ruby-erb/pkg/DESCR b/textproc/ruby-erb/pkg/DESCR
index e7eb18f2498..8eed5a2a30a 100644
--- a/textproc/ruby-erb/pkg/DESCR
+++ b/textproc/ruby-erb/pkg/DESCR
@@ -1,3 +1,3 @@
ERb is an implementation of eRuby (embedded ruby).
You can include ERb in your script. ERb is purely written by Ruby
-without C module.
+without any C module.
diff --git a/textproc/ruby-eruby/pkg/DESCR b/textproc/ruby-eruby/pkg/DESCR
index f1c5ea24bf0..a5e52b9e850 100644
--- a/textproc/ruby-eruby/pkg/DESCR
+++ b/textproc/ruby-eruby/pkg/DESCR
@@ -3,4 +3,3 @@ ePerl, ASP, or JSP. For example, eruby enables you to embed a Ruby
code in a HTML file.
Author: Shugo Maeda <shugo@netlab.co.jp>
-WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=eruby
diff --git a/textproc/ruby-html-parser/pkg/DESCR b/textproc/ruby-html-parser/pkg/DESCR
index 7e308b7db1f..8b7fbc6f7cd 100644
--- a/textproc/ruby-html-parser/pkg/DESCR
+++ b/textproc/ruby-html-parser/pkg/DESCR
@@ -3,4 +3,3 @@ parser (sgmllib.py), HTML parser (htmllib.py) and Formatter
(formatter.py).
Author: Takahiro Maebashi <maebashi@iij.ad.jp>
-WWW: http://www.jin.gr.jp/~nahi/Ruby/html-parser/README.html
diff --git a/textproc/ruby-rdtool/pkg/DESCR b/textproc/ruby-rdtool/pkg/DESCR
index c093d7be602..62edce750b0 100644
--- a/textproc/ruby-rdtool/pkg/DESCR
+++ b/textproc/ruby-rdtool/pkg/DESCR
@@ -5,4 +5,3 @@ Ruby and output of Ruby world. Briefly, RD is to Ruby as POD is to
Perl.
Author: Tosh (Toshiro Kuwabara) <toshirok@yb3.so-net.ne.jp>
-WWW: http://www2.pos.to/~tosh/ruby/rdtool/en/index.html
diff --git a/textproc/ruby-rttool/pkg/DESCR b/textproc/ruby-rttool/pkg/DESCR
index 17746f7605b..24655fc7420 100644
--- a/textproc/ruby-rttool/pkg/DESCR
+++ b/textproc/ruby-rttool/pkg/DESCR
@@ -1,6 +1,6 @@
RTtool converts RT to HTML table.
-Currently it support only HTML, but it hopefully other format like LaTeX.
+Currently it supports only HTML, but it will hopefully support other
+formats like LaTeX later.
Author: rubikitch@ruby-lang.org
-WWW: http://www.ruby-lang.org/~rubikitch/computer/rt.html
diff --git a/www/ruby-htmlsplit/pkg/DESCR b/www/ruby-htmlsplit/pkg/DESCR
index 332795a9f33..844bd81942e 100644
--- a/www/ruby-htmlsplit/pkg/DESCR
+++ b/www/ruby-htmlsplit/pkg/DESCR
@@ -1,4 +1,4 @@
Ruby HTML Split library
-It parse into array of tag and string, and result would be back to
-HTML by to_s method.
+It parses HTML into an array of tag and string; the result could be
+converted back to HTML by the to_s method.
diff --git a/www/ruby-tag/pkg/DESCR b/www/ruby-tag/pkg/DESCR
index b5b7edd070e..3a89047e61a 100644
--- a/www/ruby-tag/pkg/DESCR
+++ b/www/ruby-tag/pkg/DESCR
@@ -1 +1 @@
-Ruby Simple HTML Tag library for CGI
+Ruby Simple HTML Tag library for CGI.
diff --git a/www/ruby-uri/pkg/DESCR b/www/ruby-uri/pkg/DESCR
index 9ac6852e558..2242bf6d1da 100644
--- a/www/ruby-uri/pkg/DESCR
+++ b/www/ruby-uri/pkg/DESCR
@@ -1,6 +1,4 @@
This is a Ruby interface to parse URIs according to RFC 2396. FTP and
HTTP URLs are supported for the present.
-
Author: Tomoyuki Kosimizu <greentea@fa2.so-net.ne.jp>
-WWW: http://www02.so-net.ne.jp/%7Egreentea/ruby/uri/