ports/70222: Update Port: devel/p5-Data-TreeDumper 0.15 -> 0.16 (replaces previous update request ports/70180)
Aaron Dalton
aaron at daltons.ca
Mon Aug 9 16:40:24 UTC 2004
>Number: 70222
>Category: ports
>Synopsis: Update Port: devel/p5-Data-TreeDumper 0.15 -> 0.16 (replaces previous update request ports/70180)
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 09 16:40:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Aaron Dalton
>Release: FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD galan.daltons.ca 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sun Jun 27 22:48:19 MDT 2004 root at galan.daltons.ca:/usr/src/sys/i386/compile/GALAN i386
>Description:
This brings the port to version 0.16.
Changelog:
0.16 xxxx Sat July xxx 19:30:00 2004
CHANGED: documentation was checked by Aaron Dalton
ADDED: GLYPHS override
ADDED: QUOTE_HASH_KEYS override
>How-To-Repeat:
>Fix:
--- submission.txt begins here ---
diff -ruN /usr/ports/devel/p5-Data-TreeDumper/Makefile p5-Data-TreeDumper/Makefile
--- /usr/ports/devel/p5-Data-TreeDumper/Makefile Mon Aug 2 08:32:40 2004
+++ p5-Data-TreeDumper/Makefile Mon Aug 9 10:25:43 2004
@@ -2,11 +2,11 @@
# Date created: 1 August 2004
# Whom: Aaron Dalton <aaron at daltons.ca>
#
-# $FreeBSD: ports/devel/p5-Data-TreeDumper/Makefile,v 1.1 2004/08/02 14:32:40 mat Exp $
+# $FreeBSD$
#
PORTNAME= Data-TreeDumper
-PORTVERSION= 0.15
+PORTVERSION= 0.16
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
diff -ruN /usr/ports/devel/p5-Data-TreeDumper/distinfo p5-Data-TreeDumper/distinfo
--- /usr/ports/devel/p5-Data-TreeDumper/distinfo Mon Aug 2 08:32:40 2004
+++ p5-Data-TreeDumper/distinfo Mon Aug 9 10:25:43 2004
@@ -1,2 +1,2 @@
-MD5 (Data-TreeDumper-0.15.tar.gz) = 0b3c3db0806cc2a648364da79425fabf
-SIZE (Data-TreeDumper-0.15.tar.gz) = 17621
+MD5 (Data-TreeDumper-0.16.tar.gz) = bf4ae87af5690106efd50d4c88d7adf5
+SIZE (Data-TreeDumper-0.16.tar.gz) = 18120
diff -ruN /usr/ports/devel/p5-Data-TreeDumper/pkg-descr p5-Data-TreeDumper/pkg-descr
--- /usr/ports/devel/p5-Data-TreeDumper/pkg-descr Mon Aug 2 08:32:40 2004
+++ p5-Data-TreeDumper/pkg-descr Mon Aug 9 10:25:43 2004
@@ -1,9 +1,31 @@
Data::Dumper and other modules do a great job at dumping data structures.
Their output, however, often takes more brain power to understand than the
-data itself. When dumping big amounts of data, the output can be overwhelming
+data itself. When dumping large amounts of data, the output can be overwhelming
and it's difficult to see the relationship between each piece of the dumped
data. Data::TreeDumper also dumps data in a tree-like fashion but hopefully
in a format more easily understood.
+
+Data::TreeDumper also gives one extraordinary control over output and
+provides for custom filtering of and iteration over data structures.
+
+Unfiltered output example:
+title:
+ |- A [H1]
+ | |- a [H2]
+ | |- bbbbbb = CODE(0x8139fa0) [C3]
+ | |- c123 [C4 -> C3]
+ | `- d [R5]
+ | `- REF(0x8139fb8) [R5 -> C3]
+ |- ARRAY [A6]
+ | |- 0 [S7] = elment_1
+ | |- 1 [S8] = element_2
+ | `- 2 [S9] = element_3
+ `- C [H10]
+ `- b [H11]
+ `- a [H12]
+ |- a [H13]
+ |- b = CODE(0x81ab130) [C14]
+ `- c [S15] = 42
WWW: http://search.cpan.org/dist/Data-TreeDumper/
Author: Khemir Nadim ibn Hamouda <nadim at khemir.net>
--- submission.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list