From owner-cvs-all@FreeBSD.ORG Fri Oct 28 17:19:52 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 584D21065676; Fri, 28 Oct 2011 17:19:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F84A8FC0A; Fri, 28 Oct 2011 17:19:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9SHJqnq064413; Fri, 28 Oct 2011 17:19:52 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9SHJqwH064412; Fri, 28 Oct 2011 17:19:52 GMT (envelope-from sunpoet) Message-Id: <201110281719.p9SHJqwH064412@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 28 Oct 2011 17:19:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Data-Printer Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 17:19:52 -0000 sunpoet 2011-10-28 17:19:52 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Data-Printer Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Data-Printer 0.24 Data::Printer is meant to do one thing and one thing only: display Perl variables and objects on screen, properly formatted (to be inspected by a human). Here's what Data::Printer has to offer to Perl developers, out of the box: - Very sane defaults (I hope!) - Highly customizable (in case you disagree with me :) - Colored output by default - Human-friendly output, with array index and custom separators - Full object dumps including methods, inheritance and internals - Exposes extra information such as tainted data and weak references - Ability to easily create filters for objects and regular structures - Ability to load settings from a .dataprinter file so you don't have to write anything other than "use DDP;" in your code! WWW: http://search.cpan.org/dist/Data-Printer/ Revision Changes Path 1.4637 +1 -0 ports/devel/Makefile 1.1 +46 -0 ports/devel/p5-Data-Printer/Makefile (new) 1.1 +2 -0 ports/devel/p5-Data-Printer/distinfo (new) 1.1 +16 -0 ports/devel/p5-Data-Printer/pkg-descr (new) 1.1 +12 -0 ports/devel/p5-Data-Printer/pkg-plist (new)