Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E85584ED9 for ; Fri, 9 Jun 2023 19:34:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 9s1q3r_GVgKG for ; Fri, 9 Jun 2023 19:34:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A4C7D84ED0 for ; Fri, 9 Jun 2023 19:34:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9DDCBFA89; Fri, 9 Jun 2023 19:34:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168633928851890" MIME-Version: 1.0 Date: Fri, 9 Jun 2023 19:34:48 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20230609193448.9DDCBFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168633928851890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Fri Jun 9 19:34:48 UTC 2023 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/p5-Class-Std-Fast: DESCR Makefile PLIST distinfo Log Message: devel/p5-Class-Std-Fast: Add version 0.0.8 Class::Std::Fast allows you to use the beautiful API of Class::Std in a faster way than Class::Std does, but is somehow less secure. You can get the object's ident via scalarifiyng your object. Getting the objects ident is still possible via the ident method, but it's faster to scalarify your object. To generate a diff of this commit: cvs rdiff -u -r1.4004 -r1.4005 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Class-Std-Fast/DESCR \ pkgsrc/devel/p5-Class-Std-Fast/Makefile \ pkgsrc/devel/p5-Class-Std-Fast/PLIST \ pkgsrc/devel/p5-Class-Std-Fast/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168633928851890 Content-Disposition: inline Content-Length: 3007 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4004 pkgsrc/devel/Makefile:1.4005 --- pkgsrc/devel/Makefile:1.4004 Fri Jun 9 15:57:42 2023 +++ pkgsrc/devel/Makefile Fri Jun 9 19:34:48 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4004 2023/06/09 15:57:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4005 2023/06/09 19:34:48 gdt Exp $ # COMMENT= Development utilities @@ -1397,6 +1397,7 @@ SUBDIR+= p5-Class-Refresh SUBDIR+= p5-Class-ReturnValue SUBDIR+= p5-Class-Singleton SUBDIR+= p5-Class-Std +SUBDIR+= p5-Class-Std-Fast SUBDIR+= p5-Class-Throwable SUBDIR+= p5-Class-Tiny SUBDIR+= p5-Class-Trigger Added files: Index: pkgsrc/devel/p5-Class-Std-Fast/DESCR diff -u /dev/null pkgsrc/devel/p5-Class-Std-Fast/DESCR:1.1 --- /dev/null Fri Jun 9 19:34:48 2023 +++ pkgsrc/devel/p5-Class-Std-Fast/DESCR Fri Jun 9 19:34:48 2023 @@ -0,0 +1,7 @@ +Class::Std::Fast allows you to use the beautiful API of Class::Std in +a faster way than Class::Std does, but is somehow less secure. + +You can get the object's ident via scalarifiyng your object. + +Getting the objects ident is still possible via the ident method, but +it's faster to scalarify your object. Index: pkgsrc/devel/p5-Class-Std-Fast/Makefile diff -u /dev/null pkgsrc/devel/p5-Class-Std-Fast/Makefile:1.1 --- /dev/null Fri Jun 9 19:34:48 2023 +++ pkgsrc/devel/p5-Class-Std-Fast/Makefile Fri Jun 9 19:34:48 2023 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2023/06/09 19:34:48 gdt Exp $ + +DISTNAME= Class-Std-Fast-v0.0.8 +PKGNAME= p5-${DISTNAME:S,-v,-,} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AC/ACID/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://metacpan.org/pod/Std::Fast +COMMENT= Faster but less secure than Class::Std +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/Class/Std/Fast/.packlist +PERL5_MODULE_TYPE= Module::Build + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-Class-Std-Fast/PLIST diff -u /dev/null pkgsrc/devel/p5-Class-Std-Fast/PLIST:1.1 --- /dev/null Fri Jun 9 19:34:48 2023 +++ pkgsrc/devel/p5-Class-Std-Fast/PLIST Fri Jun 9 19:34:48 2023 @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2023/06/09 19:34:48 gdt Exp $ +@comment TODO: to fill this file with the file listing: +@comment TODO: 1. run "/usr/bin/make package" +@comment TODO: 2. run "/usr/bin/make print-PLIST" Index: pkgsrc/devel/p5-Class-Std-Fast/distinfo diff -u /dev/null pkgsrc/devel/p5-Class-Std-Fast/distinfo:1.1 --- /dev/null Fri Jun 9 19:34:48 2023 +++ pkgsrc/devel/p5-Class-Std-Fast/distinfo Fri Jun 9 19:34:48 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/06/09 19:34:48 gdt Exp $ + +BLAKE2s (Class-Std-Fast-v0.0.8.tar.gz) = c65520069582be6d1cb7015b1d3a8ee4ebe1a1656065c994e4e02e29efbf25a7 +SHA512 (Class-Std-Fast-v0.0.8.tar.gz) = 6240e0d383a1bcb8d60abcd134c524e3f48df20ca547868db5f23c960daf10678f650b69543fe6d68d7030d975c77c789d8684139fc2b856cc80aa95744d1282 +Size (Class-Std-Fast-v0.0.8.tar.gz) = 20915 bytes --_----------=_168633928851890--