123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>man-db</Name>
- <Homepage>http://www.nongnu.org/man-db/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2+</License>
- <License>GPLv3+</License>
- <IsA>app:console</IsA>
- <IsA>data:doc</IsA>
- <Summary>Application to read Linux man pages</Summary>
- <Description>Man package consists of programs which is used to read most of the documentation available in linux system. For example, you can write "man nameoftheprogram" into the konsole or "man:nameoftheprogram" into the konqueror to get a detailed usage information for many programs.</Description>
- <Archive sha1sum="eae4c1c76e6b7e843082c1be622a491af57cdedf" type="tarxz">http://download.savannah.gnu.org/releases/man-db/man-db-2.13.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>less</Dependency>
- <Dependency>gzip</Dependency>
- <Dependency>groff</Dependency>
- <Dependency>gdbm-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>gettext-devel</Dependency>
- <!--Dependency versionFrom="2.4.2">libseccomp-devel</Dependency-->
- <Dependency versionFrom="1.5.8">libpipeline-devel</Dependency>
- </BuildDependencies>
- <Patches>
- </Patches>
- </Source>
- <Package>
- <Name>man-db</Name>
- <RuntimeDependencies>
- <Dependency>gdbm</Dependency>
- <Dependency>zlib</Dependency>
- <!--Dependency versionFrom="2.4.2">libseccomp</Dependency-->
- <Dependency versionFrom="1.5.1">libpipeline</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="executable">/usr/libexec</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/var/cache</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile target="/etc/conf.d/mandb" owner="root" group="root" permission="0644">mandb.conf</AdditionalFile>
- <AdditionalFile target="/etc/cron.daily/mandb.cron" owner="root" group="root" permission="0755">mandb.cron.daily</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <History>
- <Update release="9">
- <Date>2024-08-30</Date>
- <Version>2.13.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="8">
- <Date>2020-12-09</Date>
- <Version>2.9.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2020-05-12</Date>
- <Version>2.8.6.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2019-12-25</Date>
- <Version>2.8.6.1</Version>
- <Comment>Version bump</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-11-29</Date>
- <Version>2.8.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-07-15</Date>
- <Version>2.8.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-05-01</Date>
- <Version>2.8.1</Version>
- <Comment>Version bump</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-24</Date>
- <Version>2.7.6.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>2.7.5</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-09</Date>
- <Version>2.7.5</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|