123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>Perl-XML-SAX-BASE</Name>
- <Homepage>http://search.cpan.org/~grantm/XML-SAX-Base-1.08/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Artistic</License>
- <PartOf>programming.language.perl</PartOf>
- <IsA>app:console</IsA>
- <Summary>Base class SAX Drivers and Filters</Summary>
- <Description>This module has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback.</Description>
- <Archive sha1sum="bf2c97ed35d5de09015d5a6f6ab8a8ee50aedd4a" type="targz">http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>Perl-XML-SAX-BASE</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/perl5/vendor_perl</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2017-12-12</Date>
- <Version>1.09</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|