From 7e3ca1a4f408e29b5bb6097719648ba6ffb55439 Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 16 Jun 2011 15:34:12 +0000 Subject: Update ruby-nokogiri package to 1.4.5. === 1.4.5 / 2011-06-15 * New Features * Nokogiri::HTML::Document#title accessor gets and sets the document title. * extracted sets of Node::SaveOptions into Node::SaveOptions::DEFAULT_{X,H,XH}TML (refactor) * Raise an exception if a string is passed to Nokogiri::XML::Schema#validate. #406 * Bugfixes * Node#serialize-and-friends now accepts a SaveOption object as the, erm, save object. * Nokogiri::CSS::Parser has-a Nokogiri::CSS::Tokenizer * [JRUBY+FFI only] Weak references are now threadsafe. #355 * Make direct start_element() callback (currently used for HTML::SAX::Parser) pass attributes in assoc array, just as emulated start_element() callback does. rel. #356 * HTML::SAX::Parser should call back a block given to parse*() if any, just as XML::SAX::Parser does. * Add further encoding detection to HTML parser that libxml2 does not do. * Document#remove_namespaces! now handles attributes with namespaces. #396 * XSLT::Stylesheet#transform no longer segfaults when handed a non-XML::Document. #452 * XML::Reader no longer segfaults when under GC pressure. #439 --- textproc/ruby-nokogiri/Makefile | 7 +++---- textproc/ruby-nokogiri/PLIST | 9 +++++---- textproc/ruby-nokogiri/distinfo | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'textproc') diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index a73adcdf77e..aea5a56b3fc 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2011/04/22 13:44:52 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/06/16 15:34:12 taca Exp $ -DISTNAME= nokogiri-1.4.4 -PKGREVISION= 2 +DISTNAME= nokogiri-1.4.5 CATEGORIES= textproc MAINTAINER= filip@joyent.com @@ -9,7 +8,7 @@ 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-* +CONFLICTS+= ruby[1-9][0-9]-nokogiri-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/ruby-nokogiri/PLIST b/textproc/ruby-nokogiri/PLIST index f308d304b50..74e5d411a91 100644 --- a/textproc/ruby-nokogiri/PLIST +++ b/textproc/ruby-nokogiri/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2010/11/30 15:39:56 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/06/16 15:34:12 taca Exp $ bin/nokogiri ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.autotest +${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/CHANGELOG.ja.rdoc ${GEM_LIBDIR}/CHANGELOG.rdoc ${GEM_LIBDIR}/Manifest.txt @@ -9,7 +10,6 @@ ${GEM_LIBDIR}/README.ja.rdoc ${GEM_LIBDIR}/README.rdoc ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/bin/nokogiri -${GEM_LIBDIR}/deps.rip ${GEM_LIBDIR}/ext/nokogiri/depend ${GEM_LIBDIR}/ext/nokogiri/extconf.rb ${GEM_LIBDIR}/ext/nokogiri/html_document.c @@ -80,11 +80,10 @@ ${GEM_LIBDIR}/ext/nokogiri/xslt_stylesheet.c ${GEM_LIBDIR}/ext/nokogiri/xslt_stylesheet.h ${GEM_LIBDIR}/lib/nokogiri.rb ${GEM_LIBDIR}/lib/nokogiri/css.rb -${GEM_LIBDIR}/lib/nokogiri/css/generated_parser.rb -${GEM_LIBDIR}/lib/nokogiri/css/generated_tokenizer.rb ${GEM_LIBDIR}/lib/nokogiri/css/node.rb ${GEM_LIBDIR}/lib/nokogiri/css/parser.rb ${GEM_LIBDIR}/lib/nokogiri/css/parser.y +${GEM_LIBDIR}/lib/nokogiri/css/parser_extras.rb ${GEM_LIBDIR}/lib/nokogiri/css/syntax_error.rb ${GEM_LIBDIR}/lib/nokogiri/css/tokenizer.rb ${GEM_LIBDIR}/lib/nokogiri/css/tokenizer.rex @@ -217,6 +216,8 @@ ${GEM_LIBDIR}/test/files/address_book.rlx ${GEM_LIBDIR}/test/files/address_book.xml ${GEM_LIBDIR}/test/files/bar/bar.xsd ${GEM_LIBDIR}/test/files/dont_hurt_em_why.xml +${GEM_LIBDIR}/test/files/encoding.html +${GEM_LIBDIR}/test/files/encoding.xhtml ${GEM_LIBDIR}/test/files/exslt.xml ${GEM_LIBDIR}/test/files/exslt.xslt ${GEM_LIBDIR}/test/files/foo/foo.xsd diff --git a/textproc/ruby-nokogiri/distinfo b/textproc/ruby-nokogiri/distinfo index 6319d94c458..97910368d8b 100644 --- a/textproc/ruby-nokogiri/distinfo +++ b/textproc/ruby-nokogiri/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/11/30 15:39:56 taca Exp $ +$NetBSD: distinfo,v 1.4 2011/06/16 15:34:12 taca Exp $ -SHA1 (nokogiri-1.4.4.gem) = 15f5c381d98a4e53a879981b8fbc301d3561c675 -RMD160 (nokogiri-1.4.4.gem) = 9f5fc2b15da160ccd03a096cf3074afb46e1a170 -Size (nokogiri-1.4.4.gem) = 198656 bytes +SHA1 (nokogiri-1.4.5.gem) = 5fcd34eb15364537a848bd157490eaddd95c1a13 +RMD160 (nokogiri-1.4.5.gem) = b761282c22af5bd236ec556ba42a83b8c53b3736 +Size (nokogiri-1.4.5.gem) = 203264 bytes -- cgit v1.2.3