12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-Authen-SASL</Name>
- <Homepage>http://search.cpan.org/dist/Authen-SASL</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Artistic</License>
- <IsA>library</IsA>
- <Summary>A Perl SASL interface</Summary>
- <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>
- <Archive sha1sum="0f1e0c448deab4dad0f15466ba765def4012db93" type="targz">http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Authen-SASL-2.16.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-GSSAPI</Dependency>
- <Dependency>perl-Digest-HMAC</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-Authen-SASL</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-GSSAPI</Dependency>
- <Dependency>perl-Digest-HMAC</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc/perl-Authen-SASL</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-01-24</Date>
- <Version>2.16</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2.16</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>2.16</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|