From: Thomas De Schampheleire <patrickdepinguin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] package/perl-math-bigint: new package
Date: Wed, 18 Dec 2019 21:18:43 +0100 [thread overview]
Message-ID: <20191218201845.846-2-patrickdepinguin@gmail.com> (raw)
In-Reply-To: <20191218201845.846-1-patrickdepinguin@gmail.com>
From: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Standard generated with utils/scancpan.
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
---
DEVELOPERS | 1 +
package/Config.in | 1 +
package/perl-math-bigint/Config.in | 6 ++++++
package/perl-math-bigint/perl-math-bigint.hash | 6 ++++++
package/perl-math-bigint/perl-math-bigint.mk | 14 ++++++++++++++
5 files changed, 28 insertions(+)
create mode 100644 package/perl-math-bigint/Config.in
create mode 100644 package/perl-math-bigint/perl-math-bigint.hash
create mode 100644 package/perl-math-bigint/perl-math-bigint.mk
diff --git a/DEVELOPERS b/DEVELOPERS
index 19c66948f8..92105aae98 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2331,6 +2331,7 @@ F: package/perl-crypt-blowfish/
F: package/perl-crypt-cbc/
F: package/perl-crypt-openssl-aes/
F: package/perl-digest-md5/
+F: package/perl-math-bigint/
F: package/perl-mime-base64-urlsafe/
F: package/perl-mojolicious-plugin-authentication/
F: package/perl-net-ping/
diff --git a/package/Config.in b/package/Config.in
index fc5228447a..6d10df8561 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -755,6 +755,7 @@ menu "Perl libraries/modules"
source "package/perl-lwp-mediatypes/Config.in"
source "package/perl-mail-dkim/Config.in"
source "package/perl-mailtools/Config.in"
+ source "package/perl-math-bigint/Config.in"
source "package/perl-mime-base64/Config.in"
source "package/perl-mime-base64-urlsafe/Config.in"
source "package/perl-mime-tools/Config.in"
diff --git a/package/perl-math-bigint/Config.in b/package/perl-math-bigint/Config.in
new file mode 100644
index 0000000000..89722e7b10
--- /dev/null
+++ b/package/perl-math-bigint/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PERL_MATH_BIGINT
+ bool "perl-math-bigint"
+ help
+ Pure Perl module to test Math::BigInt with scalars.
+
+ https://metacpan.org/release/Math-BigInt
diff --git a/package/perl-math-bigint/perl-math-bigint.hash b/package/perl-math-bigint/perl-math-bigint.hash
new file mode 100644
index 0000000000..ad3d66bbf8
--- /dev/null
+++ b/package/perl-math-bigint/perl-math-bigint.hash
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5 a6e5a6c391b453e04c2b60506e1b5342 Math-BigInt-1.999818.tar.gz
+sha256 b27634356ce2af9b7c0123ac8395a89a32fb15aeae82fcd39de8156cad278c15 Math-BigInt-1.999818.tar.gz
+
+# computed by scancpan
+sha256 b857edab549ac6893e2df5e1ec768ee46b62bcf1607a55e876f4d23f079eacce LICENSE
diff --git a/package/perl-math-bigint/perl-math-bigint.mk b/package/perl-math-bigint/perl-math-bigint.mk
new file mode 100644
index 0000000000..156c6ce38d
--- /dev/null
+++ b/package/perl-math-bigint/perl-math-bigint.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# perl-math-bigint
+#
+################################################################################
+
+PERL_MATH_BIGINT_VERSION = 1.999818
+PERL_MATH_BIGINT_SOURCE = Math-BigInt-$(PERL_MATH_BIGINT_VERSION).tar.gz
+PERL_MATH_BIGINT_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PJ/PJACKLAM
+PERL_MATH_BIGINT_LICENSE = Artistic or GPL-1.0+
+PERL_MATH_BIGINT_LICENSE_FILES = LICENSE
+PERL_MATH_BIGINT_DISTNAME = Math-BigInt
+
+$(eval $(perl-package))
--
2.23.0
next prev parent reply other threads:[~2019-12-18 20:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-18 20:18 [Buildroot] [PATCH 1/3] package/perl-crypt-openssl-aes: new package Thomas De Schampheleire
2019-12-18 20:18 ` Thomas De Schampheleire [this message]
2019-12-22 12:07 ` [Buildroot] [PATCH 2/3] package/perl-math-bigint: " François Perrad
2019-12-22 13:27 ` Thomas De Schampheleire
2019-12-22 13:32 ` Thomas De Schampheleire
2019-12-22 14:53 ` François Perrad
2019-12-22 14:49 ` François Perrad
2019-12-18 20:18 ` [Buildroot] [PATCH 3/3] package/perl-math-prime-util: " Thomas De Schampheleire
2019-12-22 10:02 ` [Buildroot] [PATCH 1/3] package/perl-crypt-openssl-aes: " Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191218201845.846-2-patrickdepinguin@gmail.com \
--to=patrickdepinguin@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.