Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=2FTYKg4Y; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Hs9SS0Il Received: by mail.netbsd.org (Postfix, from userid 605) id 2B08784E6E; Sun, 5 May 2024 07:18:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714893488; bh=6OvRdyTuQesPYz6jGvHh7iZ0mp/xZgNcl+1A4c0OcDk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=2FTYKg4YsJc40XSUaUyiI7VdEDW9UYHv6pf4SPPnNMZ18+waXZQwToFiTPsUnOZ2f aKjz6uweBdXcodMTYb6f1ghroibwJ6qbQD0O/Knwbhk1K3mmlPpgO0usaku4CItOD1 qh16g6IZDobO0LfSPdYUO/CvhhmbM7Rl1kciAdz0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B60984D91 for ; Sun, 5 May 2024 07:18:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BMSyBUnmudfs for ; Sun, 5 May 2024 07:18:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6D90984D05 for ; Sun, 5 May 2024 07:18:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714893486; bh=6OvRdyTuQesPYz6jGvHh7iZ0mp/xZgNcl+1A4c0OcDk=; h=Date:From:Subject:To:Reply-To; b=Hs9SS0IlmRVHzVHZyC0YNGiJFO/c3X2XudmHL6+1hGUugMgDdQo1dD6Db0q/qedc7 fKu6gyj2lP+sZ9dfDZDT/RaSakuuFrh8+4sHeI4csg/CEOwwHHCY8gAgN0FSWTSO8X LhEtAQiv6VSQHjWNE5qu4EAK+k69db0ln5yf5ULI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FA46FA2C; Sun, 5 May 2024 07:18:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714893486133100" MIME-Version: 1.0 Date: Sun, 5 May 2024 07:18:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-CPAN-Meta-Requirements To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240505071806.5FA46FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714893486133100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1714893486133100 Content-Disposition: inline Content-Length: 2294 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1714893486133100--