From gslin@colo-p.gslin.org  Sun Nov 28 02:00:11 2010
Return-Path: <gslin@colo-p.gslin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1687A106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Nov 2010 02:00:11 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: from msr18.hinet.net (msr18.hinet.net [168.95.4.118])
	by mx1.freebsd.org (Postfix) with ESMTP id 7EEDF8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Nov 2010 02:00:10 +0000 (UTC)
Received: from colo-p.gslin.org (97.135.ip.mwsrv.com [210.242.135.97])
	by msr18.hinet.net (8.9.3/8.9.3) with ESMTP id KAA25491
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Nov 2010 10:00:08 +0800 (CST)
Received: by colo-p.gslin.org (Postfix, from userid 1000)
	id DA0337E81B; Sun, 28 Nov 2010 10:00:08 +0800 (CST)
Message-Id: <20101128020008.DA0337E81B@colo-p.gslin.org>
Date: Sun, 28 Nov 2010 10:00:08 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] math/p5-Math-BigInt-FastCalc: Math::BigInt::Calc with some XS for more speed
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         152635
>Category:       ports
>Synopsis:       [NEW PORT] math/p5-Math-BigInt-FastCalc: Math::BigInt::Calc with some XS for more speed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 28 02:00:22 UTC 2010
>Closed-Date:    Tue Dec 07 04:10:48 UTC 2010
>Last-Modified:  Tue Dec  7 04:20:11 UTC 2010
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010
>Description:
Provides support for big integer calculations. Not intended to be used
by other modules. Other modules which sport the same functions can
also be used to support Math::BigInt, like Math::BigInt::GMP or
Math::BigInt::Pari.

WWW:	http://search.cpan.org/dist/Math-BigInt-FastCalc/

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Math-BigInt-FastCalc-0.24.shar 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-Math-BigInt-FastCalc
#	p5-Math-BigInt-FastCalc/pkg-descr
#	p5-Math-BigInt-FastCalc/Makefile
#	p5-Math-BigInt-FastCalc/pkg-plist
#	p5-Math-BigInt-FastCalc/distinfo
#
echo c - p5-Math-BigInt-FastCalc
mkdir -p p5-Math-BigInt-FastCalc > /dev/null 2>&1
echo x - p5-Math-BigInt-FastCalc/pkg-descr
sed 's/^X//' >p5-Math-BigInt-FastCalc/pkg-descr << '4a9b861ed53458ee7a0abbdba7d44f43'
XProvides support for big integer calculations. Not intended to be used
Xby other modules. Other modules which sport the same functions can
Xalso be used to support Math::BigInt, like Math::BigInt::GMP or
XMath::BigInt::Pari.
X
XWWW:	http://search.cpan.org/dist/Math-BigInt-FastCalc/
4a9b861ed53458ee7a0abbdba7d44f43
echo x - p5-Math-BigInt-FastCalc/Makefile
sed 's/^X//' >p5-Math-BigInt-FastCalc/Makefile << 'a7b3dcd3d98736ecfa4d669929e15410'
X# New ports collection makefile for:	p5-Math-BigInt-FastCalc
X# Date created:		2010-11-26
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Math-BigInt-FastCalc
XPORTVERSION=	0.24
XCATEGORIES=	math perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Math::BigInt::Calc with some XS for more speed
X
XRUN_DEPENDS=	p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Math::BigInt::FastCalc.3
X
X.include <bsd.port.mk>
a7b3dcd3d98736ecfa4d669929e15410
echo x - p5-Math-BigInt-FastCalc/pkg-plist
sed 's/^X//' >p5-Math-BigInt-FastCalc/pkg-plist << 'ab76d1110a46a58bec415452a188cc63'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/Math/BigInt/FastCalc.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc/FastCalc.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc/FastCalc.so
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/FastCalc
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/BigInt
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
ab76d1110a46a58bec415452a188cc63
echo x - p5-Math-BigInt-FastCalc/distinfo
sed 's/^X//' >p5-Math-BigInt-FastCalc/distinfo << '2ffd319446662d4c97369f0b5723e72d'
XSHA256 (Math-BigInt-FastCalc-0.24.tar.gz) = b537a6217771ea54321ba90130b25b074c024ca253e6091941f0db77c2cd80e7
XSIZE (Math-BigInt-FastCalc-0.24.tar.gz) = 62000
2ffd319446662d4c97369f0b5723e72d
exit
--- p5-Math-BigInt-FastCalc-0.24.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Nov 28 02:01:20 UTC 2010 
Responsible-Changed-Why:  
pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152635 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Tue Dec 7 04:10:47 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152635: commit references a PR
Date: Tue,  7 Dec 2010 04:10:48 +0000 (UTC)

 pgollucci    2010-12-07 04:10:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math                 Makefile 
   Added files:
     math/p5-Math-BigInt-FastCalc Makefile distinfo pkg-descr 
                                  pkg-plist 
   Log:
   Provides support for big integer calculations. Not intended to be used
   by other modules. Other modules which sport the same functions can
   also be used to support Math::BigInt, like Math::BigInt::GMP or
   Math::BigInt::Pari.
   
   WWW:    http://search.cpan.org/dist/Math-BigInt-FastCalc/
   
   PR:             ports/152635
   Submitted by:   Gea-Suan Lin <gslin at gslin.org>
   
   Revision  Changes    Path
   1.679     +1 -0      ports/math/Makefile
   1.1       +23 -0     ports/math/p5-Math-BigInt-FastCalc/Makefile (new)
   1.1       +2 -0      ports/math/p5-Math-BigInt-FastCalc/distinfo (new)
   1.1       +6 -0      ports/math/p5-Math-BigInt-FastCalc/pkg-descr (new)
   1.1       +10 -0     ports/math/p5-Math-BigInt-FastCalc/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:
