1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-DBI</Name>
- <Homepage>https://dbi.perl.org/</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <License>GPL</License>
- <PartOf>programming.language.perl</PartOf>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>Database independent interface for Perl</Summary>
- <Description>The DBI is the standard database interface module for Perl. It defines a set of methods, variables and conventions that provide a consistent database interface independent of the actual database being used.</Description>
- <Archive sha1sum="fdbe7a86873eed196be5f9753aabed5c1e22f2cb" type="targz">https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-1.643.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-DBI</Name>
- <Summary>Database independent interface for Perl</Summary>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2024-05-16</Date>
- <Version>1.643</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="3">
- <Date>2020-02-05</Date>
- <Version>1.643</Version>
- <Comment>Version bump</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="2">
- <Date>2020-01-08</Date>
- <Version>1.642</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="1">
- <Date>2016-04-22</Date>
- <Version>1.634</Version>
- <Comment>First release, built with docker.</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|