From nobody@FreeBSD.org  Mon Sep 23 12:46:56 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 025983A3
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Sep 2013 12:46:56 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id D638F2987
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Sep 2013 12:46:55 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8NCktlq096217
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Sep 2013 12:46:55 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8NCktKW096213;
	Mon, 23 Sep 2013 12:46:55 GMT
	(envelope-from nobody)
Message-Id: <201309231246.r8NCktKW096213@oldred.freebsd.org>
Date: Mon, 23 Sep 2013 12:46:55 GMT
From: Henk van Oers <hvo.pm@xs4all.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: security/p5-UUID-Random-Patch-UseMRS use Math::Random::Secure
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         182322
>Category:       ports
>Synopsis:       New port: security/p5-UUID-Random-Patch-UseMRS use Math::Random::Secure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 23 12:50:01 UTC 2013
>Closed-Date:    Mon Nov 11 14:09:49 UTC 2013
>Last-Modified:  Mon Nov 11 14:10:00 UTC 2013
>Originator:     Henk van Oers
>Release:        9.1-RELEASE-p6
>Organization:
perl.nl
>Environment:
FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This module generates random uuid strings.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-UUID-Random-Patch-UseMRS
#	p5-UUID-Random-Patch-UseMRS/Makefile
#	p5-UUID-Random-Patch-UseMRS/pkg-descr
#	p5-UUID-Random-Patch-UseMRS/distinfo
#	p5-UUID-Random-Patch-UseMRS/pkg-plist
#
echo c - p5-UUID-Random-Patch-UseMRS
mkdir -p p5-UUID-Random-Patch-UseMRS > /dev/null 2>&1
echo x - p5-UUID-Random-Patch-UseMRS/Makefile
sed 's/^X//' >p5-UUID-Random-Patch-UseMRS/Makefile << 'c60496f81b163d93e70a27a6f37de05b'
X# Created by: Henk van Oers <hvo.pm@xs4all.nl>
X# $FreeBSD$
X
XPORTNAME=	UUID-Random-Patch-UseMRS
XPORTVERSION=	0.01
XCATEGORIES=	security perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	perl@FreeBSD.org
XCOMMENT=	Make UUID::Random use Math::Random::Secure::rand()
X
XLICENSE=	ART10
X
XBUILD_DEPENDS=	p5-Math-Random-Secure>=0:${PORTSDIR}/math/p5-Math-Random-Secure \
X		p5-UUID-Random>=0:${PORTSDIR}/security/p5-UUID-Random
XRUN_DEPENDS:=	${BUILD_DEPENDS}
X
XUSES=		perl5
XUSE_PERL5=	modbuild
X
XMAN3=		UUID::Random::Patch::UseMRS.3
X
XNO_STAGE=	yes
X.include <bsd.port.mk>
c60496f81b163d93e70a27a6f37de05b
echo x - p5-UUID-Random-Patch-UseMRS/pkg-descr
sed 's/^X//' >p5-UUID-Random-Patch-UseMRS/pkg-descr << '0d58d66715ee1ae079b73d3673ec478f'
XThis module makes UUID::Random use rand() from Math::Random::Secure
Xinstead of the default rand() that comes with Perl.
XIt is useful for creating cryptographically secure UUID's.
XOn the other hand, as a note,
Xthis makes generate() around 20 times slower.
X
XAfter you use this module, use UUID::Random as usual.
X
XWWW: https://metacpan.org/module/UUID::Random::Patch::UseMRS
0d58d66715ee1ae079b73d3673ec478f
echo x - p5-UUID-Random-Patch-UseMRS/distinfo
sed 's/^X//' >p5-UUID-Random-Patch-UseMRS/distinfo << '24956a3c7a1ae0623849acd5f670381c'
XSHA256 (UUID-Random-Patch-UseMRS-0.01.tar.gz) = 85f28345a9c2ee287f3c1283d5c6ec5b49a305c64c1b45bce9d8b8373a93dd73
XSIZE (UUID-Random-Patch-UseMRS-0.01.tar.gz) = 9810
24956a3c7a1ae0623849acd5f670381c
echo x - p5-UUID-Random-Patch-UseMRS/pkg-plist
sed 's/^X//' >p5-UUID-Random-Patch-UseMRS/pkg-plist << 'dc7ba5824db43cef3f2b2ac5a679ae5b'
X%%SITE_PERL%%/UUID/Random/Patch/UseMRS.pm
X@dirrmtry %%SITE_PERL%%/UUID/Random/Patch
X@dirrmtry %%SITE_PERL%%/UUID/Random
X@dirrmtry %%SITE_PERL%%/UUID
dc7ba5824db43cef3f2b2ac5a679ae5b
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Sep 23 12:50:21 UTC 2013 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182322 

