From c0d9709f4bced38404cb66d1e7b2e48b3ecb52e0 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Wed, 19 May 2021 16:09:01 +0200 Subject: [PATCH 1/3] New package: perl-Math-Int64-0.54 --- srcpkgs/perl-Math-Int64/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/perl-Math-Int64/template diff --git a/srcpkgs/perl-Math-Int64/template b/srcpkgs/perl-Math-Int64/template new file mode 100644 index 000000000000..f5554054e6f5 --- /dev/null +++ b/srcpkgs/perl-Math-Int64/template @@ -0,0 +1,15 @@ +# Template file for 'perl-Math-Int64' +pkgname=perl-Math-Int64 +version=0.54 +revision=1 +wrksrc="${pkgname#perl-}-${version}" +build_style=perl-module +hostmakedepends="perl" +makedepends="perl" +depends="perl" +short_desc="Add support for 64 bit integers, signed and unsigned, to Perl" +maintainer="newbluemoon " +license="Artistic-1.0-Perl, GPL-1.0-or-later" +homepage="https://metacpan.org/release/Math-Int64" +distfiles="${CPAN_SITE}/Math/Math-Int64-${version}.tar.gz" +checksum=dcfc51e698437ea6b9cefe0276215c56cdb6a7f85e3e24a2b6b4189f1960d351 From 74e9d2420c1c857500ca4c49511c9187c3649c14 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Wed, 19 May 2021 16:09:28 +0200 Subject: [PATCH 2/3] New package: perl-Math-Int128-0.22 --- srcpkgs/perl-Math-Int128/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/perl-Math-Int128/template diff --git a/srcpkgs/perl-Math-Int128/template b/srcpkgs/perl-Math-Int128/template new file mode 100644 index 000000000000..047522700d9b --- /dev/null +++ b/srcpkgs/perl-Math-Int128/template @@ -0,0 +1,18 @@ +# Template file for 'perl-Math-Int128' +pkgname=perl-Math-Int128 +version=0.22 +revision=1 +# not supported on 32-bit architectures +archs="aarch64* ppc64* x86_64*" +wrksrc="${pkgname#perl-}-${version}" +build_style=perl-module +hostmakedepends="perl" +makedepends="perl" +depends="perl perl-Math-Int64" +checkdepends="perl-Math-Int64" +short_desc="Add support for 128 bit integers, signed and unsigned, to Perl" +maintainer="newbluemoon " +license="Artistic-1.0-Perl, GPL-1.0-or-later" +homepage="https://metacpan.org/release/Math-Int64" +distfiles="${CPAN_SITE}/Math/Math-Int128-${version}.tar.gz" +checksum=a630ca401753866955f1173848ab5b4ac4ad5ca6ad9087f11cdf91dde85119bc From 08643eeca42e835f672247089be13b2651f5f50c Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Wed, 19 May 2021 16:10:55 +0200 Subject: [PATCH 3/3] perl-Crypt-CBC: update to 3.04 --- srcpkgs/perl-Crypt-CBC/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/perl-Crypt-CBC/template b/srcpkgs/perl-Crypt-CBC/template index 5ddc77f0674e..f15cfc6013cb 100644 --- a/srcpkgs/perl-Crypt-CBC/template +++ b/srcpkgs/perl-Crypt-CBC/template @@ -1,6 +1,6 @@ # Template file for 'perl-Crypt-CBC' pkgname=perl-Crypt-CBC -version=3.01 +version=3.04 revision=1 wrksrc="${pkgname#perl-}-${version}" build_style=perl-module @@ -12,6 +12,6 @@ maintainer="newbluemoon " license="Artistic-1.0-Perl, GPL-1.0-or-later" homepage="https://metacpan.org/release/Crypt-CBC" distfiles="${CPAN_SITE}/Crypt/Crypt-CBC-${version}.tar.gz" -checksum=de259c1c94fc1fd2731dfd276e8b05e31edfd2150848afdff09ac6ae9a03e624 +checksum=4026c57d0dbf6496c0d561a26f161b763d3b8edf351139c073492e21b5fbce07 # check requires a lot of new cascading dependencies make_check=no