Port details |
- p5-Data-TreeDumper Dumps a data structure in a tree fashion
- 0.41 devel =5 0.41Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2004-08-02 15:31:05
- Last Update: 2023-11-02 07:37:42
- Commit Hash: 7e205c6
- People watching this port, also watch:: p5-Tree-Simple-VisitorFactory, p5-Event, p5-MIME-Tools, newfile, php81-pear
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Data-TreeDumper
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Data-TreeDumper
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1698848864
SHA256 (Data-TreeDumper-0.41.tar.gz) = 517a84ea00a385f4284792bac29f86e08fbd043fbcb1ff64a4deaf7dabb06a7d
SIZE (Data-TreeDumper-0.41.tar.gz) = 26524
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-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.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Check-ISA>=0 : devel/p5-Check-ISA
- 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.36<5.37 : lang/perl5.36
- 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 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.41 02 Nov 2023 07:37:42 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Data-TreeDumper: Update to 0.41
Changes: https://metacpan.org/dist/Data-TreeDumper/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.40_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.40_2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.40_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.40_2 06 Oct 2018 13:06:45 |
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) |
0.40_2 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.40_2 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.40_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.40_2 13 Jun 2015 13:56:55 |
sunpoet |
- Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST
- Pass maintainership to perl@ |
0.40_2 12 Jun 2015 20:58:14 |
erwin |
Reset dhn's ports
PR: 197522
Submitted by: jbeich
Approved by: portmgr |
0.40_2 02 Mar 2015 23:21:08 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.40_2 26 Nov 2014 13:08:38 |
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 ) |
0.40_1 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.40_1 06 Mar 2014 18:51:18 |
sunpoet |
- Remove outdated PERL_LEVEL check
With hat: perl |
0.40_1 05 Feb 2014 13:45:39 |
miwi |
- Stage support |
0.40_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.40_1 16 Sep 2013 10:28:33 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
0.40_1 15 Mar 2013 09:56:17 |
bapt |
Do not remove directories not owned by the port |
0.40_1 19 Nov 2012 13:29:25 |
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 |
0.40 30 Jun 2012 14:07:27 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.40 21 Jan 2012 17:40:15 |
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 |
0.40 24 Oct 2011 09:11:38 |
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 |
0.40 24 Oct 2011 04:17:38 |
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. |
0.40 11 Jun 2011 13:30:30 |
dhn |
- Update to 0.40 |
0.39 18 May 2011 20:08:00 |
dhn |
- Update to 0.39 |
0.37_1 27 Mar 2011 07:14:26 |
dhn |
- Remove MD5 checksum
- Bump PORTREVISION
- Fix the wrong depend
PR: ports/155731
Submitted by: chinsan@ |
0.37 25 Jan 2010 14:51:08 |
dhn |
- Update to 0.37 |
0.35 06 Mar 2009 18:14:36 |
dhn |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor) |
0.35 08 Nov 2008 20:17:36 |
miwi |
- Update to 0.35
- Pass maintainership to submitter
PR: 128697
Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) |
0.33 29 Apr 2008 05:27:10 |
linimon |
Reset aaron's port maintainerships due to many maintainer-timeouts. |
0.33 17 Apr 2008 14:30:31 |
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) |
0.33 08 Sep 2007 00:56:04 |
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 |
0.33 11 Feb 2007 09:21:14 |
erwin |
- Update to 0.33
- Make pkg-descr shorter
PR: 107474
Submitted by: chinsan
Approved by: maintainer timeout |
0.31 14 May 2006 14:46:41 |
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) |
0.27 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.27 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.27 01 Nov 2005 18:41:42 |
aaron |
- Updated from 0.24 to 0.27
- Updated maintainer email address
Approved by: tobez |
0.23_1 01 Jul 2005 23:09:43 |
jylefort |
- Add missing devel/p5-Class-ISA dependency [1]
- Fix packing list
[1]
PR: ports/82877
Submitted by: maintainer |
0.23 30 Jun 2005 17:28:03 |
novel |
Update to 0.23.
PR: 82832
Submitted by: Aaron Dalton (maintainer) |
0.22 29 Jun 2005 18:55:41 |
jylefort |
Update to 0.22
PR: ports/82783
Submitted by: maintainer |
0.20 17 Jan 2005 16:02:57 |
sem |
- Update to 0.20
PR: ports/76309
Submitted by: maintainer |
0.16 20 Aug 2004 12:19:16 |
mat |
Update to 0.16
PR: 70222
Submitted by: maintainer |
0.15 02 Aug 2004 14:32:40 |
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> |