Index: head/devel/pccts/Makefile =================================================================== --- head/devel/pccts/Makefile (revision 20064) +++ head/devel/pccts/Makefile (revision 20065) @@ -1,50 +1,57 @@ # New ports collection makefile for: pccts -# Version required: 1.33 +# Version required: 1.33.19 # Date created: 22 June 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/11/21 20:04:34 steve Exp $ +# $Id: Makefile,v 1.3 1999/04/20 02:05:24 mharo Exp $ # -DISTNAME= pccts -PKGNAME= pccts-1.33 +DISTNAME= pccts133mr +PKGNAME= pccts-1.33.19 CATEGORIES= devel -MASTER_SITES= http://www.antlr.org/1.33/ +MASTER_SITES= http://www.polhode.com/ MAINTAINER= andy@icc.surw.chel.su -MAKEFILE= makefile +USE_ZIP= yes +WRKSRC= ${WRKDIR}/pccts ALL_TARGET= +MAKEFILE= makefile + MAN1= antlr.1 dlg.1 pccts.1 do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/antlr ${PREFIX}/bin/antlr - @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/dlg ${PREFIX}/bin/dlg + @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/antlr ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/dlg ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/genmk ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/sor ${PREFIX}/bin .for file in pccts antlr/antlr dlg/dlg @ ${INSTALL_MAN} ${WRKSRC}/${file}.1 ${PREFIX}/man/man1 .endfor @ ${MKDIR} ${PREFIX}/include/pccts .for file in ast charptr @ ${INSTALL_DATA} ${WRKSRC}/h/${file}.c ${PREFIX}/include/pccts/${file}.c .endfor .for file in AParser ASTBase ATokPtr ATokenBuffer DLexer DLexerBase PCCTSAST SList @ ${INSTALL_DATA} ${WRKSRC}/h/${file}.cpp ${PREFIX}/include/pccts/${file}.cpp .endfor -.for file in AParser ASTBase ATokPtr AToken ATokenBuffer ATokenStream DLexerBase PBlackBox PCCTSAST SList antlr ast charbuf charptr config dlgauto dlgdef err int +.for file in AParser ASTBase ATokPtr AToken ATokenBuffer ATokenStream DLexerBase PBlackBox PCCTSAST SList antlr ast charbuf charptr config dlgauto dlgdef err int pcctscfg pccts_assert pccts_setjmp pccts_stdarg pccts_stdio pccts_stdlib pccts_string pccts_iostream pccts_istream @ ${INSTALL_DATA} ${WRKSRC}/h/${file}.h ${PREFIX}/include/pccts/${file}.h .endfor @ ${MKDIR} ${PREFIX}/share/examples/pccts .for dir in 1 2 3 4 5 6 7 8 9 10 11 12 13 @ ${MKDIR} ${PREFIX}/share/examples/pccts/${dir} .endfor .for file in makefile 1/makefile 1/test.g 2/MyLexer.cpp 2/MyLexer.h 2/makefile 2/test.g 3/MyLexer.cpp 3/MyLexer.h 3/makefile 3/mytokens.h 3/test.g 4/makefile 4/mytokens.h 4/test.g 5/input.h 5/makefile 5/test.g 6/file1 6/file2 6/main.cpp 6/makefile 6/makefile2 6/test.g 6/test2.g 7/makefile 7/test.g 8/main.cpp 8/makefile 8/test.g 9/makefile 9/test.g 10/makefile 10/test.g 11/input.h 11/makefile 11/test.g 12/makefile 12/test.g 13/makefile 13/test.g @ ${INSTALL_DATA} ${WRKSRC}/testcpp/${file} ${PREFIX}/share/examples/pccts/${file} .endfor + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/pccts -.for file in BOOK README RIGHTS SERVICES history.ps history.txt +.for file in CHANGES_FROM_131.txt CHANGES_FROM_133.txt CHANGES_FROM_133_BEFORE_MR13.txt KNOWN_PROBLEMS.txt README RIGHTS SERVICES history.ps history.txt old_README @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/pccts/${file} .endfor .endif .include Property changes on: head/devel/pccts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/pccts/distinfo =================================================================== --- head/devel/pccts/distinfo (revision 20064) +++ head/devel/pccts/distinfo (revision 20065) @@ -1 +1 @@ -MD5 (pccts.tar.gz) = 1931d1c30805f5919cac2a400e66b474 +MD5 (pccts133mr.zip) = fc84eaf174097172a5cbeeb25185e9fc Property changes on: head/devel/pccts/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/pccts/files/patch-ac =================================================================== --- head/devel/pccts/files/patch-ac (revision 20064) +++ head/devel/pccts/files/patch-ac (revision 20065) @@ -1,19 +1,11 @@ -*** testcpp/makefile Tue Oct 3 23:48:53 1995 ---- /home/andy/tmp/wrk/testcpp/makefile Tue Jun 24 05:44:59 1997 -*************** -*** 5,11 **** - # - # For SGI machines, we recommend using "-woff 3262" in your CFLAGS - # -! #CCC = g++ - make: - -(cd 1; make CCC=$(CCC)) - -(cd 2; make CCC=$(CCC)) ---- 5,11 ---- - # - # For SGI machines, we recommend using "-woff 3262" in your CFLAGS - # -! CCC = g++ - make: - -(cd 1; make CCC=$(CCC)) - -(cd 2; make CCC=$(CCC)) +--- testcpp/makefile Mon Jun 29 21:00:42 1998 ++++ /home/andy/tmp/wrk/testcpp/makefile Sun Jul 4 15:15:19 1999 +@@ -6,7 +6,7 @@ + # For SGI machines, we recommend using "-woff 3262" in your CFLAGS + # + #CCC = g++ +-CCC = CC ++CCC = ${CXX} + make: + -(cd 1; make CCC=$(CCC)) + -(cd 2; make CCC=$(CCC)) Property changes on: head/devel/pccts/files/patch-ac ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-ad =================================================================== --- head/devel/pccts/files/patch-ad (revision 20064) +++ head/devel/pccts/files/patch-ad (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/1/makefile Sat Sep 23 22:33:26 1995 ---- /home/andy/tmp/wrk/testcpp/1/makefile Tue Jun 24 05:49:51 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/1/makefile Wed Mar 25 19:56:40 1998 ++++ /home/andy/tmp/wrk/testcpp/1/makefile Sun Jul 4 15:34:32 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-ad ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-ae =================================================================== --- head/devel/pccts/files/patch-ae (revision 20064) +++ head/devel/pccts/files/patch-ae (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/2/makefile Sat Sep 23 22:53:10 1995 ---- /home/andy/tmp/wrk/testcpp/2/makefile Tue Jun 24 05:50:47 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/2/makefile Wed Mar 25 20:09:12 1998 ++++ /home/andy/tmp/wrk/testcpp/2/makefile Sun Jul 4 15:38:56 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-ae ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-af =================================================================== --- head/devel/pccts/files/patch-af (revision 20064) +++ head/devel/pccts/files/patch-af (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/3/makefile Sat Sep 23 22:54:45 1995 ---- /home/andy/tmp/wrk/testcpp/3/makefile Tue Jun 24 05:51:21 1997 -*************** -*** 17,24 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 17,24 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/3/makefile Wed Mar 25 20:10:26 1998 ++++ /home/andy/tmp/wrk/testcpp/3/makefile Sun Jul 4 15:39:17 1999 +@@ -17,8 +17,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-af ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-ag =================================================================== --- head/devel/pccts/files/patch-ag (revision 20064) +++ head/devel/pccts/files/patch-ag (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/4/makefile Tue Oct 3 18:52:25 1995 ---- /home/andy/tmp/wrk/testcpp/4/makefile Tue Jun 24 05:51:58 1997 -*************** -*** 17,24 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 17,24 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/4/makefile Wed Mar 25 20:15:48 1998 ++++ /home/andy/tmp/wrk/testcpp/4/makefile Sun Jul 4 15:39:35 1999 +@@ -17,8 +17,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-ag ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-ah =================================================================== --- head/devel/pccts/files/patch-ah (revision 20064) +++ head/devel/pccts/files/patch-ah (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/5/makefile Sat Sep 23 22:59:24 1995 ---- /home/andy/tmp/wrk/testcpp/5/makefile Tue Jun 24 05:52:25 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = Lexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = Lexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/5/makefile Wed Mar 25 20:19:18 1998 ++++ /home/andy/tmp/wrk/testcpp/5/makefile Sun Jul 4 15:48:28 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = Lexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-ah ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-ai =================================================================== --- head/devel/pccts/files/patch-ai (revision 20064) +++ head/devel/pccts/files/patch-ai (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/6/makefile Tue Oct 3 23:31:24 1995 ---- /home/andy/tmp/wrk/testcpp/6/makefile Tue Jun 24 05:53:19 1997 -*************** -*** 14,21 **** - ERR = A/err - HDR_FILE = - SCAN = A/ALexer -! PCCTS = ../.. -! A_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - A = $(BIN)/antlr - D = $(BIN)/dlg ---- 14,21 ---- - ERR = A/err - HDR_FILE = - SCAN = A/ALexer -! PCCTS = /usr/local -! A_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - A = $(BIN)/antlr - D = $(BIN)/dlg +--- testcpp/6/makefile Wed Mar 25 20:55:56 1998 ++++ /home/andy/tmp/wrk/testcpp/6/makefile Sun Jul 4 15:50:39 1999 +@@ -14,8 +14,8 @@ + ERR = A/err + HDR_FILE = + SCAN = A/ALexer +-PCCTS = ../.. +-A_H = $(PCCTS)/h ++PCCTS = /usr/local ++A_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + A = $(BIN)/antlr + D = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-ai ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-aj =================================================================== --- head/devel/pccts/files/patch-aj (revision 20064) +++ head/devel/pccts/files/patch-aj (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/6/makefile2 Tue Oct 3 23:40:01 1995 ---- /home/andy/tmp/wrk/testcpp/6/makefile2 Tue Jun 24 12:53:56 1997 -*************** -*** 14,21 **** - ERR = B/err - HDR_FILE = - SCAN = B/BLexer -! PCCTS = ../.. -! A_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - A = $(BIN)/antlr - D = $(BIN)/dlg ---- 14,21 ---- - ERR = B/err - HDR_FILE = - SCAN = B/BLexer -! PCCTS = /usr/local -! A_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - A = $(BIN)/antlr - D = $(BIN)/dlg +--- testcpp/6/makefile2 Wed Oct 4 02:40:02 1995 ++++ /home/andy/tmp/wrk/testcpp/6/makefile2 Sun Jul 4 16:01:45 1999 +@@ -14,8 +14,8 @@ + ERR = B/err + HDR_FILE = + SCAN = B/BLexer +-PCCTS = ../.. +-A_H = $(PCCTS)/h ++PCCTS = /usr/local ++A_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + A = $(BIN)/antlr + D = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-aj ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-ak =================================================================== --- head/devel/pccts/files/patch-ak (revision 20064) +++ head/devel/pccts/files/patch-ak (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/7/makefile Sat Sep 23 23:11:34 1995 ---- /home/andy/tmp/wrk/testcpp/7/makefile Tue Jun 24 05:54:51 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/7/makefile Wed Mar 25 20:22:24 1998 ++++ /home/andy/tmp/wrk/testcpp/7/makefile Sun Jul 4 15:50:57 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-ak ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-al =================================================================== --- head/devel/pccts/files/patch-al (revision 20064) +++ head/devel/pccts/files/patch-al (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/8/makefile Sat Sep 23 23:50:56 1995 ---- /home/andy/tmp/wrk/testcpp/8/makefile Tue Jun 24 05:55:23 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/8/makefile Wed Mar 25 20:24:12 1998 ++++ /home/andy/tmp/wrk/testcpp/8/makefile Sun Jul 4 15:51:13 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-al ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-am =================================================================== --- head/devel/pccts/files/patch-am (revision 20064) +++ head/devel/pccts/files/patch-am (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/9/makefile Sat Sep 23 23:52:19 1995 ---- /home/andy/tmp/wrk/testcpp/9/makefile Tue Jun 24 05:55:54 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/9/makefile Wed Mar 25 20:25:46 1998 ++++ /home/andy/tmp/wrk/testcpp/9/makefile Sun Jul 4 15:51:27 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-am ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-an =================================================================== --- head/devel/pccts/files/patch-an (revision 20064) +++ head/devel/pccts/files/patch-an (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/10/makefile Sun Sep 24 00:01:13 1995 ---- /home/andy/tmp/wrk/testcpp/10/makefile Tue Jun 24 05:56:24 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/10/makefile Wed Mar 25 20:27:28 1998 ++++ /home/andy/tmp/wrk/testcpp/10/makefile Sun Jul 4 15:51:42 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-an ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-ao =================================================================== --- head/devel/pccts/files/patch-ao (revision 20064) +++ head/devel/pccts/files/patch-ao (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/11/makefile Sun Sep 24 00:02:11 1995 ---- /home/andy/tmp/wrk/testcpp/11/makefile Tue Jun 24 05:57:50 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = Lexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = Lexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/11/makefile Wed Mar 25 20:28:50 1998 ++++ /home/andy/tmp/wrk/testcpp/11/makefile Sun Jul 4 15:51:57 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = Lexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-ao ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-ap =================================================================== --- head/devel/pccts/files/patch-ap (revision 20064) +++ head/devel/pccts/files/patch-ap (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/12/makefile Sun Sep 24 00:05:31 1995 ---- /home/andy/tmp/wrk/testcpp/12/makefile Tue Jun 24 05:58:27 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/12/makefile Wed Mar 25 20:30:32 1998 ++++ /home/andy/tmp/wrk/testcpp/12/makefile Sun Jul 4 15:52:14 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-ap ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/files/patch-aq =================================================================== --- head/devel/pccts/files/patch-aq (revision 20064) +++ head/devel/pccts/files/patch-aq (revision 20065) @@ -1,21 +1,13 @@ -*** testcpp/13/makefile Sun Sep 24 00:08:42 1995 ---- /home/andy/tmp/wrk/testcpp/13/makefile Tue Jun 24 05:58:53 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/13/makefile Wed Mar 25 20:31:50 1998 ++++ /home/andy/tmp/wrk/testcpp/13/makefile Sun Jul 4 15:52:31 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg Property changes on: head/devel/pccts/files/patch-aq ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/pccts/pkg-descr =================================================================== --- head/devel/pccts/pkg-descr (revision 20064) +++ head/devel/pccts/pkg-descr (revision 20065) @@ -1,15 +1,15 @@ PCCTS - The Purdue Compiler Construction Tool Set PCCTS is a set of public domain software tools designed to facilitate the implementation of compilers and other translation systems. These tools currently include antlr, and dlg. In many ways, PCCTS is similar to a highly integrated version of YACC [Joh78] and LEX [Les75]; where antlr (ANother Tool for Language Recognition) corresponds to YACC and dlg (DFA-based Lexical analyzer Generator) functions like LEX. However, PCCTS has many additional features which make it easier to use for a wider range of translation problems. -WWW: http://www.ANTLR.org/ +WWW: http://www.polnode.com/ Property changes on: head/devel/pccts/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/pccts/pkg-plist =================================================================== --- head/devel/pccts/pkg-plist (revision 20064) +++ head/devel/pccts/pkg-plist (revision 20065) @@ -1,94 +1,109 @@ bin/antlr bin/dlg -include/pccts/charptr.c -include/pccts/ast.c -include/pccts/SList.cpp -include/pccts/PCCTSAST.cpp -include/pccts/DLexerBase.cpp -include/pccts/DLexer.cpp -include/pccts/ATokenBuffer.cpp -include/pccts/ATokPtr.cpp -include/pccts/ASTBase.cpp +bin/genmk +bin/sor include/pccts/AParser.cpp -include/pccts/int.h -include/pccts/err.h +include/pccts/AParser.h +include/pccts/ASTBase.cpp +include/pccts/ASTBase.h +include/pccts/ATokPtr.h +include/pccts/ATokPtr.cpp +include/pccts/ATokenBuffer.cpp +include/pccts/AToken.h +include/pccts/ATokenBuffer.h +include/pccts/ATokenStream.h +include/pccts/DLexer.cpp +include/pccts/DLexerBase.cpp +include/pccts/DLexerBase.h +include/pccts/PBlackBox.h +include/pccts/PCCTSAST.cpp +include/pccts/PCCTSAST.h +include/pccts/SList.cpp +include/pccts/SList.h +include/pccts/antlr.h +include/pccts/ast.c +include/pccts/ast.h +include/pccts/charbuf.h +include/pccts/charptr.c +include/pccts/charptr.h +include/pccts/config.h include/pccts/dlgdef.h include/pccts/dlgauto.h -include/pccts/config.h -include/pccts/charptr.h -include/pccts/charbuf.h -include/pccts/ast.h -include/pccts/antlr.h -include/pccts/SList.h -include/pccts/PCCTSAST.h -include/pccts/PBlackBox.h -include/pccts/DLexerBase.h -include/pccts/ATokenStream.h -include/pccts/ATokenBuffer.h -include/pccts/AToken.h -include/pccts/ATokPtr.h -include/pccts/ASTBase.h -include/pccts/AParser.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 +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/README +share/doc/pccts/RIGHTS +share/doc/pccts/SERVICES share/doc/pccts/history.txt share/doc/pccts/history.ps -share/doc/pccts/SERVICES -share/doc/pccts/RIGHTS -share/doc/pccts/README -share/doc/pccts/BOOK +share/doc/pccts/old_README share/examples/pccts/makefile share/examples/pccts/1/makefile share/examples/pccts/1/test.g share/examples/pccts/2/makefile share/examples/pccts/2/test.g share/examples/pccts/2/MyLexer.h share/examples/pccts/2/MyLexer.cpp share/examples/pccts/3/test.g share/examples/pccts/3/mytokens.h share/examples/pccts/3/makefile share/examples/pccts/3/MyLexer.h share/examples/pccts/3/MyLexer.cpp share/examples/pccts/4/test.g share/examples/pccts/4/mytokens.h share/examples/pccts/4/makefile share/examples/pccts/5/test.g share/examples/pccts/5/makefile share/examples/pccts/5/input.h share/examples/pccts/6/test2.g share/examples/pccts/6/test.g share/examples/pccts/6/makefile2 share/examples/pccts/6/makefile share/examples/pccts/6/main.cpp share/examples/pccts/6/file2 share/examples/pccts/6/file1 share/examples/pccts/7/test.g share/examples/pccts/7/makefile share/examples/pccts/8/test.g share/examples/pccts/8/makefile share/examples/pccts/8/main.cpp share/examples/pccts/9/test.g share/examples/pccts/9/makefile share/examples/pccts/10/test.g share/examples/pccts/10/makefile share/examples/pccts/11/test.g share/examples/pccts/11/makefile share/examples/pccts/11/input.h share/examples/pccts/12/makefile share/examples/pccts/12/test.g share/examples/pccts/13/makefile share/examples/pccts/13/test.g @dirrm include/pccts @dirrm share/doc/pccts @dirrm share/examples/pccts/1 @dirrm share/examples/pccts/2 @dirrm share/examples/pccts/3 @dirrm share/examples/pccts/4 @dirrm share/examples/pccts/5 @dirrm share/examples/pccts/6 @dirrm share/examples/pccts/7 @dirrm share/examples/pccts/8 @dirrm share/examples/pccts/9 @dirrm share/examples/pccts/10 @dirrm share/examples/pccts/11 @dirrm share/examples/pccts/12 @dirrm share/examples/pccts/13 @dirrm share/examples/pccts Property changes on: head/devel/pccts/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property