diff options
author | knu <knu@FreeBSD.org> | 2002-12-07 17:41:58 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-07 17:41:58 +0000 |
commit | 9b1ca232a746f6f9d274242b137e7096cc1e2cd3 (patch) | |
tree | cb9dd816853af1c03ed0badb07035c20989ce883 /textproc | |
parent | e7607a9ba09ac641786fbe54e83ef748213f30c1 (diff) | |
download | FreeBSD-ports-9b1ca232a746f6f9d274242b137e7096cc1e2cd3.zip FreeBSD-ports-9b1ca232a746f6f9d274242b137e7096cc1e2cd3.tar.gz |
Catch up with the Ruby Application Archive's URL scheme change.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-amatch/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/ruby-htmlcompact/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/ruby-htmlrepair/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/ruby-htmlsplit/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/ruby-mwdom/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/ruby-sablot/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/ruby-xslt/pkg-descr | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/textproc/ruby-amatch/pkg-descr b/textproc/ruby-amatch/pkg-descr index f7d86b4..9fad709 100644 --- a/textproc/ruby-amatch/pkg-descr +++ b/textproc/ruby-amatch/pkg-descr @@ -3,4 +3,4 @@ using a dynamic programming algorithm to compute the Levenstein distance between strings. Written in C for speed. Author: Florian Frank <flori@ping.de> -WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=amatch +WWW: http://www.ruby-lang.org/raa/list.rhtml?name=amatch diff --git a/textproc/ruby-htmlcompact/pkg-descr b/textproc/ruby-htmlcompact/pkg-descr index 139935a..ddeca8c 100644 --- a/textproc/ruby-htmlcompact/pkg-descr +++ b/textproc/ruby-htmlcompact/pkg-descr @@ -5,4 +5,4 @@ It is used with htmlsplit.rb and adds a method "compact" to the HTMLSplit class. Author: MoonWolf <moonwolf-ruby@moonwolf.com> -WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=htmlcompact +WWW: http://www.ruby-lang.org/raa/list.rhtml?name=htmlcompact diff --git a/textproc/ruby-htmlrepair/pkg-descr b/textproc/ruby-htmlrepair/pkg-descr index 5c20557..25fc031 100644 --- a/textproc/ruby-htmlrepair/pkg-descr +++ b/textproc/ruby-htmlrepair/pkg-descr @@ -5,4 +5,4 @@ It is used with htmlsplit.rb and adds a method "repair" to the HTMLSplit class. Author: MoonWolf <moonwolf-ruby@moonwolf.com> -WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=htmlrepair +WWW: http://www.ruby-lang.org/raa/list.rhtml?name=htmlrepair diff --git a/textproc/ruby-htmlsplit/pkg-descr b/textproc/ruby-htmlsplit/pkg-descr index 0bce425..0cc86bc 100644 --- a/textproc/ruby-htmlsplit/pkg-descr +++ b/textproc/ruby-htmlsplit/pkg-descr @@ -2,4 +2,4 @@ This is htmlsplit.rb, a Ruby library to split an HTML document into an array of tags and contents. Author: MoonWolf <moonwolf-ruby@moonwolf.com> -WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=htmlsplit +WWW: http://www.ruby-lang.org/raa/list.rhtml?name=htmlsplit diff --git a/textproc/ruby-mwdom/pkg-descr b/textproc/ruby-mwdom/pkg-descr index ebc2a9b..d1f3117 100644 --- a/textproc/ruby-mwdom/pkg-descr +++ b/textproc/ruby-mwdom/pkg-descr @@ -2,4 +2,4 @@ This is Ruby/MWDOM, DOM level2 module, XMLWriter and XHTMLWriter for Ruby. Author: MoonWolf <moonwolf-ruby@moonwolf.com> -WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=MWDOM +WWW: http://www.ruby-lang.org/raa/list.rhtml?name=mwdom diff --git a/textproc/ruby-sablot/pkg-descr b/textproc/ruby-sablot/pkg-descr index c875af1..725f0a4 100644 --- a/textproc/ruby-sablot/pkg-descr +++ b/textproc/ruby-sablot/pkg-descr @@ -5,4 +5,4 @@ This module's license is the combination of MPL (Mozilla Public License) and GPL. Author: TAKAHASHI Masayoshi <maki@inac.co.jp> -WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=sablot +WWW: http://www.ruby-lang.org/raa/list.rhtml?name=sablot diff --git a/textproc/ruby-xslt/pkg-descr b/textproc/ruby-xslt/pkg-descr index 1d48f36..3ea1b1d 100644 --- a/textproc/ruby-xslt/pkg-descr +++ b/textproc/ruby-xslt/pkg-descr @@ -1,4 +1,4 @@ This is XSLT4R, an XSLT processor in pure Ruby. Author: Michael Neumann <neumann@s-direktnet.de> -WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=XSLT4R +WWW: http://www.ruby-lang.org/raa/list.rhtml?name=xslt4r |