From: Zverev Andrey <azverev@ozon.ru>
To: <bug-followup@FreeBSD.org>, <hvo.pm@xs4all.nl>
Cc:  
Subject: Re: ports/182322: New port: security/p5-UUID-Random-Patch-UseMRS use Math::Random::Secure
Date: Mon, 23 Sep 2013 16:53:23 +0400

 ------_=_NextPart_001_01CEB85B.E3F73770
 Content-Type: text/plain; charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 Why is maintainer for new port set to perl@? If you need this port,
 don't you want to be maintainer?
 
 
 ------_=_NextPart_001_01CEB85B.E3F73770
 Content-Type: text/html; charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 <html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
 xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
 xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
 xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
 xmlns=3D"http://www.w3.org/TR/REC-html40"><head><META =
 HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
 charset=3Dus-ascii"><meta name=3DGenerator content=3D"Microsoft Word 14 =
 (filtered medium)"><style><!--
 /* Font Definitions */
 @font-face
 	{font-family:Calibri;
 	panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
 	{margin:0cm;
 	margin-bottom:.0001pt;
 	font-size:11.0pt;
 	font-family:"Calibri","sans-serif";
 	mso-fareast-language:EN-US;}
 a:link, span.MsoHyperlink
 	{mso-style-priority:99;
 	color:blue;
 	text-decoration:underline;}
 a:visited, span.MsoHyperlinkFollowed
 	{mso-style-priority:99;
 	color:purple;
 	text-decoration:underline;}
 span.EmailStyle17
 	{mso-style-type:personal-compose;
 	font-family:"Calibri","sans-serif";
 	color:windowtext;}
 .MsoChpDefault
 	{mso-style-type:export-only;
 	font-family:"Calibri","sans-serif";
 	mso-fareast-language:EN-US;}
 @page WordSection1
 	{size:612.0pt 792.0pt;
 	margin:2.0cm 42.5pt 2.0cm 3.0cm;}
 div.WordSection1
 	{page:WordSection1;}
 --></style><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
 </xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
 <o:idmap v:ext=3D"edit" data=3D"1" />
 </o:shapelayout></xml><![endif]--></head><body lang=3DRU link=3Dblue =
 vlink=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span =
 lang=3DEN-US>Why is maintainer for new port set to perl@? If you need =
 this port, don&#8217;t you want to be =
 maintainer?<o:p></o:p></span></p></div></body></html>
 ------_=_NextPart_001_01CEB85B.E3F73770--

From: Henk van Oers <hvo.pm@xs4all.nl>
To: Zverev Andrey <azverev@ozon.ru>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/182322: New port: security/p5-UUID-Random-Patch-UseMRS
 use Math::Random::Secure
Date: Mon, 23 Sep 2013 15:14:52 +0200 (CEST)

   This message is in MIME format.  The first part should be readable text,
   while the remaining parts are likely unreadable without MIME-aware tools.
 
 ---1829314446-2081442633-1379942092=:38539
 Content-Type: TEXT/PLAIN; format=flowed; charset=ISO-8859-7
 Content-Transfer-Encoding: 8BIT
 
 
 
 On Mon, 23 Sep 2013, Zverev Andrey wrote:
 
 > Why is maintainer for new port set to perl@? If you need this port, dont you want to be maintainer?
 
 I'm on perl@ for years now and have submitted new ports this way before.
 I also watch the freshports.
 
 The 4 ports I submitted today are in preparation of
 p5-Dancer-Plugin-Auth-Extensible that ships whith
 Dancer/Plugin/Auth/Extensible/Provider/Unix.pm
 
 Regards,
 Henk
 ---1829314446-2081442633-1379942092=:38539--
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon Nov 11 13:24:58 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182322 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Nov 11 14:09:48 UTC 2013 
State-Changed-Why:  
New port added as devel/p5-UUID-Random-Patch-UseMRS. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182322 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182322: commit references a PR
Date: Mon, 11 Nov 2013 14:08:17 +0000 (UTC)

 Author: sunpoet
 Date: Mon Nov 11 14:08:08 2013
 New Revision: 333502
 URL: http://svnweb.freebsd.org/changeset/ports/333502
 
 Log:
   - Add p5-UUID-Random-Patch-UseMRS 0.01
   
   UUID::Random::Patch::UseMRS makes UUID::Random use rand() from
   Math::Random::Secure instead of the default rand() that comes with Perl. It is
   useful for creating cryptographically secure UUID's. On the other hand, as a
   note, this makes generate() around 20 times slower.
   
   After you use this module, use UUID::Random as usual.
   
   WWW: http://search.cpan.org/dist/UUID-Random-Patch-UseMRS/
   
   PR:		ports/182322
   Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
 
 Added:
   head/devel/p5-UUID-Random-Patch-UseMRS/
   head/devel/p5-UUID-Random-Patch-UseMRS/Makefile   (contents, props changed)
   head/devel/p5-UUID-Random-Patch-UseMRS/distinfo   (contents, props changed)
   head/devel/p5-UUID-Random-Patch-UseMRS/pkg-descr   (contents, props changed)
   head/devel/p5-UUID-Random-Patch-UseMRS/pkg-plist   (contents, props changed)
 Modified:
   head/devel/Makefile
 
 Modified: head/devel/Makefile
 ==============================================================================
 --- head/devel/Makefile	Mon Nov 11 14:07:38 2013	(r333501)
 +++ head/devel/Makefile	Mon Nov 11 14:08:08 2013	(r333502)
 @@ -2975,6 +2975,7 @@
      SUBDIR += p5-UNIVERSAL-which
      SUBDIR += p5-UUID
      SUBDIR += p5-UUID-Random
 +    SUBDIR += p5-UUID-Random-Patch-UseMRS
      SUBDIR += p5-UUID-Tiny
      SUBDIR += p5-Uniq
      SUBDIR += p5-Unix-Statgrab
 
 Added: head/devel/p5-UUID-Random-Patch-UseMRS/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/p5-UUID-Random-Patch-UseMRS/Makefile	Mon Nov 11 14:08:08 2013	(r333502)
 @@ -0,0 +1,23 @@
 +# Created by: Henk van Oers <hvo.pm@xs4all.nl>
 +# $FreeBSD$
 +
 +PORTNAME=	UUID-Random-Patch-UseMRS
 +PORTVERSION=	0.01
 +CATEGORIES=	devel perl5
 +MASTER_SITES=	CPAN
 +PKGNAMEPREFIX=	p5-
 +
 +MAINTAINER=	perl@FreeBSD.org
 +COMMENT=	Make UUID::Random use Math::Random::Secure::rand()
 +
 +LICENSE=	ART10 GPLv1
 +LICENSE_COMB=	dual
 +
 +BUILD_DEPENDS=	p5-Math-Random-Secure>=0:${PORTSDIR}/math/p5-Math-Random-Secure \
 +		p5-UUID-Random>=0:${PORTSDIR}/devel/p5-UUID-Random
 +RUN_DEPENDS:=	${BUILD_DEPENDS}
 +
 +USE_PERL5=	modbuild
 +USES=		perl5
 +
 +.include <bsd.port.mk>
 
 Added: head/devel/p5-UUID-Random-Patch-UseMRS/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/p5-UUID-Random-Patch-UseMRS/distinfo	Mon Nov 11 14:08:08 2013	(r333502)
 @@ -0,0 +1,2 @@
 +SHA256 (UUID-Random-Patch-UseMRS-0.01.tar.gz) = 85f28345a9c2ee287f3c1283d5c6ec5b49a305c64c1b45bce9d8b8373a93dd73
 +SIZE (UUID-Random-Patch-UseMRS-0.01.tar.gz) = 9810
 
 Added: head/devel/p5-UUID-Random-Patch-UseMRS/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/p5-UUID-Random-Patch-UseMRS/pkg-descr	Mon Nov 11 14:08:08 2013	(r333502)
 @@ -0,0 +1,8 @@
 +UUID::Random::Patch::UseMRS makes UUID::Random use rand() from
 +Math::Random::Secure instead of the default rand() that comes with Perl. It is
 +useful for creating cryptographically secure UUID's. On the other hand, as a
 +note, this makes generate() around 20 times slower.
 +
 +After you use this module, use UUID::Random as usual.
 +
 +WWW: http://search.cpan.org/dist/UUID-Random-Patch-UseMRS/
 
 Added: head/devel/p5-UUID-Random-Patch-UseMRS/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/p5-UUID-Random-Patch-UseMRS/pkg-plist	Mon Nov 11 14:08:08 2013	(r333502)
 @@ -0,0 +1,5 @@
 +%%SITE_PERL%%/UUID/Random/Patch/UseMRS.pm
 +%%PERL5_MAN3%%/UUID::Random::Patch::UseMRS.3.gz
 +@dirrmtry %%SITE_PERL%%/UUID/Random/Patch
 +@dirrmtry %%SITE_PERL%%/UUID/Random
 +@dirrmtry %%SITE_PERL%%/UUID
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
