From owner-cvs-all@FreeBSD.ORG Thu Nov 5 07:55:25 2009 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 6AB14106566B; Thu, 5 Nov 2009 07:55:25 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A4C18FC16; Thu, 5 Nov 2009 07:55:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nA57tN7I075140; Thu, 5 Nov 2009 07:55:23 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nA57tNWt075139; Thu, 5 Nov 2009 07:55:23 GMT (envelope-from wen) Message-Id: <200911050755.nA57tNWt075139@repoman.freebsd.org> From: Wen Heping Date: Thu, 5 Nov 2009 07:55:23 +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-Devel-Size-Report 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: Thu, 05 Nov 2009 07:55:25 -0000 wen 2009-11-05 07:55:23 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Devel-Size-Report Makefile distinfo pkg-descr pkg-plist Log: Devel::Size can only report the size of a single element or the total size of a structure (array, hash etc). This module enhances Devel::Size by giving you the ability to generate a full size report for each element in a structure. You have full control over how the generated text report looks like, and where you want to output it. In addition, the method track_size allows you to get at the raw data that is used to generate the report for even more flexibility. WWW: http://search.cpan.org/dist/Devel-Size-Report/ PR: ports/140277 Submitted by: Alexey V.Degtyarev Revision Changes Path 1.3682 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/p5-Devel-Size-Report/Makefile (new) 1.1 +3 -0 ports/devel/p5-Devel-Size-Report/distinfo (new) 1.1 +9 -0 ports/devel/p5-Devel-Size-Report/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Devel-Size-Report/pkg-plist (new)