summaryrefslogtreecommitdiff
path: root/textproc/ruby-nqxml
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-09-13 10:54:59 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-09-13 10:54:59 +0000
commit4b5ebc1c8740e9eaa42aa43ba539f5b4f784bd51 (patch)
treee865406634d64e2ee4e36c5003197fe985703427 /textproc/ruby-nqxml
parentUpdate to 10.1. The site moved to SourceForge. (diff)
The site moved to SourceForge.
Detected by: fenner's distfiles survey
Notes
Notes: svn path=/head/; revision=66252
Diffstat (limited to 'textproc/ruby-nqxml')
-rw-r--r--textproc/ruby-nqxml/Makefile4
-rw-r--r--textproc/ruby-nqxml/pkg-comment2
-rw-r--r--textproc/ruby-nqxml/pkg-descr10
3 files changed, 9 insertions, 7 deletions
diff --git a/textproc/ruby-nqxml/Makefile b/textproc/ruby-nqxml/Makefile
index fbfa490a7905..36f52083538d 100644
--- a/textproc/ruby-nqxml/Makefile
+++ b/textproc/ruby-nqxml/Makefile
@@ -8,8 +8,8 @@
PORTNAME= nqxml
PORTVERSION= 1.1.3p1
CATEGORIES= textproc ruby
-#MASTER_SITES= http://www.io.com/~jimm/downloads/nqxml/
-MASTER_SITES= http://rrr.jin.gr.jp/download/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
diff --git a/textproc/ruby-nqxml/pkg-comment b/textproc/ruby-nqxml/pkg-comment
index 9ea8949903f5..5d903689af2d 100644
--- a/textproc/ruby-nqxml/pkg-comment
+++ b/textproc/ruby-nqxml/pkg-comment
@@ -1 +1 @@
-A pure Ruby implementasion of XML tokenizer/parser/writer
+A pure Ruby implementasion of a non-validating XML processor
diff --git a/textproc/ruby-nqxml/pkg-descr b/textproc/ruby-nqxml/pkg-descr
index ec17df265135..b93d109c163f 100644
--- a/textproc/ruby-nqxml/pkg-descr
+++ b/textproc/ruby-nqxml/pkg-descr
@@ -1,6 +1,8 @@
-NQXML is a pure Ruby implementation of an XML tokenizer, a SAX-style
-streaming XML parser, a DOM-style tree parser, and an XML writer.
-``NQ'' for ``Not Quite''.
+NQXML is a pure Ruby implementation of a non-validating XML processor.
+It includes an XML tokenizer, a SAX-style streaming XML parser, a
+DOM-style tree XML Parser, and an XML writer.
+
+``NQ'' stands for ``Not Quite''.
Author: Jim Menard <jimm@io.com>
-WWW: http://www.io.com/~jimm/downloads/nqxml/index.html
+WWW: http://nqxml.sourceforge.net/