import p5-Data-Dump-Streamer 2.09
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.
This commit is contained in:
parent
75d0602aa0
commit
aead13c648
21
devel/p5-Data-Dump-Streamer/Makefile
Normal file
21
devel/p5-Data-Dump-Streamer/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/03/28 19:28:50 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= accurately serialize a data structure as Perl code
|
||||
|
||||
DISTNAME= Data-Dump-Streamer-2.09
|
||||
CATEGORIES= devel
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-B-Utils \
|
||||
::devel/p5-PadWalker
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Data-Dump-Streamer/distinfo
Normal file
5
devel/p5-Data-Dump-Streamer/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Data-Dump-Streamer-2.09.tar.gz) = 0p79umO7CUT9+Zjf74j6og==
|
||||
RMD160 (Data-Dump-Streamer-2.09.tar.gz) = gsdD/hQLTIy5znRl2a5CkCJvIoE=
|
||||
SHA1 (Data-Dump-Streamer-2.09.tar.gz) = w2aTdFhqkbVNL6Ugl5k97W/D8wU=
|
||||
SHA256 (Data-Dump-Streamer-2.09.tar.gz) = lyAPtXy94Tq2vO+ijX/6g0kEBQxoGAjKNqeuqSuN+4k=
|
||||
SIZE (Data-Dump-Streamer-2.09.tar.gz) = 73522
|
5
devel/p5-Data-Dump-Streamer/pkg/DESCR
Normal file
5
devel/p5-Data-Dump-Streamer/pkg/DESCR
Normal 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.
|
13
devel/p5-Data-Dump-Streamer/pkg/PLIST
Normal file
13
devel/p5-Data-Dump-Streamer/pkg/PLIST
Normal file
@ -0,0 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/03/28 19:28:50 jasper Exp $
|
||||
${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
|
||||
${P5ARCH}/auto/Data/Dump/Streamer/Streamer.so
|
||||
@man man/man3p/Data::Dump::Streamer.3p
|
Loading…
Reference in New Issue
Block a user