pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/p5-Math-BigInt-Pari Importing package for p5 modu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/294979670cd9
branches:  trunk
changeset: 395470:294979670cd9
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 08 10:24:53 2009 +0000

description:
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:

 math/p5-Math-BigInt-Pari/DESCR    |   2 ++
 math/p5-Math-BigInt-Pari/Makefile |  23 +++++++++++++++++++++++
 math/p5-Math-BigInt-Pari/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r d8f417f152d4 -r 294979670cd9 math/p5-Math-BigInt-Pari/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-BigInt-Pari/DESCR    Wed Jul 08 10:24:53 2009 +0000
@@ -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 -r d8f417f152d4 -r 294979670cd9 math/p5-Math-BigInt-Pari/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-BigInt-Pari/Makefile Wed Jul 08 10:24:53 2009 +0000
@@ -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@localhost
+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 -r d8f417f152d4 -r 294979670cd9 math/p5-Math-BigInt-Pari/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-BigInt-Pari/distinfo Wed Jul 08 10:24:53 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index