pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-GMP Initial import of p5-Math-GMP-2.04 as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bb633c0679d
branches:  trunk
changeset: 500810:4bb633c0679d
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Oct 13 10:54:30 2005 +0000

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

 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(+), 0 deletions(-)

diffs (42 lines):

diff -r 55fa267b3bd3 -r 4bb633c0679d math/p5-Math-GMP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-GMP/DESCR    Thu Oct 13 10:54:30 2005 +0000
@@ -0,0 +1,2 @@
+The Perl 5 module Math::GMP gives you access to the fast GMP library
+for fast big integer math.
diff -r 55fa267b3bd3 -r 4bb633c0679d math/p5-Math-GMP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-GMP/Makefile Thu Oct 13 10:54:30 2005 +0000
@@ -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@localhost
+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 -r 55fa267b3bd3 -r 4bb633c0679d math/p5-Math-GMP/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-GMP/PLIST    Thu Oct 13 10:54:30 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/13 10:54:30 seb Exp $
diff -r 55fa267b3bd3 -r 4bb633c0679d math/p5-Math-GMP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-GMP/distinfo Thu Oct 13 10:54:30 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index