From 7f1811ba739d94dae26b1ff478bebadeaeb0f0b7 Mon Sep 17 00:00:00 2001 From: seb Date: Thu, 13 Oct 2005 10:54:30 +0000 Subject: 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. --- math/p5-Math-GMP/DESCR | 2 ++ math/p5-Math-GMP/Makefile | 18 ++++++++++++++++++ math/p5-Math-GMP/PLIST | 1 + math/p5-Math-GMP/distinfo | 5 +++++ 4 files changed, 26 insertions(+) create mode 100644 math/p5-Math-GMP/DESCR create mode 100644 math/p5-Math-GMP/Makefile create mode 100644 math/p5-Math-GMP/PLIST create mode 100644 math/p5-Math-GMP/distinfo (limited to 'math') 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 -- cgit v1.2.3