diff options
author | minskim <minskim@pkgsrc.org> | 2007-06-11 04:03:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-06-11 04:03:51 +0000 |
commit | 1565f5641092a474df46189c862efb33efd75103 (patch) | |
tree | fe8aa2831b16549b0858244680c0cd87b3b5e362 /textproc/ruby-simple-rss | |
parent | 3c920e00cc4ee932d5ecaa043a23ca0c2fb41bc5 (diff) | |
download | pkgsrc-1565f5641092a474df46189c862efb33efd75103.tar.gz |
Import ruby-simple-rss.
Simple RSS is a simple, flexible, extensible, and liberal RSS and Atom
reader for Ruby. It is designed to be backwards compatible with the
standard RSS parser, but will never do RSS generation.
Diffstat (limited to 'textproc/ruby-simple-rss')
-rw-r--r-- | textproc/ruby-simple-rss/DESCR | 3 | ||||
-rw-r--r-- | textproc/ruby-simple-rss/Makefile | 23 | ||||
-rw-r--r-- | textproc/ruby-simple-rss/PLIST | 24 | ||||
-rw-r--r-- | textproc/ruby-simple-rss/distinfo | 5 |
4 files changed, 55 insertions, 0 deletions
diff --git a/textproc/ruby-simple-rss/DESCR b/textproc/ruby-simple-rss/DESCR new file mode 100644 index 00000000000..5e7debc8d27 --- /dev/null +++ b/textproc/ruby-simple-rss/DESCR @@ -0,0 +1,3 @@ +Simple RSS is a simple, flexible, extensible, and liberal RSS and Atom +reader for Ruby. It is designed to be backwards compatible with the +standard RSS parser, but will never do RSS generation. diff --git a/textproc/ruby-simple-rss/Makefile b/textproc/ruby-simple-rss/Makefile new file mode 100644 index 00000000000..02f28446f60 --- /dev/null +++ b/textproc/ruby-simple-rss/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/11 04:03:51 minskim Exp $ + +DISTNAME= simple-rss-1.1 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= textproc ruby +MASTER_SITES= http://rubyforge.org/frs/download.php/8346/ +EXTRACT_SUFX= .tgz + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://simple-rss.rubyforge.org/ +COMMENT= Simple, flexible, extensible, and liberal RSS and Atom reader + +NO_BUILD= yes +USE_LANGUAGES= # none + +.include "../../lang/ruby/modules.mk" + +do-install: + ${INSTALL_DATA} ${WRKSRC}/lib/simple-rss.rb ${RUBY_SITELIBDIR} + ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/simple-rss + cd ${WRKSRC}/html && pax -rwppm . ${RUBY_DOCDIR}/simple-rss + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-simple-rss/PLIST b/textproc/ruby-simple-rss/PLIST new file mode 100644 index 00000000000..96dd554a589 --- /dev/null +++ b/textproc/ruby-simple-rss/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/11 04:03:51 minskim Exp $ +${RUBY_SITELIBDIR}/simple-rss.rb +${RUBY_DOCDIR}/simple-rss/classes/SimpleRSS.html +${RUBY_DOCDIR}/simple-rss/classes/SimpleRSS.src/M000001.html +${RUBY_DOCDIR}/simple-rss/classes/SimpleRSS.src/M000002.html +${RUBY_DOCDIR}/simple-rss/classes/SimpleRSS.src/M000004.html +${RUBY_DOCDIR}/simple-rss/classes/SimpleRSS.src/M000005.html +${RUBY_DOCDIR}/simple-rss/classes/SimpleRSS.src/M000006.html +${RUBY_DOCDIR}/simple-rss/classes/SimpleRSS.src/M000007.html +${RUBY_DOCDIR}/simple-rss/classes/SimpleRSS.src/M000008.html +${RUBY_DOCDIR}/simple-rss/classes/SimpleRSSError.html +${RUBY_DOCDIR}/simple-rss/created.rid +${RUBY_DOCDIR}/simple-rss/files/README.html +${RUBY_DOCDIR}/simple-rss/files/lib/simple-rss_rb.html +${RUBY_DOCDIR}/simple-rss/fr_class_index.html +${RUBY_DOCDIR}/simple-rss/fr_file_index.html +${RUBY_DOCDIR}/simple-rss/fr_method_index.html +${RUBY_DOCDIR}/simple-rss/index.html +${RUBY_DOCDIR}/simple-rss/rdoc-style.css +@dirrm ${RUBY_DOCDIR}/simple-rss/files/lib +@dirrm ${RUBY_DOCDIR}/simple-rss/files +@dirrm ${RUBY_DOCDIR}/simple-rss/classes/SimpleRSS.src +@dirrm ${RUBY_DOCDIR}/simple-rss/classes +@dirrm ${RUBY_DOCDIR}/simple-rss diff --git a/textproc/ruby-simple-rss/distinfo b/textproc/ruby-simple-rss/distinfo new file mode 100644 index 00000000000..b99b544ad67 --- /dev/null +++ b/textproc/ruby-simple-rss/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/06/11 04:03:51 minskim Exp $ + +SHA1 (simple-rss-1.1.tgz) = de6b0900f2a5a2f2f4e2450f2893178664e4b6ea +RMD160 (simple-rss-1.1.tgz) = 6b41140ff78af6689ed481c63c25c009c826010e +Size (simple-rss-1.1.tgz) = 33010 bytes |