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 Import Math-BigInt-1.999726 as mat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a81aac7f6bef
branches:  trunk
changeset: 350899:a81aac7f6bef
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Aug 08 23:51:38 2016 +0000

description:
Import Math-BigInt-1.999726 as math/p5-Math-BigInt.

Math::BigInt provides support for arbitrary precision integers.
Overloading is also provided for Perl operators.

diffstat:

 math/p5-Math-BigInt/DESCR    |   2 ++
 math/p5-Math-BigInt/Makefile |  16 ++++++++++++++++
 math/p5-Math-BigInt/distinfo |   6 ++++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r ccc9df7b3594 -r a81aac7f6bef math/p5-Math-BigInt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-BigInt/DESCR Mon Aug 08 23:51:38 2016 +0000
@@ -0,0 +1,2 @@
+Math::BigInt provides support for arbitrary precision integers.
+Overloading is also provided for Perl operators.
diff -r ccc9df7b3594 -r a81aac7f6bef math/p5-Math-BigInt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-BigInt/Makefile      Mon Aug 08 23:51:38 2016 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2016/08/08 23:51:38 wen Exp $
+
+DISTNAME=              Math-BigInt-1.999726
+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/
+COMMENT=               Arbitrary size integer math perl package
+LICENSE=               ${PERL5_LICENSE}
+
+PERL5_PACKLIST=                auto/Math/BigInt/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ccc9df7b3594 -r a81aac7f6bef math/p5-Math-BigInt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-BigInt/distinfo      Mon Aug 08 23:51:38 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/08 23:51:38 wen Exp $
+
+SHA1 (Math-BigInt-1.999726.tar.gz) = 4d494cd463b4a7f3a157bdb9eefcc1f301f0565f
+RMD160 (Math-BigInt-1.999726.tar.gz) = 6c331be2c236fce95a8338ba7fc68809492575be
+SHA512 (Math-BigInt-1.999726.tar.gz) = 5f77be6514c7bf63b7abfcfab038fa68d7b12a469b99de7661771541e1a775ea66ea9067f370439a9df7ca771655aa197f26ac8e436bf7d5aed1cd71850dc858
+Size (Math-BigInt-1.999726.tar.gz) = 1755079 bytes



Home | Main Index | Thread Index | Old Index