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:
Martin Wilke
2009-02-09 20:12:58 +00:00
parent d53ed73a7f
commit 31ccfeecc0
5 changed files with 42 additions and 0 deletions

View File

@@ -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

View 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>

View 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

View 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

View 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