Ticket #26598: Portfile.diff

File Portfile.diff, 1.6 KB (added by r@…, 14 years ago)
  • Portfile

    old new  
    11# $Id: Portfile 70582 2010-08-14 12:37:46Z ryandesign@macports.org $
     2PortSystem          1.0
     3PortGroup           perl5 1.0
    24
    3 PortSystem              1.0
    4 PortGroup               perl5 1.0
    5 
    6 perl5.setup             HTML-Tree 3.23
    7 epoch                   1
    8 
    9 maintainers             geeklair.net:dluke
    10 description             Perl parser that can build HTML syntax trees.
    11 long_description        $description
    12 
    13 checksums               md5 6352f50be402301f79b580dd235d7762
    14 platforms               darwin
    15 
    16 depends_lib-append      port:p5-html-parser \
    17                         port:p5-html-tagset
     5perl5.setup         HTML-Tree 4.0
     6maintainers                 geeklair.net:dluke
     7description         build and scan parse-trees of HTML
     8
     9long_description        HTML-Tree is a suite of Perl modules for making parse \
     10                                        trees out of HTML source. It consists of mainly two modules, \
     11                                        whose documentation you should refer to: HTML::TreeBuilder \
     12                                        and HTML::Element. \
     13                                        HTML::TreeBuilder is the module that builds the parse trees. \
     14                                        (It uses HTML::Parser to do the work of breaking the HTML up \
     15                                        into tokens.) \
     16                                        The tree that TreeBuilder builds for you is made up of objects \
     17                                        of the class HTML::Element.
     18
     19platforms           darwin
     20
     21checksums           md5 7ba44995905a117c00f6744350799883 \
     22                    sha1 78689f1fd026f03432e886c6b4b49f7d4d89aa8b \
     23                    rmd160 ad245baea05b58b63adf7ba6addef32a90057fda
    1824
    1925supported_archs noarch
     26
     27depends_lib-append  port:p5-test-exception \
     28                                        port:p5-html-parser