ports/78860: New port: devel/pear-PHP_CompatInfo PEAR class to find out the minimum version and extensions required

Antonio Carlos Venancio Junior antonio at php.net
Tue Mar 15 11:50:03 UTC 2005


>Number:         78860
>Category:       ports
>Synopsis:       New port: devel/pear-PHP_CompatInfo PEAR class to find out the minimum version and extensions required
>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:   Tue Mar 15 11:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Antônio Carlos Venâncio Júnior
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #5: Tue Feb 22 17:32:18 BRT 2005     root at antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO  i386
>Description:
New port: devel/pear-PHP_CompatInfo PEAR class to find out the minimum version and extensions required

PEAR::PHP_CompatInfo will parse a file/folder/script/array to find out the
minimum version and extensions required for it to run. Features advanced
debug output which shows which functions require which version and CLI
output script.
>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_CompatInfo
#	pear-PHP_CompatInfo/Makefile
#	pear-PHP_CompatInfo/distinfo
#	pear-PHP_CompatInfo/pkg-descr
#
echo c - pear-PHP_CompatInfo
mkdir -p pear-PHP_CompatInfo > /dev/null 2>&1
echo x - pear-PHP_CompatInfo/Makefile
sed 's/^X//' >pear-PHP_CompatInfo/Makefile << 'END-of-pear-PHP_CompatInfo/Makefile'
X# Ports collection makefile for:  pear-PHP_CompatInfo
X# Date created:			  15 March 2005
X# Whom:				  Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	PHP_CompatInfo
XPORTVERSION=	1.0.0
XCATEGORIES=	devel pear
X
XMAINTAINER=	antonio at php.net
XCOMMENT=	PEAR class to find out the minimum version and extensions required
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_PHP=	tokenizer
X
XCATEGORY=	PHP
XFILES=		CompatInfo/Cli.php CompatInfo.php
XDOCS=		examples/checkConstants.php examples/Cli.php examples/cliOutput.txt \
X		examples/parseArray.php examples/parseDir.php examples/parseFile.php \
X		examples/parseString.php media/background.png media/empty.png \
X		media/style.css PHP_CompatInfo/PHP_CompatInfo.html \
X		PHP_CompatInfo/PHP_CompatInfo_Cli.html \
X		PHP_CompatInfo/_CompatInfo_CompatInfo_Cli_php.html \
X		PHP_CompatInfo/_CompatInfo_CompatInfo_php.html \
X		PHP_CompatInfo/_CompatInfo_data_const_array_php.html \
X		PHP_CompatInfo/_CompatInfo_data_func_array_php.html \
X		PHP_CompatInfo/_CompatInfo_data_token_array_php.html \
X		PHP_CompatInfo/_CompatInfo_docs_examples_checkConstants_php.html \
X		PHP_CompatInfo/_CompatInfo_docs_examples_Cli_php.html \
X		PHP_CompatInfo/_CompatInfo_docs_examples_parseArray_php.html \
X		PHP_CompatInfo/_CompatInfo_docs_examples_parseDir_php.html \
X		PHP_CompatInfo/_CompatInfo_docs_examples_parseFile_php.html \
X		PHP_CompatInfo/_CompatInfo_docs_examples_parseString_php.html \
X		PHP_CompatInfo/_CompatInfo_package_php.html \
X		PHP_CompatInfo/_CompatInfo_scripts_updateVersionInfo_php.html \
X		__examplesource/exsource_ar_PHP_CompatInfo_docs_examples_checkConstants.php_cb2bb84fe2e617c3585b861431bf7b91.html \
X		__examplesource/exsource_cvs_pear_PHP_CompatInfo_docs_examples_parseDir.php_58b8884c168f5711b2067a637f8b9d99.html \
X		__examplesource/exsource_s_pear_PHP_CompatInfo_docs_examples_parseArray.php_e8985f384f5d7ebe7d4a6377c9a484bf.html \
X		__examplesource/exsource_vs_pear_PHP_CompatInfo_docs_examples_parseFile.php_0bae5aabc7473b93eabd04e4cce4a70c.html \
X		__examplesource/exsource__pear_PHP_CompatInfo_docs_examples_parseString.php_8f8087f701e8c04f5b215035957e357c.html \
X		__examplesource/exsource__php-cvs_pear_PHP_CompatInfo_docs_examples_Cli.php_4570e866d6e54d3b460127e2df0f2ab7.html \
X		__filesource/fsource_PHP_CompatInfo__CompatInfo.php.html __filesource/fsource_PHP_CompatInfo__CompatInfoCli.php.html \
X		__filesource/fsource_PHP_CompatInfo__dataconst_array.php.html __filesource/fsource_PHP_CompatInfo__datafunc_array.php.html \
X		__filesource/fsource_PHP_CompatInfo__datatoken_array.php.html __filesource/fsource_PHP_CompatInfo__docsexamplescheckConstants.php.html \
X		__filesource/fsource_PHP_CompatInfo__docsexamplesCli.php.html __filesource/fsource_PHP_CompatInfo__docsexamplesparseArray.php.html \
X		__filesource/fsource_PHP_CompatInfo__docsexamplesparseDir.php.html __filesource/fsource_PHP_CompatInfo__docsexamplesparseFile.php.html \
X		__filesource/fsource_PHP_CompatInfo__docsexamplesparseString.php.html __filesource/fsource_PHP_CompatInfo__package.php.html \
X		__filesource/fsource_PHP_CompatInfo__scriptsupdateVersionInfo.php.html classtrees_PHP_CompatInfo.html elementindex.html \
X		elementindex_PHP_CompatInfo.html errors.html index.html li_PHP_CompatInfo.html
XDATA=		package2.xml
X_DATADIR=	.
X
XLATEST_LINK=	pear-PHP_CompatInfo
XOPTIONS=	PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_PEAR_CONSOLE_TABLE)
XRUN_DEPENDS+=	${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
X.endif
X
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-PHP_CompatInfo/Makefile
echo x - pear-PHP_CompatInfo/distinfo
sed 's/^X//' >pear-PHP_CompatInfo/distinfo << 'END-of-pear-PHP_CompatInfo/distinfo'
XMD5 (PEAR/PHP_CompatInfo-1.0.0.tgz) = 70e59ff39788d96b767b377840a3aaeb
XSIZE (PEAR/PHP_CompatInfo-1.0.0.tgz) = 139244
END-of-pear-PHP_CompatInfo/distinfo
echo x - pear-PHP_CompatInfo/pkg-descr
sed 's/^X//' >pear-PHP_CompatInfo/pkg-descr << 'END-of-pear-PHP_CompatInfo/pkg-descr'
XPEAR::PHP_CompatInfo will parse a file/folder/script/array to find out the
Xminimum version and extensions required for it to run. Features advanced
Xdebug output which shows which functions require which version and CLI
Xoutput script.
X
XWWW: http://pear.php.net/package/PHP_CompatInfo/
END-of-pear-PHP_CompatInfo/pkg-descr
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list