Date: Mon, 19 Aug 2019 20:44:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509316 - in head/devel: . p5-Test2-Plugin-UUID Message-ID: <201908192044.x7JKiXII003458@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 19 20:44:33 2019 New Revision: 509316 URL: https://svnweb.freebsd.org/changeset/ports/509316 Log: Add p5-Test2-Plugin-UUID 0.002001 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. WWW: https://metacpan.org/release/Test2-Plugin-UUID Added: head/devel/p5-Test2-Plugin-UUID/ head/devel/p5-Test2-Plugin-UUID/Makefile (contents, props changed) head/devel/p5-Test2-Plugin-UUID/distinfo (contents, props changed) head/devel/p5-Test2-Plugin-UUID/pkg-descr (contents, props changed) head/devel/p5-Test2-Plugin-UUID/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Aug 19 20:44:16 2019 (r509315) +++ head/devel/Makefile Mon Aug 19 20:44:33 2019 (r509316) @@ -3470,6 +3470,7 @@ SUBDIR += p5-Test2-Plugin-DBIProfile SUBDIR += p5-Test2-Plugin-MemUsage SUBDIR += p5-Test2-Plugin-NoWarnings + SUBDIR += p5-Test2-Plugin-UUID SUBDIR += p5-Test2-Suite SUBDIR += p5-Test2-Tools-Explain SUBDIR += p5-Text-Levenshtein Added: head/devel/p5-Test2-Plugin-UUID/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test2-Plugin-UUID/Makefile Mon Aug 19 20:44:33 2019 (r509316) @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Test2-Plugin-UUID +PORTVERSION= 0.002001 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:EXODIST +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Use REAL UUIDs in Test2 + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Data-UUID>=1.148:devel/p5-Data-UUID \ + p5-Test-Simple>=1.302165:devel/p5-Test-Simple +TEST_DEPENDS= p5-Test2-Suite>=0.000124:devel/p5-Test2-Suite + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/p5-Test2-Plugin-UUID/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test2-Plugin-UUID/distinfo Mon Aug 19 20:44:33 2019 (r509316) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566229316 +SHA256 (Test2-Plugin-UUID-0.002001.tar.gz) = 4c6c8d484d7153d8779dc155a992b203095b5c5aa1cfb1ee8bcedcd0601878c9 +SIZE (Test2-Plugin-UUID-0.002001.tar.gz) = 9960 Added: head/devel/p5-Test2-Plugin-UUID/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test2-Plugin-UUID/pkg-descr Mon Aug 19 20:44:33 2019 (r509316) @@ -0,0 +1,6 @@ +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. + +WWW: https://metacpan.org/release/Test2-Plugin-UUID Added: head/devel/p5-Test2-Plugin-UUID/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test2-Plugin-UUID/pkg-plist Mon Aug 19 20:44:33 2019 (r509316) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Test2/Plugin/UUID.pm +%%PERL5_MAN3%%/Test2::Plugin::UUID.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908192044.x7JKiXII003458>