pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-Int128 Add p5-Math-Int128 version 0.22 fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c929f6c6847
branches:  trunk
changeset: 331608:5c929f6c6847
user:      he <he%pkgsrc.org@localhost>
date:      Thu Mar 21 10:16:01 2019 +0000

description:
Add p5-Math-Int128 version 0.22 from pkgsrc-wip.

This module adds support for 128 bit integers, signed and unsigned, to Perl.
(Requires platform support, so e.g. not on NetBSD i386/7.x)

diffstat:

 math/p5-Math-Int128/DESCR    |   1 +
 math/p5-Math-Int128/Makefile |  18 ++++++++++++++++++
 math/p5-Math-Int128/distinfo |   6 ++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r c4b1102d81a3 -r 5c929f6c6847 math/p5-Math-Int128/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Int128/DESCR Thu Mar 21 10:16:01 2019 +0000
@@ -0,0 +1,1 @@
+This module adds support for 128 bit integers, signed and unsigned, to Perl.
diff -r c4b1102d81a3 -r 5c929f6c6847 math/p5-Math-Int128/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Int128/Makefile      Thu Mar 21 10:16:01 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/03/21 10:16:01 he Exp $
+
+DISTNAME=      Math-Int128-0.22
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    math perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Math-Int128
+COMMENT=       Manipulate 128 bits integers in Perl
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Math-Int64-[0-9]*:../../math/p5-Math-Int64
+
+PERL5_PACKLIST=        auto/Math/Int128/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c4b1102d81a3 -r 5c929f6c6847 math/p5-Math-Int128/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Int128/distinfo      Thu Mar 21 10:16:01 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/21 10:16:01 he Exp $
+
+SHA1 (Math-Int128-0.22.tar.gz) = edc793ef4e02066827d6b6275ca6680b6ded9dd9
+RMD160 (Math-Int128-0.22.tar.gz) = 1366e77b7a91dce03498206bc522a128349499b9
+SHA512 (Math-Int128-0.22.tar.gz) = 8384891e6a8e6e1696a7fe1d5da8c27c229e7926c6a16ac1114e812dce3a8a75f64d9d1128d2c63f17753c91c54c72dadbd3837e140624f9f1e47d462dccb74f
+Size (Math-Int128-0.22.tar.gz) = 103698 bytes



Home | Main Index | Thread Index | Old Index