diff options
author | minskim <minskim@pkgsrc.org> | 2007-06-11 04:40:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-06-11 04:40:37 +0000 |
commit | 3fa9aee42a65d33e39dbc527b89915085535eed8 (patch) | |
tree | 20a34e9e5596f0bc8997332c7aaa3e7548a9b9f6 /textproc/ruby-feed-normalizer/Makefile | |
parent | 0d91b6d17a1b3509a196bcb8abe3bafbe8aba260 (diff) | |
download | pkgsrc-3fa9aee42a65d33e39dbc527b89915085535eed8.tar.gz |
Import ruby-feed-normalizer.
Feed normalizer is an extensible Ruby wrapper for Atom and RSS
parsers. It wraps various RSS and Atom parsers, and returns a single
unified object graph, regardless of the underlying feed format.
Diffstat (limited to 'textproc/ruby-feed-normalizer/Makefile')
-rw-r--r-- | textproc/ruby-feed-normalizer/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/ruby-feed-normalizer/Makefile b/textproc/ruby-feed-normalizer/Makefile new file mode 100644 index 00000000000..d400b2cc8ea --- /dev/null +++ b/textproc/ruby-feed-normalizer/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/11 04:40:37 minskim Exp $ + +DISTNAME= feed-normalizer-1.3.0 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= textproc ruby +MASTER_SITES= http://rubyforge.org/frs/download.php/20927/ +EXTRACT_SUFX= .zip + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://feed-normalizer.rubyforge.org/ +COMMENT= Extensible Ruby wrapper for Atom and RSS parsers + +DEPENDS+= ${RUBY_PKGPREFIX}-simple-rss>=1.1:../../textproc/ruby-simple-rss +DEPENDS+= ${RUBY_PKGPREFIX}-hpricot>=0.4:../../textproc/ruby-hpricot + +NO_BUILD= yes +USE_LANGUAGES= # none + +.include "../../lang/ruby/modules.mk" + +do-install: + cd ${WRKSRC}/lib && pax -rwppm . ${RUBY_SITELIBDIR} + ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/feed-normalizer + ${INSTALL_DATA} ${WRKSRC}/Readme.txt ${RUBY_DOCDIR}/feed-normalizer + +.include "../../mk/bsd.pkg.mk" |