123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-Net-SMTP-SSL</Name>
- <Homepage>https://metacpan.org/pod/Net::SMTP::SSL</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Artistic</License>
- <PartOf>programming.language.perl</PartOf>
- <IsA>library</IsA>
- <Summary>SSL Support for Net::SMTP</Summary>
- <Description>perl-NET-SMTP-SSL implements the same API as Net::SMTP but uses IO::Socket::SSL for its network operations.</Description>
- <Archive sha1sum="2c84497109b0f92a8e3532f966421cc5a92c018b" type="targz">http://www.cpan.org/authors/id/R/RJ/RJBS/Net-SMTP-SSL-1.04.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-IO-Socket-SSL</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-Net-SMTP-SSL</Name>
- <Summary>SSL Support for Net::SMTP</Summary>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-IO-Socket-SSL</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/perl</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/perl5</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2024-05-16</Date>
- <Version>1.04</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-01-13</Date>
- <Version>1.04</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-09-08</Date>
- <Version>1.04</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-24</Date>
- <Version>1.04</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.03</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-14</Date>
- <Version>1.03</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|