diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-06-01 12:13:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-06-01 12:13:43 +0000 |
commit | f84432dadc602492e43ae5cddee1b603daa9eb7f (patch) | |
tree | 00dc499dd03a0290ea00a755542ca1b3ad9c4345 /textproc/ruby-rss.alt | |
parent | eaf1b5a96ad92b6df57d0aa9299defdc38622d51 (diff) | |
download | ports-f84432dadc602492e43ae5cddee1b603daa9eb7f.tar.gz ports-f84432dadc602492e43ae5cddee1b603daa9eb7f.zip |
Notes
Diffstat (limited to 'textproc/ruby-rss.alt')
-rw-r--r-- | textproc/ruby-rss.alt/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-rss.alt/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-rss.alt/pkg-plist | 14 |
3 files changed, 6 insertions, 14 deletions
diff --git a/textproc/ruby-rss.alt/Makefile b/textproc/ruby-rss.alt/Makefile index 4cb5f7bb3420..8a9aafdc736c 100644 --- a/textproc/ruby-rss.alt/Makefile +++ b/textproc/ruby-rss.alt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rss -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= textproc ruby MASTER_SITES= http://cozmixng.sgk.iwate-u.ac.jp/~kou/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -18,6 +18,8 @@ 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: +# ${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 diff --git a/textproc/ruby-rss.alt/distinfo b/textproc/ruby-rss.alt/distinfo index 4f826a86d044..fe8fc2c6c575 100644 --- a/textproc/ruby-rss.alt/distinfo +++ b/textproc/ruby-rss.alt/distinfo @@ -1 +1 @@ -MD5 (ruby/rss-0.0.2.tar.gz) = dc7566c61995cd935a8851bbd3e05ed5 +MD5 (ruby/rss-0.0.3.tar.gz) = e6632a641adaef3ef396045b94fccf38 diff --git a/textproc/ruby-rss.alt/pkg-plist b/textproc/ruby-rss.alt/pkg-plist index 0f9c7dbfd559..62b18c616045 100644 --- a/textproc/ruby-rss.alt/pkg-plist +++ b/textproc/ruby-rss.alt/pkg-plist @@ -9,21 +9,11 @@ %%RUBY_SITELIBDIR%%/rss/syndication.rb %%RUBY_SITELIBDIR%%/rss/taxonomy.rb %%RUBY_SITELIBDIR%%/rss/utils.rb +%%RUBY_SITELIBDIR%%/rss/xmlparser.rb %%RUBY_SITELIBDIR%%/rss/xmlscanner.rb -%%RUBY_SITELIBDIR%%/rwiki/recent1.0.rrdf -%%RUBY_SITELIBDIR%%/rwiki/rss-maneger.rb -%%RUBY_SITELIBDIR%%/rwiki/rss-navi.rhtml -%%RUBY_SITELIBDIR%%/rwiki/rss-page.rb -%%RUBY_SITELIBDIR%%/rwiki/rss-recent.erd -%%RUBY_SITELIBDIR%%/rwiki/rss-recent.rb -%%RUBY_SITELIBDIR%%/rwiki/rss-recent.rhtml -%%RUBY_SITELIBDIR%%/rwiki/rss-topic.erd -%%RUBY_SITELIBDIR%%/rwiki/rss-topic.rb -%%RUBY_SITELIBDIR%%/rwiki/rss-topic.rhtml -%%RUBY_SITELIBDIR%%/rwiki/rss.rb -@dirrm %%RUBY_SITELIBDIR%%/rwiki @dirrm %%RUBY_SITELIBDIR%%/rss %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/articles.rss +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/index.rdf %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/list_description.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/news.rss %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/php.rss |