Port details |
- p5-Data-Dump-Streamer Stream a highly accurate breadth first data dump in Perl code
- 2.42 devel =3 2.42Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2004-03-23 15:06:56
- Last Update: 2023-03-21 19:22:21
- Commit Hash: 6986a9c
- People watching this port, also watch:: nc, p5-Date-Chinese, newfile, p5-MIME-Tools, php81-pear
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Data-Dump-Streamer
- Description:
- Converts a data structure into a sequence of perl statements sufficient for
recreating the original via eval. This module is very similar in concept to
Data::Dumper and Data::Dump, with the major differences being that this module
is designed to output to a stream instead of constructing its output in memory,
and that the traversal over the data structure is effectively breadth first
versus the depth first traversal done by the others.
In fact the data structure is scanned twice, first in breadth first mode to
perform structural analysis, and then in depth first mode to actually produce
the output, but obeying the depth relationships of the first pass.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Data-Dump-Streamer>0:devel/p5-Data-Dump-Streamer
- To install the port:
- cd /usr/ports/devel/p5-Data-Dump-Streamer/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Data-Dump-Streamer
- pkg install p5-Data-Dump-Streamer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Data-Dump-Streamer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1677771763
SHA256 (Data-Dump-Streamer-2.42.tar.gz) = 47f6e51fb45ce7be561e01481add0c2e1c0cd85df4b9e212f3923cd3064d1cad
SIZE (Data-Dump-Streamer-2.42.tar.gz) = 147463
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-Algorithm-Diff>=0 : devel/p5-Algorithm-Diff
- p5-B-Utils>=0.05 : devel/p5-B-Utils
- p5-PadWalker>=0.99 : devel/p5-PadWalker
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Test dependencies:
-
- p5-Cpanel-JSON-XS>=0 : converters/p5-Cpanel-JSON-XS
- Runtime dependencies:
-
- p5-Algorithm-Diff>=0 : devel/p5-Algorithm-Diff
- p5-B-Utils>=0.05 : devel/p5-B-Utils
- p5-PadWalker>=0.99 : devel/p5-PadWalker
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-AnyEvent-CouchDB
- databases/p5-CouchDB-View
- databases/p5-DBIx-Class-Fixtures
- devel/p5-Carp-REPL
- devel/p5-Devel-REPL
- devel/p5-Term-Menus
- shells/p5-Shell-Perl
- for Run
-
- databases/p5-AnyEvent-CouchDB
- databases/p5-CouchDB-View
- databases/p5-DBIx-Class-Fixtures
- devel/p5-Carp-REPL
- devel/p5-Devel-REPL
- devel/p5-Term-Menus
- shells/p5-Shell-Perl
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Data-Dump-Streamer
- 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 |
2.42 21 Mar 2023 19:22:21 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Data-Dump-Streamer: Update to 2.42
Changes: https://metacpan.org/dist/Data-Dump-Streamer/changes |
2.41 05 Feb 2023 15:50:04 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Data-Dump-Streamer: Update to 2.41
Changes: https://metacpan.org/dist/Data-Dump-Streamer/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) |
2.40 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 ) |
2.40 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.40 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.40 20 May 2019 13:04:24 |
mat |
Remove Created by lines where I am the one. |
2.40 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) |
2.40 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 |
2.40 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.40 01 Oct 2016 20:35:50 |
adamw |
Update to 2.40.
Changes: https://metacpan.org/changes/distribution/Data-Dump-Streamer |
2.39 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.39 12 Jan 2016 21:38:26 |
sunpoet |
- Update to 2.39
- Do not silence installation message
- Sort PLIST
Changes: http://search.cpan.org/dist/Data-Dump-Streamer/Changes |
2.38_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 ) |
2.38 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
2.38 17 Jun 2014 11:55:18 |
jadawin |
- Update to 2.38
- Add License |
2.37 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
2.37 10 Feb 2014 22:56:51 |
ehaupt |
- Update to 2.37
- Strip shared object |
2.36 29 Oct 2013 07:56:02 |
vanilla |
Support STAGEDIR. |
2.36 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.36 20 Aug 2013 14:14:53 |
mat |
Update to 2.36 |
2.34 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.34 17 Dec 2012 14:58:24 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
2.34 06 Jun 2012 16:19:16 |
sunpoet |
- Update to 2.34
- Fix *_DEPENDS: ExtUtils::Depends is not required if B::Utils is installed
- Sort MAN3
Changes: http://search.cpan.org/dist/Data-Dump-Streamer/Changes |
2.33 10 Apr 2012 16:54:43 |
sunpoet |
- Align PERL_LEVEL check to supported Perl releases |
2.33 09 Apr 2012 19:15:33 |
sunpoet |
- Update to 2.33
Changes: http://search.cpan.org/dist/Data-Dump-Streamer/Changes
Feature safe: yes |
2.32 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
2.32 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
2.32 10 Jan 2012 19:52:54 |
crees |
Fix MAN3
Pointyhat: pav --> lbr |
2.32 09 Jan 2012 16:14:57 |
lbr |
Was interactive, have made the installation of the DDS.pm alias the default,
instead of marking the
port IS_INTERACTIVE as suggested in the pr.
PR: 162071
Submitted by: Doug Barton <dougb@freebsd.org> |
2.32 24 Mar 2011 02:58:42 |
wen |
- Update to 2.32
ChangeLog: http://cpansearch.perl.org/src/JJORE/Data-Dump-Streamer-2.32/Changes |
2.22_1 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
2.22_1 21 Sep 2010 07:56:43 |
mm |
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION |
2.22 26 Aug 2010 02:57:28 |
sahil |
- Update to 2.22
- Changes: http://search.cpan.org/dist/Data-Dump-Streamer/Changes |
2.21 11 Jul 2010 03:15:28 |
sahil |
- Update to 2.21
- Changes: http://search.cpan.org/dist/Data-Dump-Streamer/Changes |
2.18 14 Jun 2010 10:35:12 |
tobez |
Update to 2.18.
Changes: http://search.cpan.org/dist/Data-Dump-Streamer/Changes |
2.17 11 Jun 2010 11:58:53 |
tobez |
Update to 2.17.
Changes: http://search.cpan.org/dist/Data-Dump-Streamer/Changes
Feature safe: yes |
2.14 09 Jun 2010 01:00:52 |
wen |
- Update to 2.14 |
2.13 06 Apr 2010 10:38:46 |
tobez |
Update to 2.13.
Changes: http://search.cpan.org/dist/Data-Dump-Streamer/Changes |
2.09_1 03 Dec 2009 09:20:38 |
leeym |
- simplify dependencies
- bump PORTREVISION |
2.09 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
2.09 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
2.09 06 Apr 2009 19:38:45 |
mat |
Update to 2.09 |
2.08.40 09 Sep 2008 20:20:46 |
gahr |
- Fix depends list after devel/p5-B-Utils update
Reported by: QA Tindie
Approved by: portmgr |
2.08.40 19 Mar 2008 10:33:36 |
mat |
Update to 2.08.40 |
2.05.36 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. |
2.05.36 28 Aug 2007 10:07:47 |
mat |
Update to 2.05-36 |
2.03.30 13 Jun 2006 18:43:10 |
mat |
update to 2.03-30
PR: 98242
Submitted by: aaron |
2.02 11 Apr 2006 14:48:58 |
mat |
Update to 2.02 |
1.14_1 23 Mar 2006 17:15:23 |
leeym |
- update dependency
- patch for Module::Info
- bump PORTREVISION
PR: 92345
Approved by: maintainer timeout |
1.14 25 Feb 2006 21:46:38 |
kris |
BROKEN: Broken dependency
Approved by: portmgr (implicit) |
1.14 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.14 14 Nov 2005 14:16:12 |
mat |
Be hipe and add SHA256 |
1.14 30 Aug 2005 11:24:43 |
mat |
Update to 1.14
Add the DDS shortcut |
1.12 23 Jun 2005 12:18:30 |
mat |
Update to 1.12 |
1.11 24 May 2005 12:00:14 |
mat |
Update to 1.11 |
1.10 04 May 2004 09:53:33 |
mat |
Update to 1.10 |
1.06 23 Mar 2004 15:06:01 |
mat |
Add p5-Data-Dump-Streamer 1.06, stream a highly accurate breadth first
data dump in perl code form to a var or file. |