# $Id: Portfile 77120 2011-03-20 14:32:14Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          hpricot 0.8.4 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     24c342baa2426bc6c4cd01877219bab0 \
                    sha1    029ef48af199aa5bf05c99b4173244ae4c9852c8 \
                    rmd160  88e96058a5b988e12ed28562bb0b183b8e7d2177

