Added: trunk/dports/ruby/rb19-hpricot/Portfile (0 => 69289)
--- trunk/dports/ruby/rb19-hpricot/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-hpricot/Portfile 2010-06-29 13:21:25 UTC (rev 69289)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup hpricot 0.8.2 gem {} rubygems ruby19
+description a swift, liberal HTML parser with a fantastic library
+long_description \
+ Hpricot is a fast, flexible HTML parser written in C. It's designed to be \
+ very accommodating (like Tanaka Akira's HTree) and to have a very helpful \
+ library (like some JavaScript libs -- JQuery, Prototype -- give you.) \
+ The XPath and CSS parser, in fact, is based on John Resig's JQuery. \
+ \
+ Also, Hpricot can be handy for reading broken XML files, since many of \
+ the same techniques can be used. If a quote is missing, Hpricot tries to \
+ figure it out. If tags overlap, Hpricot works on sorting them out. \
+ You know, that sort of thing.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://github.com/hpricot/hpricot
+platforms darwin
+checksums md5 c72018f2e74fe1754f199fd5bb2c6a1a \
+ sha1 f6f65d9c5c6e64acafbe23d0c6080c3c99007464 \
+ rmd160 62aa2baa642167ca04ed4cfe1822692984e35985
Property changes on: trunk/dports/ruby/rb19-hpricot/Portfile
___________________________________________________________________