pspec.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>doxygen</Name>
  6. <Homepage>http://www.doxygen.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Documentation and analysis tool for C++, C, Java, IDL, PHP and C#</Summary>
  14. <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>
  15. <Archive sha1sum="a3c812346d2ebd7b2e79ed1fec3a6aa3aedd5f7b" type="targz">ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.13.src.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. </BuildDependencies>
  19. <!--
  20. Doxygen might use the following binaries at runtime:
  21. - /usr/bin/dot (from graphviz package)
  22. - /usr/bin/gs (from ghostscript package)
  23. - /usr/bin/dvips (from texlive-bin package)
  24. - /usr/bin/latex (from texlive-bin package)
  25. We do not write these as build dependencies since it doesn't
  26. check for their existance. This is good for bootstrapping ;)
  27. -->
  28. <!--Patches>
  29. <Patch level="1">fedora/doxygen-1.8.6-config.patch</Patch>
  30. <Patch level="1">fedora/doxygen-1.8.3-multilib.patch</Patch>
  31. <Patch level="1">fedora/doxygen-1.8.7-html_timestamp_default_false.patch</Patch>
  32. </Patches-->
  33. </Source>
  34. <Package>
  35. <Name>doxygen</Name>
  36. <RuntimeDependencies>
  37. <Dependency>libgcc</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="executable">/usr/bin/doxygen</Path>
  42. <Path fileType="man">/usr/share/man/man1/doxygen.1</Path>
  43. </Files>
  44. </Package>
  45. <!--<Package>
  46. <Name>doxywizard</Name>
  47. <RuntimeDependencies>
  48. <Dependency>qt</Dependency>
  49. </RuntimeDependencies>
  50. <Summary>A GUI for creating and editing doxygen configuration files</Summary>
  51. <Files>
  52. <Path fileType="data">/usr/share/pixmaps</Path>
  53. <Path fileType="data">/usr/share/applications</Path>
  54. <Path fileType="executable">/usr/bin/doxywizard</Path>
  55. <Path fileType="man">/usr/share/man/man1/doxywizard.1</Path>
  56. </Files>
  57. <AdditionalFiles>
  58. <AdditionalFile target="/usr/share/pixmaps/doxywizard.png" permission="0644">doxywizard.png</AdditionalFile>
  59. <AdditionalFile target="/usr/share/applications/doxywizard.desktop" permission="0644">doxywizard.desktop</AdditionalFile>
  60. </AdditionalFiles>
  61. </Package>-->
  62. <History>
  63. <Update release="3">
  64. <Date>2017-04-04</Date>
  65. <Version>1.8.13</Version>
  66. <Comment>Rebuild with new toolchain</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2016-06-09</Date>
  72. <Version>1.8.11</Version>
  73. <Comment>Release Bump</Comment>
  74. <Name>Pisi Linux Community</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2016-03-24</Date>
  79. <Version>1.8.11</Version>
  80. <Comment>First release</Comment>
  81. <Name>Ertuğrul Erata</Name>
  82. <Email>ertugrulerata@gmail.com</Email>
  83. </Update>
  84. </History>
  85. </PISI>