Ticket #11641: diff
File diff, 3.4 KB (added by vinc17@…, 18 years ago) |
---|
-
p5-xml-libxml/Portfile
1 1 # $Id$ 2 2 3 PortSystem 1.0 3 4 PortGroup perl5 1.0 4 5 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 6 perl5.setup XML-LibXML 1.62001 7 maintainers pguyot@kallisys.net 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/dist/${distname}/ 17 checksums md5 01655a90b3f44e48efd486ac58c89cd6 \ 18 sha1 5beb93df6cfa718b69610aa41c2a4866230d3a1b 19 platforms darwin 18 20 19 depends_lib-append port:p5-xml-libxml-common \ 20 port:p5-xml-sax \ 21 port:p5-xml-namespacesupport 21 worksrcdir XML-LibXML-1.62 22 23 depends_lib-append port:p5-xml-libxml-common \ 24 port:p5-xml-sax \ 25 port:p5-xml-namespacesupport -
p5-xml-libxslt/Portfile
3 3 PortSystem 1.0 4 4 PortGroup perl5 1.0 5 5 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 6 perl5.setup XML-LibXSLT 1.62 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/${distname}/ 15 checksums md5 aed0af386cda3f6117aceacef7cb98d9 \ 16 sha1 b23be30b75d2d287f78093712d066b199f9b01fb 17 platforms darwin 17 18 18 depends_lib-append 19 19 depends_lib-append port:p5-xml-libxml \ 20 port:libxslt