1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>db</Name>
- <Homepage>http://www.oracle.com/technology/products/berkeley-db/db/index.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>DB</License>
- <IsA>app:console</IsA>
- <Summary>Oracle Berkeley DB</Summary>
- <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>
- <Archive sha1sum="646c57b99799dc300207976e2270cdaca1a2f198" type="targz">http://download.oracle.com/berkeley-db/db-6.2.23.tar.gz</Archive>
- </Source>
- <Package>
- <Name>db</Name>
- <Replaces>
- <Package>db5</Package>
- </Replaces>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/sbin</Path>
- </Files>
- </Package>
- <Package>
- <Name>db-devel</Name>
- <Replaces>
- <Package>db5-devel</Package>
- </Replaces>
- <Summary>Development files for db</Summary>
- <RuntimeDependencies>
- <Dependency release="current">db</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <Package>
- <Name>db-docs</Name>
- <PartOf>system.doc</PartOf>
- <Replaces>
- <Package>db5-docs</Package>
- </Replaces>
- <Summary>Documentation for db</Summary>
- <RuntimeDependencies>
- <Dependency release="current">db</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-01-21</Date>
- <Version>6.2.23</Version>
- <Comment>Version Bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>6.1.26</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-02</Date>
- <Version>6.1.26</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|