pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math Import Math::Int64 0.54 as math/p5-Math-Int64.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47dcbd287874
branches:  trunk
changeset: 375771:47dcbd287874
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Feb 20 14:04:23 2018 +0000

description:
Import Math::Int64 0.54 as math/p5-Math-Int64.

This module adds support for 64 bit integers, signed and unsigned, to Perl.

diffstat:

 math/Makefile               |   3 ++-
 math/p5-Math-Int64/DESCR    |   1 +
 math/p5-Math-Int64/Makefile |  16 ++++++++++++++++
 math/p5-Math-Int64/distinfo |   6 ++++++
 4 files changed, 25 insertions(+), 1 deletions(-)

diffs (52 lines):

diff -r cb3b9ba2fbbd -r 47dcbd287874 math/Makefile
--- a/math/Makefile     Tue Feb 20 14:01:32 2018 +0000
+++ b/math/Makefile     Tue Feb 20 14:04:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.363 2018/02/12 19:50:30 minskim Exp $
+# $NetBSD: Makefile,v 1.364 2018/02/20 14:04:23 fhajny Exp $
 
 COMMENT=       Mathematics
 
@@ -208,6 +208,7 @@
 SUBDIR+=       p5-Math-Derivative
 SUBDIR+=       p5-Math-FFT
 SUBDIR+=       p5-Math-GMP
+SUBDIR+=       p5-Math-Int64
 SUBDIR+=       p5-Math-Interpolate
 SUBDIR+=       p5-Math-MatrixReal
 SUBDIR+=       p5-Math-Pari
diff -r cb3b9ba2fbbd -r 47dcbd287874 math/p5-Math-Int64/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Int64/DESCR  Tue Feb 20 14:04:23 2018 +0000
@@ -0,0 +1,1 @@
+This module adds support for 64 bit integers, signed and unsigned, to Perl.
diff -r cb3b9ba2fbbd -r 47dcbd287874 math/p5-Math-Int64/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Int64/Makefile       Tue Feb 20 14:04:23 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/02/20 14:04:23 fhajny Exp $
+#
+
+DISTNAME=      Math-Int64-0.54
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    math perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
+
+HOMEPAGE=      http://search.cpan.org/dist/Math-Int64/
+COMMENT=       Manipulate 64 bits integers in Perl
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=        auto/Math/Int64/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cb3b9ba2fbbd -r 47dcbd287874 math/p5-Math-Int64/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Int64/distinfo       Tue Feb 20 14:04:23 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/20 14:04:23 fhajny Exp $
+
+SHA1 (Math-Int64-0.54.tar.gz) = faa112d827de594b228488639c6cb22a01933c0d
+RMD160 (Math-Int64-0.54.tar.gz) = 476d284352aed80079186a125a19638c582a0a5a
+SHA512 (Math-Int64-0.54.tar.gz) = 03677df499ebc3924fabefbc6fb863adc2f765341a9697305b03bb24477b391029e65cc492c831a24e282e26e850082abbd0e52dda198aa041f3f4f41cc4f995
+Size (Math-Int64-0.54.tar.gz) = 119664 bytes



Home | Main Index | Thread Index | Old Index