From owner-cvs-all@FreeBSD.ORG Sat Nov 27 05:28:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB82016A4CE; Sat, 27 Nov 2004 05:28:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B3F43D5C; Sat, 27 Nov 2004 05:28:19 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAR5SJCl077317; Sat, 27 Nov 2004 05:28:19 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAR5SJZO077316; Sat, 27 Nov 2004 05:28:19 GMT (envelope-from edwin) Message-Id: <200411270528.iAR5SJZO077316@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 27 Nov 2004 05:28:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/pear-Var_Dump Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Nov 2004 05:28:19 -0000 edwin 2004-11-27 05:28:19 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-Var_Dump Makefile distinfo pkg-descr Log: New port: devel/pear-Var_Dump Provides methods for dumping structured information about a variable 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, * ... PR: ports/74329 Submitted by: Antônio Carlos Venâncio Júnior Revision Changes Path 1.1747 +1 -0 ports/devel/Makefile 1.1 +34 -0 ports/devel/pear-Var_Dump/Makefile (new) 1.1 +2 -0 ports/devel/pear-Var_Dump/distinfo (new) 1.1 +16 -0 ports/devel/pear-Var_Dump/pkg-descr (new)