mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Add p5-Math-GMPz 0.35
Math::GMPz is a bignum module utilising the GNU MP (GMP) library. Basically this module simply wraps all of the mpz integer functions provided by that library. See the Math::GMPz test suite for some examples of usage. WWW: http://search.cpan.org/dist/Math-GMPz/
This commit is contained in:
parent
b2d1c9878a
commit
0ce789f072
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299794
@ -393,6 +393,7 @@
|
||||
SUBDIR += p5-Math-GMP
|
||||
SUBDIR += p5-Math-GMPf
|
||||
SUBDIR += p5-Math-GMPq
|
||||
SUBDIR += p5-Math-GMPz
|
||||
SUBDIR += p5-Math-GSL
|
||||
SUBDIR += p5-Math-Geometry
|
||||
SUBDIR += p5-Math-Geometry-Planar
|
||||
|
28
math/p5-Math-GMPz/Makefile
Normal file
28
math/p5-Math-GMPz/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-Math-GMPz
|
||||
# Date created: 2011-11-30
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-GMPz
|
||||
PORTVERSION= 0.35
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SISYPHUS
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl interface to the GMP library integer (mpz) functions
|
||||
|
||||
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
||||
TEST_DEPENDS= p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \
|
||||
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
CONFIGURE_ARGS= INC=-I${LOCALBASE}/include LIBS="-L${LOCALBASE}/lib -lgmp"
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Math::GMPz.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/p5-Math-GMPz/distinfo
Normal file
2
math/p5-Math-GMPz/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Math-GMPz-0.35.tar.gz) = 666f0a7b21447f650c54d92d3e9f1d1ef071c48bb63d9d55a1bb6ba654192dcc
|
||||
SIZE (Math-GMPz-0.35.tar.gz) = 59580
|
5
math/p5-Math-GMPz/pkg-descr
Normal file
5
math/p5-Math-GMPz/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Math::GMPz is a bignum module utilising the GNU MP (GMP) library. Basically this
|
||||
module simply wraps all of the mpz integer functions provided by that library.
|
||||
See the Math::GMPz test suite for some examples of usage.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-GMPz/
|
16
math/p5-Math-GMPz/pkg-plist
Normal file
16
math/p5-Math-GMPz/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/GMPz.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/GMPz/Random.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/GMPz/V.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/GMPz.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/GMPz.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/Random/Random.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/Random/Random.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/V/V.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/V/V.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/V
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz/Random
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math/GMPz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
|
Loading…
Reference in New Issue
Block a user