View | Details | Raw Unified | Return to bug 130582
Collapse All | Expand All

(-)ctpp2/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ctpp2
8
PORTNAME=	ctpp2
9
PORTVERSION=	2.3.10
9
PORTVERSION=	2.4.1
10
CATEGORIES=	textproc devel
10
CATEGORIES=	textproc devel
11
MASTER_SITES=	http://ctpp.havoc.ru/download/ \
11
MASTER_SITES=	http://ctpp.havoc.ru/download/ \
12
		LOCAL/glarkin
12
		LOCAL/glarkin
(-)ctpp2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ctpp2-2.3.10.tar.gz) = f4d388c3761d8e7f4a8449346085f8d9
1
MD5 (ctpp2-2.4.1.tar.gz) = 63aeda1379bf8b9c97598d7188028871
2
SHA256 (ctpp2-2.3.10.tar.gz) = f0c43b35cf283df9648f2b8c696be740c5a19026544cddf513a4bca54039668b
2
SHA256 (ctpp2-2.4.1.tar.gz) = 213258d596979d19ee0716333cee4c1304e3f70222c2e4acd6eb422e5996c01a
3
SIZE (ctpp2-2.3.10.tar.gz) = 139093
3
SIZE (ctpp2-2.4.1.tar.gz) = 138766
(-)ctpp2/pkg-descr (-2 / +3 lines)
Lines 1-6 Link Here
1
This is a simple set of C++ classes which allow to use
1
This is a simple set of C++ classes which allow to use
2
templates like perl module HTML::Template
2
templates like perl modules Template Toolkit and HTML::Template::Pro
3
Version 2.
3
4
4
WWW: http://reki.ru/products/ctpp/
5
WWW: http://ctpp.havoc.ru/
5
6
6
- reki@reki.ru
7
- reki@reki.ru
(-)ctpp2/pkg-plist (-14 / +11 lines)
Lines 1-8 Link Here
1
bin/ctpp2-config
2
bin/ctpp2c
3
bin/ctpp2i
4
bin/ctpp2json
5
bin/ctpp2vm
6
include/ctpp2/CDT.hpp
1
include/ctpp2/CDT.hpp
7
include/ctpp2/CTPP2.hpp
2
include/ctpp2/CTPP2.hpp
8
include/ctpp2/CTPP2BitIndex.hpp
3
include/ctpp2/CTPP2BitIndex.hpp
Lines 12-28 Link Here
12
include/ctpp2/CTPP2ErrorCodes.h
7
include/ctpp2/CTPP2ErrorCodes.h
13
include/ctpp2/CTPP2FileSourceLoader.hpp
8
include/ctpp2/CTPP2FileSourceLoader.hpp
14
include/ctpp2/CTPP2GlobalDefines.h
9
include/ctpp2/CTPP2GlobalDefines.h
15
include/ctpp2/CTPP2JSONFileParser.hpp
16
include/ctpp2/CTPP2JSONParser.hpp
10
include/ctpp2/CTPP2JSONParser.hpp
11
include/ctpp2/CTPP2JSONFileParser.hpp
17
include/ctpp2/CTPP2Parser.hpp
12
include/ctpp2/CTPP2Parser.hpp
18
include/ctpp2/CTPP2SourceLoader.hpp
19
include/ctpp2/CTPP2Syntax.h
13
include/ctpp2/CTPP2Syntax.h
14
include/ctpp2/CTPP2SourceLoader.hpp
20
include/ctpp2/CTPP2SysHeaders.h
15
include/ctpp2/CTPP2SysHeaders.h
21
include/ctpp2/CTPP2Types.h
16
include/ctpp2/CTPP2Types.h
22
include/ctpp2/CTPP2Util.hpp
17
include/ctpp2/CTPP2Util.hpp
23
include/ctpp2/CTPPException.hpp
18
include/ctpp2/CTPPException.hpp
24
include/ctpp2/CTPPParserException.hpp
19
include/ctpp2/CTPPParserException.hpp
25
include/ctpp2/FileOutputCollector.hpp
20
include/ctpp2/FileOutputCollector.hpp
21
include/ctpp2/HashTable.hpp
26
include/ctpp2/OutputCollector.hpp
22
include/ctpp2/OutputCollector.hpp
27
include/ctpp2/StaticData.hpp
23
include/ctpp2/StaticData.hpp
28
include/ctpp2/StaticText.hpp
24
include/ctpp2/StaticText.hpp
Lines 45-58 Link Here
45
include/ctpp2/VMSTDLib.hpp
41
include/ctpp2/VMSTDLib.hpp
46
include/ctpp2/VMStackException.hpp
42
include/ctpp2/VMStackException.hpp
47
include/ctpp2/VMSyscall.hpp
43
include/ctpp2/VMSyscall.hpp
48
lib/libctpp2-st.a
49
lib/libctpp2.so
44
lib/libctpp2.so
50
lib/libctpp2.so.2
45
lib/libctpp2.so.2
51
lib/libctpp2.so.2.3.10
46
lib/libctpp2.so.2.4.1
52
share/locale/ru_RU.CP1251/LC_MESSAGES/ctpp2.mo
47
lib/libctpp2-st.a
48
bin/ctpp2-config
49
bin/ctpp2vm
50
bin/ctpp2c
51
bin/ctpp2i
52
bin/ctpp2json
53
share/locale/ru_RU.KOI8-R/LC_MESSAGES/ctpp2.mo
53
share/locale/ru_RU.KOI8-R/LC_MESSAGES/ctpp2.mo
54
@dirrmtry share/locale/ru_RU.KOI8-R/LC_MESSAGES
54
share/locale/ru_RU.CP1251/LC_MESSAGES/ctpp2.mo
55
@dirrmtry share/locale/ru_RU.KOI8-R
56
@dirrmtry share/locale/ru_RU.CP1251/LC_MESSAGES
57
@dirrmtry share/locale/ru_RU.CP1251
58
@dirrm include/ctpp2
55
@dirrm include/ctpp2

Return to bug 130582