Ticket #4736: Portfile.diff

File Portfile.diff, 2.1 KB (added by sal@…, 19 years ago)

Portfile diff

Line 
16,7c6,7
2< revision      1
3< categories            devel
4---
5> revision      2
6> categories            devel lang
711,14c11,19
8<       PCCTS, the Purdue Compiler Construction Tool Set, is a set of \
9<               public-domain software tools designed to facilitate the construction \
10<               of compilers and other translation systems. Although originally \
11<               developed primarily for internal use within Purdue University.
12---
13>         The Purdue Compiler-Compiler Tool Set (PCCTS) is a set of public \
14>         domain software tools designed to facilitate the implementation of \
15>         compilers and other translation systems.  These tools currently \
16>         include antlr, dlg and support code.  In many ways, PCCTS is similar \
17>         to a highly integrated version of YACC and LEX\; where antlr (ANother \
18>         Tool for Language Recognition) corresponds to YACC and dlg (DFA-based \
19>         Lexical analyzer Generator) functions like LEX.  However, PCCTS has \
20>         many additional features which make it easier to use for a wider range \
21>         of translation problems.
2220c25
23< checksums             md5 fd70972b0a6aa2d3cf8b5c66d26d229d
24---
25> checksums             sha1 5b3417efd5f537434b568114bcda853b4975d851
2636a42,85
27>         xinstall -d ${destroot}${prefix}/include/${name}
28>         xinstall -m 644 -v -W ${worksrcpath}/h \
29>               AParser.cpp \
30>               AParser.h \
31>               ASTBase.cpp \
32>               ASTBase.h \
33>               ATokPtr.h \
34>               ATokPtrImpl.h \
35>               ATokenBuffer.cpp \
36>               AToken.h \
37>               ATokenBuffer.h \
38>               ATokenStream.h \
39>               BufFileInput.cpp \
40>               BufFileInput.h \
41>               DLG_stream_input.h \
42>               DLexer.h \
43>               DLexerBase.cpp \
44>               DLexerBase.h \
45>               PBlackBox.h \
46>               PCCTSAST.cpp \
47>               PCCTSAST.h \
48>               SList.h \
49>               antlr.h \
50>               ast.c \
51>               ast.h \
52>               charbuf.h \
53>               charptr.c \
54>               charptr.h \
55>               config.h \
56>               dlgdef.h \
57>               dlgauto.h \
58>               err.h \
59>               int.h \
60>               pccts_assert.h \
61>               pccts_iostream.h \
62>               pccts_istream.h \
63>               pccts_setjmp.h \
64>               pccts_stdarg.h \
65>               pccts_stdio.h \
66>               pccts_stdlib.h \
67>               pccts_string.h \
68>               pcctscfg.h \
69>               slist.cpp \
70>                 ${destroot}${prefix}/include/${name}