Update to 1.33.25.
[and drop ownership] PR: 28511 Submitted by: Sergey A.Osokin <osa@freebsd.org.ru>
This commit is contained in:
parent
0f986ec1ff
commit
750e1d4d53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46648
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pccts133mr.zip) = ddb03291bb988614706bd9240d1826e2
|
||||
MD5 (pccts133mr.zip) = 7f3a7b5f671bda7ab9389a02e1dc5eb5
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user