diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-29 18:30:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-29 18:30:41 +0800 |
commit | b7b359bbf7cfc300f4c304d9b99aaeb307a0f40f (patch) | |
tree | 1bf66d783273ddf175b1b8e97934372cc11fc88a /textproc/ctpp2 | |
parent | 56f1648f77d8a0040bf25805ea975a24136e2f08 (diff) | |
download | freebsd-ports-gnome-b7b359bbf7cfc300f4c304d9b99aaeb307a0f40f.tar.gz freebsd-ports-gnome-b7b359bbf7cfc300f4c304d9b99aaeb307a0f40f.tar.zst freebsd-ports-gnome-b7b359bbf7cfc300f4c304d9b99aaeb307a0f40f.zip |
- Update to 2.3.0
PR: 123925
Submitted by: Maintainer
Diffstat (limited to 'textproc/ctpp2')
-rw-r--r-- | textproc/ctpp2/Makefile | 2 | ||||
-rw-r--r-- | textproc/ctpp2/distinfo | 6 | ||||
-rw-r--r-- | textproc/ctpp2/pkg-plist | 23 |
3 files changed, 16 insertions, 15 deletions
diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile index 3e171cd22144..be15c25448bd 100644 --- a/textproc/ctpp2/Makefile +++ b/textproc/ctpp2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ctpp2 -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= textproc devel MASTER_SITES= http://ctpp.havoc.ru/download/ diff --git a/textproc/ctpp2/distinfo b/textproc/ctpp2/distinfo index 2a0b77e18f23..7be2cee92ac5 100644 --- a/textproc/ctpp2/distinfo +++ b/textproc/ctpp2/distinfo @@ -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 diff --git a/textproc/ctpp2/pkg-plist b/textproc/ctpp2/pkg-plist index 578c25ef40c4..9eb5bd1fc56a 100644 --- a/textproc/ctpp2/pkg-plist +++ b/textproc/ctpp2/pkg-plist @@ -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 |