pspec.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gperf</Name>
  6. <Homepage>http://www.gnu.org/software/gperf/gperf.html</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>A perfect hash function generator</Summary>
  14. <Description>gperf is a perfect hash function generator. For a given list of strings, it produces a hash function and hash table, in form of C or C++ code, for looking up a value depending on the input string. The hash function is perfect, which means that the hash table has no collisions, and the hash table lookup needs a single string comparison only.</Description>
  15. <Archive sha1sum="e3c0618c2d2e5586eda9498c867d5e4858a3b0e2" type="targz">mirrors://gnu/gperf/gperf-3.1.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>gperf</Name>
  19. <RuntimeDependencies>
  20. <Dependency>libgcc</Dependency>
  21. </RuntimeDependencies>
  22. <Files>
  23. <Path fileType="executable">/usr/bin</Path>
  24. <Path fileType="doc">/usr/share/doc</Path>
  25. <Path fileType="info">/usr/share/info</Path>
  26. <Path fileType="man">/usr/share/man</Path>
  27. </Files>
  28. </Package>
  29. <History>
  30. <Update release="3">
  31. <Date>2017-01-29</Date>
  32. <Version>3.1</Version>
  33. <Comment>Version bump.</Comment>
  34. <Name>Ertuğrul Erata</Name>
  35. <Email>ertugrulerata@gmail.com</Email>
  36. </Update>
  37. <Update release="2">
  38. <Date>2016-04-27</Date>
  39. <Version>3.0.4</Version>
  40. <Comment>Release Bump</Comment>
  41. <Name>PisiLinux Community</Name>
  42. <Email>admin@pisilinux.org</Email>
  43. </Update>
  44. <Update release="1">
  45. <Date>2016-03-05</Date>
  46. <Version>3.0.4</Version>
  47. <Comment>First release</Comment>
  48. <Name>Alihan Öztürk</Name>
  49. <Email>alihan@pisilinux.org</Email>
  50. </Update>
  51. </History>
  52. </PISI>