CONTENTS: include gmake man2 objc p2c pmake flex byacc byacc: Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc byacc: has been made as compatible as possible with AT&T Yacc. Berkeley byacc: Yacc can accept any input specification that conforms to the AT&T byacc: Yacc documentation. Specifications that take advantage of byacc: undocumented features of AT&T Yacc will probably be rejected. byacc: byacc: If you skip this package and install GNU bison, a /usr/bin/yacc byacc: shell script will be created which will allow you to use bison byacc: instead. (It contains 'bison -y $*') flex: flex - fast lexical analyzer generator version 2.3.8 flex: flex is a tool for generating scanners: programs which flex: recognize lexical patterns in text. include: Standard include files needed to compile C programs. (v. 4.4.4) gmake: GNU Make version 3.69. Automates program compilation. gmake: Makes porting software considerably easier :^) man2: Man pages for Linux system calls. (from manpages-1.0) objc: GNU compiler for the Objective-C language. (v. 2.4.5) objc: Compiled with 486 optimizations, but works fine on 386. p2c: A Pascal to C translator. (v. 1.19) pmake: BSD 4.4 make. This may be required if you're going to port pmake: software with Makefiles designed for BSD. The binary is pmake: installed as /usr/bin/pmake. Man pages are included.