summaryrefslogtreecommitdiff
path: root/devel/pear-PHP_Compat/Makefile
blob: 744e92cc816d3b9743317b133fb65f9e816c47a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Ports collection makefile for:  pear-PHP_Compat
# Date created:			  22 November 2004
# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#

PORTNAME=	PHP_Compat
PORTVERSION=	1.5.0
CATEGORIES=	devel www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Provides missing functionality for older versions of PHP

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:=	${BUILD_DEPENDS}

PORTSCOUT=	skipv:1.6.0a1,1.6.0a2

CATEGORY=	PHP
FILES=		Compat.php Compat/Components.php \
		Compat/Constant/DIRECTORY_SEPARATOR.php \
		Compat/Constant/E_STRICT.php Compat/Constant/PATH_SEPARATOR.php \
		Compat/Constant/STD.php Compat/Constant/FILE.php \
		Compat/Constant/PHP_EOL.php Compat/Constant/UPLOAD_ERR.php \
		Compat/Constant/T.php Compat/Function/array_change_key_case.php \
		Compat/Function/array_chunk.php \
		Compat/Function/array_combine.php \
		Compat/Function/array_diff_assoc.php \
		Compat/Function/array_diff_key.php \
		Compat/Function/array_diff_uassoc.php \
		Compat/Function/array_diff_ukey.php \
		Compat/Function/array_intersect_assoc.php \
		Compat/Function/array_intersect_key.php \
		Compat/Function/array_intersect_uassoc.php \
		Compat/Function/array_intersect_ukey.php \
		Compat/Function/array_key_exists.php \
		Compat/Function/array_search.php \
		Compat/Function/array_udiff.php \
		Compat/Function/array_udiff_assoc.php \
		Compat/Function/array_udiff_uassoc.php \
		Compat/Function/array_uintersect.php \
		Compat/Function/array_uintersect_assoc.php \
		Compat/Function/array_uintersect_uassoc.php \
		Compat/Function/array_walk_recursive.php \
		Compat/Function/call_user_func_array.php \
		Compat/Function/clone.php Compat/Function/constant.php \
		Compat/Function/convert_uuencode.php \
		Compat/Function/convert_uudecode.php \
		Compat/Function/debug_print_backtrace.php \
		Compat/Function/file_get_contents.php \
		Compat/Function/file_put_contents.php \
		Compat/Function/floatval.php Compat/Function/fprintf.php \
		Compat/Function/fputcsv.php Compat/Function/get_headers.php \
		Compat/Function/get_include_path.php \
		Compat/Function/html_entity_decode.php \
		Compat/Function/htmlspecialchars_decode.php \
		Compat/Function/http_build_query.php \
		Compat/Function/ibase_timefmt.php \
		Compat/Function/image_type_to_mime_type.php \
		Compat/Function/ini_get_all.php Compat/Function/is_a.php \
		Compat/Function/md5_file.php Compat/Function/mhash.php \
		Compat/Function/ob_clean.php Compat/Function/ob_flush.php \
		Compat/Function/ob_get_clean.php \
		Compat/Function/ob_get_flush.php \
		Compat/Function/php_strip_whitespace.php \
		Compat/Function/pg_affected_rows.php \
		Compat/Function/pg_escape_bytea.php \
		Compat/Function/pg_unescape_bytea.php \
		Compat/Function/restore_include_path.php \
		Compat/Function/scandir.php \
		Compat/Function/set_include_path.php \
		Compat/Function/str_ireplace.php \
		Compat/Function/str_rot13.php Compat/Function/str_split.php \
		Compat/Function/str_shuffle.php \
		Compat/Function/str_word_count.php \
		Compat/Function/stripos.php Compat/Function/strpbrk.php \
		Compat/Function/strripos.php \
		Compat/Function/substr_compare.php \
		Compat/Function/var_export.php \
		Compat/Function/version_compare.php \
		Compat/Function/vprintf.php Compat/Function/vsprintf.php
TESTS=		loadconstant.phpt loadfunction.phpt loadversion.phpt \
		constant/directory_separator.phpt constant/e_strict.phpt \
		constant/file.phpt constant/path_separator.phpt \
		constant/std.phpt constant/php_eol.phpt \
		constant/upload_err.phpt constant/t.phpt \
		function/array_change_key_case.phpt \
		function/array_chunk.phpt function/array_combine.phpt \
		function/array_diff_assoc.phpt \
		function/array_diff_uassoc.phpt \
		function/array_diff_key.phpt \
		function/array_diff_ukey.phpt \
		function/array_intersect_assoc.phpt \
		function/array_intersect_key.phpt \
		function/array_intersect_uassoc.phpt \
		function/array_intersect_ukey.phpt \
		function/array_key_exists.phpt \
		function/array_search.phpt function/array_udiff.phpt \
		function/array_udiff_assoc.phpt \
		function/array_udiff_uassoc.phpt \
		function/array_uintersect.phpt \
		function/array_uintersect_assoc.phpt \
		function/array_uintersect_uassoc.phpt \
		function/array_walk_recursive.phpt \
		function/call_user_func_array.phpt function/clone.phpt \
		function/constant.phpt function/convert_uuencode.phpt \
		function/convert_uudecode.phpt \
		function/debug_print_backtrace.phpt \
		function/file_get_contents.phpt \
		function/file_put_contents.phpt function/floatval.phpt \
		function/fprintf.phpt function/fputcsv.phpt \
		function/get_headers.phpt function/get_include_path.phpt \
		function/html_entity_decode.phpt \
		function/htmlspecialchars_decode.phpt \
		function/http_build_query.phpt \
		function/ibase_timefmt.phpt \
		function/image_type_to_mime_type.phpt \
		function/ini_get_all.phpt function/is_a.phpt \
		function/md5_file.phpt function/mhash.phpt \
		function/ob_clean.phpt function/ob_flush.phpt \
		function/ob_get_clean.phpt function/ob_get_flush.phpt \
		function/php_strip_whitespace.phpt \
		function/pg_affected_rows.phpt \
		function/pg_escape_bytea.phpt \
		function/pg_unescape_bytea.phpt \
		function/restore_include_path.phpt function/scandir.phpt \
		function/set_include_path.phpt function/str_ireplace.phpt \
		function/str_rot13.phpt function/str_split.phpt \
		function/str_shuffle.phpt function/str_word_count.phpt \
		function/stripos.phpt function/strpbrk.phpt \
		function/strripos.phpt function/substr_compare.phpt \
		function/var_export.phpt function/version_compare.phpt \
		function/vprintf.phpt function/vsprintf.phpt

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>