pkgsrc-WIP-changes archive

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

Import p5-Math-Int128 0.22 as wip/p5-Math-Int128.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Thu Jan 24 20:27:36 2019 +0100
Changeset:	aa7ebd76ef083c814949ffdb9eda3517839853b2

Added Files:
	p5-Math-Int128/DESCR
	p5-Math-Int128/Makefile
	p5-Math-Int128/distinfo

Log Message:
Import p5-Math-Int128 0.22 as wip/p5-Math-Int128.

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aa7ebd76ef083c814949ffdb9eda3517839853b2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

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

diffs:
diff --git a/p5-Math-Int128/DESCR b/p5-Math-Int128/DESCR
new file mode 100644
index 0000000000..420f955964
--- /dev/null
+++ b/p5-Math-Int128/DESCR
@@ -0,0 +1 @@
+This module adds support for 128 bit integers, signed and unsigned, to Perl.
diff --git a/p5-Math-Int128/Makefile b/p5-Math-Int128/Makefile
new file mode 100644
index 0000000000..80d9af8077
--- /dev/null
+++ b/p5-Math-Int128/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	Math-Int128-0.22
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	math perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER=	fred%statdns.com@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 --git a/p5-Math-Int128/distinfo b/p5-Math-Int128/distinfo
new file mode 100644
index 0000000000..1132d2688c
--- /dev/null
+++ b/p5-Math-Int128/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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