pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index