diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-23 05:54:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-23 05:54:33 +0800 |
commit | 0c251006c8875d001d7a55a7c48aea88493a19c6 (patch) | |
tree | 202f1f9f9136d5bf20d30e9ed0d27e728948380e /textproc | |
parent | 7086876479da9eb5e13f73810301808bf35a823a (diff) | |
download | freebsd-ports-gnome-0c251006c8875d001d7a55a7c48aea88493a19c6.tar.gz freebsd-ports-gnome-0c251006c8875d001d7a55a7c48aea88493a19c6.tar.zst freebsd-ports-gnome-0c251006c8875d001d7a55a7c48aea88493a19c6.zip |
- Update to 2.5.4
PR: 134753
Submitted by: "Andrei V. Shetukhin" <reki@reki.ru> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ctpp2/Makefile | 4 | ||||
-rw-r--r-- | textproc/ctpp2/distinfo | 6 | ||||
-rw-r--r-- | textproc/ctpp2/pkg-plist | 7 |
3 files changed, 10 insertions, 7 deletions
diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile index 3742e3cdc3e5..69d78d41db33 100644 --- a/textproc/ctpp2/Makefile +++ b/textproc/ctpp2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ctpp2 -PORTVERSION= 2.4.10 +PORTVERSION= 2.5.4 CATEGORIES= textproc devel MASTER_SITES= http://ctpp.havoc.ru/download/ @@ -18,4 +18,6 @@ USE_LDCONFIG= yes USE_GETTEXT= yes USE_ICONV= yes +MAN1= ctpp2c.1 ctpp2vm.1 ctpp2i.1 ctpp2json.1 ctpp2-config.1 + .include <bsd.port.mk> diff --git a/textproc/ctpp2/distinfo b/textproc/ctpp2/distinfo index 6675c864b95c..f96cd120b4d2 100644 --- a/textproc/ctpp2/distinfo +++ b/textproc/ctpp2/distinfo @@ -1,3 +1,3 @@ -MD5 (ctpp2-2.4.10.tar.gz) = ac3ac4c86c3afe6a59a5edc6d4a08035 -SHA256 (ctpp2-2.4.10.tar.gz) = 285ccce966542c9d31673fe8750a80bcf5eed1b7ef0dedc732acc723c6ea4420 -SIZE (ctpp2-2.4.10.tar.gz) = 158293 +MD5 (ctpp2-2.5.4.tar.gz) = ddac4e67f313350fc2e99a364810ec37 +SHA256 (ctpp2-2.5.4.tar.gz) = 1dede174cae8b2eb88cd034cb1f6188a9e23fe3d06164505457ce15be0fffd5f +SIZE (ctpp2-2.5.4.tar.gz) = 170631 diff --git a/textproc/ctpp2/pkg-plist b/textproc/ctpp2/pkg-plist index 786994985293..d739767b1210 100644 --- a/textproc/ctpp2/pkg-plist +++ b/textproc/ctpp2/pkg-plist @@ -9,19 +9,20 @@ 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/CTPPException.hpp -include/ctpp2/CTPPParserException.hpp include/ctpp2/FileOutputCollector.hpp include/ctpp2/HashTable.hpp include/ctpp2/OutputCollector.hpp @@ -52,7 +53,7 @@ include/ctpp2/VMSyscall.hpp lib/libctpp2-st.a lib/libctpp2.so lib/libctpp2.so.2 -lib/libctpp2.so.2.4.10 +lib/libctpp2.so.2.5.4 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 |