From nobody@FreeBSD.org  Fri Jun 21 17:36:16 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id F16F596C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 21 Jun 2013 17:36:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id CAB7F1BFC
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 21 Jun 2013 17:36:16 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5LHaGxY064295
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 21 Jun 2013 17:36:16 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5LHaGc9064290;
	Fri, 21 Jun 2013 17:36:16 GMT
	(envelope-from nobody)
Message-Id: <201306211736.r5LHaGc9064290@oldred.freebsd.org>
Date: Fri, 21 Jun 2013 17:36:16 GMT
From: Alexandre Biancalana <ale@biancalanas.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: p5-String-HexConvert new port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179818
>Category:       ports
>Synopsis:       [new port] textproc/p5-String-HexConvert: Converts ascii strings to hex and reverse
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lippe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 21 17:40:01 UTC 2013
>Closed-Date:    Mon Jun 24 18:39:57 UTC 2013
>Last-Modified:  Mon Jun 24 18:40:01 UTC 2013
>Originator:     Alexandre Biancalana
>Release:        9.1
>Organization:
>Environment:
>Description:

>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:
#
#	textproc/p5-String-HexConvert
#	textproc/p5-String-HexConvert/Makefile
#	textproc/p5-String-HexConvert/distinfo
#	textproc/p5-String-HexConvert/pkg-descr
#	textproc/p5-String-HexConvert/pkg-plist
#
echo c - textproc/p5-String-HexConvert
mkdir -p textproc/p5-String-HexConvert > /dev/null 2>&1
echo x - textproc/p5-String-HexConvert/Makefile
sed 's/^X//' >textproc/p5-String-HexConvert/Makefile << '4a10e27d8c7222a417ca055f5c998658'
X# Created by: Alexandre Biancalana <ale@biancalanas.net>
X# $FreeBSD$
X
XPORTNAME=	String-HexConvert
XPORTVERSION=	0.01
XCATEGORIES=	textproc perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	CPAN:AHERNIT
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ale@biancalanas.net
XCOMMENT=	String::HexConver - Converts ascii strings to hex and reverse
X
XWRKSRC=	${WRKDIR}/${PORTNAME}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	String::HexConvert.3
X
X.include <bsd.port.mk>
4a10e27d8c7222a417ca055f5c998658
echo x - textproc/p5-String-HexConvert/distinfo
sed 's/^X//' >textproc/p5-String-HexConvert/distinfo << 'ffb135dd1f32ae3f9564a03d8c00b454'
XSHA256 (String-HexConvert-0.01.tar.gz) = 7e5a9b1472edae78e00c7f31724480d88b4f41d863fce28697dc5963dac51ced
XSIZE (String-HexConvert-0.01.tar.gz) = 2109
ffb135dd1f32ae3f9564a03d8c00b454
echo x - textproc/p5-String-HexConvert/pkg-descr
sed 's/^X//' >textproc/p5-String-HexConvert/pkg-descr << '89c5c03e1631a4fedfde67c4208bd669'
XString::HexConvert It is a wrapper around pack and unpack of perl to convert
Xa string of hex digits to ascii and other way around.
X
XWWW: http://search.cpan.org/dist/String-HexConvert/
89c5c03e1631a4fedfde67c4208bd669
echo x - textproc/p5-String-HexConvert/pkg-plist
sed 's/^X//' >textproc/p5-String-HexConvert/pkg-plist << '65a00ee85db4e7d80a581b9b95e9a78a'
X%%SITE_PERL%%/String/HexConvert.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/HexConvert/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/HexConvert
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String
X@dirrmtry %%SITE_PERL%%/String
65a00ee85db4e7d80a581b9b95e9a78a
exit



