the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: byacc
Version: 20120115
Revision: 1
Description: Berkeley YACC
DescDetail: <<
Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been
made as compatible as possible with AT&T Yacc. Berkeley Yacc can
accept any input specification that conforms to the AT&T Yacc
documentation. Specifications that take advantage of undocumented
features of AT&T Yacc will probably be rejected.
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant
available. In contrast to bison, it is written to avoid dependencies
upon a particular compiler.
byacc provides some extensions for compatibility with bison and
other implementations of yacc.
<<
DescPackaging: <<
Rename program from 'yacc' to 'byacc' to avoid conflicting with bison.
Debian does the same thing.
<<
License: Public Domain
Homepage: http://invisible-island.net/byacc/
Maintainer: Daniel Johnson
Source: ftp://invisible-island.net/byacc/byacc-%v.tgz
Source-MD5: 3061c62c47ec0f43255afd8fc3f7e3ab
ConfigureParams: --mandir='${prefix}/share/man' --program-prefix='b' --disable-echo
InfoTest: TestScript: make check || exit 2
InstallScript: make install DESTDIR=%d
DocFiles: ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NO_WARRANTY NOTES README VERSION