From nobody@FreeBSD.org  Mon Sep 23 12:43:36 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 6C99E186
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Sep 2013 12:43:36 +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 40BB9294E
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Sep 2013 12:43:36 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8NChZV4067863
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Sep 2013 12:43:35 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8NChZ5m067862;
	Mon, 23 Sep 2013 12:43:35 GMT
	(envelope-from nobody)
Message-Id: <201309231243.r8NChZ5m067862@oldred.freebsd.org>
Date: Mon, 23 Sep 2013 12:43:35 GMT
From: Henk van Oers <hvo.pm@xs4all.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: security/p5-UUID-Random Generate random uuid strings
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         182321
>Category:       ports
>Synopsis:       New port: security/p5-UUID-Random Generate random uuid strings
>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:00 UTC 2013
>Closed-Date:    Mon Nov 11 14:09:37 UTC 2013
>Last-Modified:  Mon Nov 11 14:10:02 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
#	p5-UUID-Random/Makefile
#	p5-UUID-Random/pkg-plist
#	p5-UUID-Random/distinfo
#	p5-UUID-Random/pkg-descr
#
echo c - p5-UUID-Random
mkdir -p p5-UUID-Random > /dev/null 2>&1
echo x - p5-UUID-Random/Makefile
sed 's/^X//' >p5-UUID-Random/Makefile << 'e0bac718c7032d5d8a5141304fb50a45'
X# Created by: Henk van Oers <hvo.pm@xs4all.nl>
X# $FreeBSD$
X
XPORTNAME=	UUID-Random
XPORTVERSION=	0.04
XCATEGORIES=	security perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	perl@FreeBSD.org
XCOMMENT=	Generate random uuid strings
X
XLICENSE=	ART10
X
XUSES=		perl5
XUSE_PERL5=	configure
X
XMAN3=		UUID::Random.3
X
XNO_STAGE=	yes
X.include <bsd.port.mk>
e0bac718c7032d5d8a5141304fb50a45
echo x - p5-UUID-Random/pkg-plist
sed 's/^X//' >p5-UUID-Random/pkg-plist << 'cf96cd8706dbd6a7f98f8b46aa65a39e'
X%%SITE_PERL%%/UUID/Random.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/Random/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/Random
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID
X@dirrmtry %%SITE_PERL%%/UUID
cf96cd8706dbd6a7f98f8b46aa65a39e
echo x - p5-UUID-Random/distinfo
sed 's/^X//' >p5-UUID-Random/distinfo << 'd9ee74402e9055da1fd93bba4a342f97'
XSHA256 (UUID-Random-0.04.tar.gz) = 9ffcdd991381ac75917cdc37172b8844e637117d32ab088f63660032d9dd83f4
XSIZE (UUID-Random-0.04.tar.gz) = 2382
d9ee74402e9055da1fd93bba4a342f97
echo x - p5-UUID-Random/pkg-descr
sed 's/^X//' >p5-UUID-Random/pkg-descr << '2f5b83766ce4091366b867f914f4247f'
XThis module generates random uuid strings.
XIt does not satisfy any of the points listed in RFC 4122 
Xbut the default format.
X
XIf you need RFC compliant UUID strings have a look at Data::UUID
X
XWWW: https://metacpan.org/module/UUID::Random
2f5b83766ce4091366b867f914f4247f
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:14 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=182321 
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon Nov 11 13:24:54 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

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

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

 Author: sunpoet
 Date: Mon Nov 11 14:07:38 2013
 New Revision: 333501
 URL: http://svnweb.freebsd.org/changeset/ports/333501
 
 Log:
   - Add p5-UUID-Random 0.04
   
   UUID::Random generates random uuid strings. It does not satisfy any of the
   points listed in RFC 4122 but the default format.
   
   If you need RFC compliant UUID strings have a look at Data::UUID.
   
   WWW: http://search.cpan.org/dist/UUID-Random/
   
   PR:		ports/182321
   Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
 
 Added:
   head/devel/p5-UUID-Random/
   head/devel/p5-UUID-Random/Makefile   (contents, props changed)
   head/devel/p5-UUID-Random/distinfo   (contents, props changed)
   head/devel/p5-UUID-Random/pkg-descr   (contents, props changed)
   head/devel/p5-UUID-Random/pkg-plist   (contents, props changed)
 Modified:
   head/devel/Makefile
 
 Modified: head/devel/Makefile
 ==============================================================================
 --- head/devel/Makefile	Mon Nov 11 13:33:24 2013	(r333500)
 +++ head/devel/Makefile	Mon Nov 11 14:07:38 2013	(r333501)
 @@ -2974,6 +2974,7 @@
      SUBDIR += p5-UNIVERSAL-require
      SUBDIR += p5-UNIVERSAL-which
      SUBDIR += p5-UUID
 +    SUBDIR += p5-UUID-Random
      SUBDIR += p5-UUID-Tiny
      SUBDIR += p5-Uniq
      SUBDIR += p5-Unix-Statgrab
 
 Added: head/devel/p5-UUID-Random/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/p5-UUID-Random/Makefile	Mon Nov 11 14:07:38 2013	(r333501)
 @@ -0,0 +1,19 @@
 +# Created by: Henk van Oers <hvo.pm@xs4all.nl>
 +# $FreeBSD$
 +
 +PORTNAME=	UUID-Random
 +PORTVERSION=	0.04
 +CATEGORIES=	devel perl5
 +MASTER_SITES=	CPAN
 +PKGNAMEPREFIX=	p5-
 +
 +MAINTAINER=	perl@FreeBSD.org
 +COMMENT=	Generate random uuid strings
 +
 +LICENSE=	ART10 GPLv1
 +LICENSE_COMB=	dual
 +
 +USE_PERL5=	configure
 +USES=		perl5
 +
 +.include <bsd.port.mk>
 
 Added: head/devel/p5-UUID-Random/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/p5-UUID-Random/distinfo	Mon Nov 11 14:07:38 2013	(r333501)
 @@ -0,0 +1,2 @@
 +SHA256 (UUID-Random-0.04.tar.gz) = 9ffcdd991381ac75917cdc37172b8844e637117d32ab088f63660032d9dd83f4
 +SIZE (UUID-Random-0.04.tar.gz) = 2382
 
 Added: head/devel/p5-UUID-Random/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/p5-UUID-Random/pkg-descr	Mon Nov 11 14:07:38 2013	(r333501)
 @@ -0,0 +1,6 @@
 +UUID::Random generates random uuid strings. It does not satisfy any of the
 +points listed in RFC 4122 but the default format.
 +
 +If you need RFC compliant UUID strings have a look at Data::UUID.
 +
 +WWW: http://search.cpan.org/dist/UUID-Random/
 
 Added: head/devel/p5-UUID-Random/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/p5-UUID-Random/pkg-plist	Mon Nov 11 14:07:38 2013	(r333501)
 @@ -0,0 +1,6 @@
 +%%SITE_PERL%%/UUID/Random.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/Random/.packlist
 +%%PERL5_MAN3%%/UUID::Random.3.gz
 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/Random
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID
 +@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:
