From acc0af80a166146ee60076b2720e2b97b6eb0b7f 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 e9f8909cf3c4da7b574c92dd6ea4232a37eaf331 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 | 20 ++++++++++++++++++++ 1 file changed, 20 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..eb4fb2e68fdc --- /dev/null +++ b/srcpkgs/perl-Math-Int128/template @@ -0,0 +1,20 @@ +# Template file for 'perl-Math-Int128' +pkgname=perl-Math-Int128 +version=0.22 +revision=1 +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 + +if [ "$XBPS_TARGET_WORDSIZE" == "32" ]; then + broken="not supported on 32-bit architectures" +fi From 4f15f43563b1c083692e155b406b4a6b2650d521 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