pspec.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Net-SMTP-SSL</Name>
  6. <Homepage>https://metacpan.org/pod/Net::SMTP::SSL</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <PartOf>programming.language.perl</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>SSL Support for Net::SMTP</Summary>
  15. <Description>perl-NET-SMTP-SSL implements the same API as Net::SMTP but uses IO::Socket::SSL for its network operations.</Description>
  16. <Archive sha1sum="2c84497109b0f92a8e3532f966421cc5a92c018b" type="targz">http://www.cpan.org/authors/id/R/RJ/RJBS/Net-SMTP-SSL-1.04.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. <Dependency>perl-IO-Socket-SSL</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>perl-Net-SMTP-SSL</Name>
  24. <Summary>SSL Support for Net::SMTP</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. <Dependency>perl-IO-Socket-SSL</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="data">/usr/share/perl</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="data">/usr/share/perl5</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="6">
  39. <Date>2024-05-16</Date>
  40. <Version>1.04</Version>
  41. <Comment>Rebuild for new toolchain</Comment>
  42. <Name>Blue Devil</Name>
  43. <Email>bluedevil@sctzine.com</Email>
  44. </Update>
  45. <Update release="5">
  46. <Date>2020-01-13</Date>
  47. <Version>1.04</Version>
  48. <Comment>Rebuild for new toolchain</Comment>
  49. <Name>Blue Devil</Name>
  50. <Email>bluedevil@sctzine.com</Email>
  51. </Update>
  52. <Update release="4">
  53. <Date>2018-09-08</Date>
  54. <Version>1.04</Version>
  55. <Comment>Rebuild</Comment>
  56. <Name>Pisi Linux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="3">
  60. <Date>2017-01-24</Date>
  61. <Version>1.04</Version>
  62. <Comment>Version Bump</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="2">
  67. <Date>2016-06-09</Date>
  68. <Version>1.03</Version>
  69. <Comment>Release Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="1">
  74. <Date>2016-03-14</Date>
  75. <Version>1.03</Version>
  76. <Comment>First release</Comment>
  77. <Name>Kamil Atlı</Name>
  78. <Email>suvari@pisilinux.org</Email>
  79. </Update>
  80. </History>
  81. </PISI>