pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/p5-Math-Prime-Util-GMP
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jun 22 05:32:08 UTC 2026
Added Files:
pkgsrc/math/p5-Math-Prime-Util-GMP: DESCR Makefile distinfo
Log Message:
math/p5-Math-Prime-Util-GMP: import p5-Math-Prime-Util-GMP-0.53
A module for number theory in Perl using GMP. This includes primality
tests, getting primes in a range, factoring, and more.
While it certainly can be used directly, the main purpose of this
module is for Math::Prime::Util. That module will automatically
load this one if it is installed, greatly speeding up many of its
operations on big numbers.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/p5-Math-Prime-Util-GMP/DESCR \
pkgsrc/math/p5-Math-Prime-Util-GMP/Makefile \
pkgsrc/math/p5-Math-Prime-Util-GMP/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/math/p5-Math-Prime-Util-GMP/DESCR
diff -u /dev/null pkgsrc/math/p5-Math-Prime-Util-GMP/DESCR:1.1
--- /dev/null Mon Jun 22 05:32:08 2026
+++ pkgsrc/math/p5-Math-Prime-Util-GMP/DESCR Mon Jun 22 05:32:08 2026
@@ -0,0 +1,7 @@
+A module for number theory in Perl using GMP. This includes primality
+tests, getting primes in a range, factoring, and more.
+
+While it certainly can be used directly, the main purpose of this
+module is for Math::Prime::Util. That module will automatically
+load this one if it is installed, greatly speeding up many of its
+operations on big numbers.
Index: pkgsrc/math/p5-Math-Prime-Util-GMP/Makefile
diff -u /dev/null pkgsrc/math/p5-Math-Prime-Util-GMP/Makefile:1.1
--- /dev/null Mon Jun 22 05:32:08 2026
+++ pkgsrc/math/p5-Math-Prime-Util-GMP/Makefile Mon Jun 22 05:32:08 2026
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2026/06/22 05:32:08 wiz Exp $
+
+DISTNAME= Math-Prime-Util-GMP-0.53
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DANAJ/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/Math::Prime::Util::GMP
+COMMENT= Perl5 Utilities related to prime numbers and factoring, using GMP
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Math/Prime/Util/GMP/.packlist
+
+USE_LANGUAGES+= c
+
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/p5-Math-Prime-Util-GMP/distinfo
diff -u /dev/null pkgsrc/math/p5-Math-Prime-Util-GMP/distinfo:1.1
--- /dev/null Mon Jun 22 05:32:08 2026
+++ pkgsrc/math/p5-Math-Prime-Util-GMP/distinfo Mon Jun 22 05:32:08 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/06/22 05:32:08 wiz Exp $
+
+BLAKE2s (Math-Prime-Util-GMP-0.53.tar.gz) = b86c338280ca2c185a5b9e49e4e52ff74c4031f9ec8d53fdf0b0cae0bfb4de19
+SHA512 (Math-Prime-Util-GMP-0.53.tar.gz) = 385c5b427d960cfe29e808fef07777afa40b41aa1839211ede95e54acaebb125255d802420db429db9eecd40df4da6d962a79873a68c79250112356b27d91608
+Size (Math-Prime-Util-GMP-0.53.tar.gz) = 399067 bytes
Home |
Main Index |
Thread Index |
Old Index