Index: head/textproc/ctpp2/Makefile =================================================================== --- head/textproc/ctpp2/Makefile (revision 246884) +++ head/textproc/ctpp2/Makefile (revision 246885) @@ -1,25 +1,25 @@ # New ports collection makefile for: ctpp2 # Date created: 25 Jan 2008 # Whom: reki@reki.ru (Andrei V. Shetuhin) # # $FreeBSD$ # PORTNAME= ctpp2 -PORTVERSION= 2.5.11 +PORTVERSION= 2.5.15 CATEGORIES= textproc devel MASTER_SITES= http://ctpp.havoc.ru/download/ MAINTAINER= reki@reki.ru COMMENT= C++ library to use templates in C/C++ projects, version 2 USE_CMAKE= yes USE_LDCONFIG= yes USE_GETTEXT= yes USE_ICONV= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} MAN1= ctpp2c.1 ctpp2vm.1 ctpp2i.1 ctpp2json.1 ctpp2-config.1 .include Property changes on: head/textproc/ctpp2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/textproc/ctpp2/distinfo =================================================================== --- head/textproc/ctpp2/distinfo (revision 246884) +++ head/textproc/ctpp2/distinfo (revision 246885) @@ -1,3 +1,3 @@ -MD5 (ctpp2-2.5.11.tar.gz) = 1db782f6d7f40b50a027261ccf3b9050 -SHA256 (ctpp2-2.5.11.tar.gz) = 3b92f1f22fcabe8c0266d9c335ce2386a70d60ab11cbc12d24886808c28186dd -SIZE (ctpp2-2.5.11.tar.gz) = 173069 +MD5 (ctpp2-2.5.15.tar.gz) = 897cad0c79e3cea56a7a0ffaa67c1633 +SHA256 (ctpp2-2.5.15.tar.gz) = 660072f6de0a798172436ca4d91ddd98a03783837a528a86f8a7d722b6637d24 +SIZE (ctpp2-2.5.15.tar.gz) = 175144 Property changes on: head/textproc/ctpp2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/textproc/ctpp2/pkg-plist =================================================================== --- head/textproc/ctpp2/pkg-plist (revision 246884) +++ head/textproc/ctpp2/pkg-plist (revision 246885) @@ -1,63 +1,64 @@ bin/ctpp2-config bin/ctpp2c bin/ctpp2i bin/ctpp2json bin/ctpp2vm include/ctpp2/CDT.hpp include/ctpp2/CTPP2.hpp include/ctpp2/CTPP2BitIndex.hpp include/ctpp2/CTPP2CharIterator.hpp include/ctpp2/CTPP2Compiler.hpp include/ctpp2/CTPP2Error.hpp include/ctpp2/CTPP2Exception.hpp include/ctpp2/CTPP2ErrorCodes.h include/ctpp2/CTPP2FileSourceLoader.hpp include/ctpp2/CTPP2GlobalDefines.h include/ctpp2/CTPP2JSONFileParser.hpp include/ctpp2/CTPP2JSONParser.hpp include/ctpp2/CTPP2Parser.hpp include/ctpp2/CTPP2ParserException.hpp include/ctpp2/CTPP2SourceLoader.hpp include/ctpp2/CTPP2SymbolTable.hpp include/ctpp2/CTPP2Syntax.h include/ctpp2/CTPP2SysHeaders.h include/ctpp2/CTPP2Types.h include/ctpp2/CTPP2Util.hpp include/ctpp2/FileOutputCollector.hpp include/ctpp2/HashTable.hpp include/ctpp2/OutputCollector.hpp include/ctpp2/SimpleCompiler.hpp include/ctpp2/SimpleVM.hpp include/ctpp2/StaticData.hpp include/ctpp2/StaticText.hpp +include/ctpp2/StreamOutputCollector.hpp include/ctpp2/StringIconvOutputCollector.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 include/ctpp2/VMFileLoader.hpp include/ctpp2/VMInstruction.hpp include/ctpp2/VMLoader.hpp include/ctpp2/VMMemoryCore.hpp include/ctpp2/VMOpcodeCollector.hpp 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.%%PORTVERSION%% 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 @dirrmtry share/locale/ru_RU.CP1251 @dirrm include/ctpp2 Property changes on: head/textproc/ctpp2/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property