123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>groff</Name>
- <Homepage>http://www.gnu.org/software/groff/groff.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3+</License>
- <License>BSD</License>
- <License>MIT</License>
- <IsA>app:console</IsA>
- <Summary>A document formatting system</Summary>
- <Description>groff is a document formatting system. Groff takes standard text and formatting commands as input and produces formatted output.</Description>
- <Archive sha1sum="2ce4ab107e3fab1414fef2c5b5312f562a4e4d35" type="targz">http://ftp.gnu.org/gnu/groff/groff-1.22.4.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>texinfo</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch>groff-1.19.2-man-unicode-dashes.patch</Patch>
- <!-- <Patch level="1">groff-1.22.3-parallel-mom.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>groff</Name>
- <RuntimeDependencies>
- <Dependency>texinfo</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/groff</Path>
- </Files>
- </Package>
- <Package>
- <Name>groff-doc</Name>
- <PartOf>system.doc</PartOf>
- <RuntimeDependencies>
- <Dependency>groff</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="info">/usr/share/info</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-12-09</Date>
- <Version>1.22.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2019-12-25</Date>
- <Version>1.22.4</Version>
- <Comment>Version bump</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-15</Date>
- <Version>1.22.3</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-24</Date>
- <Version>1.22.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>1.22.3</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-08</Date>
- <Version>1.22.3</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|