pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 30 18:12:40 UTC 2023

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

Log Message:
devel/p5-Devel-MAT: import p5-Devel-MAT-0.51

The Devel::MAT ecosystem allows developers of perl programs to
inspect and analyse memory-related problems such as memory leaks,
unexpected memory consumption, or odd state. This is an "offline"
analysis system, in the sense that the analysis tools all run in
a different process, possibly at a later time, than the perl process
that is being analysed.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Devel-MAT/DESCR \
    pkgsrc/devel/p5-Devel-MAT/Makefile pkgsrc/devel/p5-Devel-MAT/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/DESCR
diff -u /dev/null pkgsrc/devel/p5-Devel-MAT/DESCR:1.1
--- /dev/null   Thu Mar 30 18:12:40 2023
+++ pkgsrc/devel/p5-Devel-MAT/DESCR     Thu Mar 30 18:12:39 2023
@@ -0,0 +1,6 @@
+The Devel::MAT ecosystem allows developers of perl programs to
+inspect and analyse memory-related problems such as memory leaks,
+unexpected memory consumption, or odd state. This is an "offline"
+analysis system, in the sense that the analysis tools all run in
+a different process, possibly at a later time, than the perl process
+that is being analysed.
Index: pkgsrc/devel/p5-Devel-MAT/Makefile
diff -u /dev/null pkgsrc/devel/p5-Devel-MAT/Makefile:1.1
--- /dev/null   Thu Mar 30 18:12:40 2023
+++ pkgsrc/devel/p5-Devel-MAT/Makefile  Thu Mar 30 18:12:39 2023
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2023/03/30 18:12:39 wiz Exp $
+
+DISTNAME=      Devel-MAT-0.51
+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
+COMMENT=       Perl Memory Analysis Tool
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Commandable-[0-9]*:../../devel/p5-Commandable
+DEPENDS+=      p5-Devel-MAT-Dumper-[0-9]*:../../devel/p5-Devel-MAT-Dumper
+DEPENDS+=      p5-Feature-Compat-Try-[0-9]*:../../devel/p5-Feature-Compat-Try
+DEPENDS+=      p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
+DEPENDS+=      p5-Heap-[0-9]*:../../devel/p5-Heap
+DEPENDS+=      p5-List-UtilsBy-[0-9]*:../../devel/p5-List-UtilsBy
+DEPENDS+=      p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
+DEPENDS+=      p5-String-Tagged-Terminal-[0-9]*:../../devel/p5-String-Tagged-Terminal
+DEPENDS+=      p5-String-Tagged-[0-9]*:../../devel/p5-String-Tagged
+DEPENDS+=      p5-Struct-Dumb-[0-9]*:../../devel/p5-Struct-Dumb
+DEPENDS+=      p5-Syntax-Keyword-Match-[0-9]*:../../devel/p5-Syntax-Keyword-Match
+TEST_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
+
+PERL5_MODULE_TYPE=     Module::Build
+PERL5_PACKLIST=                auto/Devel/MAT/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Devel-MAT/distinfo
diff -u /dev/null pkgsrc/devel/p5-Devel-MAT/distinfo:1.1
--- /dev/null   Thu Mar 30 18:12:40 2023
+++ pkgsrc/devel/p5-Devel-MAT/distinfo  Thu Mar 30 18:12:39 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/30 18:12:39 wiz Exp $
+
+BLAKE2s (Devel-MAT-0.51.tar.gz) = ab3b92667f7c2da3c7534708868738e02a0d6bc25a2a2c18338f1303d438c31b
+SHA512 (Devel-MAT-0.51.tar.gz) = fe76adbdc353cf7f20265c1953a09f8f6cfd92e4165c172a06f2ae4f13367d55f6c9967ab1c2ac368d74eae48461ae4c2c3c4d5ba427c7383b559ed0bae5f4a4
+Size (Devel-MAT-0.51.tar.gz) = 144141 bytes



Home | Main Index | Thread Index | Old Index