summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-09-08 01:51:59 +0000
committerwiz <wiz@pkgsrc.org>2001-09-08 01:51:59 +0000
commit1a4ac2ac95827c77af3143bc81dd601a2778e5ee (patch)
tree6108629177243e9702c961f85a1d835de2f6296f /devel
parent3573eb268b2e52bf883853a0061525664ee6c75c (diff)
downloadpkgsrc-1a4ac2ac95827c77af3143bc81dd601a2778e5ee.tar.gz
Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
Diffstat (limited to 'devel')
-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
11 files changed, 8 insertions, 17 deletions
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.