aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Devel-PartialDump
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2009-05-12 03:26:25 +0800
committerskv <skv@FreeBSD.org>2009-05-12 03:26:25 +0800
commit62f34f9e4c9b6360300993bc64373d72aa44f279 (patch)
tree0b2cb7a1dc55a1e5c2b73a6a3a7cbf92a8cd2f34 /devel/p5-Devel-PartialDump
parent08d631c9b27206cd6bf90dcfff816ae9dacd2977 (diff)
downloadfreebsd-ports-gnome-62f34f9e4c9b6360300993bc64373d72aa44f279.tar.gz
freebsd-ports-gnome-62f34f9e4c9b6360300993bc64373d72aa44f279.tar.zst
freebsd-ports-gnome-62f34f9e4c9b6360300993bc64373d72aa44f279.zip
Add p5-Devel-PartialDump 0.07, partial dumping of data structures,
optimized for argument printing.
Diffstat (limited to 'devel/p5-Devel-PartialDump')
-rw-r--r--devel/p5-Devel-PartialDump/Makefile26
-rw-r--r--devel/p5-Devel-PartialDump/distinfo3
-rw-r--r--devel/p5-Devel-PartialDump/pkg-descr13
-rw-r--r--devel/p5-Devel-PartialDump/pkg-plist5
4 files changed, 47 insertions, 0 deletions
diff --git a/devel/p5-Devel-PartialDump/Makefile b/devel/p5-Devel-PartialDump/Makefile
new file mode 100644
index 000000000000..1b0b851b29d9
--- /dev/null
+++ b/devel/p5-Devel-PartialDump/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: Devel-PartialDump
+# Date created: 11 May 2009
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Devel-PartialDump
+PORTVERSION= 0.07
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Partial dumping of data structures, optimized for argument printing
+
+BUILD_DEPENDS= p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
+ p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean \
+ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Devel::PartialDump.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Devel-PartialDump/distinfo b/devel/p5-Devel-PartialDump/distinfo
new file mode 100644
index 000000000000..99a71738c3eb
--- /dev/null
+++ b/devel/p5-Devel-PartialDump/distinfo
@@ -0,0 +1,3 @@
+MD5 (Devel-PartialDump-0.07.tar.gz) = 5560470913495e22534af6836add3a4b
+SHA256 (Devel-PartialDump-0.07.tar.gz) = 6e8f9f03aa2ed8667e712fa351d75d8eaf9e3d5e2736f251e9b7575b0def55bf
+SIZE (Devel-PartialDump-0.07.tar.gz) = 6856
diff --git a/devel/p5-Devel-PartialDump/pkg-descr b/devel/p5-Devel-PartialDump/pkg-descr
new file mode 100644
index 000000000000..96eee8955a59
--- /dev/null
+++ b/devel/p5-Devel-PartialDump/pkg-descr
@@ -0,0 +1,13 @@
+Devel::PartialDump is a data dumper optimized for logging of arbitrary
+parameters.
+
+It attempts to truncate overly verbose data, in a way that is hopefully
+more useful for diagnostics warnings than
+
+ warn Dumper(@stuff);
+
+Unlike other data dumping modules there are no attempts at correctness
+or cross referencing, this is only meant to provide a slightly deeper
+look into the data in question.
+
+WWW: http://search.cpan.org/dist/Devel-PartialDump/
diff --git a/devel/p5-Devel-PartialDump/pkg-plist b/devel/p5-Devel-PartialDump/pkg-plist
new file mode 100644
index 000000000000..e5a2e532d66b
--- /dev/null
+++ b/devel/p5-Devel-PartialDump/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/PartialDump/.packlist
+%%SITE_PERL%%/Devel/PartialDump.pm
+@dirrmtry %%SITE_PERL%%/Devel
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/PartialDump
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel