Port details |
- p5-Data-Dump Pretty printing of data structures
- 1.25 devel =10 1.25Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2004-03-23 14:08:53
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libxml2, p5-Digest-HMAC, p5-libwww, p5-ExtUtils-CBuilder, p5-Net-SSLeay
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Data-Dump
- Description:
- This module provides a single function called dump() that takes a list of
values as its argument and produces a string as its result. The string contains
Perl code that, when evaled, produces a deep copy of the original arguments.
The string is formatted for easy reading.
If dump() is called in a void context, then the dump is printed on STDERR
instead of being returned.
If you don't like importing a function that overrides Perl's not-so-useful
builtin, then you can also import the same function as pp(), mnemonic for
"pretty-print".
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Data-Dump>0:devel/p5-Data-Dump
- To install the port:
- cd /usr/ports/devel/p5-Data-Dump/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Data-Dump
- pkg install p5-Data-Dump
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Data-Dump
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1625323705
SHA256 (Data-Dump-1.25.tar.gz) = a4aa6e0ddbf39d5ad49bddfe0f89d9da864e3bc00f627125d1bc580472f53fbd
SIZE (Data-Dump-1.25.tar.gz) = 20912
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-DBIx-Class-Schema-Loader
- databases/p5-Store-CouchDB
- devel/p5-Data-Dump-Color
- devel/p5-Data-Sah
- devel/p5-Log-Dump
- devel/p5-POE-Component-IKC
- devel/p5-Perl-PrereqScanner-NotQuiteLite
-
Deleted ports which required this port:
- for Run
-
- databases/p5-DBIx-Class-Schema-Loader
- databases/p5-Rose-DBx-Object-MoreHelpers
- databases/p5-Store-CouchDB
- devel/p5-Asm-Preproc
- devel/p5-Data-Dump-Color
- devel/p5-Data-Sah
- devel/p5-Log-Dump
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Data-Dump
- USES:
- perl5
- 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 |
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) |
1.25 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 ) |
1.25 06 Jul 2021 14:58:37 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Data-Dump: Update to 1.25
Changes: https://metacpan.org/dist/Data-Dump/changes |
1.23_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.23_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.23_1 20 May 2019 13:04:24 |
mat |
Remove Created by lines where I am the one. |
1.23_1 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 |
1.23_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.23_1 29 Jun 2015 13:50:39 |
sunpoet |
- Remove DOCS option
- Add NO_ARCH
- Bump PORTREVISION for package change |
1.23 10 Jun 2015 07:44:24 |
culot |
- Update to 1.23
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Data-Dump/Changes |
1.22_1 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 ) |
1.22 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.22 03 Jul 2014 23:57:08 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
1.22 05 Nov 2013 12:56:04 |
vanilla |
Support STAGEDIR. |
1.22 22 Oct 2013 16:57:45 |
mat |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
1.22 22 Sep 2013 18:05:05 |
bapt |
Fix NO_STAGE attribution |
1.22 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.22 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.22 13 May 2013 09:23:40 |
tobez |
Update to 1.22.
Changes: http://search.cpan.org/dist/Data-Dump/Changes |
1.21 15 Oct 2011 13:09:25 |
sunpoet |
- Update to 1.21
Changes: http://search.cpan.org/dist/Data-Dump/Changes |
1.20 02 Oct 2011 14:37:26 |
sunpoet |
- Update to 1.20
Changes: http://search.cpan.org/dist/Data-Dump/Changes |
1.19 17 May 2011 11:05:02 |
jadawin |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
1.19 20 Oct 2010 18:42:07 |
leeym |
- update to 1.19 |
1.18 19 Oct 2010 02:43:05 |
wen |
- Update to 1.18
Changelog: http://cpansearch.perl.org/src/GAAS/Data-Dump-1.18/Changes |
1.17 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
1.17 14 Jun 2010 10:31:14 |
tobez |
Update to 1.17.
Changes: http://search.cpan.org/dist/Data-Dump/Changes |
1.16 09 Jun 2010 12:30:31 |
tobez |
Update to 1.16.
Changes: http://search.cpan.org/dist/Data-Dump/Changes |
1.15 18 Aug 2009 08:51:58 |
tobez |
Update to 1.15.
Changes: http://search.cpan.org/dist/Data-Dump/Changes |
1.14 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.14 12 Feb 2009 15:59:10 |
mat |
Update to 1.14 |
1.08 31 Aug 2007 13:37:23 |
mat |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims. |
1.08 03 Jan 2007 12:47:43 |
mat |
Update to 1.08
PR: 107069
Submitted by: chinsan |
1.06 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) |
1.06 14 Nov 2005 14:16:12 |
mat |
Be hipe and add SHA256 |
1.06 17 Nov 2004 11:01:46 |
mat |
Update to 1.06 |
1.05 12 Nov 2004 11:18:41 |
mat |
Update to 1.05 |
1.04 10 Nov 2004 16:21:39 |
mat |
Update to 1.04
Add some docs |
1.03 14 Apr 2004 11:21:49 |
mat |
Update to 1.03 |
1.02 23 Mar 2004 14:08:07 |
mat |
Add p5-Data-Dump 1.02, pretty printing of data structures. |