pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Test2-Plugin-UUID
Module Name: pkgsrc
Committed By: wen
Date: Sat Nov 15 03:58:12 UTC 2025
Added Files:
pkgsrc/devel/p5-Test2-Plugin-UUID: DESCR Makefile distinfo
Log Message:
Import Test2-Plugin-UUID-0.002010 as devel/p5-Test2-Plugin-UUID.
Test2 normally uses unique IDs generated by appending pid, thread-id, and an
incrementing integer. These work fine most of the time, but are not sufficient
if you want to keep a database of events, in that case a real UUID is much more
useful.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test2-Plugin-UUID/DESCR \
pkgsrc/devel/p5-Test2-Plugin-UUID/Makefile \
pkgsrc/devel/p5-Test2-Plugin-UUID/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-Test2-Plugin-UUID/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test2-Plugin-UUID/DESCR:1.1
--- /dev/null Sat Nov 15 03:58:12 2025
+++ pkgsrc/devel/p5-Test2-Plugin-UUID/DESCR Sat Nov 15 03:58:12 2025
@@ -0,0 +1,4 @@
+Test2 normally uses unique IDs generated by appending pid, thread-id, and an
+incrementing integer. These work fine most of the time, but are not sufficient
+if you want to keep a database of events, in that case a real UUID is much more
+useful.
Index: pkgsrc/devel/p5-Test2-Plugin-UUID/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test2-Plugin-UUID/Makefile:1.1
--- /dev/null Sat Nov 15 03:58:12 2025
+++ pkgsrc/devel/p5-Test2-Plugin-UUID/Makefile Sat Nov 15 03:58:12 2025
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2025/11/15 03:58:12 wen Exp $
+
+DISTNAME= Test2-Plugin-UUID-0.002010
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/}
+
+MAINTAINER= wen%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/release/Test2-Plugin-UUID
+COMMENT= Use REAL UUIDs in Test2
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-UUID-Tiny>=0:../../devel/p5-UUID-Tiny
+
+PERL5_PACKLIST= auto/Test2/Plugin/UUID/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Test2-Plugin-UUID/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test2-Plugin-UUID/distinfo:1.1
--- /dev/null Sat Nov 15 03:58:12 2025
+++ pkgsrc/devel/p5-Test2-Plugin-UUID/distinfo Sat Nov 15 03:58:12 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/11/15 03:58:12 wen Exp $
+
+BLAKE2s (Test2-Plugin-UUID-0.002010.tar.gz) = 37766811b041aa0c7f1ed889b7086779be52bfd3f3709dd59f61befedc0dbbe4
+SHA512 (Test2-Plugin-UUID-0.002010.tar.gz) = 3924683747f780c2776a3ac7937a0c553fe4317c2e4471f904f0ddce9a5278205d01f32a1f89620ddc60a0c68c9269a0e9c82f19bd5add17a75113ea1f8554f7
+Size (Test2-Plugin-UUID-0.002010.tar.gz) = 16018 bytes
Home |
Main Index |
Thread Index |
Old Index