Revision: 74046 http://trac.macports.org/changeset/74046 Author: dports@macports.org Date: 2010-12-02 18:15:40 -0800 (Thu, 02 Dec 2010) Log Message: ----------- p5-xml-libxml: update to v1.70, add license and new maintainer (#27547) p5-xml-libxml-common: replace with replaced_by stub portfile; this module has been merged into p5-xml-libxml Modified Paths: -------------- trunk/dports/perl/p5-xml-libxml/Portfile trunk/dports/perl/p5-xml-libxml-common/Portfile Modified: trunk/dports/perl/p5-xml-libxml/Portfile =================================================================== --- trunk/dports/perl/p5-xml-libxml/Portfile 2010-12-03 00:58:38 UTC (rev 74045) +++ trunk/dports/perl/p5-xml-libxml/Portfile 2010-12-03 02:15:40 UTC (rev 74046) @@ -4,13 +4,13 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup XML-LibXML 1.69 +perl5.setup XML-LibXML 1.70 categories-append textproc platforms darwin -maintainers nomaintainer -homepage http://search.cpan.org/~pajas/${distname}/ +maintainers l2g.to:larry+macports +license Artistic/GPL -description Perl interface to libxml2. +description Perl interface to libxml2 long_description This module implements a Perl interface to \ the Gnome libxml2 library. The libxml2 library \ @@ -19,12 +19,10 @@ make use of the highly capable validating XML \ parser and the high performance DOM implementation. -checksums md5 8295f4ae7b09729985dd1133e3ad0d0a \ - sha1 a8590ada6463e3b1de5699f7b8a14b564437a213 \ - rmd160 1ba9e5d63431ae11031fca18e28da5f04fe25f23 +checksums sha1 c3400e61282e08e84ab16d5d8cc4557aa5bf3984 \ + rmd160 cc9cc88a10e6652ec9cedd7904ef84dc057170e3 -depends_lib-append port:p5-xml-libxml-common \ - port:p5-xml-sax \ +depends_lib-append port:p5-xml-sax \ port:p5-xml-namespacesupport \ port:libiconv \ port:libxml2 Modified: trunk/dports/perl/p5-xml-libxml-common/Portfile =================================================================== --- trunk/dports/perl/p5-xml-libxml-common/Portfile 2010-12-03 00:58:38 UTC (rev 74045) +++ trunk/dports/perl/p5-xml-libxml-common/Portfile 2010-12-03 02:15:40 UTC (rev 74046) @@ -2,20 +2,25 @@ # $Id$ PortSystem 1.0 -PortGroup perl5 1.0 -perl5.setup XML-LibXML-Common 0.13 +name p5-xml-libxml-common +version 0.13 +revision 1 + maintainers nomaintainer -categories-append textproc +categories perl textproc platforms darwin homepage http://search.cpan.org/~msergeant/${distname}/ +distfiles description Perl extensions for common items of various XML modules. long_description XML::LibXML::Common contains several constants and \ functions that are shared by XML::LibXML, XML::GDOME \ and XML::LibXSLT (not all done, yet). -checksums md5 13b6d93f53375d15fd11922216249659 +replaced_by p5-xml-libxml -depends_lib-append lib:libxml2:libxml2 - +pre-configure { + ui_error "${name} has been replaced by ${replaced_by}; please install that port instead" + return -code error "obsolete port" +}