cefd FreshPorts -- devel/p5-Data-Dump-Streamer
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Data-Dump-Streamer 2.34 devel on this many watch lists=2 search for ports that depend on this port
Stream a highly accurate breadth first data dump in Perl code
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Mar 2004 15:06:56
Also Listed In: perl5
License: not specified in port


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.

WWW: http://search.cpan.org/dist/Data-Dump-Streamer/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Algorithm-Diff
  2. devel/p5-B-Utils
  3. devel/p5-PadWalker
  4. devel/p5-Module-Build
  5. lang/perl5.12
Required To Run:
  1. devel/p5-Algorithm-Diff
  2. devel/p5-B-Utils
  3. devel/p5-PadWalker
  4. lang/perl5.12

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/p5-Data-Dump-Streamer/ && make install clean
To add the package: pkg_add -r p5-Data-Dump-Streamer


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Data/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Data/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Data/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Data/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Data/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Data/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Data/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Data/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Data/
  11. http://at.cpan.org/modules/by-module/Data/
  12. http://backpan.perl.org/modules/by-module/Data/
  13. http://cpan.nctu.edu.tw/modules/by-module/Data/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Data/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Data/
  16. http://www.cpan.dk/modules/by-module/Data/
  17. http://www.cpan.dk/modules/by-module/Data/

Number of commits found: 36

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
17 Dec 2012 14:58:24
Original commit files touched by this commit  2.34
az search for other commits by this committer
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
06 Jun 2012 16:19:16
Original commit files touched by this commit  2.34
sunpoet search for other commits by this committer
- 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
10 Apr 2012 16:54:43
Original commit files touched by this commit  2.33
sunpoet search for other commits by this committer
- Align PERL_LEVEL check to supported Perl releases
09 Apr 2012 19:15:33
Original commit files touched by this commit  2.33
sunpoet search for other commits by this committer
- Update to 2.33

Changes:        http://search.cpan.org/dist/Data-Dump-Streamer/Changes
Feature safe:   yes
13 Mar 2012 16:15:36
Original commit files touched by this commit  2.32
pgollucci search for other commits by this committer
- 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)
08 Mar 2012 18:45:38
Original commit files touched by this commit  2.32
pgollucci search for other commits by this committer
- 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
10 Jan 2012 19:52:54
Original commit files touched by this commit  2.32
crees search for other commits by this committer
Fix MAN3

Pointyhat:      pav --> lbr
09 Jan 2012 16:14:57
Original commit files touched by this commit  2.32
lbr search for other commits by this committer
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>
24 Mar 2011 02:58:42
Original commit files touched by this commit  2.32
wen search for other commits by this committer
- Update to 2.32
ChangeLog: http://cpansearch.perl.org/src/JJORE/Data-Dump-Streamer-2.32/Changes
24 Sep 2010 02:03:44
Original commit files touched by this commit  2.22_1
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
21 Sep 2010 07:56:43
Original commit files touched by this commit  2.22_1
  Sanity Test Failure
mm search for other commits by this committer
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
26 Aug 2010 02:57:28
Original commit files touched by this commit  2.22
sahil search for other commits by this committer
- Update to 2.22
- Changes: http://search.cpan.org/dist/Data-Dump-Streamer/Changes
11 Jul 2010 03:15:28
Original commit files touched by this commit  2.21
sahil search for other commits by this committer
- Update to 2.21
- Changes: http://search.cpan.org/dist/Data-Dump-Streamer/Changes
14 Jun 2010 10:35:12
Original commit files touched by this commit  2.18
tobez search for other commits by this committer
Update to 2.18.

Changes:        http://search.cpan.org/dist/Data-Dump-Streamer/Changes
11 Jun 2010 11:58:53
Original commit files touched by this commit  2.17
tobez search for other commits by this committer
Update to 2.17.

Changes:        http://search.cpan.org/dist/Data-Dump-Streamer/Changes
Feature safe:   yes
09 Jun 2010 01:00:52
Original commit files touched by this commit  2.14
wen search for other commits by this committer
- Update to 2.14
06 Apr 2010 10:38:46
Original commit files touched by this commit  2.13
tobez search for other commits by this committer
Update to 2.13.

Changes:        http://search.cpan.org/dist/Data-Dump-Streamer/Changes
03 Dec 2009 09:20:38
Original commit files touched by this commit  2.09_1
leeym search for other commits by this committer
- simplify dependencies
- bump PORTREVISION
16 Aug 2009 09:55:32
Original commit files touched by this commit  2.09
linimon search for other commits by this committer
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
22 Jul 2009 16:27:08
Original commit files touched by this commit  2.09
pgollucci search for other commits by this committer
- 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)
06 Apr 2009 19:38:45
Original commit files touched by this commit  2.09
mat search for other commits by this committer
Update to 2.09
09 Sep 2008 20:20:46
Original commit files touched by this commit  2.08.40
gahr search for other commits by this committer
- Fix depends list after devel/p5-B-Utils update

Reported by:    QA Tindie
Approved by:    portmgr
19 Mar 2008 10:33:36
Original commit files touched by this commit  2.08.40
mat search for other commits by this committer
Update to 2.08.40
31 Aug 2007 13:37:23
Original commit files touched by this commit  2.05.36
mat search for other commits by this committer
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
28 Aug 2007 10:07:47
Original commit files touched by this commit  2.05.36
mat search for other commits by this committer
Update to 2.05-36
13 Jun 2006 18:43:10
Original commit files touched by this commit  2.03.30
mat search for other commits by this committer
update to 2.03-30

PR:             98242
Submitted by:   aaron
11 Apr 2006 14:48:58
Original commit files touched by this commit  2.02
mat search for other commits by this committer
Update to 2.02
23 Mar 2006 17:15:23
Original commit files touched by this commit  1.14_1
leeym search for other commits by this committer
- update dependency
- patch for Module::Info
- bump PORTREVISION

PR:             92345
Approved by:    maintainer timeout
25 Feb 2006 21:46:38
Original commit files touched by this commit  1.14
kris search for other commits by this committer
BROKEN: Broken dependency

Approved by:    portmgr (implicit)
22 Jan 2006 01:48:34
Original commit files touched by this commit  1.14
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
14 Nov 2005 14:16:12
Original commit files touched by this commit  1.14
mat search for other commits by this committer
Be hipe and add SHA256
30 Aug 2005 11:24:43
Original commit files touched by this commit  1.14
mat search for other commits by this committer
Update to 1.14
Add the DDS shortcut
23 Jun 2005 12:18:30
Original commit files touched by this commit  1.12
mat search for other commits by this committer
Update to 1.12
24 May 2005 12:00:14
Original commit files touched by this commit  1.11
mat search for other commits by this committer
Update to 1.11
04 May 2004 09:53:33
Original commit files touched by this commit  1.10
mat search for other commits by this committer
Update to 1.10
23 Mar 2004 15:06:01
Original commit files touched by this commit  1.06
mat search for other commits by this committer
Add p5-Data-Dump-Streamer 1.06, stream a highly accurate breadth first
data dump in perl code form to a var or file.

Number of commits found: 36

2879
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24537
Broken 218
Deprecated 474
Ignore 633
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days30
new fortnight63
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0