12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>doxygen</Name>
- <Homepage>http://www.doxygen.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Documentation and analysis tool for C++, C, Java, IDL, PHP and C#</Summary>
- <Description>Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D.</Description>
- <Archive sha1sum="a3c812346d2ebd7b2e79ed1fec3a6aa3aedd5f7b" type="targz">ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.13.src.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- </BuildDependencies>
- <!--
- Doxygen might use the following binaries at runtime:
- - /usr/bin/dot (from graphviz package)
- - /usr/bin/gs (from ghostscript package)
- - /usr/bin/dvips (from texlive-bin package)
- - /usr/bin/latex (from texlive-bin package)
- We do not write these as build dependencies since it doesn't
- check for their existance. This is good for bootstrapping ;)
- -->
- <!--Patches>
- <Patch level="1">fedora/doxygen-1.8.6-config.patch</Patch>
- <Patch level="1">fedora/doxygen-1.8.3-multilib.patch</Patch>
- <Patch level="1">fedora/doxygen-1.8.7-html_timestamp_default_false.patch</Patch>
- </Patches-->
- </Source>
- <Package>
- <Name>doxygen</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin/doxygen</Path>
- <Path fileType="man">/usr/share/man/man1/doxygen.1</Path>
- </Files>
- </Package>
- <!--<Package>
- <Name>doxywizard</Name>
- <RuntimeDependencies>
- <Dependency>qt</Dependency>
- </RuntimeDependencies>
- <Summary>A GUI for creating and editing doxygen configuration files</Summary>
- <Files>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="executable">/usr/bin/doxywizard</Path>
- <Path fileType="man">/usr/share/man/man1/doxywizard.1</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile target="/usr/share/pixmaps/doxywizard.png" permission="0644">doxywizard.png</AdditionalFile>
- <AdditionalFile target="/usr/share/applications/doxywizard.desktop" permission="0644">doxywizard.desktop</AdditionalFile>
- </AdditionalFiles>
- </Package>-->
- <History>
- <Update release="3">
- <Date>2017-04-04</Date>
- <Version>1.8.13</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.8.11</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-24</Date>
- <Version>1.8.11</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|