pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>yacc</Name>
  6. <Homepage>http://dinosaur.compilertools.net/#yacc</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Yacc: Yet Another Compiler-Compiler</Summary>
  14. <Description>Yacc provides a general tool for describing the input to a computer program. The Yacc user specifies the structures of his input, together with code to be invoked as each such structure is recognized. Yacc turns such a specification into a subroutine that handles the input process</Description>
  15. <Archive sha1sum="ebdf2d1a8d1a558f8c2fb7cc372435ca0f5c21df" type="targz">ftp://ftp.invisible-island.net/byacc/byacc-20200910.tgz</Archive>
  16. <Patches>
  17. <!-- <Patch>mkstemp.patch</Patch> -->
  18. <!-- <Patch level="1">skeleton.c.diff</Patch> -->
  19. <!-- <Patch level="1">yacc-1.9.1-ia64.patch</Patch> -->
  20. </Patches>
  21. </Source>
  22. <Package>
  23. <Name>yacc</Name>
  24. <Files>
  25. <Path fileType="executable">/usr/bin</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="6">
  32. <Date>2020-12-09</Date>
  33. <Version>2.0.20200910</Version>
  34. <Comment>Version bump.</Comment>
  35. <Name>Mustafa Cinasal</Name>
  36. <Email>muscnsl@gmail.com</Email>
  37. </Update>
  38. <Update release="5">
  39. <Date>2019-12-26</Date>
  40. <Version>1.9.1</Version>
  41. <Comment>Rebuild</Comment>
  42. <Name>Idris Kalp</Name>
  43. <Email>idriskalp@gmail.com</Email>
  44. </Update>
  45. <Update release="4">
  46. <Date>2018-07-15</Date>
  47. <Version>1.9.1</Version>
  48. <Comment>Rebuild</Comment>
  49. <Name>Ertuğrul Erata</Name>
  50. <Email>ertugrulerata@gmail.com</Email>
  51. </Update>
  52. <Update release="3">
  53. <Date>2017-01-26</Date>
  54. <Version>1.9.1</Version>
  55. <Comment>Rebuild.</Comment>
  56. <Name>PisiLinux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="2">
  60. <Date>2016-04-27</Date>
  61. <Version>1.9.1</Version>
  62. <Comment>Release Bump</Comment>
  63. <Name>PisiLinux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="1">
  67. <Date>2016-03-13</Date>
  68. <Version>1.9.1</Version>
  69. <Comment>First release</Comment>
  70. <Name>Ertuğrul Erata</Name>
  71. <Email>ertugrulerata@gmail.com</Email>
  72. </Update>
  73. </History>
  74. </PISI>