From hideo@lastamericanempire.com  Sun Nov 11 16:40:08 2007
Return-Path: <hideo@lastamericanempire.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 33C0916A468
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Nov 2007 16:40:08 +0000 (UTC)
	(envelope-from hideo@lastamericanempire.com)
Received: from darwin.lastamericanempire.com (lastamericanempire.com [66.134.56.226])
	by mx1.freebsd.org (Postfix) with ESMTP id 0999613C491
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Nov 2007 16:40:07 +0000 (UTC)
	(envelope-from hideo@lastamericanempire.com)
Received: by darwin.lastamericanempire.com (Postfix, from userid 1001)
	id 7C4FD45035; Sun, 11 Nov 2007 08:55:20 -0700 (MST)
Message-Id: <20071111155520.7C4FD45035@darwin.lastamericanempire.com>
Date: Sun, 11 Nov 2007 08:55:20 -0700 (MST)
From: hideo <hideo@lastamericanempire.com>
Reply-To: hideo <hideo@lastamericanempire.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] finance/p5-Data-Currencty	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117979
>Category:       ports
>Synopsis:       [new port] finance/p5-Data-Currencty
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 11 16:50:00 UTC 2007
>Closed-Date:    Tue Dec 18 23:05:41 UTC 2007
>Last-Modified:  Tue Dec 18 23:10:03 UTC 2007
>Originator:     hideo
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD darwin.lastamericanempire.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Nov 11 08:22:57 MST 2007 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin i386


	
>Description:
New port that the update to www/p5-Handel will require.
>How-To-Repeat:
	
>Fix:

	

--- p5-Data-Currency begins here ---
# 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-Data-Currency
#	p5-Data-Currency/pkg-descr
#	p5-Data-Currency/pkg-plist
#	p5-Data-Currency/Makefile
#	p5-Data-Currency/distinfo
#
echo c - p5-Data-Currency
mkdir -p p5-Data-Currency > /dev/null 2>&1
echo x - p5-Data-Currency/pkg-descr
sed 's/^X//' >p5-Data-Currency/pkg-descr << 'END-of-p5-Data-Currency/pkg-descr'
XThe Data::Currency module provides basic currency formatting and conversion.
X
XWWW: http://search.cpan.org/dist/Data-Currency/
END-of-p5-Data-Currency/pkg-descr
echo x - p5-Data-Currency/pkg-plist
sed 's/^X//' >p5-Data-Currency/pkg-plist << 'END-of-p5-Data-Currency/pkg-plist'
X%%SITE_PERL%%/Data/Currency.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Currency/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Currency
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
X@dirrmtry %%SITE_PERL%%/Data
END-of-p5-Data-Currency/pkg-plist
echo x - p5-Data-Currency/Makefile
sed 's/^X//' >p5-Data-Currency/Makefile << 'END-of-p5-Data-Currency/Makefile'
X# New ports collection makefile for:	finance/p5-Data-Currency
X# Date created:				01 November 2007
X# Whom:					Zach Thompson <hideo@lastamericanempire.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Data-Currency
XPORTVERSION=	0.04002
XCATEGORIES=	finance
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Data
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	hideo@lastamericanempire.com
XCOMMENT=	Container class for currency conversion/formatting
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
X		${SITE_PERL}/Locale/Currency/Format.pm:${PORTSDIR}/finance/p5-Locale-Currency-Format \
X		${SITE_PERL}/Class/Accessor/Grouped.pm:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \
X		${SITE_PERL}/Finance/Currency/Convert/WebserviceX.pm:${PORTSDIR}/finance/p5-Finance-Currency-Convert-WebserviceX \
X		${SITE_PERL}/Locale/Currency.pm:${PORTSDIR}/misc/p5-Locale-Codes \
X		${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Data::Currency.3
X
X.include <bsd.port.mk>
END-of-p5-Data-Currency/Makefile
echo x - p5-Data-Currency/distinfo
sed 's/^X//' >p5-Data-Currency/distinfo << 'END-of-p5-Data-Currency/distinfo'
XMD5 (Data-Currency-0.04002.tar.gz) = f425e08b5d3b4a0d27afd620de09a7ee
XSHA256 (Data-Currency-0.04002.tar.gz) = e8df3ca011bab752422bbd616c0ce2841aefc9efc467a0a2b633d0b99710b001
XSIZE (Data-Currency-0.04002.tar.gz) = 23723
END-of-p5-Data-Currency/distinfo
exit
--- p5-Data-Currency ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Nov 11 17:07:53 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117979 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Dec 18 23:05:40 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117979: commit references a PR
Date: Tue, 18 Dec 2007 23:05:35 +0000 (UTC)

 miwi        2007-12-18 23:05:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     finance              Makefile 
   Added files:
     finance/p5-Data-Currency Makefile distinfo pkg-descr pkg-plist 
   Log:
   The Data::Currency module provides basic currency formatting and conversion.
   
   WWW: http://search.cpan.org/dist/Data-Currency/
   
   PR:             ports/117979
   Submitted by:   Zach Thompson <hideo at lastamericanempire.com>
   
   Revision  Changes    Path
   1.60      +1 -0      ports/finance/Makefile
   1.1       +35 -0     ports/finance/p5-Data-Currency/Makefile (new)
   1.1       +3 -0      ports/finance/p5-Data-Currency/distinfo (new)
   1.1       +3 -0      ports/finance/p5-Data-Currency/pkg-descr (new)
   1.1       +5 -0      ports/finance/p5-Data-Currency/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
