From antonio@digitalsign.com  Tue Mar 15 11:45:43 2005
Return-Path: <antonio@digitalsign.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 880A616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <antonio@php.net>
Reply-To: Antonio Carlos Venancio Junior <antonio@php.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: devel/pear-PHP_CompatInfo PEAR class to find out the minimum version and extensions required
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 15 11:50:02 GMT 2005
>Closed-Date:    Thu Mar 17 14:39:25 GMT 2005
>Last-Modified:  Thu Mar 17 14:39:25 GMT 2005
>Originator:     Antnio Carlos Venncio Jnior
>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 (<antonio@inf.ufsc.br>)
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 <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:
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 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Thu Mar 17 14:39:15 GMT 2005 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78860 
>Unformatted:
