Date: Sun, 5 Apr 2009 15:43:54 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/133396: [NEW PORT]math/p5-Math-MPC:A perl interface to MPC Library Message-ID: <200904051543.n35FhsTj068762@www.freebsd.org> Resent-Message-ID: <200904051550.n35Fo1i7052839@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133396 >Category: ports >Synopsis: [NEW PORT]math/p5-Math-MPC:A perl interface to MPC 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: Sun Apr 05 15:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-CURRENT >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: p5-Math-MPC is a module wraps the MPC library functions. The MPC library is a C library for multiple-precision complex number computations with exact rounding. It is based on the MPFR C library which, in turn, is based on the GMP C library. WWW: http://search.cpan.org/dist/Math-MPC >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-MPC # p5-Math-MPC/pkg-descr # p5-Math-MPC/distinfo # p5-Math-MPC/Makefile # p5-Math-MPC/pkg-plist # echo c - p5-Math-MPC mkdir -p p5-Math-MPC > /dev/null 2>&1 echo x - p5-Math-MPC/pkg-descr sed 's/^X//' >p5-Math-MPC/pkg-descr << '47ce677fcaa3778441edb541fd20cee1' Xp5-Math-MPC is a module wraps the MPC library functions. X XThe MPC library is a C library for multiple-precision complex number Xcomputations with exact rounding. It is based on the MPFR C library Xwhich, in turn, is based on the GMP C library. X XWWW: http://search.cpan.org/dist/Math-MPC 47ce677fcaa3778441edb541fd20cee1 echo x - p5-Math-MPC/distinfo sed 's/^X//' >p5-Math-MPC/distinfo << 'f775a26021e78107d8d86ccaaa29c488' XMD5 (Math-MPC-0.60.tar.gz) = e30b1305cb237c108455ccf9c235e8cf XSHA256 (Math-MPC-0.60.tar.gz) = 7b4a0b674b4d81bac79103b42b7043b471cb5b2f4e5d03595cf838d3d5d42f85 XSIZE (Math-MPC-0.60.tar.gz) = 38010 f775a26021e78107d8d86ccaaa29c488 echo x - p5-Math-MPC/Makefile sed 's/^X//' >p5-Math-MPC/Makefile << 'bae01a07c1fb5d03edc74f5c704f96d8' X# New ports collection makefile for: Math-MPC X# Date created: 05 April, 2009 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= Math-MPC XPORTVERSION= 0.60 XCATEGORIES= math perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= wenheping@gmail.com XCOMMENT= A perl interface to MPC Library X XLIB_DEPENDS= mpc.1:${PORTSDIR}/math/mpc X XPERL_CONFIGURE= yes XMAKE_ENV= INC="-I${LOCALBASE}/include" X XMAN3= Math::MPC.3 X X.include <bsd.port.mk> bae01a07c1fb5d03edc74f5c704f96d8 echo x - p5-Math-MPC/pkg-plist sed 's/^X//' >p5-Math-MPC/pkg-plist << '9869c1909a16b8cfb9332d75b015e068' X%%SITE_PERL%%/mach/Math/MPC.pm X%%SITE_PERL%%/mach/auto/Math/MPC/.packlist X%%SITE_PERL%%/mach/auto/Math/MPC/MPC.bs X%%SITE_PERL%%/mach/auto/Math/MPC/MPC.so X@dirrm %%SITE_PERL%%/mach/Math X@dirrm %%SITE_PERL%%/mach/auto/Math/MPC X@dirrmtry %%SITE_PERL%%/mach/auto/Math 9869c1909a16b8cfb9332d75b015e068 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904051543.n35FhsTj068762>