pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-CPAN-Meta-Requirements



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  5 07:18:06 UTC 2024

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

Log Message:
devel/p5-CPAN-Meta-Requirements: import p5-CPAN-Meta-Requirements-2.143

A CPAN::Meta::Requirements object models a set of version constraints
like those specified in the META.yml or META.json files in CPAN
distributions, and as defined by CPAN::Meta::Spec. It can be built
up by adding more and more constraints, and it will reduce them to
the simplest representation.

Logically impossible constraints will be identified immediately by
thrown exceptions.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/devel/p5-CPAN-Meta-Requirements/DESCR
cvs rdiff -u -r0 -r1.23 pkgsrc/devel/p5-CPAN-Meta-Requirements/Makefile
cvs rdiff -u -r0 -r1.11 pkgsrc/devel/p5-CPAN-Meta-Requirements/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-CPAN-Meta-Requirements/DESCR
diff -u /dev/null pkgsrc/devel/p5-CPAN-Meta-Requirements/DESCR:1.3
--- /dev/null   Sun May  5 07:18:06 2024
+++ pkgsrc/devel/p5-CPAN-Meta-Requirements/DESCR        Sun May  5 07:18:06 2024
@@ -0,0 +1,8 @@
+A CPAN::Meta::Requirements object models a set of version constraints
+like those specified in the META.yml or META.json files in CPAN
+distributions, and as defined by CPAN::Meta::Spec. It can be built
+up by adding more and more constraints, and it will reduce them to
+the simplest representation.
+
+Logically impossible constraints will be identified immediately by
+thrown exceptions.

Index: pkgsrc/devel/p5-CPAN-Meta-Requirements/Makefile
diff -u /dev/null pkgsrc/devel/p5-CPAN-Meta-Requirements/Makefile:1.23
--- /dev/null   Sun May  5 07:18:06 2024
+++ pkgsrc/devel/p5-CPAN-Meta-Requirements/Makefile     Sun May  5 07:18:06 2024
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.23 2024/05/05 07:18:06 wiz Exp $
+
+DISTNAME=      CPAN-Meta-Requirements-2.143
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CPAN/}
+#${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/} \
+#              https://cpan.metacpan.org/authors/id/R/RJ/RJBS/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/dist/CPAN-Meta-Requirements
+COMMENT=       Set of version requirements for a CPAN dist
+LICENSE=       ${PERL5_LICENSE}
+
+#DEPENDS+=     p5-ExtUtils-Config-[0-9]*:../../devel/p5-ExtUtils-Config
+
+USE_LANGUAGES=         # none
+PERL5_PACKLIST=                auto/CPAN/Meta/Requirements/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/p5-CPAN-Meta-Requirements/distinfo
diff -u /dev/null pkgsrc/devel/p5-CPAN-Meta-Requirements/distinfo:1.11
--- /dev/null   Sun May  5 07:18:06 2024
+++ pkgsrc/devel/p5-CPAN-Meta-Requirements/distinfo     Sun May  5 07:18:06 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.11 2024/05/05 07:18:06 wiz Exp $
+
+BLAKE2s (CPAN-Meta-Requirements-2.143.tar.gz) = c27c87bca6c35f06c8f987d6c3960ac58bf0bab395f3f11c52739fb3f87935af
+SHA512 (CPAN-Meta-Requirements-2.143.tar.gz) = 01283e54753678bbc731c254f84b989a104a7228faf8a6bc33561b1846d2c410e1ec9219b7ebc073bd41b7e025b22fd96893a6f83f3bf2b07e1eb5766a76833c
+Size (CPAN-Meta-Requirements-2.143.tar.gz) = 32843 bytes



Home | Main Index | Thread Index | Old Index