Date: Wed, 24 Nov 2004 16:59:40 -0200 (BRST) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/74329: New port: devel/pear-Var_Dump Provides methods for dumping structured information about a variable Message-ID: <200411241859.iAOIxeh5083200@digitalsign.com> Resent-Message-ID: <200411241900.iAOJ0wug030780@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 24 19:00:58 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411241859.iAOIxeh5083200>