1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>yacc</Name>
- <Homepage>http://dinosaur.compilertools.net/#yacc</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>as-is</License>
- <IsA>app:console</IsA>
- <Summary>Yacc: Yet Another Compiler-Compiler</Summary>
- <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>
- <Archive sha1sum="ebdf2d1a8d1a558f8c2fb7cc372435ca0f5c21df" type="targz">ftp://ftp.invisible-island.net/byacc/byacc-20200910.tgz</Archive>
- <Patches>
- <!-- <Patch>mkstemp.patch</Patch> -->
- <!-- <Patch level="1">skeleton.c.diff</Patch> -->
- <!-- <Patch level="1">yacc-1.9.1-ia64.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>yacc</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2020-12-09</Date>
- <Version>2.0.20200910</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2019-12-26</Date>
- <Version>1.9.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-15</Date>
- <Version>1.9.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-26</Date>
- <Version>1.9.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>1.9.1</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-13</Date>
- <Version>1.9.1</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|