mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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 PR: ports/133396 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
1efe0abb5e
commit
a5ed7d3385
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232087
@ -310,6 +310,7 @@
|
||||
SUBDIR += p5-Math-Intersection-StraightLine
|
||||
SUBDIR += p5-Math-LinearCombination
|
||||
SUBDIR += p5-Math-Logic
|
||||
SUBDIR += p5-Math-MPC
|
||||
SUBDIR += p5-Math-MPFR
|
||||
SUBDIR += p5-Math-Matrix
|
||||
SUBDIR += p5-Math-NumberCruncher
|
||||
|
24
math/p5-Math-MPC/Makefile
Normal file
24
math/p5-Math-MPC/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: Math-MPC
|
||||
# Date created: 05 April, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-MPC
|
||||
PORTVERSION= 0.60
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A perl interface to MPC Library
|
||||
|
||||
LIB_DEPENDS= mpc.1:${PORTSDIR}/math/mpc
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAKE_ENV= INC="-I${LOCALBASE}/include"
|
||||
|
||||
MAN3= Math::MPC.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/p5-Math-MPC/distinfo
Normal file
3
math/p5-Math-MPC/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Math-MPC-0.60.tar.gz) = e30b1305cb237c108455ccf9c235e8cf
|
||||
SHA256 (Math-MPC-0.60.tar.gz) = 7b4a0b674b4d81bac79103b42b7043b471cb5b2f4e5d03595cf838d3d5d42f85
|
||||
SIZE (Math-MPC-0.60.tar.gz) = 38010
|
7
math/p5-Math-MPC/pkg-descr
Normal file
7
math/p5-Math-MPC/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
7
math/p5-Math-MPC/pkg-plist
Normal file
7
math/p5-Math-MPC/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/mach/Math/MPC.pm
|
||||
%%SITE_PERL%%/mach/auto/Math/MPC/.packlist
|
||||
%%SITE_PERL%%/mach/auto/Math/MPC/MPC.bs
|
||||
%%SITE_PERL%%/mach/auto/Math/MPC/MPC.so
|
||||
@dirrm %%SITE_PERL%%/mach/Math
|
||||
@dirrm %%SITE_PERL%%/mach/auto/Math/MPC
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/Math
|
Loading…
Reference in New Issue
Block a user