SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,11 @@
COMMENT = pretty printing of data structures
MODULES = cpan
PKG_ARCH = *
DISTNAME = Data-Dump-1.25
CATEGORIES = devel
# perl
PERMIT_PACKAGE = Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Data-Dump-1.25.tar.gz) = pKpuDdvznVrUm93+D4nZ2oZOO8APYnEl0bxYBHL1P70=
SIZE (Data-Dump-1.25.tar.gz) = 20912

View file

@ -0,0 +1,4 @@
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.

View file

@ -0,0 +1,9 @@
${P5SITE}/Data/
${P5SITE}/Data/Dump/
${P5SITE}/Data/Dump.pm
${P5SITE}/Data/Dump/FilterContext.pm
${P5SITE}/Data/Dump/Filtered.pm
${P5SITE}/Data/Dump/Trace.pm
@man man/man3p/Data::Dump.3p
@man man/man3p/Data::Dump::Filtered.3p
@man man/man3p/Data::Dump::Trace.3p