pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Meta-Builder



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 20:11:50 UTC 2020

Added Files:
        pkgsrc/devel/p5-Meta-Builder: DESCR Makefile distinfo

Log Message:
devel/p5-Meta-Builder: import p5-Meta-Builder-0.004

Meta programming is becoming more and more popular. The popularity
of Meta programming comes from the fact that many problems are made
significantly easier. There are a few specialized Meta tools out
there, for instance Class:MOP which is used by Moose to track class
metadata.

Meta::Builder is designed to be a generic tool for writing Meta
objects. Unlike specialized tools, Meta::Builder makes no assumptions
about what metrics you will care about. Meta::Builder also makes
it simple for others to extend your meta-object based tools by
providing hooks for other packages to add metrics to your meta
object.

If a specialized Meta object tool is available to meet your needs
please use it. However if you need a simple Meta object to track
a couple metrics, use Meta::Builder.

Meta::Builder is also low-sugar and low-dep. In most cases you will
not want a class that needs a meta object to use your meta-object
class directly. Rather you will usually want to create a sugar
class that exports enhanced API functions that manipulate the meta
object.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Meta-Builder/DESCR \
    pkgsrc/devel/p5-Meta-Builder/Makefile \
    pkgsrc/devel/p5-Meta-Builder/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-Builder/DESCR
diff -u /dev/null pkgsrc/devel/p5-Meta-Builder/DESCR:1.1
--- /dev/null   Mon Sep  7 20:11:50 2020
+++ pkgsrc/devel/p5-Meta-Builder/DESCR  Mon Sep  7 20:11:50 2020
@@ -0,0 +1,22 @@
+Meta programming is becoming more and more popular. The popularity
+of Meta programming comes from the fact that many problems are made
+significantly easier. There are a few specialized Meta tools out
+there, for instance Class:MOP which is used by Moose to track class
+metadata.
+
+Meta::Builder is designed to be a generic tool for writing Meta
+objects. Unlike specialized tools, Meta::Builder makes no assumptions
+about what metrics you will care about. Meta::Builder also makes
+it simple for others to extend your meta-object based tools by
+providing hooks for other packages to add metrics to your meta
+object.
+
+If a specialized Meta object tool is available to meet your needs
+please use it. However if you need a simple Meta object to track
+a couple metrics, use Meta::Builder.
+
+Meta::Builder is also low-sugar and low-dep. In most cases you will
+not want a class that needs a meta object to use your meta-object
+class directly. Rather you will usually want to create a sugar
+class that exports enhanced API functions that manipulate the meta
+object.
Index: pkgsrc/devel/p5-Meta-Builder/Makefile
diff -u /dev/null pkgsrc/devel/p5-Meta-Builder/Makefile:1.1
--- /dev/null   Mon Sep  7 20:11:50 2020
+++ pkgsrc/devel/p5-Meta-Builder/Makefile       Mon Sep  7 20:11:50 2020
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/09/07 20:11:50 wiz Exp $
+
+DISTNAME=      Meta-Builder-0.004
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/Meta::Builder
+COMMENT=       Tools for creating Meta objects to track custom metrics
+LICENSE=       ${PERL5_LICENSE}
+
+TEST_DEPENDS+= p5-Fennec-Lite-[0-9]*:../../devel/p5-Fennec-Lite
+TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Meta/Builder/.packlist
+PERL5_MODULE_TYPE=     Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Meta-Builder/distinfo
diff -u /dev/null pkgsrc/devel/p5-Meta-Builder/distinfo:1.1
--- /dev/null   Mon Sep  7 20:11:50 2020
+++ pkgsrc/devel/p5-Meta-Builder/distinfo       Mon Sep  7 20:11:50 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/07 20:11:50 wiz Exp $
+
+SHA1 (Meta-Builder-0.004.tar.gz) = 4fe077a0d223dfd72558360d32c9e71899188075
+RMD160 (Meta-Builder-0.004.tar.gz) = 67f43c967c7c65ac5f5a14b02a1ce04081aa5679
+SHA512 (Meta-Builder-0.004.tar.gz) = c8dcc7129b08f9e562bcb2077c41c7eb72e108f7a8fd0f41c0b84c5615af02b4f418003d0a86c8ecc6f6c6f693b5928626f6e22c40d303318675c41eb301d2bb
+Size (Meta-Builder-0.004.tar.gz) = 10650 bytes



Home | Main Index | Thread Index | Old Index