Bug 140277 - New port: devel/p5-Devel-Size-Report - extension to generate a size report for all elements in a structure
Summary: New port: devel/p5-Devel-Size-Report - extension to generate a size report fo...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 21:30 UTC by Alexey Degtyarev
Modified: 2009-11-05 08:00 UTC (History)
0 users

See Also:


Attachments
p5-Devel-Size-Report.shar (3.06 KB, text/plain)
2009-11-04 21:30 UTC, Alexey Degtyarev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Degtyarev 2009-11-04 21:30:06 UTC
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/
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-11-05 07:55:33 UTC
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 <alexey@renatasystems.org>
  
  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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Wen Heping freebsd_committer freebsd_triage 2009-11-05 07:56:23 UTC
State Changed
From-To: open->closed

New port added. Thanks!