123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>procps</Name>
- <Homepage>http://gitorious.org/procps</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Standard informational utilities and process-handling tools</Summary>
- <Description>procps is the package that has a bunch of small useful utilities that give information about processes using the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, free, slabtop, and skill.</Description>
- <Archive sha1sum="a36b8ab95950addb4b34251fcf23195c45a63eda" type="tarxz">http://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-4.0.5.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>ncurses-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">fedora/covscan-findings.patch</Patch> -->
- <!-- <Patch level="1">fedora/free-si-fix.patch</Patch> -->
- <!-- <Patch level="1">fedora/pwait-to-pidwait.patch</Patch> -->
- <!-- <Patch level="1">fedora/sysctl-hyphen-param.patch</Patch> -->
- <!-- <Patch level="1">fedora/sysctl-print-dotted-keys-again.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>procps</Name>
- <RuntimeDependencies>
- <Dependency>ncurses</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/bin</Path>
- <Path fileType="executable">/sbin</Path>
- <Path fileType="library">/lib</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="locale">/usr/share/locale</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="9">
- <Date>2024-12-21</Date>
- <Version>4.0.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="8">
- <Date>2022-12-07</Date>
- <Version>3.3.17</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2020-12-09</Date>
- <Version>3.3.16</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2019-12-27</Date>
- <Version>3.3.15</Version>
- <Comment>Rebuild</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-11-28</Date>
- <Version>3.3.15</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-15</Date>
- <Version>3.3.12</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-09-20</Date>
- <Version>3.3.12</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>3.3.11</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-09</Date>
- <Version>3.3.11</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|