Ticket #27547: p5-xml-libxml.cleanup.patch

File p5-xml-libxml.cleanup.patch, 2.4 KB (added by larry+macports@…, 13 years ago)

Portfile cleanup (apply this 1st)

  • rsync.macports.org/release/ports/perl/p5-xml-libxml/Portfile

    # HG changeset patch
    # Parent 31bb7dc5a81d26cf712d9f68cf9911b382cbf83f
    
    diff -r 31bb7dc5a81d rsync.macports.org/release/ports/perl/p5-xml-libxml/Portfile
    a b  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id: Portfile 59968 2009-10-28 06:50:45Z pguyot@kallisys.net $
    23
    3 PortSystem 1.0
    4 PortGroup perl5 1.0
     4PortSystem          1.0
     5PortGroup           perl5 1.0
    56
    6 perl5.setup                     XML-LibXML 1.69
    7 maintainers                     nomaintainer
    8 categories-append       textproc
    9 description                     Perl interface to libxml2.
    10 long_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.
    16 homepage                        http://search.cpan.org/~pajas/${distname}/
     7perl5.setup         XML-LibXML 1.69
     8categories-append   textproc
     9platforms           darwin
     10maintainers         nomaintainer
     11homepage            http://search.cpan.org/~pajas/${distname}/
     12
     13description         Perl interface to libxml2.
     14
     15long_description    This module implements a Perl interface to \
     16                    the Gnome libxml2 library. The libxml2 library \
     17                    provides interfaces for parsing and manipulating \
     18                    XML Files. This Module allows Perl programmers to \
     19                    make use of the highly capable validating XML \
     20                    parser and the high performance DOM implementation.
     21
    1722checksums           md5     8295f4ae7b09729985dd1133e3ad0d0a \
    1823                    sha1    a8590ada6463e3b1de5699f7b8a14b564437a213 \
    1924                    rmd160  1ba9e5d63431ae11031fca18e28da5f04fe25f23
    20 platforms                       darwin
    2125
    22 depends_lib-append      port:p5-xml-libxml-common \
    23                                         port:p5-xml-sax \
    24                                         port:p5-xml-namespacesupport \
    25                                         port:libiconv \
    26                                         port:libxml2
     26depends_lib-append  port:p5-xml-libxml-common \
     27                    port:p5-xml-sax \
     28                    port:p5-xml-namespacesupport \
     29                    port:libiconv \
     30                    port:libxml2