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

(-)Makefile (-5 / +6 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	smarty
8
PORTNAME=	smarty
9
PORTVERSION=	2.1.1
9
PORTVERSION=	2.2.0
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.phpinsider.com/php/code/Smarty/download/
11
MASTER_SITES=	http://smarty.php.net/distributions/ \
12
		http://smarty.php.net/distributions/manual/en/:manual
12
DISTFILES=	Smarty-${PORTVERSION}${EXTRACT_SUFX}
13
DISTFILES=	Smarty-${PORTVERSION}${EXTRACT_SUFX}
13
.if !defined(NOPORTDOCS)
14
.if !defined(NOPORTDOCS)
14
DISTFILES+=	Smarty-${PORTVERSION}-docs${EXTRACT_SUFX}
15
DISTFILES+=	Smarty-${PORTVERSION}-docs${EXTRACT_SUFX}:manual
15
.endif
16
.endif
16
17
17
MAINTAINER=	corecode@corecode.ath.cx
18
MAINTAINER=	corecode@corecode.ath.cx
Lines 29-42 Link Here
29
30
30
do-install:
31
do-install:
31
	@${MKDIR} ${DATADIR}
32
	@${MKDIR} ${DATADIR}
32
.for f in Config_File.class.php Smarty.class.php Smarty_Compiler.class.php overlib.js templates/debug.tpl
33
.for f in Config_File.class.php Smarty.class.php Smarty_Compiler.class.php debug.tpl
33
	@${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR}
34
	@${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR}
34
.endfor
35
.endfor
35
	@${MKDIR} ${DATADIR}/plugins
36
	@${MKDIR} ${DATADIR}/plugins
36
	@${INSTALL_DATA} ${WRKSRC}/plugins/* ${DATADIR}/plugins
37
	@${INSTALL_DATA} ${WRKSRC}/plugins/* ${DATADIR}/plugins
37
.if !defined(NOPORTDOCS)
38
.if !defined(NOPORTDOCS)
38
	@${MKDIR} ${DOCSDIR}
39
	@${MKDIR} ${DOCSDIR}
39
.for f in BUGS FAQ INSTALL QUICKSTART README RESOURCES
40
.for f in BUGS FAQ INSTALL NEWS QUICKSTART README RESOURCES
40
	@${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
41
	@${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
41
.endfor
42
.endfor
42
	@${MKDIR} ${DOCSDIR}/manual
43
	@${MKDIR} ${DOCSDIR}/manual
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (Smarty-2.1.1.tar.gz) = 7170ee47248d3f9f6be08400b908a886
1
MD5 (Smarty-2.2.0.tar.gz) = 610758764319e52e4184ce2c0e3e2e35
2
MD5 (Smarty-2.1.1-docs.tar.gz) = 3a6fa05cfe01d3e45572dadd72fe3805
2
MD5 (Smarty-2.2.0-docs.tar.gz) = 5f56ae1f361ea56143b67f26a35626b9
(-)pkg-descr (-1 / +1 lines)
Lines 8-13 Link Here
8
templates on every invocation. This  makes Smarty extremely scalable and
8
templates on every invocation. This  makes Smarty extremely scalable and
9
managable for large application needs.
9
managable for large application needs.
10
10
11
WWW: http://www.phpinsider.com/php/code/Smarty/
11
WWW: http://smarty.php.net/
12
12
13
- Simon 'corecode' Schubert
13
- Simon 'corecode' Schubert
(-)pkg-plist (-32 / +32 lines)
Lines 1-6 Link Here
1
%%PORTDOCS%%share/doc/smarty/BUGS
1
%%PORTDOCS%%share/doc/smarty/BUGS
2
%%PORTDOCS%%share/doc/smarty/FAQ
2
%%PORTDOCS%%share/doc/smarty/FAQ
3
%%PORTDOCS%%share/doc/smarty/INSTALL
3
%%PORTDOCS%%share/doc/smarty/INSTALL
4
%%PORTDOCS%%share/doc/smarty/NEWS
4
%%PORTDOCS%%share/doc/smarty/QUICKSTART
5
%%PORTDOCS%%share/doc/smarty/QUICKSTART
5
%%PORTDOCS%%share/doc/smarty/README
6
%%PORTDOCS%%share/doc/smarty/README
6
%%PORTDOCS%%share/doc/smarty/RESOURCES
7
%%PORTDOCS%%share/doc/smarty/RESOURCES
Lines 40-57 Link Here
40
%%PORTDOCS%%share/doc/smarty/manual/api.variables.html
41
%%PORTDOCS%%share/doc/smarty/manual/api.variables.html
41
%%PORTDOCS%%share/doc/smarty/manual/appendixes.html
42
%%PORTDOCS%%share/doc/smarty/manual/appendixes.html
42
%%PORTDOCS%%share/doc/smarty/manual/bugs.html
43
%%PORTDOCS%%share/doc/smarty/manual/bugs.html
44
%%PORTDOCS%%share/doc/smarty/manual/caching.groups.html
45
%%PORTDOCS%%share/doc/smarty/manual/caching.html
46
%%PORTDOCS%%share/doc/smarty/manual/caching.multiple.caches.html
43
%%PORTDOCS%%share/doc/smarty/manual/chapter.debugging.console.html
47
%%PORTDOCS%%share/doc/smarty/manual/chapter.debugging.console.html
44
%%PORTDOCS%%share/doc/smarty/manual/config.files.html
48
%%PORTDOCS%%share/doc/smarty/manual/config.files.html
45
%%PORTDOCS%%share/doc/smarty/manual/constant.smarty.dir.html
46
%%PORTDOCS%%share/doc/smarty/manual/date.format.html
49
%%PORTDOCS%%share/doc/smarty/manual/date.format.html
47
%%PORTDOCS%%share/doc/smarty/manual/default.template.handler.function.html
50
%%PORTDOCS%%share/doc/smarty/manual/default.template.handler.function.html
48
%%PORTDOCS%%share/doc/smarty/manual/features.caching.html
49
%%PORTDOCS%%share/doc/smarty/manual/features.compiling.html
50
%%PORTDOCS%%share/doc/smarty/manual/getting.started.html
51
%%PORTDOCS%%share/doc/smarty/manual/getting.started.html
51
%%PORTDOCS%%share/doc/smarty/manual/how.smarty.works.html
52
%%PORTDOCS%%share/doc/smarty/manual/index.html
52
%%PORTDOCS%%share/doc/smarty/manual/index.html
53
%%PORTDOCS%%share/doc/smarty/manual/installation.html
53
%%PORTDOCS%%share/doc/smarty/manual/installation.html
54
%%PORTDOCS%%share/doc/smarty/manual/installing.smarty.html
54
%%PORTDOCS%%share/doc/smarty/manual/installing.smarty.basic.html
55
%%PORTDOCS%%share/doc/smarty/manual/installing.smarty.extended.html
55
%%PORTDOCS%%share/doc/smarty/manual/language.basic.syntax.html
56
%%PORTDOCS%%share/doc/smarty/manual/language.basic.syntax.html
56
%%PORTDOCS%%share/doc/smarty/manual/language.builtin.functions.html
57
%%PORTDOCS%%share/doc/smarty/manual/language.builtin.functions.html
57
%%PORTDOCS%%share/doc/smarty/manual/language.combining.modifiers.html
58
%%PORTDOCS%%share/doc/smarty/manual/language.combining.modifiers.html
Lines 91-97 Link Here
91
%%PORTDOCS%%share/doc/smarty/manual/language.variables.smarty.now.html
92
%%PORTDOCS%%share/doc/smarty/manual/language.variables.smarty.now.html
92
%%PORTDOCS%%share/doc/smarty/manual/language.variables.smarty.request.html
93
%%PORTDOCS%%share/doc/smarty/manual/language.variables.smarty.request.html
93
%%PORTDOCS%%share/doc/smarty/manual/language.variables.smarty.template.html
94
%%PORTDOCS%%share/doc/smarty/manual/language.variables.smarty.template.html
94
%%PORTDOCS%%share/doc/smarty/manual/overview.html
95
%%PORTDOCS%%share/doc/smarty/manual/plugins.block.functions.html
95
%%PORTDOCS%%share/doc/smarty/manual/plugins.block.functions.html
96
%%PORTDOCS%%share/doc/smarty/manual/plugins.compiler.functions.html
96
%%PORTDOCS%%share/doc/smarty/manual/plugins.compiler.functions.html
97
%%PORTDOCS%%share/doc/smarty/manual/plugins.functions.html
97
%%PORTDOCS%%share/doc/smarty/manual/plugins.functions.html
Lines 150-184 Link Here
150
%%PORTDOCS%%share/doc/smarty/manual/variable.show.info.include.html
150
%%PORTDOCS%%share/doc/smarty/manual/variable.show.info.include.html
151
%%PORTDOCS%%share/doc/smarty/manual/variable.trusted.dir.html
151
%%PORTDOCS%%share/doc/smarty/manual/variable.trusted.dir.html
152
%%PORTDOCS%%share/doc/smarty/manual/variable.undefined.html
152
%%PORTDOCS%%share/doc/smarty/manual/variable.undefined.html
153
%%PORTDOCS%%share/doc/smarty/manual/x1015.html
153
%%PORTDOCS%%share/doc/smarty/manual/variable.use.sub.dirs.html
154
%%PORTDOCS%%share/doc/smarty/manual/x1024.html
154
%%PORTDOCS%%share/doc/smarty/manual/what.is.smarty.html
155
%%PORTDOCS%%share/doc/smarty/manual/x1030.html
155
%%PORTDOCS%%share/doc/smarty/manual/x1066.html
156
%%PORTDOCS%%share/doc/smarty/manual/x1036.html
156
%%PORTDOCS%%share/doc/smarty/manual/x1075.html
157
%%PORTDOCS%%share/doc/smarty/manual/x1044.html
157
%%PORTDOCS%%share/doc/smarty/manual/x1081.html
158
%%PORTDOCS%%share/doc/smarty/manual/x1050.html
158
%%PORTDOCS%%share/doc/smarty/manual/x1087.html
159
%%PORTDOCS%%share/doc/smarty/manual/x1056.html
159
%%PORTDOCS%%share/doc/smarty/manual/x1094.html
160
%%PORTDOCS%%share/doc/smarty/manual/x1062.html
160
%%PORTDOCS%%share/doc/smarty/manual/x1100.html
161
%%PORTDOCS%%share/doc/smarty/manual/x1068.html
161
%%PORTDOCS%%share/doc/smarty/manual/x1106.html
162
%%PORTDOCS%%share/doc/smarty/manual/x1076.html
162
%%PORTDOCS%%share/doc/smarty/manual/x1112.html
163
%%PORTDOCS%%share/doc/smarty/manual/x234.html
163
%%PORTDOCS%%share/doc/smarty/manual/x1118.html
164
%%PORTDOCS%%share/doc/smarty/manual/x240.html
164
%%PORTDOCS%%share/doc/smarty/manual/x1126.html
165
%%PORTDOCS%%share/doc/smarty/manual/x246.html
165
%%PORTDOCS%%share/doc/smarty/manual/x270.html
166
%%PORTDOCS%%share/doc/smarty/manual/x252.html
166
%%PORTDOCS%%share/doc/smarty/manual/x276.html
167
%%PORTDOCS%%share/doc/smarty/manual/x282.html
167
%%PORTDOCS%%share/doc/smarty/manual/x288.html
168
%%PORTDOCS%%share/doc/smarty/manual/x288.html
168
%%PORTDOCS%%share/doc/smarty/manual/x316.html
169
%%PORTDOCS%%share/doc/smarty/manual/x330.html
169
%%PORTDOCS%%share/doc/smarty/manual/x346.html
170
%%PORTDOCS%%share/doc/smarty/manual/x358.html
170
%%PORTDOCS%%share/doc/smarty/manual/x379.html
171
%%PORTDOCS%%share/doc/smarty/manual/x388.html
171
%%PORTDOCS%%share/doc/smarty/manual/x385.html
172
%%PORTDOCS%%share/doc/smarty/manual/x421.html
172
%%PORTDOCS%%share/doc/smarty/manual/x421.html
173
%%PORTDOCS%%share/doc/smarty/manual/x456.html
173
%%PORTDOCS%%share/doc/smarty/manual/x427.html
174
%%PORTDOCS%%share/doc/smarty/manual/x484.html
174
%%PORTDOCS%%share/doc/smarty/manual/x462.html
175
%%PORTDOCS%%share/doc/smarty/manual/x512.html
175
%%PORTDOCS%%share/doc/smarty/manual/x497.html
176
%%PORTDOCS%%share/doc/smarty/manual/x518.html
176
%%PORTDOCS%%share/doc/smarty/manual/x525.html
177
%%PORTDOCS%%share/doc/smarty/manual/x557.html
177
%%PORTDOCS%%share/doc/smarty/manual/x553.html
178
%%PORTDOCS%%share/doc/smarty/manual/x563.html
178
%%PORTDOCS%%share/doc/smarty/manual/x559.html
179
%%PORTDOCS%%share/doc/smarty/manual/x598.html
180
%%PORTDOCS%%share/doc/smarty/manual/x604.html
179
%%PORTDOCS%%share/examples/smarty/configs/test.conf
181
%%PORTDOCS%%share/examples/smarty/configs/test.conf
180
%%PORTDOCS%%share/examples/smarty/index.php
182
%%PORTDOCS%%share/examples/smarty/index.php
181
%%PORTDOCS%%share/examples/smarty/templates/debug.tpl
182
%%PORTDOCS%%share/examples/smarty/templates/footer.tpl
183
%%PORTDOCS%%share/examples/smarty/templates/footer.tpl
183
%%PORTDOCS%%share/examples/smarty/templates/header.tpl
184
%%PORTDOCS%%share/examples/smarty/templates/header.tpl
184
%%PORTDOCS%%share/examples/smarty/templates/index.tpl
185
%%PORTDOCS%%share/examples/smarty/templates/index.tpl
Lines 186-192 Link Here
186
share/smarty/Smarty.class.php
187
share/smarty/Smarty.class.php
187
share/smarty/Smarty_Compiler.class.php
188
share/smarty/Smarty_Compiler.class.php
188
share/smarty/debug.tpl
189
share/smarty/debug.tpl
189
share/smarty/overlib.js
190
share/smarty/plugins/function.assign.php
190
share/smarty/plugins/function.assign.php
191
share/smarty/plugins/function.assign_debug_info.php
191
share/smarty/plugins/function.assign_debug_info.php
192
share/smarty/plugins/function.counter.php
192
share/smarty/plugins/function.counter.php

Return to bug 40468