From de8f021fed181c905463eebccfefc37a4a0b62a3 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 8 Apr 2026 14:21:37 +0300 Subject: [PATCH] perl-5.42.2 ver. bump --- system/base/perl-Locale-gettext/pspec.xml | 9 ++++++++- system/base/perl/actions.py | 14 ++++++++------ system/base/perl/pspec.xml | 14 ++++++++++++-- system/devel/perl-XML-Parser/pspec.xml | 9 ++++++++- 4 files changed, 36 insertions(+), 10 deletions(-) diff --git a/system/base/perl-Locale-gettext/pspec.xml b/system/base/perl-Locale-gettext/pspec.xml index 3e2e5e89..c786591e 100644 --- a/system/base/perl-Locale-gettext/pspec.xml +++ b/system/base/perl-Locale-gettext/pspec.xml @@ -14,7 +14,7 @@ The gettext module permits access from Perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software. http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-1.07.tar.gz - perl + perl gettext-devel libxcrypt-devel @@ -33,6 +33,13 @@ + + 2026-04-08 + 1.07 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2025-11-17 1.07 diff --git a/system/base/perl/actions.py b/system/base/perl/actions.py index a02ce21e..db5057e8 100644 --- a/system/base/perl/actions.py +++ b/system/base/perl/actions.py @@ -84,6 +84,8 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.insinto("/usr/lib/perl5/%s/vendor_perl" % get.srcVERSION(), "Turkish.pm") + pisitools.remove("/usr/bin/perl") # Conflicts with perl-Module-Build # pisitools.remove("/usr/bin/config_data") @@ -92,14 +94,14 @@ def install(): # Perl5 library # NEEDS MODIFICATION FOR NEW VERSION + src_ver = get.srcVERSION() + short_ver = '.'.join(src_ver.split('.')[:2]) # 5.40.2 -> 5.40 + pisitools.dosym("/usr/lib/perl5/%s/core_perl/CORE/libperl.so.%s" % (get.srcVERSION(), get.srcVERSION()), "/usr/lib/libperl.so") pisitools.dosym("/usr/lib/perl5/%s/core_perl/CORE/libperl.so.%s" % (get.srcVERSION(), get.srcVERSION()), "/usr/lib/libperl.so.5") - pisitools.dosym("/usr/lib/perl5/%s/core_perl/CORE/libperl.so.%s" % (get.srcVERSION(), get.srcVERSION()), "/usr/lib/libperl.so.5.40") - pisitools.dosym("/usr/lib/perl5/%s/core_perl/CORE/libperl.so.%s" % (get.srcVERSION(), get.srcVERSION()), "/usr/lib/libperl.so.5.40.2") - # pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so") - # pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so.5") - # pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so.5.38") - # pisitools.dosym("/usr/lib/perl5/%s/%s-linux-thread-multi/CORE/libperl.so.%s" % (get.srcVERSION(), get.ARCH(), get.srcVERSION()), "/usr/lib/libperl.so.5.38.2") + pisitools.dosym("/usr/lib/perl5/%s/core_perl/CORE/libperl.so.%s" % (get.srcVERSION(), get.srcVERSION()), "/usr/lib/libperl.so.%s" % short_ver) + pisitools.dosym("/usr/lib/perl5/%s/core_perl/CORE/libperl.so.%s" % (get.srcVERSION(), get.srcVERSION()), "/usr/lib/libperl.so.%s" % get.srcVERSION()) + # Docs pisitools.dodir("/usr/share/doc/%s/html" % get.srcNAME()) diff --git a/system/base/perl/pspec.xml b/system/base/perl/pspec.xml index 1cd0281f..3edfad4a 100644 --- a/system/base/perl/pspec.xml +++ b/system/base/perl/pspec.xml @@ -13,7 +13,10 @@ app:console Larry Wall's Practical Extraction and Reporting Language Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. A large proportion of the CGI scripts on the web are written in Perl. You need the perl package installed on your system so that your system can handle Perl scripts. - https://www.cpan.org/src/5.0/perl-5.40.2.tar.gz + https://www.cpan.org/src/5.0/perl-5.42.2.tar.gz + + Turkish.pm + db-devel gdbm-devel @@ -52,12 +55,19 @@ - Turkish.pm + + + 2026-04-05 + 5.42.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-11-06 5.40.2 diff --git a/system/devel/perl-XML-Parser/pspec.xml b/system/devel/perl-XML-Parser/pspec.xml index a1a2334a..87e9a046 100644 --- a/system/devel/perl-XML-Parser/pspec.xml +++ b/system/devel/perl-XML-Parser/pspec.xml @@ -15,7 +15,7 @@ mirrors://cpan/authors/id/T/TO/TODDR/XML-Parser-2.47.tar.gz expat-devel - perl + perl @@ -33,6 +33,13 @@ + + 2026-04-08 + 2.47 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2024-10-04 2.47