4fa7 FreshPorts -- devel/p5-Data-Printer
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-Printer 0.30 devel on this many watch lists=0 search for ports that depend on this port
Colored pretty-print of Perl data structures and objects
Maintained by: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 28 Oct 2011 17:46:46
Also Listed In: perl5
License: not specified in port


Data::Printer is meant to do one thing and one thing only: display Perl
variables and objects on screen, properly formatted (to be inspected by a
human).

Here's what Data::Printer has to offer to Perl developers, out of the box:
- Very sane defaults (I hope!)
- Highly customizable (in case you disagree with me :)
- Colored output by default
- Human-friendly output, with array index and custom separators
- Full object dumps including methods, inheritance and internals
- Exposes extra information such as tainted data and weak references
- Ability to easily create filters for objects and regular structures
- Ability to load settings from a .dataprinter file so you don't have to write
  anything other than "use DDP;" in your code!

WWW: http://search.cpan.org/dist/Data-Printer/
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-Clone
  2. devel/p5-File-HomeDir
  3. devel/p5-Hash-FieldHash
  4. devel/p5-Moose
  5. textproc/p5-Sort-Naturally
  6. devel/p5-Term-ANSIColor
  7. lang/perl5.8
Required To Run:
  1. devel/p5-Clone
  2. devel/p5-File-HomeDir
  3. devel/p5-Hash-FieldHash
  4. devel/p5-Moose
  5. textproc/p5-Sort-Naturally
  6. devel/p5-Term-ANSIColor
  7. lang/perl5.8
There are no ports dependent upon this port

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


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.dti.ad.jp/pub/lang/CPAN/modules/by-module/Data/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Data/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Data/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Data/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Data/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Data/
  10. http://at.cpan.org/modules/by-module/Data/
  11. http://backpan.perl.org/modules/by-module/Data/
  12. http://cpan.nctu.edu.tw/modules/by-module/Data/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Data/
  14. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Data/
  15. http://www.cpan.dk/modules/by-module/Data/

Number of commits found: 8

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
13 Mar 2012 16:15:36
Original commit files touched by this commit  0.30
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  0.30
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
15 Feb 2012 05:07:55
Original commit files touched by this commit  0.30
sunpoet search for other commits by this committer
- Update to 0.3

Changes:        http://search.cpan.org/dist/Data-Printer/Changes
25 Jan 2012 23:11:19
Original commit files touched by this commit  0.29
sunpoet search for other commits by this committer
- Update to 0.29

Changes:        http://search.cpan.org/dist/Data-Printer/Changes
23 Jan 2012 19:04:54
Original commit files touched by this commit  0.28
sunpoet search for other commits by this committer
- Update to 0.28

Changes:        http://search.cpan.org/dist/Data-Printer/Changes
23 Nov 2011 17:27:54
Original commit files touched by this commit  0.26
sunpoet search for other commits by this committer
- Update to 0.26

Changes:        http://search.cpan.org/dist/Data-Printer/Changes
Feature safe:   yes
20 Nov 2011 09:54:25
Original commit files touched by this commit  0.25
sunpoet search for other commits by this committer
- Update to 0.25
- Add TEST_DEPENDS

Changes:        http://search.cpan.org/dist/Data-Printer/Changes
Feature safe:   yes
28 Oct 2011 17:19:52
Original commit files touched by this commit  0.24
sunpoet search for other commits by this committer
- Add p5-Data-Printer 0.24

Data::Printer is meant to do one thing and one thing only: display Perl
variables and objects on screen, properly formatted (to be inspected by a
human).

Here's what Data::Printer has to offer to Perl developers, out of the box:
- Very sane defaults (I hope!)
- Highly customizable (in case you disagree with me :)
- Colored output by default
- Human-friendly output, with array index and custom separators
- Full object dumps including methods, inheritance and internals
- Exposes extra information such as tainted data and weak references
- Ability to easily create filters for objects and regular structures
- Ability to load settings from a .dataprinter file so you don't have to write
  anything other than "use DDP;" in your code!

WWW: http://search.cpan.org/dist/Data-Printer/

Number of commits found: 8

286e
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 24536
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days32
new fortnight62
new month217

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