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

(-)pear-Var_Dump/Makefile (-6 / +12 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Var_Dump
8
PORTNAME=	Var_Dump
9
PORTVERSION=	1.0.1
9
PORTVERSION=	1.0.2
10
CATEGORIES=	devel www pear
10
CATEGORIES=	devel www pear
11
11
12
MAINTAINER=	antonio@php.net
12
MAINTAINER=	antonio@php.net
Lines 20-33 Link Here
20
		Var_Dump/Renderer/HTML4_Table.php Var_Dump/Renderer/HTML4_Text.php \
20
		Var_Dump/Renderer/HTML4_Table.php Var_Dump/Renderer/HTML4_Text.php \
21
		Var_Dump/Renderer/XHTML_Table.php Var_Dump/Renderer/XHTML_Text.php \
21
		Var_Dump/Renderer/XHTML_Table.php Var_Dump/Renderer/XHTML_Text.php \
22
		Var_Dump/Renderer/XML.php
22
		Var_Dump/Renderer/XML.php
23
DOCS=		example-1.php example-2.php example-3.php example-4.php example-5.php \
23
EXAMPLES=	example-1.php example-2.php example-3.php example-4.php example-5.php \
24
		example-6.php
24
		example-6.php
25
DATA=		renderer-xml.dtd memory-usage.txt
25
DATA=		renderer-xml.dtd memory-usage.txt
26
TESTS=		test.php
26
TESTS=		bug1321.phpt bug490.phpt bug3396.phpt bug3416.phpt ignore-list.phpt \
27
		renderer-html4_table.phpt renderer-html4_text.phpt renderer-table.phpt \
28
		renderer-text.phpt renderer-xhtml_table.phpt renderer-xhtml_text.phpt \
29
		renderer-xml.phpt text-compact_mode.phpt text-normal_mode.phpt \
30
		text-wide_mode.phpt toString-array.phpt toString-bool.phpt \
31
		toString-float.phpt toString-int.phpt toString-null.phpt \
32
		toString-object.phpt toString-resource.phpt
33
_EXAMPLESDIR=	docs
27
34
28
_DOCSDIR=	.
35
post-extract:
29
_TESTSDIR=	.
36
	${MV} ${WRKSRC}/php/* ${WRKSRC}
30
_DATADIR=	.
31
37
32
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
33
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
39
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
(-)pear-Var_Dump/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/Var_Dump-1.0.1.tgz) = ee4a176bec0bbf3c2111377e3e17499f
1
MD5 (PEAR/Var_Dump-1.0.2.tgz) = 68e55d06868baf3189442d0eb5ee1401
2
SIZE (PEAR/Var_Dump-1.0.1.tgz) = 14843
2
SIZE (PEAR/Var_Dump-1.0.2.tgz) = 16188

Return to bug 77318