summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2001-09-08 01:51:59 +0000
committerwiz <wiz>2001-09-08 01:51:59 +0000
commit7322d0a1a4cf435b861d7c27a84b59f136a0bdbf (patch)
tree6108629177243e9702c961f85a1d835de2f6296f /www
parentddb82dcb6b17d4cdfb9de3ef6f835d5e75d3c654 (diff)
downloadpkgsrc-7322d0a1a4cf435b861d7c27a84b59f136a0bdbf.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 'www')
-rw-r--r--www/ruby-htmlsplit/pkg/DESCR4
-rw-r--r--www/ruby-tag/pkg/DESCR2
-rw-r--r--www/ruby-uri/pkg/DESCR2
3 files changed, 3 insertions, 5 deletions
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/