Port details |
- p5-Data-TreeDumper Dumps a data structure in a tree fashion
- 0.40_2 devel
=3 0.40_2Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2004-08-02 15:31:05
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-Tree-Simple-VisitorFactory, p5-Algorithm-C3, p5-Tie-EncryptedHash, screen, p5-Time-Piece
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- 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 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.
WWW: https://metacpan.org/release/Data-TreeDumper
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Data-TreeDumper>0:devel/p5-Data-TreeDumper
- To install the port:
- cd /usr/ports/devel/p5-Data-TreeDumper/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Data-TreeDumper
- pkg install p5-Data-TreeDumper
- PKGNAME: p5-Data-TreeDumper
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Data-TreeDumper-0.40.tar.gz) = 9e618577a79601785b375b121c0c31a97803bf6f257b5777dbe24fc7dec73c20
SIZE (Data-TreeDumper-0.40.tar.gz) = 27843
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Check-ISA>=0 : devel/p5-Check-ISA
- p5-Devel-Size>=0 : devel/p5-Devel-Size
- p5-Sort-Naturally>=0 : textproc/p5-Sort-Naturally
- p5-Term-Size>=0 : devel/p5-Term-Size
- p5-Text-Tabs+Wrap>=0 : textproc/p5-Text-Tabs+Wrap
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Check-ISA>=0 : devel/p5-Check-ISA
- p5-Devel-Size>=0 : devel/p5-Devel-Size
- p5-Sort-Naturally>=0 : textproc/p5-Sort-Naturally
- p5-Term-Size>=0 : devel/p5-Term-Size
- p5-Text-Tabs+Wrap>=0 : textproc/p5-Text-Tabs+Wrap
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Data-HexDump-Range
- devel/p5-Data-TreeDumper-Renderer-GTK
- devel/p5-Directory-Scratch-Structured
- devel/p5-Eval-Context
- finance/p5-Finance-QuoteTW
- www/p5-Data-TreeDumper-Renderer-DHTML
- for Run
-
- devel/p5-Data-HexDump-Range
- devel/p5-Data-TreeDumper-Renderer-GTK
- devel/p5-Directory-Scratch-Structured
- devel/p5-Eval-Context
- finance/p5-Finance-QuoteTW
- www/p5-Data-TreeDumper-Renderer-DHTML
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Data-TreeDumper
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.40_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.40_2
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.40_2
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.40_2
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.40_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
13 Jun 2015 13:56:55
0.40_2
|
sunpoet  |
- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST
- Pass maintainership to perl@ |
12 Jun 2015 20:58:14
0.40_2
|
erwin  |
Reset dhn's ports
PR: 197522
Submitted by: jbeich
Approved by: portmgr |
02 Mar 2015 23:21:08
0.40_2
|
bapt  |
Remove Author from pkg-descr and white space fixes |
26 Nov 2014 13:08:38
0.40_2
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 10:55:59
0.40_1
|
bapt  |
Cleanup plist |
06 Mar 2014 18:51:18
0.40_1
|
sunpoet  |
- Remove outdated PERL_LEVEL check
With hat: perl |
05 Feb 2014 13:45:39
0.40_1
|
miwi  |
- Stage support |
20 Sep 2013 17:13:47
0.40_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
16 Sep 2013 10:28:33
0.40_1
|
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
15 Mar 2013 09:56:17
0.40_1
|
bapt  |
Do not remove directories not owned by the port |
19 Nov 2012 13:29:25
0.40_1
|
az  |
Add required dependency for perl >= 5.14
PR: ports/167528
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
Approved by: maintainer (timeout)
Feature safe: yes |
30 Jun 2012 14:07:27
0.40
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
21 Jan 2012 17:40:15
0.40
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
24 Oct 2011 09:11:38
0.40
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
24 Oct 2011 04:17:38
0.40
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
11 Jun 2011 13:30:30
0.40
|
dhn  |
- Update to 0.40 |
18 May 2011 20:08:00
0.39
|
dhn  |
- Update to 0.39 |
27 Mar 2011 07:14:26
0.37_1
|
dhn  |
- Remove MD5 checksum
- Bump PORTREVISION
- Fix the wrong depend
PR: ports/155731
Submitted by: chinsan@ |
25 Jan 2010 14:51:08
0.37
|
dhn  |
- Update to 0.37 |
06 Mar 2009 18:14:36
0.35
|
dhn  |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor) |
08 Nov 2008 20:17:36
0.35
|
miwi  |
- Update to 0.35
- Pass maintainership to submitter
PR: 128697
Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) |
29 Apr 2008 05:27:10
0.33
|
linimon  |
Reset aaron's port maintainerships due to many maintainer-timeouts. |
17 Apr 2008 14:30:31
0.33
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
08 Sep 2007 00:56:04
0.33
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
11 Feb 2007 09:21:14
0.33
|
erwin  |
- Update to 0.33
- Make pkg-descr shorter
PR: 107474
Submitted by: chinsan
Approved by: maintainer timeout |
14 May 2006 14:46:41
0.31
|
aaron  |
- Updated from 0.27 to 0.31
0.31
FIXED: DTD wouldn't iterate in terminal node (hashes, arrays without
elements are terminal)
ADDED: filter argument ($setup->{FILTER_ARGUMENT})
ADDED: path elements ($setup->{__PATH_ELEMENTS})
ADDED: $setup->{__PATH_ELEMENTS} example to filter.pl
ADDED: scalar_and_origine.pl
0.30
ADDED: Accept scalar variables
ADDED: documentation for $Data::TreeDumper::Displaycallerlocation
ADDED: PrintTree and display of caller locations
0.29
ADDED: object underlying type is displayed in the type tag
FIXED; typos O for 0 and inversly
0.28
REMOVED: Allocation of console in Win32 that displayed a console for GUI
apps
ADDED: WRAP_WIDTH
CHANGED: refactored code and merged changes with Diff module
Approved by: tobez (implicit) |
22 Jan 2006 08:30:12
0.27
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:48:34
0.27
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
01 Nov 2005 18:41:42
0.27
|
aaron  |
- Updated from 0.24 to 0.27
- Updated maintainer email address
Approved by: tobez |
01 Jul 2005 23:09:43
0.23_1
|
jylefort  |
- Add missing devel/p5-Class-ISA dependency [1]
- Fix packing list
[1]
PR: ports/82877
Submitted by: maintainer |
30 Jun 2005 17:28:03
0.23
|
novel  |
Update to 0.23.
PR: 82832
Submitted by: Aaron Dalton (maintainer) |
29 Jun 2005 18:55:41
0.22
|
jylefort  |
Update to 0.22
PR: ports/82783
Submitted by: maintainer |
17 Jan 2005 16:02:57
0.20
|
sem  |
- Update to 0.20
PR: ports/76309
Submitted by: maintainer |
20 Aug 2004 12:19:16
0.16
|
mat  |
Update to 0.16
PR: 70222
Submitted by: maintainer |
02 Aug 2004 14:32:40
0.15
|
mat  |
Add p5-Data-TreeDumper 0.15, dumps a data structure in a tree fashion.
PR: ports/69883
Submitted by: Aaron Dalton <aaron@daltons.ca> |