notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
p5-Data-Printer Colored pretty-print of Perl data structures and objects
1.002001 devel on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.002001Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-10-28 17:46:46
Last Update: 2024-02-21 15:06:54
Commit Hash: 61c4e1b
People watching this port, also watch:: p5-Algorithm-C3, p5-Encode-Locale, py39-pycparser, p5-Net-HTTP, p5-IO-HTML
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/Data-Printer
Description:
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!
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (55 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Data-Printer-1.002001/catalog.mk
  2. /usr/local/share/licenses/p5-Data-Printer-1.002001/LICENSE
  3. /usr/local/share/licenses/p5-Data-Printer-1.002001/ART10
  4. /usr/local/share/licenses/p5-Data-Printer-1.002001/GPLv1+
  5. lib/perl5/site_perl/DDP.pm
  6. lib/perl5/site_perl/Data/Printer.pm
  7. lib/perl5/site_perl/Data/Printer/Common.pm
  8. lib/perl5/site_perl/Data/Printer/Config.pm
  9. lib/perl5/site_perl/Data/Printer/Filter.pm
  10. lib/perl5/site_perl/Data/Printer/Filter/ARRAY.pm
  11. lib/perl5/site_perl/Data/Printer/Filter/CODE.pm
  12. lib/perl5/site_perl/Data/Printer/Filter/ContentType.pm
  13. lib/perl5/site_perl/Data/Printer/Filter/DB.pm
  14. lib/perl5/site_perl/Data/Printer/Filter/DateTime.pm
  15. lib/perl5/site_perl/Data/Printer/Filter/Digest.pm
  16. lib/perl5/site_perl/Data/Printer/Filter/FORMAT.pm
  17. lib/perl5/site_perl/Data/Printer/Filter/GLOB.pm
  18. lib/perl5/site_perl/Data/Printer/Filter/GenericClass.pm
  19. lib/perl5/site_perl/Data/Printer/Filter/HASH.pm
  20. lib/perl5/site_perl/Data/Printer/Filter/OBJECT.pm
  21. lib/perl5/site_perl/Data/Printer/Filter/REF.pm
  22. lib/perl5/site_perl/Data/Printer/Filter/Regexp.pm
  23. lib/perl5/site_perl/Data/Printer/Filter/SCALAR.pm
  24. lib/perl5/site_perl/Data/Printer/Filter/VSTRING.pm
  25. lib/perl5/site_perl/Data/Printer/Filter/Web.pm
  26. lib/perl5/site_perl/Data/Printer/Object.pm
  27. lib/perl5/site_perl/Data/Printer/Profile.pm
  28. lib/perl5/site_perl/Data/Printer/Profile/Dumper.pm
  29. lib/perl5/site_perl/Data/Printer/Profile/JSON.pm
  30. lib/perl5/site_perl/Data/Printer/Theme.pm
  31. lib/perl5/site_perl/Data/Printer/Theme/Classic.pm
  32. lib/perl5/site_perl/Data/Printer/Theme/Material.pm
  33. lib/perl5/site_perl/Data/Printer/Theme/Monokai.pm
  34. lib/perl5/site_perl/Data/Printer/Theme/Solarized.pm
  35. lib/perl5/site_perl/man/man3/DDP.3.gz
  36. lib/perl5/site_perl/man/man3/Data::Printer.3.gz
  37. lib/perl5/site_perl/man/man3/Data::Printer::Config.3.gz
  38. lib/perl5/site_perl/man/man3/Data::Printer::Filter.3.gz
  39. lib/perl5/site_perl/man/man3/Data::Printer::Filter::ContentType.3.gz
  40. lib/perl5/site_perl/man/man3/Data::Printer::Filter::DB.3.gz
  41. lib/perl5/site_perl/man/man3/Data::Printer::Filter::DateTime.3.gz
  42. lib/perl5/site_perl/man/man3/Data::Printer::Filter::Digest.3.gz
  43. lib/perl5/site_perl/man/man3/Data::Printer::Filter::Web.3.gz
  44. lib/perl5/site_perl/man/man3/Data::Printer::Object.3.gz
  45. lib/perl5/site_perl/man/man3/Data::Printer::Profile.3.gz
  46. lib/perl5/site_perl/man/man3/Data::Printer::Profile::Dumper.3.gz
  47. lib/perl5/site_perl/man/man3/Data::Printer::Profile::JSON.3.gz
  48. lib/perl5/site_perl/man/man3/Data::Printer::Theme.3.gz
  49. lib/perl5/site_perl/man/man3/Data::Printer::Theme::Classic.3.gz
  50. lib/perl5/site_perl/man/man3/Data::Printer::Theme::Material.3.gz
  51. lib/perl5/site_perl/man/man3/Data::Printer::Theme::Monokai.3.gz
  52. lib/perl5/site_perl/man/man3/Data::Printer::Theme::Solarized.3.gz
  53. @owner
  54. @group
  55. @mode
Collapse this list.
Dependency lines:
  • p5-Data-Printer>0:devel/p5-Data-Printer
To install the port:
cd /usr/ports/devel/p5-Data-Printer/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-Data-Printer
  • pkg install p5-Data-Printer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Data-Printer
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1708449002 SHA256 (Data-Printer-1.002001.tar.gz) = 96292d29edf85eca10724a00e0af509c40b17b9b5638c00332d703599b6f3b74 SIZE (Data-Printer-1.002001.tar.gz) = 119574

Packages (timestamps in pop-ups are UTC):
p5-Data-Printer
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0020011.0020010.401.0020011.002001-0.40-
FreeBSD:13:quarterly1.0020011.0020011.0010001.0020011.0020011.0010011.0010011.001001
FreeBSD:14:latest1.0020011.0020011.0000041.0020011.0020011.001000-1.001000
FreeBSD:14:quarterly1.0020011.002001-1.0020011.0020011.0010011.0010011.001001
FreeBSD:15:latest1.0020011.002001n/a1.002001n/a1.0010011.0010011.002001
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.36<5.37 : lang/perl5.36
Test dependencies:
  1. p5-Capture-Tiny>=0 : devel/p5-Capture-Tiny
  2. p5-DBI>=0 : databases/p5-DBI
  3. p5-IO-Pty-Easy>=0 : devel/p5-IO-Pty-Easy
  4. p5-Test-Pod>=1.41 : devel/p5-Test-Pod
Runtime dependencies:
  1. perl5>=5.36<5.37 : lang/perl5.36
This port is required by:
for Build
  1. databases/p5-Store-CouchDB
  2. devel/p5-MooseX-Extended
  3. net/p5-MaxMind-DB-Reader
  4. net-mgmt/netdisco
  5. textproc/p5-Template-Plugin-Data-Printer

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/p5-LWP-ConsoleLogger*
  2. Collapse this list of deleted ports.
for Run
  1. databases/p5-Store-CouchDB
  2. devel/p5-MooseX-Extended
  3. net/p5-MaxMind-DB-Reader
  4. net-mgmt/netdisco
  5. sysutils/p5-App-Regather
  6. textproc/p5-Template-Plugin-Data-Printer

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/p5-LWP-ConsoleLogger*
  2. Collapse this list of deleted ports.
* - 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-Printer
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Data/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Data/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Data/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Data/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Data/
  7. http://backpan.perl.org/modules/by-module/Data/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Data/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Data/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Data/
  12. https://www.cpan.org/modules/by-module/Data/
Collapse this list.

There are no commits on branch 2022Q2 for this port