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 PR: ports/131214 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
@@ -306,6 +306,7 @@
|
||||
SUBDIR += p5-Math-Intersection-StraightLine
|
||||
SUBDIR += p5-Math-LinearCombination
|
||||
SUBDIR += p5-Math-Logic
|
||||
SUBDIR += p5-Math-MPFR
|
||||
SUBDIR += p5-Math-Matrix
|
||||
SUBDIR += p5-Math-NumberCruncher
|
||||
SUBDIR += p5-Math-Pari
|
||||
|
||||
24
math/p5-Math-MPFR/Makefile
Normal file
24
math/p5-Math-MPFR/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: Math-MPFR
|
||||
# Date created: 31 Jan 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-MPFR
|
||||
PORTVERSION= 2.03
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A perl interface to MPFR Library
|
||||
|
||||
LIB_DEPENDS= mpfr.3:${PORTSDIR}/math/mpfr
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAKE_ENV= INC="-I${LOCALBASE}/include"
|
||||
|
||||
MAN3= Math::MPFR.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
math/p5-Math-MPFR/distinfo
Normal file
3
math/p5-Math-MPFR/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (Math-MPFR-2.03.tar.gz) = cb60bb01ff0ee3155a411cd6c2119843
|
||||
SHA256 (Math-MPFR-2.03.tar.gz) = eb2ec99863aab351db4c4658cd32d808f54cee938cb2c5aef90485cffc33270e
|
||||
SIZE (Math-MPFR-2.03.tar.gz) = 64224
|
||||
7
math/p5-Math-MPFR/pkg-descr
Normal file
7
math/p5-Math-MPFR/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
7
math/p5-Math-MPFR/pkg-plist
Normal file
7
math/p5-Math-MPFR/pkg-plist
Normal file
@@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/mach/Math/MPFR.pm
|
||||
%%SITE_PERL%%/mach/auto/Math/MPFR/.packlist
|
||||
%%SITE_PERL%%/mach/auto/Math/MPFR/MPFR.bs
|
||||
%%SITE_PERL%%/mach/auto/Math/MPFR/MPFR.so
|
||||
@dirrm %%SITE_PERL%%/mach/Math
|
||||
@dirrm %%SITE_PERL%%/mach/auto/Math/MPFR
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/Math
|
||||
Reference in New Issue
Block a user