summaryrefslogtreecommitdiff
path: root/textproc/ruby-nokogiri/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2009-12-02 13:47:29 +0000
committerfhajny <fhajny@pkgsrc.org>2009-12-02 13:47:29 +0000
commit383d658245e89726980f1dd913681384c54f8e1e (patch)
tree685074418c3882f766209d2e152f906a90a9d13e /textproc/ruby-nokogiri/Makefile
parent3435a07f19c7a13e796c99d8dccec084d620b53d (diff)
downloadpkgsrc-383d658245e89726980f1dd913681384c54f8e1e.tar.gz
Import ruby18-nokogiri-1.4.0 as textproc/ruby-nokogiri.
Nokogiri parses and searches XML/HTML very quickly, and also has correctly implemented CSS3 selector support as well as XPath support. Features: * XPath support for document searching * CSS3 selector support for document searching * XML/HTML builder * Drop in replacement for Hpricot (though not bug for bug)
Diffstat (limited to 'textproc/ruby-nokogiri/Makefile')
-rw-r--r--textproc/ruby-nokogiri/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile
new file mode 100644
index 00000000000..062916d8175
--- /dev/null
+++ b/textproc/ruby-nokogiri/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/12/02 13:47:29 fhajny Exp $
+
+DISTNAME= nokogiri-1.4.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc
+
+MAINTAINER= filip@joyent.com
+HOMEPAGE= http://nokogiri.rubyforge.org/
+COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GEM_BUILD= gemspec
+
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"