diff options
author | sno <sno@pkgsrc.org> | 2009-07-08 10:24:53 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-08 10:24:53 +0000 |
commit | dd4a6047c7056890496ba47f0a7a79db7227126b (patch) | |
tree | 5014292137cca9c343b8ec21dc7295357a0f041f /math/p5-Math-BigInt-Pari | |
parent | 086a8cbf07f183b10900655f83cc0542cc91e22f (diff) | |
download | pkgsrc-dd4a6047c7056890496ba47f0a7a79db7227126b.tar.gz |
Importing package for p5 module Math::BigInt::Pari version 1.13 to support
faster calculation in Crypt::DH.
Provides support for big integer in BigInt et al. calculations via means of
Math::Pari, an XS layer on top of the very fast PARI library.
Diffstat (limited to 'math/p5-Math-BigInt-Pari')
-rw-r--r-- | math/p5-Math-BigInt-Pari/DESCR | 2 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/Makefile | 23 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/math/p5-Math-BigInt-Pari/DESCR b/math/p5-Math-BigInt-Pari/DESCR new file mode 100644 index 00000000000..62eb6d2e904 --- /dev/null +++ b/math/p5-Math-BigInt-Pari/DESCR @@ -0,0 +1,2 @@ +Provides support for big integer in BigInt et al. calculations via means of +Math::Pari, an XS layer on top of the very fast PARI library. diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile new file mode 100644 index 00000000000..eb3f9a33c0b --- /dev/null +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/08 10:24:53 sno Exp $ +# + +DISTNAME= Math-BigInt-Pari-1.13 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Math-BigInt-Pari/ +COMMENT= Perl5 library to use Math::Pari for Math::BigInt routines +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Math-Pari>=2.010709:../../math/p5-Math-Pari + +PERL5_PACKLIST= auto/Math/BigInt/Pari/.packlist +PERL5_MODULE_TYPE= Module::Install + +.include "../../devel/gmp/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-BigInt-Pari/distinfo b/math/p5-Math-BigInt-Pari/distinfo new file mode 100644 index 00000000000..2292e28b615 --- /dev/null +++ b/math/p5-Math-BigInt-Pari/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/08 10:24:53 sno Exp $ + +SHA1 (Math-BigInt-Pari-1.13.tar.gz) = d3f0f2dfea808302ac517f93b6c6e4d30d3efe11 +RMD160 (Math-BigInt-Pari-1.13.tar.gz) = ff0cf28f8360686668b1a10eea489813326aee79 +Size (Math-BigInt-Pari-1.13.tar.gz) = 47431 bytes |