pspec.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Mail-AuthenticationResults</Name>
  6. <Homepage>https://metacpan.org/pod/Mail::AuthenticationResults</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>PerlArtistic</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>Object Oriented Authentication-Results Headers.</Summary>
  15. <Description>This parser copes with most styles of Authentication-Results header seen in the wild, but is not yet fully RFC7601 compliant.</Description>
  16. <Archive sha1sum="6662b42906d6e6db98c614e99034b16718e27272" type="targz">
  17. https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-2.20230112.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>perl</Dependency>
  21. <Dependency>perl-JSON</Dependency>
  22. <Dependency>perl-Clone</Dependency>
  23. <Dependency>perl-Test-Exception</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>perl-Mail-AuthenticationResults</Name>
  28. <RuntimeDependencies>
  29. <Dependency>perl-JSON</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib/perl5</Path>
  33. <Path fileType="man">/usr/share/man/man3</Path>
  34. <Path fileType="data">/usr/share/perl5</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="3">
  39. <Date>2024-05-16</Date>
  40. <Version>2.20230112</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>fury</Name>
  43. <Email>uglyside@yandex.ru</Email>
  44. </Update>
  45. <Update release="2">
  46. <Date>2023-01-15</Date>
  47. <Version>2.20230112</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>fury</Name>
  50. <Email>uglyside@yandex.ru</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2021-09-18</Date>
  54. <Version>2.20210915</Version>
  55. <Comment>First build</Comment>
  56. <Name>fury</Name>
  57. <Email>uglyside@yandex.ru</Email>
  58. </Update>
  59. </History>
  60. </PISI>