summaryrefslogtreecommitdiff
path: root/textproc/ruby-nokogiri/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-11-30 15:39:56 +0000
committertaca <taca>2010-11-30 15:39:56 +0000
commitacbb30b35995cdcd820cd7186ff68e6a552e55d3 (patch)
treeebd9d5aae9fbebd0adb142851dceee66b4a78c68 /textproc/ruby-nokogiri/Makefile
parent70f7320eafad603a1cdea24b2b0f29848f70d678 (diff)
downloadpkgsrc-acbb30b35995cdcd820cd7186ff68e6a552e55d3.tar.gz
Update ruby-nokogiri package to 1.4.4.
=== 1.4.4 / Unreleased * New Features * XML::Node#children= sets the node's inner html (much like #inner_html=), but returns the reparent node(s). * XSLT supports function extensions. #336 * XPath bind parameter substitution. #329 * XML::Reader node type constants. #369 * SAX Parser context provides line and column information * Bugfixes * XML::DTD#attributes returns an empty hash instead of nil when there are no attributes. * XML::DTD#{keys,each} now work as expected. #324 * {XML,HTML}::DocumentFragment.{new,parse} no longer strip leading and trailing whitespace. #319 * XML::Node#{add_child,add_previous_sibling,add_next_sibling,replace} return a NodeSet when passed a string. * Unclosed tags parsed more robustly in fragments. #315 * XML::Node#{replace,add_previous_sibling,add_next_sibling} edge cases fixed related to libxml's text node merging. #308 * Fixed a segfault when GC occurs during xpath handler argument marshalling. #345 * Added hack to Slop decorator to work with previously defined methods. #330 * Fix a memory leak when duplicating child nodes. #353 * Fixed off-by-one bug with nth-last-{child,of-type} CSS selectors when NOT using an+b notation. #354 * Fixed passing of non-namespace attributes to SAX::Document#start_element. #356 * Workaround for libxml2 in-context parsing bug. #362 * Fixed NodeSet#wrap on nodes within a fragment. #331
Diffstat (limited to 'textproc/ruby-nokogiri/Makefile')
-rw-r--r--textproc/ruby-nokogiri/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile
index 32dd1983d26..ce8476e6751 100644
--- a/textproc/ruby-nokogiri/Makefile
+++ b/textproc/ruby-nokogiri/Makefile
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 08:29:06 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/11/30 15:39:56 taca Exp $
-DISTNAME= nokogiri-1.4.3.1
+DISTNAME= nokogiri-1.4.4
CATEGORIES= textproc
MAINTAINER= filip@joyent.com
-HOMEPAGE= http://nokogiri.org
+HOMEPAGE= http://nokogiri.org/
COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support
LICENSE= mit
CONFLICTS+= ruby[1-9][0-9]-nokogiri-*
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../lang/ruby/gem.mk"