pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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-DKIM</Name>
  6. <Homepage>https://metacpan.org/pod/Mail::DKIM</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>Signs/verifies Internet mail with DKIM/DomainKey signatures.</Summary>
  15. <Description>This module implements the various components of the DKIM and DomainKeys message-signing and verifying standards for Internet mail.</Description>
  16. <Archive sha1sum="88033d7eed9be84be249ea805c1ad4aacf7724ef" type="targz">
  17. https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-DKIM-1.20220520.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>perl</Dependency>
  21. <Dependency>perl-Clone</Dependency>
  22. <Dependency>perl-Net-DNS</Dependency>
  23. <Dependency>perl-mailtools</Dependency>
  24. <Dependency>perl-YAML-LibYAML</Dependency>
  25. <Dependency>perl-Crypt-OpenSSL-RSA</Dependency>
  26. <Dependency>perl-Test-RequiresInternet</Dependency>
  27. <Dependency>perl-Net-DNS-Resolver-Mock</Dependency>
  28. <Dependency>perl-Mail-AuthenticationResults</Dependency>
  29. </BuildDependencies>
  30. </Source>
  31. <Package>
  32. <Name>perl-Mail-DKIM</Name>
  33. <RuntimeDependencies>
  34. <Dependency>perl-Net-DNS</Dependency>
  35. <Dependency>perl-mailtools</Dependency>
  36. <Dependency>perl-Crypt-OpenSSL-RSA</Dependency>
  37. <Dependency>perl-Mail-AuthenticationResults</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="library">/usr/lib/perl5</Path>
  41. <Path fileType="man">/usr/share/man/man3</Path>
  42. <Path fileType="data">/usr/share/perl5</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="4">
  47. <Date>2024-05-16</Date>
  48. <Version>1.20220520</Version>
  49. <Comment>Version bump.</Comment>
  50. <Name>fury</Name>
  51. <Email>uglyside@yandex.ru</Email>
  52. </Update>
  53. <Update release="3">
  54. <Date>2022-09-17</Date>
  55. <Version>1.20220520</Version>
  56. <Comment>Version bump.</Comment>
  57. <Name>fury</Name>
  58. <Email>uglyside@yandex.ru</Email>
  59. </Update>
  60. <Update release="2">
  61. <Date>2022-04-14</Date>
  62. <Version>1.20220408</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>fury</Name>
  65. <Email>uglyside@yandex.ru</Email>
  66. </Update>
  67. <Update release="1">
  68. <Date>2021-09-18</Date>
  69. <Version>1.20200907</Version>
  70. <Comment>First build</Comment>
  71. <Name>fury</Name>
  72. <Email>uglyside@yandex.ru</Email>
  73. </Update>
  74. </History>
  75. </PISI>