From antonio@digitalsign.com  Wed Nov 24 18:59:44 2004
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 B759716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Nov 2004 18:59:44 +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 847D643D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Nov 2004 18:59:43 +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 iAOIxfI5083201
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Nov 2004 16:59:41 -0200 (BRST)
	(envelope-from antonio@digitalsign.com)
Received: (from antonio@localhost)
	by digitalsign.com (8.12.6/8.12.6/Submit) id iAOIxeh5083200;
	Wed, 24 Nov 2004 16:59:40 -0200 (BRST)
Message-Id: <200411241859.iAOIxeh5083200@digitalsign.com>
Date: Wed, 24 Nov 2004 16:59:40 -0200 (BRST)
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-Var_Dump Provides methods for dumping structured information about a variable
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74329
>Category:       ports
>Synopsis:       New port: devel/pear-Var_Dump Provides methods for dumping structured information about a variable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 24 19:00:58 GMT 2004
>Closed-Date:    Sat Nov 27 05:28:18 GMT 2004
>Last-Modified:  Sat Nov 27 05:28:18 GMT 2004
>Originator:     Antnio Carlos Venncio Jnior
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #2: Tue Nov  9 10:03:13 BRST 2004     root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO  i386
>Description:
New port: devel/pear-Var_Dump

The Var_Dump class is a wrapper for the var_dump function.

The var_dump function displays structured information about expressions that
includes its type and value. Arrays are explored recursively with values
indented to show structure.

The Var_Dump class captures the output of the var_dump function, by using output
control functions, and then uses external renderer classes for displaying the
result in various graphical ways:
* Simple text,
* HTML/XHTML text,
* HTML/XHTML table,
* XML,
* ...
>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-Var_Dump
#	pear-Var_Dump/distinfo
#	pear-Var_Dump/pkg-descr
#	pear-Var_Dump/Makefile
#
echo c - pear-Var_Dump
mkdir -p pear-Var_Dump > /dev/null 2>&1
echo x - pear-Var_Dump/distinfo
sed 's/^X//' >pear-Var_Dump/distinfo << 'END-of-pear-Var_Dump/distinfo'
XMD5 (PEAR/Var_Dump-1.0.1.tgz) = ee4a176bec0bbf3c2111377e3e17499f
XSIZE (PEAR/Var_Dump-1.0.1.tgz) = 14843
END-of-pear-Var_Dump/distinfo
echo x - pear-Var_Dump/pkg-descr
sed 's/^X//' >pear-Var_Dump/pkg-descr << 'END-of-pear-Var_Dump/pkg-descr'
XThe Var_Dump class is a wrapper for the var_dump function.
X
XThe var_dump function displays structured information about expressions that
Xincludes its type and value. Arrays are explored recursively with values
Xindented to show structure.
X
XThe Var_Dump class captures the output of the var_dump function, by using output
Xcontrol functions, and then uses external renderer classes for displaying the
Xresult in various graphical ways:
X* Simple text,
X* HTML/XHTML text,
X* HTML/XHTML table,
X* XML,
X* ...
X
XWWW: http://pear.php.net/package/Var_Dump/
END-of-pear-Var_Dump/pkg-descr
echo x - pear-Var_Dump/Makefile
sed 's/^X//' >pear-Var_Dump/Makefile << 'END-of-pear-Var_Dump/Makefile'
X# Ports collection makefile for:  pear-Var_Dump
X# Date created:			  24 November 2004
X# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Var_Dump
XPORTVERSION=	1.0.1
XCATEGORIES=	devel www pear
X
XMAINTAINER=	antonio@php.net
XCOMMENT=	Provides methods for dumping structured information about a variable
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XFILES=		Var_Dump.php Var_Dump/Renderer.php Var_Dump/Renderer/Common.php \
X		Var_Dump/Renderer/Text.php Var_Dump/Renderer/Table.php \
X		Var_Dump/Renderer/HTML4_Table.php Var_Dump/Renderer/HTML4_Text.php \
X		Var_Dump/Renderer/XHTML_Table.php Var_Dump/Renderer/XHTML_Text.php \
X		Var_Dump/Renderer/XML.php
XDOCS=		example-1.php example-2.php example-3.php example-4.php example-5.php \
X		example-6.php
XDATA=		renderer-xml.dtd memory-usage.txt
XTESTS=		test.php
X
X_DOCSDIR=	.
X_TESTSDIR=	.
X_DATADIR=	.
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-Var_Dump/Makefile
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Nov 27 05:27:40 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

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