Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@laptop]~#pkg info -R p5-XML-SAX-Expat
- ---
- name: p5-XML-SAX-Expat
- version: 0.40_1
- origin: textproc/p5-XML-SAX-Expat
- comment: Simple API for XML
- arch: freebsd:9:x86:64
- www: http://search.cpan.org/dist/XML-SAX-Expat/
- maintainer: [email protected]
- prefix: /usr/local
- licenselogic: single
- flatsize: 22729
- desc: |-
- XML::SAX consists of several framework classes for using and building Perl SAX2
- XML parsers, filters, and drivers. It is designed around the need to be able
- to "plug in" different SAX parsers to an application without requiring
- programmer intervention. Those of you familiar with the DBI will be right at
- home. Some of the designs come from the Java JAXP specification (SAX part),
- only without the javaness.
- WWW: http://search.cpan.org/dist/XML-SAX-Expat/
- deps:
- expat: {origin: textproc/expat2, version: 2.0.1_2}
- p5-XML-NamespaceSupport: {origin: textproc/p5-XML-NamespaceSupport, version: 1.11}
- p5-XML-Parser: {origin: textproc/p5-XML-Parser, version: 2.41}
- p5-XML-SAX-Base: {origin: textproc/p5-XML-SAX-Base, version: 1.08}
- p5-XML-SAX: {origin: textproc/p5-XML-SAX, version: 0.99}
- perl: {origin: lang/perl5.14, version: 5.14.2_2}
- categories: [textproc, perl5]
- files:
- /usr/local/lib/perl5/5.14.2/man/man3/XML::SAX::Expat.3.gz: 7b00b73eb75adf1911283eba5c02443f9088df3eccf42f21c0e4a9a5ffeab884
- /usr/local/lib/perl5/site_perl/5.14.2/XML/SAX/Expat.pm: 3817f2c491f4521ee54e0b8b3b0aa088bedbc03dcada60a6bef6a66b697cc8cf
- /usr/local/lib/perl5/site_perl/5.14.2/mach/auto/XML/SAX/Expat/.packlist: 31aeb1d23b92c72c40548f962d2872430113548b405e61bf19028f81c4a118be
- directories:
- /usr/local/lib/perl5/site_perl/5.14.2/mach/auto/XML/SAX/Expat/: n
- /usr/local/lib/perl5/site_perl/5.14.2/mach/auto/XML/SAX/: y
- /usr/local/lib/perl5/site_perl/5.14.2/mach/auto/XML/: y
- /usr/local/lib/perl5/site_perl/5.14.2/XML/SAX/: y
- /usr/local/lib/perl5/site_perl/5.14.2/XML/: y
- scripts:
- install: |
- #!/bin/sh
- case $1 in
- POST-INSTALL)
- perl -MXML::SAX -e 'XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers();'
- ;;
- esac
- deinstall: |
- #!/bin/sh
- case $1 in
- POST-DEINSTALL)
- perl -MXML::SAX -e 'XML::SAX->remove_parser(q(XML::SAX::Expat))->save_parsers();'
- ;;
- esac
- [root@laptop]~#
Advertisement
Add Comment
Please, Sign In to add comment