pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Devel-MAT-Dumper



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 30 18:10:59 UTC 2023

Added Files:
        pkgsrc/devel/p5-Devel-MAT-Dumper: DESCR Makefile distinfo

Log Message:
devel/p5-Devel-MAT-Dumper: import p5-Devel-MAT-Dumper-0.47

This module provides the memory-dumping function that creates a
heap dump file which can later be read by Devel::MAT::Dumpfile. It
provides a single function which is not exported, which writes a
file to the given path.

The dump file will contain a representation of every SV in Perl's
arena, providing information about pointers between them, as well
as other information about the state of the process at the time it
was created. It contains a snapshot of the process at that moment
in time, which can later be loaded and analysed by various tools
using Devel::MAT::Dumpfile.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Devel-MAT-Dumper/DESCR \
    pkgsrc/devel/p5-Devel-MAT-Dumper/Makefile \
    pkgsrc/devel/p5-Devel-MAT-Dumper/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-Devel-MAT-Dumper/DESCR
diff -u /dev/null pkgsrc/devel/p5-Devel-MAT-Dumper/DESCR:1.1
--- /dev/null   Thu Mar 30 18:10:59 2023
+++ pkgsrc/devel/p5-Devel-MAT-Dumper/DESCR      Thu Mar 30 18:10:58 2023
@@ -0,0 +1,11 @@
+This module provides the memory-dumping function that creates a
+heap dump file which can later be read by Devel::MAT::Dumpfile. It
+provides a single function which is not exported, which writes a
+file to the given path.
+
+The dump file will contain a representation of every SV in Perl's
+arena, providing information about pointers between them, as well
+as other information about the state of the process at the time it
+was created. It contains a snapshot of the process at that moment
+in time, which can later be loaded and analysed by various tools
+using Devel::MAT::Dumpfile.
Index: pkgsrc/devel/p5-Devel-MAT-Dumper/Makefile
diff -u /dev/null pkgsrc/devel/p5-Devel-MAT-Dumper/Makefile:1.1
--- /dev/null   Thu Mar 30 18:10:59 2023
+++ pkgsrc/devel/p5-Devel-MAT-Dumper/Makefile   Thu Mar 30 18:10:58 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/03/30 18:10:58 wiz Exp $
+
+DISTNAME=      Devel-MAT-Dumper-0.47
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/Devel::MAT::Dumper
+COMMENT=       Write a heap dump file for later analysis
+LICENSE=       ${PERL5_LICENSE}
+
+#DEPENDS+=     p5-Commandable-[0-9]*:../../devel/p5-Commandable
+#TEST_DEPENDS+=        p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
+
+PERL5_PACKLIST=                auto/Devel/MAT/Dumper/.packlist
+PERL5_MODULE_TYPE=     Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Devel-MAT-Dumper/distinfo
diff -u /dev/null pkgsrc/devel/p5-Devel-MAT-Dumper/distinfo:1.1
--- /dev/null   Thu Mar 30 18:10:59 2023
+++ pkgsrc/devel/p5-Devel-MAT-Dumper/distinfo   Thu Mar 30 18:10:58 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/30 18:10:58 wiz Exp $
+
+BLAKE2s (Devel-MAT-Dumper-0.47.tar.gz) = 815740f775e52f71ba971884d70e32bb0ae2e2970cfa8b4dfa9849d9ac090612
+SHA512 (Devel-MAT-Dumper-0.47.tar.gz) = ab337d041da3d53b9cb69d58543bf14a848fa2c49c3267bcaf1f69682a79b4727c45cd007acf4684463e94f6058893fc03a5934645a5af72fd1eef7846a744ef
+Size (Devel-MAT-Dumper-0.47.tar.gz) = 38534 bytes



Home | Main Index | Thread Index | Old Index