summaryrefslogtreecommitdiff
path: root/textproc/ruby-hpricot
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.taca1-1/+2
2014-03-25Fix PLIST with ruby21; one more entry with GEM_EXTSDIR.taca1-1/+2
2014-03-17Add GEM_EXTSDIR support.taca1-1/+2
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin1-1/+3
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2012-03-18Update ruby-hpricot to 0.8.6.taca2-6/+6
= 0.8.6 === 17 January 2012 * Allow any tags to contain unknown tags (Steven Parkes)
2011-12-15Update ruby-hpricot package to 0.8.5.taca3-7/+8
= 0.8.5 === 29 November 2011 * Remove escaped quote (\') from matching (#55) * Fix 'undefined method downcase for nil:NilClass' on JRuby (#58) * Unescape hex numeric character references
2011-06-19Update ruby-hpricot package to 0.8.4.taca2-7/+6
= 0.8.4 === 28 February, 2011 * GH #21, #32, #33, #36: Fix for reported segfaults
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-1/+2
2010-12-04Update ruby-hpricot package to 0.8.3taca4-16/+18
= 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
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-6/+4
* Add LICENSE. * Remove default value of GEM_BUILD.
2009-11-23Update ruby-hpricot to 0.8.2.fhajny4-28/+31
Too many changes, see: http://github.com/hpricot/hpricot/blob/master/CHANGELOG
2009-06-14Remove @dirrm entries from PLISTsjoerg1-10/+1
2008-06-19Bump PKGREVISION of rubygem based packages which contain extention libraries.taca1-1/+2
2008-04-04Update ruby-hpricot to version 0.6. Changes from version 0.5.140 include:jlam4-116/+75
+ Install as a Ruby gem. * Hpricot for JRuby * Inline Markaby for Hpricot documents. * XML tags and attributes are no longer downcased like HTML is. * new syntax for grabbing everything between two elements using a Range in the s earch method: (doc/("font".."font/br")) or in nodes_at like so: (doc/"font").nod es_at("*".."br"). Only works with either a pair of siblings or a set of a parent and a sibling. * Ignore self-closing endings on tags (such as form) which are containers. Treat them like open parent tags. * Escaping of attributes. * Element#raw_attributes gives unescaped data. Element#attributes gives escaped. * Added: Elements#attr, Elements#remove_attr, Elements#remove_class. * Added: Traverse#preceding, Traverse#following, Traverse#previous, Traverse#next.
2007-06-09This package needs the recent version of rake. Bump PKGREVISION due tominskim1-2/+3
the dependency change.
2007-06-09Remove unused references to rubygems to avoid dependency on it.minskim2-4/+71
2007-05-26Import ruby-hpricot.minskim5-0/+71
Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree and John Resig's JQuery, but with the scanner recoded in C (using Ragel for scanning).