Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12ED984D3A for ; Sat, 16 Dec 2023 23:21:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bjZ-wu-BgX3R for ; Sat, 16 Dec 2023 23:21:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7D53684D09 for ; Sat, 16 Dec 2023 23:21:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76BE2FA42; Sat, 16 Dec 2023 23:21:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170276890522340" MIME-Version: 1.0 Date: Sat, 16 Dec 2023 23:21:45 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-match-simple To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20231216232145.76BE2FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170276890522340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Dec 16 23:21:45 UTC 2023 Added Files: pkgsrc/devel/p5-match-simple: DESCR Makefile distinfo Log Message: devel/p5-match-simple: import p5-match-simple-0.012 match::smart provides a match operator |M| that acts like more or less identically to the (as of Perl 5.18) deprecated smart match operator. If you don't like the crazy Sub::Infix operator, you can alternatively export a more normal function: To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-match-simple/DESCR \ pkgsrc/devel/p5-match-simple/Makefile \ pkgsrc/devel/p5-match-simple/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170276890522340 Content-Disposition: inline Content-Length: 1841 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/p5-match-simple/DESCR diff -u /dev/null pkgsrc/devel/p5-match-simple/DESCR:1.1 --- /dev/null Sat Dec 16 23:21:45 2023 +++ pkgsrc/devel/p5-match-simple/DESCR Sat Dec 16 23:21:45 2023 @@ -0,0 +1,5 @@ +match::smart provides a match operator |M| that acts like more or less +identically to the (as of Perl 5.18) deprecated smart match operator. + +If you don't like the crazy Sub::Infix operator, you can alternatively +export a more normal function: Index: pkgsrc/devel/p5-match-simple/Makefile diff -u /dev/null pkgsrc/devel/p5-match-simple/Makefile:1.1 --- /dev/null Sat Dec 16 23:21:45 2023 +++ pkgsrc/devel/p5-match-simple/Makefile Sat Dec 16 23:21:45 2023 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2023/12/16 23:21:45 mef Exp $ + +DISTNAME= match-simple-0.012 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +#ASTER_SITES= ${MASTER_SITE_PERL_CPAN:=match/} +MASTER_SITES= https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://metacpan.org/pod/match::simple +COMMENT= Clone of smartmatch operator +LICENSE= gnu-gpl-v1 OR artistic + +PERL5_PACKLIST= auto/match/simple/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-match-simple/distinfo diff -u /dev/null pkgsrc/devel/p5-match-simple/distinfo:1.1 --- /dev/null Sat Dec 16 23:21:45 2023 +++ pkgsrc/devel/p5-match-simple/distinfo Sat Dec 16 23:21:45 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/12/16 23:21:45 mef Exp $ + +BLAKE2s (match-simple-0.012.tar.gz) = eb31243a348ee175fcfc5394041c2fefe450cf40024c9c70f30af7d286a42f08 +SHA512 (match-simple-0.012.tar.gz) = c6abe6ea332f74bbe95f513ab67bf029f0fbcb56141e9884bd48479293ed207e604c80d16fea7c75b9a38a1b9c825eb4bb27a41cbb40ff6a1c099932691f3039 +Size (match-simple-0.012.tar.gz) = 24294 bytes --_----------=_170276890522340--