pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-meta
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 15 06:11:48 UTC 2024
Added Files:
pkgsrc/devel/p5-meta: DESCR Makefile distinfo
Log Message:
devel/p5-meta: import p5-meta-0.009
This package provides an API for metaprogramming; that is, allowing
code to inspect or manipulate parts of its own program structure.
Parts of the perl interpreter itself can be accessed by means of
"meta"-objects provided by this package. Methods on these objects
allow inspection of details, as well as creating new items or
removing existing ones.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-meta/DESCR \
pkgsrc/devel/p5-meta/Makefile pkgsrc/devel/p5-meta/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-meta/DESCR
diff -u /dev/null pkgsrc/devel/p5-meta/DESCR:1.1
--- /dev/null Sun Sep 15 06:11:48 2024
+++ pkgsrc/devel/p5-meta/DESCR Sun Sep 15 06:11:48 2024
@@ -0,0 +1,6 @@
+This package provides an API for metaprogramming; that is, allowing
+code to inspect or manipulate parts of its own program structure.
+Parts of the perl interpreter itself can be accessed by means of
+"meta"-objects provided by this package. Methods on these objects
+allow inspection of details, as well as creating new items or
+removing existing ones.
Index: pkgsrc/devel/p5-meta/Makefile
diff -u /dev/null pkgsrc/devel/p5-meta/Makefile:1.1
--- /dev/null Sun Sep 15 06:11:48 2024
+++ pkgsrc/devel/p5-meta/Makefile Sun Sep 15 06:11:48 2024
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2024/09/15 06:11:48 wiz Exp $
+
+DISTNAME= meta-0.009
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= https://cpan.metacpan.org/authors/id/P/PE/PEVANS/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/dist/meta
+COMMENT= Perl module for meta-programming
+LICENSE= ${PERL5_LICENSE}
+
+TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/meta/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-meta/distinfo
diff -u /dev/null pkgsrc/devel/p5-meta/distinfo:1.1
--- /dev/null Sun Sep 15 06:11:48 2024
+++ pkgsrc/devel/p5-meta/distinfo Sun Sep 15 06:11:48 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/09/15 06:11:48 wiz Exp $
+
+BLAKE2s (meta-0.009.tar.gz) = 2ddb9ddbd68d4f02907899c636fb21cf2cf6ff0268eced5ba723e56d003e38c7
+SHA512 (meta-0.009.tar.gz) = 402b609874420fc77356774ab9930bdf5c170250cc768c182c9a825f59639c3be26a4dd712f3f33969b06d1e1828d8e6fc503f134f2704dcbee0b3735dbe369f
+Size (meta-0.009.tar.gz) = 31723 bytes
Home |
Main Index |
Thread Index |
Old Index