svn commit: r473794 - in head/devel: . p5-UUID-URandom
Wen Heping
wen at FreeBSD.org
Tue Jul 3 03:33:06 UTC 2018
Author: wen
Date: Tue Jul 3 03:33:04 2018
New Revision: 473794
URL: https://svnweb.freebsd.org/changeset/ports/473794
Log:
This module provides a portable, secure generator of RFC-4122 version 4 (random)
UUIDs. It is a thin wrapper around Crypt::URandom to set the UUID version and
variant bits required by the RFC.
WWW: https://metacpan.org/release/UUID-URandom
Added:
head/devel/p5-UUID-URandom/
head/devel/p5-UUID-URandom/Makefile (contents, props changed)
head/devel/p5-UUID-URandom/distinfo (contents, props changed)
head/devel/p5-UUID-URandom/pkg-descr (contents, props changed)
head/devel/p5-UUID-URandom/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Jul 3 03:29:42 2018 (r473793)
+++ head/devel/Makefile Tue Jul 3 03:33:04 2018 (r473794)
@@ -3744,6 +3744,7 @@
SUBDIR += p5-UUID-Random
SUBDIR += p5-UUID-Random-Patch-UseMRS
SUBDIR += p5-UUID-Tiny
+ SUBDIR += p5-UUID-URandom
SUBDIR += p5-Uniq
SUBDIR += p5-Unix-Groups
SUBDIR += p5-Unix-Groups-FFI
Added: head/devel/p5-UUID-URandom/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-UUID-URandom/Makefile Tue Jul 3 03:33:04 2018 (r473794)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= UUID-URandom
+PORTVERSION= 0.001
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl at FreeBSD.org
+COMMENT= UUIDs based on /dev/urandom or the Windows Crypto API
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+RUN_DEPENDS= p5-Crypt-URandom>=0.36:security/p5-Crypt-URandom
+BUILD_DEPENDS:= ${RUN_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/devel/p5-UUID-URandom/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-UUID-URandom/distinfo Tue Jul 3 03:33:04 2018 (r473794)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1530586670
+SHA256 (UUID-URandom-0.001.tar.gz) = 3f13631b13b9604fb489e2989490c99f103743a837239bdafae9d6baf55f8f46
+SIZE (UUID-URandom-0.001.tar.gz) = 16523
Added: head/devel/p5-UUID-URandom/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-UUID-URandom/pkg-descr Tue Jul 3 03:33:04 2018 (r473794)
@@ -0,0 +1,5 @@
+This module provides a portable, secure generator of RFC-4122 version 4 (random)
+UUIDs. It is a thin wrapper around Crypt::URandom to set the UUID version and
+variant bits required by the RFC.
+
+WWW: https://metacpan.org/release/UUID-URandom
Added: head/devel/p5-UUID-URandom/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-UUID-URandom/pkg-plist Tue Jul 3 03:33:04 2018 (r473794)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/UUID/URandom.pm
+%%PERL5_MAN3%%/UUID::URandom.3.gz
More information about the svn-ports-head
mailing list