diff options
author | knu <knu@FreeBSD.org> | 2004-02-28 14:21:56 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-02-28 14:21:56 +0800 |
commit | 070076545f50dd8bf04bd7c8d56e562f60acf701 (patch) | |
tree | 6ad385e834e2a0d37978fb56368e033b59f58c5a /textproc/ruby-rss.alt | |
parent | e7a862b9f8829910678aa4af96fb008fa98579e3 (diff) | |
download | freebsd-ports-gnome-070076545f50dd8bf04bd7c8d56e562f60acf701.tar.gz freebsd-ports-gnome-070076545f50dd8bf04bd7c8d56e562f60acf701.tar.zst freebsd-ports-gnome-070076545f50dd8bf04bd7c8d56e562f60acf701.zip |
Update to 0.0.8.
Diffstat (limited to 'textproc/ruby-rss.alt')
-rw-r--r-- | textproc/ruby-rss.alt/Makefile | 12 | ||||
-rw-r--r-- | textproc/ruby-rss.alt/distinfo | 3 |
2 files changed, 8 insertions, 7 deletions
diff --git a/textproc/ruby-rss.alt/Makefile b/textproc/ruby-rss.alt/Makefile index 45d44a94ac4c..49f575865fc3 100644 --- a/textproc/ruby-rss.alt/Makefile +++ b/textproc/ruby-rss.alt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rss -PORTVERSION= 0.0.7 +PORTVERSION= 0.0.8 CATEGORIES= textproc ruby MASTER_SITES= http://www.cozmixng.org/~kou/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -16,17 +16,17 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby library for handling RSS (alternative impl.) -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv \ - ${RUBY_SITELIBDIR}/xmlscan/parser.rb:${PORTSDIR}/textproc/ruby-xmlscan -# You can use ruby-xmlparser as an alternative to xmlscan: +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv +# You can use ruby-xmlscan as an alternative XML parser to REXML: # ${RUBY_SITEARCHLIBDIR}/xmlparser.so:${PORTSDIR}/textproc/ruby-xmlparser -# You can use REXML as an alternative to xmlscan, but 2.5.0 or later only: -# ${RUBY_SITELIBDIR}/rexml/document.rb:${PORTSDIR}/textproc/ruby-rexml +# Or ruby-xmlparser: +# ${RUBY_SITELIBDIR}/xmlscan/parser.rb:${PORTSDIR}/textproc/ruby-xmlscan CONFLICTS= ruby-rss-* USE_RUBY= yes USE_RUBY_SETUP= yes +USE_RUBY_FEATURES= rexml DOCS_EN= README.en Tutorial.en DOCS_JA= README.ja Tutorial.ja diff --git a/textproc/ruby-rss.alt/distinfo b/textproc/ruby-rss.alt/distinfo index 13c4d952402a..bd8ed4bf5164 100644 --- a/textproc/ruby-rss.alt/distinfo +++ b/textproc/ruby-rss.alt/distinfo @@ -1 +1,2 @@ -MD5 (ruby/rss-0.0.7.tar.gz) = c22000e19ddc657b4e25fcd793139d37 +MD5 (ruby/rss-0.0.8.tar.gz) = 9c671f78c5c6593d431c8afbebf56355 +SIZE (ruby/rss-0.0.8.tar.gz) = 71023 |