pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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-DBI</Name>
  6. <Homepage>https://dbi.perl.org/</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <PartOf>programming.language.perl</PartOf>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <Summary>Database independent interface for Perl</Summary>
  16. <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>
  17. <Archive sha1sum="fdbe7a86873eed196be5f9753aabed5c1e22f2cb" type="targz">https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-1.643.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>perl-DBI</Name>
  24. <Summary>Database independent interface for Perl</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="4">
  37. <Date>2024-05-16</Date>
  38. <Version>1.643</Version>
  39. <Comment>Version bump.</Comment>
  40. <Name>Blue Devil</Name>
  41. <Email>bluedevil@sctzine.com</Email>
  42. </Update>
  43. <Update release="3">
  44. <Date>2020-02-05</Date>
  45. <Version>1.643</Version>
  46. <Comment>Version bump</Comment>
  47. <Name>Blue Devil</Name>
  48. <Email>bluedevil@sctzine.com</Email>
  49. </Update>
  50. <Update release="2">
  51. <Date>2020-01-08</Date>
  52. <Version>1.642</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>Blue Devil</Name>
  55. <Email>bluedevil@sctzine.com</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2016-04-22</Date>
  59. <Version>1.634</Version>
  60. <Comment>First release, built with docker.</Comment>
  61. <Name>İbrahim KARAGÜZEL</Name>
  62. <Email>karaguzelibrahim@gmail.com</Email>
  63. </Update>
  64. </History>
  65. </PISI>