diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-18 15:00:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-18 15:00:36 +0000 |
commit | d6308e1f1e3c65cca0abab2fe78e35b1948525a6 (patch) | |
tree | 88a36a613409385784ccf01c1ed628376951baa8 /devel/pccts/pkg | |
parent | 7300f22d215328a084339ac1bf57ab06fd00894e (diff) | |
download | pkgsrc-d6308e1f1e3c65cca0abab2fe78e35b1948525a6.tar.gz |
Initial import of the Purdue Compiler-Compiler Tool Set, needed by
cdrdao.
Package provided by David Maxwell <david@fundy.ca> in private mail.
Diffstat (limited to 'devel/pccts/pkg')
-rw-r--r-- | devel/pccts/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/pccts/pkg/DESCR | 3 | ||||
-rw-r--r-- | devel/pccts/pkg/PLIST | 55 |
3 files changed, 59 insertions, 0 deletions
diff --git a/devel/pccts/pkg/COMMENT b/devel/pccts/pkg/COMMENT new file mode 100644 index 00000000000..a7b22d63d15 --- /dev/null +++ b/devel/pccts/pkg/COMMENT @@ -0,0 +1 @@ +Purdue Compiler Construction Tool Set diff --git a/devel/pccts/pkg/DESCR b/devel/pccts/pkg/DESCR new file mode 100644 index 00000000000..7762d0d6b3c --- /dev/null +++ b/devel/pccts/pkg/DESCR @@ -0,0 +1,3 @@ +PCCTS is the Purdue Compiler-Compiler Tool Set. +Recursive descent parser generator supporting LL(k>=1) grammars and arbitrary +lookahead with backtracking. diff --git a/devel/pccts/pkg/PLIST b/devel/pccts/pkg/PLIST new file mode 100644 index 00000000000..25bdb8e4c39 --- /dev/null +++ b/devel/pccts/pkg/PLIST @@ -0,0 +1,55 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/18 15:00:36 wiz Exp $ +bin/antlr +bin/dlg +bin/genmk +bin/sor +share/doc/pccts/CHANGES_FROM_131.txt +share/doc/pccts/CHANGES_FROM_133.txt +share/doc/pccts/CHANGES_FROM_133_BEFORE_MR13.txt +share/doc/pccts/KNOWN_PROBLEMS.txt +share/doc/pccts/RIGHTS +share/doc/pccts/history.txt +include/pccts/AParser.h +include/pccts/ASTBase.h +include/pccts/ATokPtr.h +include/pccts/AToken.h +include/pccts/ATokenBuffer.h +include/pccts/ATokenStream.h +include/pccts/AToken_traditional.h +include/pccts/BufFileInput.h +include/pccts/DLG_stream_input.h +include/pccts/DLexerBase.h +include/pccts/PBlackBox.h +include/pccts/PCCTSAST.h +include/pccts/SList.h +include/pccts/antlr.h +include/pccts/ast.h +include/pccts/charbuf.h +include/pccts/charptr.h +include/pccts/config.h +include/pccts/dlgauto.h +include/pccts/dlgdef.h +include/pccts/err.h +include/pccts/int.h +include/pccts/pccts_assert.h +include/pccts/pccts_iostream.h +include/pccts/pccts_istream.h +include/pccts/pccts_setjmp.h +include/pccts/pccts_stdarg.h +include/pccts/pccts_stdio.h +include/pccts/pccts_stdlib.h +include/pccts/pccts_string.h +include/pccts/pcctscfg.h +include/pccts/AParser.cpp +include/pccts/ASTBase.cpp +include/pccts/ATokPtr.cpp +include/pccts/ATokenBuffer.cpp +include/pccts/BufFileInput.cpp +include/pccts/DLexer.cpp +include/pccts/DLexerBase.cpp +include/pccts/PCCTSAST.cpp +include/pccts/ast.c +include/pccts/charptr.c +include/pccts/slist.cpp +@dirrm share/doc/pccts +@dirrm include/pccts |