summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-12-04 04:33:51 +0000
committertaca <taca@pkgsrc.org>2010-12-04 04:33:51 +0000
commit1d2ed42c3fd59969f2f37b2ca8e672ed3ee45609 (patch)
tree1233a2dbf826cb674ce18bdbdeb49edb7ab3da6e
parent5aba6d2586480d6919e1ecc0a0204bd1c0972f20 (diff)
downloadpkgsrc-1d2ed42c3fd59969f2f37b2ca8e672ed3ee45609.tar.gz
Update ruby-hpricot package to 0.8.3
= 0.8.3 === 3 November, 2010 * GH#8: Nil-check before downcasing attribute key * GH#25: Proper ruby 1.9 encoding support * GH#28. Use integers instead of ?? on 1.9, which is just a string. * including noscript to ElementInclusions , so that hpricot wont fail when trying to parse a meta tag inside head section when noscript is present. * latest changes from fast_xs mainline * Fixes to get Hpricot running on Rubinius: * Use free, not XFREE * Remove RSTRUCT craziness, don't break Array#at
-rw-r--r--textproc/ruby-hpricot/Makefile4
-rw-r--r--textproc/ruby-hpricot/PLIST10
-rw-r--r--textproc/ruby-hpricot/distinfo10
-rw-r--r--textproc/ruby-hpricot/patches/patch-aa10
4 files changed, 18 insertions, 16 deletions
diff --git a/textproc/ruby-hpricot/Makefile b/textproc/ruby-hpricot/Makefile
index df277ea2ded..854219caee6 100644
--- a/textproc/ruby-hpricot/Makefile
+++ b/textproc/ruby-hpricot/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2010/09/10 08:13:52 taca Exp $
+# $NetBSD: Makefile,v 1.7 2010/12/04 04:33:51 taca Exp $
-DISTNAME= hpricot-0.8.2
+DISTNAME= hpricot-0.8.3
CATEGORIES= textproc
MAINTAINER= minskim@NetBSD.org
diff --git a/textproc/ruby-hpricot/PLIST b/textproc/ruby-hpricot/PLIST
index 26160bb8bcc..9b517dfbf32 100644
--- a/textproc/ruby-hpricot/PLIST
+++ b/textproc/ruby-hpricot/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2009/11/23 14:40:02 fhajny Exp $
-${GEM_HOME}/cache/hpricot-${PKGVERSION}.gem
+@comment $NetBSD: PLIST,v 1.5 2010/12/04 04:33:51 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
-${GEM_LIBDIR}/README
+${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/ext/fast_xs/FastXsService.java
${GEM_LIBDIR}/ext/fast_xs/extconf.rb
@@ -18,7 +18,7 @@ ${GEM_LIBDIR}/ext/hpricot_scan/hpricot_scan.c
${GEM_LIBDIR}/ext/hpricot_scan/hpricot_scan.h
${GEM_LIBDIR}/ext/hpricot_scan/hpricot_scan.java.rl
${GEM_LIBDIR}/ext/hpricot_scan/hpricot_scan.rl
-${GEM_LIBDIR}/extras/mingw-rbconfig.rb
+${GEM_LIBDIR}/extras/hpricot.png
${GEM_LIBDIR}/lib/fast_xs.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/hpricot.rb
${GEM_LIBDIR}/lib/hpricot/blankslate.rb
@@ -51,4 +51,4 @@ ${GEM_LIBDIR}/test/test_parser.rb
${GEM_LIBDIR}/test/test_paths.rb
${GEM_LIBDIR}/test/test_preserved.rb
${GEM_LIBDIR}/test/test_xml.rb
-${GEM_HOME}/specifications/hpricot-${PKGVERSION}.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/textproc/ruby-hpricot/distinfo b/textproc/ruby-hpricot/distinfo
index dddac628563..a3bf9ecbf71 100644
--- a/textproc/ruby-hpricot/distinfo
+++ b/textproc/ruby-hpricot/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2009/11/23 14:40:02 fhajny Exp $
+$NetBSD: distinfo,v 1.5 2010/12/04 04:33:52 taca Exp $
-SHA1 (hpricot-0.8.2.gem) = f6f65d9c5c6e64acafbe23d0c6080c3c99007464
-RMD160 (hpricot-0.8.2.gem) = 62aa2baa642167ca04ed4cfe1822692984e35985
-Size (hpricot-0.8.2.gem) = 264192 bytes
-SHA1 (patch-aa) = 3c739ff41a8e7812ddc22a506ef9206e3ec9fb6a
+SHA1 (hpricot-0.8.3.gem) = 1edc570109fe42533ad314d84a03f74898c49c71
+RMD160 (hpricot-0.8.3.gem) = 592cc8f56861280bdb10f553b031604454b51c9b
+Size (hpricot-0.8.3.gem) = 277504 bytes
+SHA1 (patch-aa) = 790aef98f752752b10a031c257fd32be1d623010
diff --git a/textproc/ruby-hpricot/patches/patch-aa b/textproc/ruby-hpricot/patches/patch-aa
index 0f49e668d52..1ab921f3dc8 100644
--- a/textproc/ruby-hpricot/patches/patch-aa
+++ b/textproc/ruby-hpricot/patches/patch-aa
@@ -1,8 +1,10 @@
-$NetBSD: patch-aa,v 1.4 2009/11/23 14:40:02 fhajny Exp $
+$NetBSD: patch-aa,v 1.5 2010/12/04 04:33:52 taca Exp $
---- Rakefile.orig 2009-04-27 18:26:24.657742000 +0000
+Don't extract revision dynamically using git command.
+
+--- Rakefile.orig 2010-12-04 04:32:30.000000000 +0000
+++ Rakefile
-@@ -9,7 +9,7 @@ include FileUtils
+@@ -11,7 +11,7 @@ end
RbConfig = Config unless defined?(RbConfig)
NAME = "hpricot"
@@ -10,4 +12,4 @@ $NetBSD: patch-aa,v 1.4 2009/11/23 14:40:02 fhajny Exp $
+REV = nil
VERS = ENV['VERSION'] || "0.8" + (REV ? ".#{REV}" : "")
PKG = "#{NAME}-#{VERS}"
- BIN = "*.{bundle,jar,so,o,obj,pdb,lib,def,exp,class}"
+ BIN = "*.{bundle,jar,so,o,obj,pdb,lib,def,exp,class,rbc}"