>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Fri Jun 21 17:40:14 UTC 2013 
Class-Changed-Why:  
Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179818 
Responsible-Changed-From-To: freebsd-ports-bugs->lippe 
Responsible-Changed-By: lippe 
Responsible-Changed-When: Fri Jun 21 18:14:30 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179818 
State-Changed-From-To: open->closed 
State-Changed-By: lippe 
State-Changed-When: Mon Jun 24 18:39:57 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179818: commit references a PR
Date: Mon, 24 Jun 2013 18:32:16 +0000 (UTC)

 Author: lippe
 Date: Mon Jun 24 18:32:07 2013
 New Revision: 321700
 URL: http://svnweb.freebsd.org/changeset/ports/321700
 
 Log:
   String::HexConvert It is a wrapper around pack and unpack of perl to convert
   a string of hex digits to ascii and other way around.
   
   WWW: http://search.cpan.org/dist/String-HexConvert/
   
   PR:		ports/179818
   Submitted by:	Alexandre Biancalana <ale@biancalanas.net>
 
 Added:
   head/textproc/p5-String-HexConvert/
   head/textproc/p5-String-HexConvert/Makefile   (contents, props changed)
   head/textproc/p5-String-HexConvert/distinfo   (contents, props changed)
   head/textproc/p5-String-HexConvert/pkg-descr   (contents, props changed)
   head/textproc/p5-String-HexConvert/pkg-plist   (contents, props changed)
 Modified:
   head/textproc/Makefile
 
 Modified: head/textproc/Makefile
 ==============================================================================
 --- head/textproc/Makefile	Mon Jun 24 18:24:31 2013	(r321699)
 +++ head/textproc/Makefile	Mon Jun 24 18:32:07 2013	(r321700)
 @@ -729,6 +729,7 @@
      SUBDIR += p5-String-Flogger
      SUBDIR += p5-String-Format
      SUBDIR += p5-String-Fraction
 +    SUBDIR += p5-String-HexConvert
      SUBDIR += p5-String-Koremutake
      SUBDIR += p5-String-RewritePrefix
      SUBDIR += p5-String-Scanf
 
 Added: head/textproc/p5-String-HexConvert/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/p5-String-HexConvert/Makefile	Mon Jun 24 18:32:07 2013	(r321700)
 @@ -0,0 +1,20 @@
 +# Created by: Alexandre Biancalana <ale@biancalanas.net>
 +# $FreeBSD$
 +
 +PORTNAME=	String-HexConvert
 +PORTVERSION=	0.01
 +CATEGORIES=	textproc perl5
 +MASTER_SITES=	CPAN
 +MASTER_SITE_SUBDIR=	CPAN:AHERNIT
 +PKGNAMEPREFIX=	p5-
 +
 +MAINTAINER=	ale@biancalanas.net
 +COMMENT=	String::HexConver - Converts ascii strings to hex and reverse
 +
 +WRKSRC=	${WRKDIR}/${PORTNAME}
 +
 +PERL_CONFIGURE=	yes
 +
 +MAN3=	String::HexConvert.3
 +
 +.include <bsd.port.mk>
 
 Added: head/textproc/p5-String-HexConvert/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/p5-String-HexConvert/distinfo	Mon Jun 24 18:32:07 2013	(r321700)
 @@ -0,0 +1,2 @@
 +SHA256 (String-HexConvert-0.01.tar.gz) = 7e5a9b1472edae78e00c7f31724480d88b4f41d863fce28697dc5963dac51ced
 +SIZE (String-HexConvert-0.01.tar.gz) = 2109
 
 Added: head/textproc/p5-String-HexConvert/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/p5-String-HexConvert/pkg-descr	Mon Jun 24 18:32:07 2013	(r321700)
 @@ -0,0 +1,4 @@
 +String::HexConvert It is a wrapper around pack and unpack of perl to convert
 +a string of hex digits to ascii and other way around.
 +
 +WWW: http://search.cpan.org/dist/String-HexConvert/
 
 Added: head/textproc/p5-String-HexConvert/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/p5-String-HexConvert/pkg-plist	Mon Jun 24 18:32:07 2013	(r321700)
 @@ -0,0 +1,5 @@
 +%%SITE_PERL%%/String/HexConvert.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/HexConvert/.packlist
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/HexConvert
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String
 +@dirrmtry %%SITE_PERL%%/String
 _______________________________________________
 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:
