Date: Sat, 31 Jan 2009 16:12:11 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131214: [New Port]math/p5-Math-MPFR:A perl interface to MPFR Library Message-ID: <200901311612.n0VGCBJT050051@www.freebsd.org> Resent-Message-ID: <200901311620.n0VGK1mQ093513@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131214 >Category: ports >Synopsis: [New Port]math/p5-Math-MPFR:A perl interface to MPFR Library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 31 16:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-CURRENT >Organization: ChangAn Middle School >Environment: >Description: p5-Math-MPFR is a module wraps the MPFR library functions. The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision C library. WWW: http://search.cpan.org/dist/Math-MPFR >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-Math-MPFR # p5-Math-MPFR/pkg-descr # p5-Math-MPFR/distinfo # p5-Math-MPFR/Makefile # p5-Math-MPFR/pkg-plist # echo c - p5-Math-MPFR mkdir -p p5-Math-MPFR > /dev/null 2>&1 echo x - p5-Math-MPFR/pkg-descr sed 's/^X//' >p5-Math-MPFR/pkg-descr << '04c2b041f589dc19ca25555c8e3a2a1b' Xp5-Math-MPFR is a module wraps the MPFR library functions. X XThe MPFR library is a C library for multiple-precision floating-point Xcomputations with exact rounding (also called correct rounding). It Xis based on the GMP multiple-precision C library. X XWWW: http://search.cpan.org/dist/Math-MPFR 04c2b041f589dc19ca25555c8e3a2a1b echo x - p5-Math-MPFR/distinfo sed 's/^X//' >p5-Math-MPFR/distinfo << '9850bcb0abd9870ad6515638f4698415' XMD5 (Math-MPFR-2.03.tar.gz) = cb60bb01ff0ee3155a411cd6c2119843 XSHA256 (Math-MPFR-2.03.tar.gz) = eb2ec99863aab351db4c4658cd32d808f54cee938cb2c5aef90485cffc33270e XSIZE (Math-MPFR-2.03.tar.gz) = 64224 9850bcb0abd9870ad6515638f4698415 echo x - p5-Math-MPFR/Makefile sed 's/^X//' >p5-Math-MPFR/Makefile << 'a887457158c9afbba4e9d88845a4c063' X# New ports collection makefile for: Math-MPFR X# Date created: 31 Jan 2009 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= Math-MPFR XPORTVERSION= 2.03 XCATEGORIES= math perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= wenheping@gmail.com XCOMMENT= A perl interface to MPFR Library X XLIB_DEPENDS= mpfr.3:${PORTSDIR}/math/mpfr X XPERL_CONFIGURE= yes XMAKE_ENV= INC="-I${LOCALBASE}/include" X XMAN3= Math::MPFR.3 X X.include <bsd.port.pre.mk> X.include <bsd.port.post.mk> a887457158c9afbba4e9d88845a4c063 echo x - p5-Math-MPFR/pkg-plist sed 's/^X//' >p5-Math-MPFR/pkg-plist << 'c49e46bf0c9d97d4220a14112ebcb687' X%%SITE_PERL%%/mach/Math/MPFR.pm X%%SITE_PERL%%/mach/auto/Math/MPFR/.packlist X%%SITE_PERL%%/mach/auto/Math/MPFR/MPFR.bs X%%SITE_PERL%%/mach/auto/Math/MPFR/MPFR.so X@dirrm %%SITE_PERL%%/mach/Math X@dirrm %%SITE_PERL%%/mach/auto/Math/MPFR X@dirrmtry %%SITE_PERL%%/mach/auto/Math c49e46bf0c9d97d4220a14112ebcb687 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901311612.n0VGCBJT050051>