From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 17 12:06:56 2005 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17E2216A4CE; Thu, 17 Mar 2005 12:06:56 +0000 (GMT) Received: from ceres.inf.ufsc.br (ns2.inf.ufsc.br [150.162.60.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3FDA43D60; Thu, 17 Mar 2005 12:06:54 +0000 (GMT) (envelope-from antonio@php.net) Received: from localhost (netuno.inf.ufsc.br [150.162.60.11]) (INE/CTC/UFSC)) with ESMTP id 096002E443; Thu, 17 Mar 2005 09:06:52 -0300 (BRT) Received: from netuno.inf.ufsc.br ([127.0.0.1]) by localhost (netuno [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02745-09; Thu, 17 Mar 2005 09:06:51 -0300 (BRST) Received: from [10.1.1.191] (unknown [200.193.29.198]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested)(INE/CTC/UFSC)) with ESMTP id 3C33676145; Thu, 17 Mar 2005 09:06:51 -0300 (BRST) Message-ID: <423972D8.7020506@php.net> Date: Thu, 17 Mar 2005 09:06:48 -0300 From: =?ISO-8859-1?Q?Ant=F4nio_Carlos_Ven=E2ncio_J=FAnior?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050315) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pav Lucistnik References: <200503162131.j2GLVMRO007243@freefall.freebsd.org> In-Reply-To: <200503162131.j2GLVMRO007243@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------040704090605000302090807" X-Virus-Scanned: by amavisd-new at inf.ufsc.br cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: 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@php.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 12:06:56 -0000 This is a multi-part message in MIME format. --------------040704090605000302090807 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Pav, the package was modified. Here goes the updated shar file. Pav Lucistnik wrote: > Synopsis: New port: devel/pear-PHP_CompatInfo PEAR class to find out the minimum version and extensions required > > State-Changed-From-To: open->feedback > State-Changed-By: pav > State-Changed-When: Wed Mar 16 21:31:04 GMT 2005 > State-Changed-Why: > Does not fetch right now: > > => PHP_CompatInfo-1.0.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. > => Attempting to fetch from http://pear.php.net/get/. > fetch: http://pear.php.net/get/PHP_CompatInfo-1.0.0.tgz: size mismatch: expected 139244, actual 136544 > > > > Responsible-Changed-From-To: freebsd-ports-bugs->pav > Responsible-Changed-By: pav > Responsible-Changed-When: Wed Mar 16 21:31:04 GMT 2005 > Responsible-Changed-Why: > Track > > http://www.freebsd.org/cgi/query-pr.cgi?pr=78860 > -- Ate' Antonio echo antonio php net | sed 's/ /@/;s/ /./g' FreeBSD/OpenBSD | PHP/MySQL | PGP Key ID 0x5BBEB073 "Can't buy what I want because its FREE!" - Pearl Jam --------------040704090605000302090807 Content-Type: text/plain; name="PHP_CompatInfo.shar" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="PHP_CompatInfo.shar" # 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= media/background.png media/empty.png media/style.css \ X PHP_CompatInfo/PHP_CompatInfo.html 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 \ X __filesource/fsource_PHP_CompatInfo__CompatInfoCli.php.html \ X __filesource/fsource_PHP_CompatInfo__dataconst_array.php.html \ X __filesource/fsource_PHP_CompatInfo__datafunc_array.php.html \ X __filesource/fsource_PHP_CompatInfo__datatoken_array.php.html \ X __filesource/fsource_PHP_CompatInfo__docsexamplescheckConstants.php.html \ X __filesource/fsource_PHP_CompatInfo__docsexamplesCli.php.html \ X __filesource/fsource_PHP_CompatInfo__docsexamplesparseArray.php.html \ X __filesource/fsource_PHP_CompatInfo__docsexamplesparseDir.php.html \ X __filesource/fsource_PHP_CompatInfo__docsexamplesparseFile.php.html \ X __filesource/fsource_PHP_CompatInfo__docsexamplesparseString.php.html \ X __filesource/fsource_PHP_CompatInfo__package.php.html \ X __filesource/fsource_PHP_CompatInfo__scriptsupdateVersionInfo.php.html \ X classtrees_PHP_CompatInfo.html elementindex.html \ X elementindex_PHP_CompatInfo.html errors.html index.html \ X li_PHP_CompatInfo.html XEXAMPLES= checkConstants.php Cli.php cliOutput.txt parseArray.php parseDir.php \ X parseFile.php parseString.php XDATA= const_array.php func_array.php updateVersionInfo.php X_EXAMPLESDIR= docs/examples X XLATEST_LINK= pear-PHP_CompatInfo XOPTIONS= PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off X Xpost-extract: X @${MV} ${WRKSRC}/scripts/* ${WRKSRC}/data 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) = ede40f01b25e76ddc87beed18adc7065 XSIZE (PEAR/PHP_CompatInfo-1.0.0.tgz) = 136544 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 --------------040704090605000302090807--