diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-22 17:28:52 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-22 17:28:52 +0000 |
commit | 750e1d4d53ba80f78b0a7ca5425eb81709fbfe7f (patch) | |
tree | b757a203f7cab02be45391cf32f31b26ea30ee42 /devel/pccts | |
parent | 0f986ec1ff68940e11ff0e8a60ef2f32ebc83925 (diff) | |
download | ports-750e1d4d53ba80f78b0a7ca5425eb81709fbfe7f.tar.gz ports-750e1d4d53ba80f78b0a7ca5425eb81709fbfe7f.zip |
Notes
Diffstat (limited to 'devel/pccts')
-rw-r--r-- | devel/pccts/Makefile | 8 | ||||
-rw-r--r-- | devel/pccts/distinfo | 2 | ||||
-rw-r--r-- | devel/pccts/pkg-plist | 7 |
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile index 24127e960ff8..845bd5ea4174 100644 --- a/devel/pccts/Makefile +++ b/devel/pccts/Makefile @@ -7,12 +7,12 @@ # PORTNAME= pccts -PORTVERSION= 1.33.22 +PORTVERSION= 1.33.25 CATEGORIES= devel MASTER_SITES= http://www.polhode.com/ DISTNAME= pccts133mr -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USE_ZIP= yes WRKSRC= ${WRKDIR}/pccts @@ -32,10 +32,10 @@ do-install: .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 +.for file in AParser ASTBase ATokenBuffer BufFileInput 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 pcctscfg pccts_assert pccts_setjmp pccts_stdarg pccts_stdio pccts_stdlib pccts_string pccts_iostream pccts_istream +.for file in AParser ASTBase ATokPtr ATokPtrImpl AToken ATokenBuffer ATokenStream BufFileInput DLG_stream_input DLexer DLexerBase PBlackBox PCCTSAST SList antlr ast charbuf charptr config dlgauto dlgdef err int pccts_assert pccts_iostream pccts_istream pccts_setjmp pccts_stdarg pccts_stdio pccts_stdlib pccts_string pcctscfg @ ${INSTALL_DATA} ${WRKSRC}/h/${file}.h ${PREFIX}/include/pccts/${file}.h .endfor @ ${MKDIR} ${PREFIX}/share/examples/pccts diff --git a/devel/pccts/distinfo b/devel/pccts/distinfo index ef4df04251d2..48800adf94b2 100644 --- a/devel/pccts/distinfo +++ b/devel/pccts/distinfo @@ -1 +1 @@ -MD5 (pccts133mr.zip) = ddb03291bb988614706bd9240d1826e2 +MD5 (pccts133mr.zip) = 7f3a7b5f671bda7ab9389a02e1dc5eb5 diff --git a/devel/pccts/pkg-plist b/devel/pccts/pkg-plist index 818df7883c78..e447e7545de6 100644 --- a/devel/pccts/pkg-plist +++ b/devel/pccts/pkg-plist @@ -8,12 +8,15 @@ include/pccts/AParser.h include/pccts/ASTBase.cpp include/pccts/ASTBase.h include/pccts/ATokPtr.h -include/pccts/ATokPtr.cpp +include/pccts/ATokPtrImpl.h include/pccts/ATokenBuffer.cpp include/pccts/AToken.h include/pccts/ATokenBuffer.h include/pccts/ATokenStream.h -include/pccts/DLexer.cpp +include/pccts/BufFileInput.cpp +include/pccts/BufFileInput.h +include/pccts/DLG_stream_input.h +include/pccts/DLexer.h include/pccts/DLexerBase.cpp include/pccts/DLexerBase.h include/pccts/PBlackBox.h |