pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Dump-Streamer Initial import of p5-Data-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8b705e86790
branches:  trunk
changeset: 545407:c8b705e86790
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Aug 02 07:58:24 2008 +0000

description:
Initial import of p5-Data-Dump-Streamer version 2.08.40 in the
NetBSD Packages Collection.

The Perl 5 module Data::Dump::Streamer provides functions to
accurately serialize a data structure as Perl code.  Given a list
of scalars or reference variables their contents can be written
out 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.

diffstat:

 devel/p5-Data-Dump-Streamer/DESCR    |   7 +++++++
 devel/p5-Data-Dump-Streamer/Makefile |  21 +++++++++++++++++++++
 devel/p5-Data-Dump-Streamer/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r bba19517b226 -r c8b705e86790 devel/p5-Data-Dump-Streamer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Dump-Streamer/DESCR Sat Aug 02 07:58:24 2008 +0000
@@ -0,0 +1,7 @@
+The Perl 5 module Data::Dump::Streamer provides functions to accurately
+serialize a data structure as Perl code.  Given a list of scalars
+or reference variables their contents can be written out 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
diff -r bba19517b226 -r c8b705e86790 devel/p5-Data-Dump-Streamer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Dump-Streamer/Makefile      Sat Aug 02 07:58:24 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/02 07:58:24 seb Exp $
+#
+
+DISTNAME=              Data-Dump-Streamer-2.08-40
+PKGNAME=               p5-${DISTNAME:C/-([0-9]*)$/.\1/}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Data-Dump-Streamer/
+COMMENT=               Perl 5 module to serialize a data structure as Perl
+
+MAKE_PARAMS+=          NODDS
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=              p5-B-Utils>=0.05:../../devel/p5-B-Utils
+
+PERL5_PACKLIST=                auto/Data/Dump/Streamer/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bba19517b226 -r c8b705e86790 devel/p5-Data-Dump-Streamer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Dump-Streamer/distinfo      Sat Aug 02 07:58:24 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/02 07:58:24 seb Exp $
+
+SHA1 (Data-Dump-Streamer-2.08-40.tar.gz) = b66764af72e14918367207b70d3097a868da74d8
+RMD160 (Data-Dump-Streamer-2.08-40.tar.gz) = bcc70f8d1e041b92e90e1c00c87b617f5d8cccde
+Size (Data-Dump-Streamer-2.08-40.tar.gz) = 72012 bytes



Home | Main Index | Thread Index | Old Index