pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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-Authen-SASL</Name>
  6. <Homepage>http://search.cpan.org/dist/Authen-SASL</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <IsA>library</IsA>
  13. <Summary>A Perl SASL interface</Summary>
  14. <Description>SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share. The framework allows different implementations of the connection class to be plugged in.</Description>
  15. <Archive sha1sum="0f1e0c448deab4dad0f15466ba765def4012db93" type="targz">http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>perl</Dependency>
  18. <Dependency>perl-GSSAPI</Dependency>
  19. <Dependency>perl-Digest-HMAC</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>perl-Authen-SASL</Name>
  24. <RuntimeDependencies>
  25. <Dependency>perl</Dependency>
  26. <Dependency>perl-GSSAPI</Dependency>
  27. <Dependency>perl-Digest-HMAC</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc/perl-Authen-SASL</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="3">
  37. <Date>2017-01-24</Date>
  38. <Version>2.16</Version>
  39. <Comment>Rebuild for new toolchain</Comment>
  40. <Name>Pisi Linux Community</Name>
  41. <Email>admin@pisilinux.org</Email>
  42. </Update>
  43. <Update release="2">
  44. <Date>2016-06-09</Date>
  45. <Version>2.16</Version>
  46. <Comment>Release Bump</Comment>
  47. <Name>Pisi Linux Community</Name>
  48. <Email>admin@pisilinux.org</Email>
  49. </Update>
  50. <Update release="1">
  51. <Date>2016-03-14</Date>
  52. <Version>2.16</Version>
  53. <Comment>First release</Comment>
  54. <Name>Kamil Atlı</Name>
  55. <Email>suvari@pisilinux.org</Email>
  56. </Update>
  57. </History>
  58. </PISI>