diff options
author | seb <seb> | 2005-10-13 10:54:30 +0000 |
---|---|---|
committer | seb <seb> | 2005-10-13 10:54:30 +0000 |
commit | 10c8aa9f5b555dc824d3f1c170fc3745e075c6ce (patch) | |
tree | e6d81f39c9c09eb361d221ab6a4be717939e856a /math/p5-Math-GMP | |
parent | da14ba2d68494a563736e422978e026c0ab0707f (diff) | |
download | pkgsrc-10c8aa9f5b555dc824d3f1c170fc3745e075c6ce.tar.gz |
Initial import of p5-Math-GMP-2.04 as version 2.04 into the NetBSD Packages
Collection.
The Perl 5 module Math::GMP gives you access to the fast GMP library
for fast big integer math.
Diffstat (limited to 'math/p5-Math-GMP')
-rw-r--r-- | math/p5-Math-GMP/DESCR | 2 | ||||
-rw-r--r-- | math/p5-Math-GMP/Makefile | 18 | ||||
-rw-r--r-- | math/p5-Math-GMP/PLIST | 1 | ||||
-rw-r--r-- | math/p5-Math-GMP/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/math/p5-Math-GMP/DESCR b/math/p5-Math-GMP/DESCR new file mode 100644 index 00000000000..8404c7f682d --- /dev/null +++ b/math/p5-Math-GMP/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module Math::GMP gives you access to the fast GMP library +for fast big integer math. diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile new file mode 100644 index 00000000000..43293cbd834 --- /dev/null +++ b/math/p5-Math-GMP/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 10:54:30 seb Exp $ +# + +DISTNAME= Math-GMP-2.04 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5mgp +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +MAINTAINER= seb@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Math-GMP/ +COMMENT= Perl 5 module for high speed arbitrary size integer math + +PERL5_PACKLIST= auto/Math/GMP/.packlist + +.include "../../devel/gmp/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-GMP/PLIST b/math/p5-Math-GMP/PLIST new file mode 100644 index 00000000000..f0446bc286f --- /dev/null +++ b/math/p5-Math-GMP/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/13 10:54:30 seb Exp $ diff --git a/math/p5-Math-GMP/distinfo b/math/p5-Math-GMP/distinfo new file mode 100644 index 00000000000..ec78c857ef8 --- /dev/null +++ b/math/p5-Math-GMP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/13 10:54:30 seb Exp $ + +SHA1 (Math-GMP-2.04.tar.gz) = 5ce49994591ede22edd3f9ad60cae7c36d63ffb8 +RMD160 (Math-GMP-2.04.tar.gz) = 1a562b7a1846f6ab395834570791232fe67aea69 +Size (Math-GMP-2.04.tar.gz) = 17144 bytes |