pspec.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>db</Name>
  6. <Homepage>http://www.oracle.com/technology/products/berkeley-db/db/index.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>DB</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Oracle Berkeley DB</Summary>
  14. <Description>The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. The Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length record access methods, transactions, locking, logging, shared memory caching, and database recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is used by many applications, including Python and Perl, so this should be installed on all systems.</Description>
  15. <Archive sha1sum="7e45e147c34d1376a4cc18eaf89165345e5640b2" type="targz">https://sourceforge.net/projects/pisilinux/files/source/db-6.2.38.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>db</Name>
  19. <Replaces>
  20. <Package>db5</Package>
  21. </Replaces>
  22. <RuntimeDependencies>
  23. <Dependency>libgcc</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="executable">/usr/sbin</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>db-devel</Name>
  33. <Replaces>
  34. <Package>db5-devel</Package>
  35. </Replaces>
  36. <Summary>Development files for db</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">db</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>db-docs</Name>
  46. <PartOf>system.doc</PartOf>
  47. <Replaces>
  48. <Package>db5-docs</Package>
  49. </Replaces>
  50. <Summary>Documentation for db</Summary>
  51. <RuntimeDependencies>
  52. <Dependency release="current">db</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="doc">/usr/share/doc</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="6">
  60. <Date>2020-12-09</Date>
  61. <Version>6.2.38</Version>
  62. <Comment>Rebuild.</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="5">
  67. <Date>2019-12-23</Date>
  68. <Version>6.2.38</Version>
  69. <Comment>Version bump</Comment>
  70. <Name>idris Kalp</Name>
  71. <Email>idriskalp@gmail.com</Email>
  72. </Update>
  73. <Update release="4">
  74. <Date>2018-07-15</Date>
  75. <Version>6.2.23</Version>
  76. <Comment>Rebuild</Comment>
  77. <Name>Ertuğrul Erata</Name>
  78. <Email>ertugrulerata@gmail.com</Email>
  79. </Update>
  80. <Update release="3">
  81. <Date>2017-01-21</Date>
  82. <Version>6.2.23</Version>
  83. <Comment>Version Bump</Comment>
  84. <Name>Ayhan Yalçınsoy</Name>
  85. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  86. </Update>
  87. <Update release="2">
  88. <Date>2016-04-27</Date>
  89. <Version>6.1.26</Version>
  90. <Comment>Release Bump</Comment>
  91. <Name>PisiLinux Community</Name>
  92. <Email>admin@pisilinux.org</Email>
  93. </Update>
  94. <Update release="1">
  95. <Date>2016-03-02</Date>
  96. <Version>6.1.26</Version>
  97. <Comment>First release</Comment>
  98. <Name>Ertuğrul Erata</Name>
  99. <Email>ertugrulerata@gmail.com</Email>
  100. </Update>
  101. </History>
  102. </PISI>