Ticket #11641: diff

File diff, 3.4 KB (added by vinc17@…, 17 years ago)

Patch to update both Portfiles (includes untabification)

  • p5-xml-libxml/Portfile

     
    11# $Id$
     2
    23PortSystem 1.0
    34PortGroup perl5 1.0
    45
    5 perl5.setup                     XML-LibXML 1.58
    6 maintainers                     pguyot@kallisys.net
    7 categories-append       textproc
    8 description                     Perl interface to libxml2.
    9 long_description        This module implements a Perl interface to \
    10                                         the Gnome libxml2 library. The libxml2 library \
    11                                         provides interfaces for parsing and manipulating \
    12                                         XML Files. This Module allows Perl programmers to \
    13                                         make use of the highly capable validating XML \
    14                                         parser and the high performance DOM implementation.
    15 homepage                        http://search.cpan.org/~msergeant/${distname}/
    16 checksums                       md5 4691fc436e5c0f22787f5b4a54fc56b0
    17 platforms                       darwin
     6perl5.setup         XML-LibXML 1.62001
     7maintainers         pguyot@kallisys.net
     8categories-append   textproc
     9description         Perl interface to libxml2.
     10long_description    This module implements a Perl interface to \
     11                    the Gnome libxml2 library. The libxml2 library \
     12                    provides interfaces for parsing and manipulating \
     13                    XML Files. This Module allows Perl programmers to \
     14                    make use of the highly capable validating XML \
     15                    parser and the high performance DOM implementation.
     16homepage            http://search.cpan.org/dist/${distname}/
     17checksums           md5 01655a90b3f44e48efd486ac58c89cd6 \
     18                    sha1 5beb93df6cfa718b69610aa41c2a4866230d3a1b
     19platforms           darwin
    1820
    19 depends_lib-append      port:p5-xml-libxml-common \
    20                                         port:p5-xml-sax \
    21                                         port:p5-xml-namespacesupport
     21worksrcdir          XML-LibXML-1.62
     22
     23depends_lib-append  port:p5-xml-libxml-common \
     24                    port:p5-xml-sax \
     25                    port:p5-xml-namespacesupport
  • p5-xml-libxslt/Portfile

     
    33PortSystem 1.0
    44PortGroup perl5 1.0
    55
    6 perl5.setup                     XML-LibXSLT 1.58
    7 maintainers                     ryan@cyberscript.net
    8 categories-append       textproc
    9 description                     Perl interface to libxslt.
    10 long_description        This module is an interface to the gnome project's \
    11                                         libxslt. This is an extremely good XSLT engine, \
    12                                         highly compliant and also very fast. I have tests \
    13                                         showing this to be more than twice as fast as Sablotron.
    14 homepage                        http://search.cpan.org/dist/XML-LibXSLT/
    15 checksums                       md5 c7b707002fed5c3572d81f92c453a5ce
    16 platforms                       darwin
     6perl5.setup         XML-LibXSLT 1.62
     7maintainers         ryan@cyberscript.net
     8categories-append   textproc
     9description         Perl interface to libxslt.
     10long_description    This module is an interface to the gnome project's \
     11                    libxslt. This is an extremely good XSLT engine, \
     12                    highly compliant and also very fast. I have tests \
     13                    showing this to be more than twice as fast as Sablotron.
     14homepage            http://search.cpan.org/dist/${distname}/
     15checksums           md5 aed0af386cda3f6117aceacef7cb98d9 \
     16                    sha1 b23be30b75d2d287f78093712d066b199f9b01fb
     17platforms           darwin
    1718
    18 depends_lib-append      port:p5-xml-libxml \
    19                                         port:libxslt
     19depends_lib-append  port:p5-xml-libxml \
     20                    port:libxslt