pspec.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>Perl-XML-SAX-BASE</Name>
  6. <Homepage>http://search.cpan.org/~grantm/XML-SAX-Base-1.08/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <PartOf>programming.language.perl</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>Base class SAX Drivers and Filters</Summary>
  15. <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>
  16. <Archive sha1sum="bf2c97ed35d5de09015d5a6f6ab8a8ee50aedd4a" type="targz">http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>Perl-XML-SAX-BASE</Name>
  23. <RuntimeDependencies>
  24. <Dependency>perl</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="library">/usr/lib/perl5/vendor_perl</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="1">
  34. <Date>2017-12-12</Date>
  35. <Version>1.09</Version>
  36. <Comment>First release</Comment>
  37. <Name>PisiLinux Community</Name>
  38. <Email>admins@pisilinux.org</Email>
  39. </Update>
  40. </History>
  41. </PISI>