From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 15 11:50:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BBAD16A4CE for ; Tue, 15 Mar 2005 11:50:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0DF243D4C for ; Tue, 15 Mar 2005 11:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2FBo26L015613 for ; Tue, 15 Mar 2005 11:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2FBo2dx015612; Tue, 15 Mar 2005 11:50:02 GMT (envelope-from gnats) Resent-Date: Tue, 15 Mar 2005 11:50:02 GMT Resent-Message-Id: <200503151150.j2FBo2dx015612@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 880A616A4CE for ; Tue, 15 Mar 2005 11:45:43 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46DD343D60 for ; Tue, 15 Mar 2005 11:45:42 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j2FBjfCP013695 for ; Tue, 15 Mar 2005 08:45:41 -0300 (BRT) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j2FBjeWT013694; Tue, 15 Mar 2005 08:45:40 -0300 (BRT) Message-Id: <200503151145.j2FBjeWT013694@digitalsign.com> Date: Tue, 15 Mar 2005 08:45:40 -0300 (BRT) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/78860: New port: devel/pear-PHP_CompatInfo PEAR class to find out the minimum version and extensions required X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 11:50:03 -0000 >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@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 () X# X# $FreeBSD$ X# X XPORTNAME= PHP_CompatInfo XPORTVERSION= 1.0.0 XCATEGORIES= devel pear X XMAINTAINER= antonio@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 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 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: