- Update to 2.3.0
PR: 123925 Submitted by: Maintainer
This commit is contained in:
parent
9d58ecb3ee
commit
8f546942d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213860
3 changed files with 16 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ctpp2
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= textproc devel
|
||||
MASTER_SITES= http://ctpp.havoc.ru/download/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ctpp2-2.2.0.tar.gz) = 476e6141c418601f3f7b5c0ed57901e6
|
||||
SHA256 (ctpp2-2.2.0.tar.gz) = 28130c8f2aefd738ce2b80ce959569a6281d029fa36cdbe946c1f5265d34ba7b
|
||||
SIZE (ctpp2-2.2.0.tar.gz) = 144744
|
||||
MD5 (ctpp2-2.3.0.tar.gz) = ecdf5584b6428b1aac06574991226917
|
||||
SHA256 (ctpp2-2.3.0.tar.gz) = 47a2f153973f21044a80c2a414a90cd28edfcd0e48af5a3c3bc6d5fa1a006742
|
||||
SIZE (ctpp2-2.3.0.tar.gz) = 132682
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
bin/ctpp2-config
|
||||
bin/ctpp2c
|
||||
bin/ctpp2i
|
||||
bin/ctpp2json
|
||||
bin/ctpp2vm
|
||||
include/ctpp2/CDT.hpp
|
||||
include/ctpp2/CTPP2.hpp
|
||||
include/ctpp2/CTPP2BitIndex.hpp
|
||||
|
@ -5,11 +10,11 @@ include/ctpp2/CTPP2CharIterator.hpp
|
|||
include/ctpp2/CTPP2Compiler.hpp
|
||||
include/ctpp2/CTPP2FileSourceLoader.hpp
|
||||
include/ctpp2/CTPP2GlobalDefines.h
|
||||
include/ctpp2/CTPP2JSONParser.hpp
|
||||
include/ctpp2/CTPP2JSONFileParser.hpp
|
||||
include/ctpp2/CTPP2JSONParser.hpp
|
||||
include/ctpp2/CTPP2Parser.hpp
|
||||
include/ctpp2/CTPP2Syntax.h
|
||||
include/ctpp2/CTPP2SourceLoader.hpp
|
||||
include/ctpp2/CTPP2Syntax.h
|
||||
include/ctpp2/CTPP2SysHeaders.h
|
||||
include/ctpp2/CTPP2Types.h
|
||||
include/ctpp2/CTPP2Util.hpp
|
||||
|
@ -19,12 +24,13 @@ include/ctpp2/FileOutputCollector.hpp
|
|||
include/ctpp2/OutputCollector.hpp
|
||||
include/ctpp2/StaticData.hpp
|
||||
include/ctpp2/StaticText.hpp
|
||||
include/ctpp2/SyscallFactory.hpp
|
||||
include/ctpp2/StringOutputCollector.hpp
|
||||
include/ctpp2/SyscallFactory.hpp
|
||||
include/ctpp2/Types.h
|
||||
include/ctpp2/VM.hpp
|
||||
include/ctpp2/VMArgStack.hpp
|
||||
include/ctpp2/VMCodeStack.hpp
|
||||
include/ctpp2/VMDebugInfo.hpp
|
||||
include/ctpp2/VMDumper.hpp
|
||||
include/ctpp2/VMException.hpp
|
||||
include/ctpp2/VMExecutable.hpp
|
||||
|
@ -37,17 +43,12 @@ include/ctpp2/VMOpcodes.h
|
|||
include/ctpp2/VMSTDLib.hpp
|
||||
include/ctpp2/VMStackException.hpp
|
||||
include/ctpp2/VMSyscall.hpp
|
||||
lib/libctpp2-st.a
|
||||
lib/libctpp2.so
|
||||
lib/libctpp2.so.2
|
||||
lib/libctpp2.so.2.2.0
|
||||
lib/libctpp2-st.a
|
||||
bin/ctpp2vm
|
||||
bin/ctpp2c
|
||||
bin/ctpp2i
|
||||
bin/ctpp2json
|
||||
bin/ctpp2-config
|
||||
share/locale/ru_RU.KOI8-R/LC_MESSAGES/ctpp2.mo
|
||||
lib/libctpp2.so.2.3.0
|
||||
share/locale/ru_RU.CP1251/LC_MESSAGES/ctpp2.mo
|
||||
share/locale/ru_RU.KOI8-R/LC_MESSAGES/ctpp2.mo
|
||||
@dirrmtry share/locale/ru_RU.KOI8-R/LC_MESSAGES
|
||||
@dirrmtry share/locale/ru_RU.KOI8-R
|
||||
@dirrmtry share/locale/ru_RU.CP1251/LC_MESSAGES
|
||||
|
|
Loading…
Reference in a new issue