aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2010-07-20 16:33:15 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2010-07-20 16:33:15 +0000
commite8c44f936b2daca4f1572403be38eac8e725e78d (patch)
tree79f791278689f43257282cdba612969763eb1275 /textproc
parentb8f507b3f77d8e73be693e989771c9db369fc0ef (diff)
downloadports-e8c44f936b2daca4f1572403be38eac8e725e78d.tar.gz
ports-e8c44f936b2daca4f1572403be38eac8e725e78d.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ctpp2/Makefile2
-rw-r--r--textproc/ctpp2/distinfo6
-rw-r--r--textproc/ctpp2/pkg-plist87
3 files changed, 55 insertions, 40 deletions
diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile
index a991a8337198..a6c2d6e927bd 100644
--- a/textproc/ctpp2/Makefile
+++ b/textproc/ctpp2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ctpp2
-PORTVERSION= 2.5.18
+PORTVERSION= 2.6.1
PORTREVISION= 1
CATEGORIES= textproc devel
MASTER_SITES= http://ctpp.havoc.ru/download/
diff --git a/textproc/ctpp2/distinfo b/textproc/ctpp2/distinfo
index ddd15bbb4cf1..eaafdbc959d1 100644
--- a/textproc/ctpp2/distinfo
+++ b/textproc/ctpp2/distinfo
@@ -1,3 +1,3 @@
-MD5 (ctpp2-2.5.18.tar.gz) = 5abdd0c4c47b7922629f330a99071f17
-SHA256 (ctpp2-2.5.18.tar.gz) = fbbfa8a8b4373265599e1d62aebf42ab4133885bf606345342c4aedc8c275e39
-SIZE (ctpp2-2.5.18.tar.gz) = 218758
+MD5 (ctpp2-2.6.1.tar.gz) = 4c33739f0dcb7d5fcbd98b8b53a6de51
+SHA256 (ctpp2-2.6.1.tar.gz) = 1e560047fe8473218d4ef2939f3545d70a37f3ade0679acfbf18452acc83f166
+SIZE (ctpp2-2.6.1.tar.gz) = 178726
diff --git a/textproc/ctpp2/pkg-plist b/textproc/ctpp2/pkg-plist
index 37c65a6defdf..6c370ea14dbe 100644
--- a/textproc/ctpp2/pkg-plist
+++ b/textproc/ctpp2/pkg-plist
@@ -1,65 +1,80 @@
-bin/ctpp2-config
+bin/ctpp2vm
bin/ctpp2c
bin/ctpp2i
bin/ctpp2json
-bin/ctpp2vm
+bin/ctpp2-config
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/CTPP2DTOA.hpp
include/ctpp2/CTPP2Exception.hpp
+include/ctpp2/CTPP2Error.hpp
include/ctpp2/CTPP2ErrorCodes.h
+include/ctpp2/CTPP2FileLogger.hpp
+include/ctpp2/CTPP2FileOutputCollector.hpp
include/ctpp2/CTPP2FileSourceLoader.hpp
include/ctpp2/CTPP2GlobalDefines.h
+include/ctpp2/CTPP2HashTable.hpp
include/ctpp2/CTPP2JSONFileParser.hpp
include/ctpp2/CTPP2JSONParser.hpp
+include/ctpp2/CTPP2Logger.hpp
+include/ctpp2/CTPP2OutputCollector.hpp
include/ctpp2/CTPP2Parser.hpp
include/ctpp2/CTPP2ParserException.hpp
include/ctpp2/CTPP2SourceLoader.hpp
+include/ctpp2/CTPP2Sprintf.hpp
+include/ctpp2/CTPP2StaticData.hpp
+include/ctpp2/CTPP2StaticText.hpp
+include/ctpp2/CTPP2StreamOutputCollector.hpp
include/ctpp2/CTPP2StringBuffer.hpp
+include/ctpp2/CTPP2StringIconvOutputCollector.hpp
+include/ctpp2/CTPP2StringOutputCollector.hpp
include/ctpp2/CTPP2SymbolTable.hpp
include/ctpp2/CTPP2Syntax.h
include/ctpp2/CTPP2SysHeaders.h
+include/ctpp2/CTPP2SysTypes.h
+include/ctpp2/CTPP2SyscallFactory.hpp
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
+include/ctpp2/CTPP2VM.hpp
+include/ctpp2/CTPP2VMArgStack.hpp
+include/ctpp2/CTPP2VMCodeStack.hpp
+include/ctpp2/CTPP2VMDebugInfo.hpp
+include/ctpp2/CTPP2VMDumper.hpp
+include/ctpp2/CTPP2VMException.hpp
+include/ctpp2/CTPP2VMExecutable.hpp
+include/ctpp2/CTPP2VMFileLoader.hpp
+include/ctpp2/CTPP2VMInstruction.hpp
+include/ctpp2/CTPP2VMLoader.hpp
+include/ctpp2/CTPP2VMMemoryCore.hpp
+include/ctpp2/CTPP2VMOpcodeCollector.hpp
+include/ctpp2/CTPP2VMOpcodes.h
+include/ctpp2/CTPP2VMSTDLib.hpp
+include/ctpp2/CTPP2VMStackException.hpp
+include/ctpp2/CTPP2VMSyscall.hpp
+include/ctpp2/STLException.hpp
+include/ctpp2/STLFunctional.hpp
+include/ctpp2/STLIosfwd.hpp
+include/ctpp2/STLMap.hpp
+include/ctpp2/STLOstream.hpp
+include/ctpp2/STLPair.hpp
+include/ctpp2/STLString.hpp
+include/ctpp2/STLVector.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
+share/locale/ru.CP1251/LC_MESSAGES/ctpp2.mo
+share/locale/ru.CP866/LC_MESSAGES/ctpp2.mo
+share/locale/ru.KOI8-R/LC_MESSAGES/ctpp2.mo
+share/locale/ru.UTF-8/LC_MESSAGES/ctpp2.mo
@dirrmtry share/locale/ru_RU.CP1251/LC_MESSAGES
@dirrmtry share/locale/ru_RU.CP1251
+@dirrmtry share/locale/ru_RU.CP866/LC_MESSAGES
+@dirrmtry share/locale/ru_RU.CP866
+@dirrmtry share/locale/ru_RU.KOI8-R/LC_MESSAGES
+@dirrmtry share/locale/ru_RU.KOI8-R
+@dirrmtry share/locale/ru_RU.UTF-8/LC_MESSAGES
+@dirrmtry share/locale/ru_RU.UTF-8
@dirrm include/ctpp2