Files
main/office/misc/doxygen/pspec.xml
T
2018-07-29 16:29:54 +03:00

105 lines
4.1 KiB
XML

<?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="8f999c95d1e42d725b7cd55bef0ed2a841eb0b34" type="targz">ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.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="5">
<Date>2018-07-29</Date>
<Version>1.8.14</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-02-11</Date>
<Version>1.8.14</Version>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<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>