Date: Mon, 20 Sep 2004 09:52:47 -0300 (BRT) From: Antônio Carlos Venâncio Júnior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/71936: New port: devel/pear-PHP_Compat Provides missing functionality for older versions of PHP Message-ID: <20040920125247.4309A20A22@corp.grupos.com.br> Resent-Message-ID: <200409201300.i8KD0evB022771@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71936 >Category: ports >Synopsis: New port: devel/pear-PHP_Compat Provides missing functionality for older versions of PHP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 20 13:00:40 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 5.3-BETA1 i386 >Organization: >Environment: System: FreeBSD antonio.grupos.com.br 5.3-BETA1 FreeBSD 5.3-BETA1 #4: Wed Aug 25 09:57:05 BRT 2004 root@antonio.grupos.com.br:/usr/src/sys/i386/compile/ANTONIO i386 >Description: PHP_Compat provides missing functionality in the form of Constants and Functions for older versions of PHP. http://pear.php.net/package/PHP_Compat >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pear-PHP_Compat # pear-PHP_Compat/Makefile # pear-PHP_Compat/distinfo # pear-PHP_Compat/pkg-descr # echo c - pear-PHP_Compat mkdir -p pear-PHP_Compat > /dev/null 2>&1 echo x - pear-PHP_Compat/Makefile sed 's/^X//' >pear-PHP_Compat/Makefile << 'END-of-pear-PHP_Compat/Makefile' X# Ports collection makefile for: pear-PHP_Compat X# Date created: 20 September 2004 X# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) X# X# $FreeBSD$ X# X XPORTNAME= PHP_Compat XPORTVERSION= 1.2.0 XCATEGORIES= devel www pear X XMAINTAINER= antonio@php.net XCOMMENT= Provides missing functionality for older versions of PHP X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= PHP XFILES= Compat.php Compat/Constant/E_STRICT.php Compat/Constant/PATH_SEPARATOR.php \ X Compat/Constant/STD.php Compat/Constant/FILE.php \ X Compat/Function/array_change_key_case.php Compat/Function/array_chunk.php \ X Compat/Function/array_combine.php Compat/Function/array_diff_assoc.php \ X Compat/Function/array_key_exists.php Compat/Function/array_search.php \ X Compat/Function/array_udiff.php Compat/Function/array_udiff_assoc.php \ X Compat/Function/array_udiff_uassoc.php \ X Compat/Function/array_uintersect_assoc.php \ X Compat/Function/array_uintersect_uassoc.php \ X Compat/Function/array_walk_recursive.php \ X Compat/Function/call_user_func_array.php Compat/Function/constant.php \ X Compat/Function/convert_uuencode.php Compat/Function/fprintf.php \ X Compat/Function/convert_uudecode.php Compat/Function/file_get_contents.php \ X Compat/Function/file_put_contents.php Compat/Function/get_include_path.php \ X Compat/Function/html_entity_decode.php Compat/Function/http_build_query.php \ X Compat/Function/image_type_to_mime_type.php Compat/Function/is_a.php \ X Compat/Function/ob_clean.php Compat/Function/ob_flush.php \ X Compat/Function/ob_get_clean.php Compat/Function/ob_get_flush.php \ X Compat/Function/php_strip_whitespace.php \ X Compat/Function/restore_include_path.php Compat/Function/scandir.php \ X Compat/Function/set_include_path.php Compat/Function/str_ireplace.php \ X Compat/Function/str_rot13.php Compat/Function/str_split.php \ X Compat/Function/str_shuffle.php Compat/Function/str_word_count.php \ X Compat/Function/stripos.php Compat/Function/strpbrk.php \ X Compat/Function/strripos.php Compat/Function/substr_compare.php \ X Compat/Function/var_export.php Compat/Function/version_compare.php \ X Compat/Function/vprintf.php Compat/Function/vsprintf.php XTESTS= loadconstant.phpt loadfunction.phpt function/array_change_key_case.phpt \ X function/array_chunk.phpt function/array_combine.phpt \ X function/array_diff_assoc.phpt function/array_key_exists.phpt \ X function/array_search.phpt function/array_udiff.phpt \ X function/array_udiff_assoc.phpt function/array_udiff_uassoc.phpt \ X function/array_uintersect.phpt function/array_uintersect_assoc.phpt \ X function/array_uintersect_uassoc.phpt function/array_walk_recursive.phpt \ X function/call_user_func_array.phpt function/constant.phpt \ X function/convert_uuencode.phpt function/convert_uudecode.phpt \ X function/file_get_contents.phpt function/file_put_contents.phpt \ X function/fprintf.phpt function/get_include_path.phpt \ X function/html_entity_decode.phpt function/http_build_query.phpt \ X function/image_type_to_mime_type.phpt function/is_a.phpt \ X function/ob_clean.phpt function/ob_flush.phpt function/ob_get_clean.phpt \ X function/ob_get_flush.phpt function/php_strip_whitespace.phpt \ X function/restore_include_path.phpt function/scandir.phpt \ X function/set_include_path.phpt function/str_ireplace.phpt \ X function/str_rot13.phpt function/str_split.phpt function/str_shuffle.phpt \ X function/str_word_count.phpt function/stripos.phpt function/strpbrk.phpt \ X function/strripos.phpt function/substr_compare.phpt function/var_export.phpt \ X function/version_compare.phpt function/vprintf.phpt function/vsprintf.phpt \ X constant/e_strict.phpt constant/file.phpt \ X constant/path_separator.phpt constant/std.phpt X X.include <bsd.port.pre.mk> X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include <bsd.port.post.mk> END-of-pear-PHP_Compat/Makefile echo x - pear-PHP_Compat/distinfo sed 's/^X//' >pear-PHP_Compat/distinfo << 'END-of-pear-PHP_Compat/distinfo' XMD5 (PEAR/PHP_Compat-1.2.0.tgz) = b7769ea24f2d7b3062946d22c220d7e0 XSIZE (PEAR/PHP_Compat-1.2.0.tgz) = 26168 END-of-pear-PHP_Compat/distinfo echo x - pear-PHP_Compat/pkg-descr sed 's/^X//' >pear-PHP_Compat/pkg-descr << 'END-of-pear-PHP_Compat/pkg-descr' XPHP_Compat provides missing functionality in the form of XConstants and Functions for older versions of PHP. X XWWW: http://pear.php.net/package/PHP_Compat/ END-of-pear-PHP_Compat/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040920125247.4309A20A22>