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,28 @@
COMMENT = accurately serialize a data structure as Perl code
DISTNAME = Data-Dump-Streamer-2.42
CATEGORIES = devel
MODULES = cpan
# perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl
MODPERL_REGEN_PPPORT = lib/Data/Dump/ppport.h
CONFIGURE_STYLE = modbuild
BUILD_DEPENDS = devel/p5-ExtUtils-Depends
RUN_DEPENDS = converters/p5-Cpanel-JSON-XS \
devel/p5-Algorithm-Diff \
devel/p5-B-Utils \
devel/p5-PadWalker
# prevent My::Builder from asking to setup a shortcut
pre-configure:
echo "NODDS" > ${WRKSRC}/.answer
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Data-Dump-Streamer-2.42.tar.gz) = R/blH7Rc575WHgFIGt0MLhwM2F30ueIS85I80wZNHK0=
SIZE (Data-Dump-Streamer-2.42.tar.gz) = 147463

View file

@ -0,0 +1,5 @@
Given a list of scalars or reference variables, writes out their
contents in perl syntax. The references can also be objects. The
contents of each variable is output using the least number of Perl
statements as convenient, usually only one. Self-referential structures,
closures, and objects are output correctly.

View file

@ -0,0 +1,12 @@
${P5ARCH}/Data/
${P5ARCH}/Data/Dump/
${P5ARCH}/Data/Dump/Streamer/
${P5ARCH}/Data/Dump/Streamer.pm
${P5ARCH}/Data/Dump/Streamer/_/
${P5ARCH}/Data/Dump/Streamer/_/Printers.pm
${P5ARCH}/auto/Data/
${P5ARCH}/auto/Data/Dump/
${P5ARCH}/auto/Data/Dump/Streamer/
${P5ARCH}/auto/Data/Dump/Streamer/Streamer.bs
@so ${P5ARCH}/auto/Data/Dump/Streamer/Streamer.so
@man man/man3p/Data::Dump::Streamer.3p