# HG changeset patch # User Pascal Bellard # Date 1717517344 0 # Node ID 0af8df0b46fc71112365861c10ea9c5c0d6a2158 # Parent c10615ece8d960c989670f697c31aab9064f4217 some perl-*: update web_site diff -r c10615ece8d9 -r 0af8df0b46fc BootProg/stuff/boot16.asm --- a/BootProg/stuff/boot16.asm Wed May 29 13:27:26 2024 +0000 +++ b/BootProg/stuff/boot16.asm Tue Jun 04 16:09:04 2024 +0000 @@ -166,7 +166,7 @@ call here here: pop si - sub si, here - boot + sub si, here - boot - 2 push cs pop ds %endif diff -r c10615ece8d9 -r 0af8df0b46fc BootProg/stuff/boot32.asm --- a/BootProg/stuff/boot32.asm Wed May 29 13:27:26 2024 +0000 +++ b/BootProg/stuff/boot32.asm Tue Jun 04 16:09:04 2024 +0000 @@ -229,8 +229,8 @@ %if ExtraBootSector != 0 %macro MovedCode 0 main: - add al, 32 - push ax + add dl, 32 + push dx %else main: %endif diff -r c10615ece8d9 -r 0af8df0b46fc ckermit/receipt --- a/ckermit/receipt Wed May 29 13:27:26 2024 +0000 +++ b/ckermit/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -8,7 +8,7 @@ LICENSE="BSD" WEB_SITE="http://www.columbia.edu/kermit/ck90.html" TARBALL="cku${VERSION##*.}.tar.gz" -WGET_URL="http://www.columbia.edu/kermit/ftp/archives/$TARBALL" +WGET_URL="https://www.kermitproject.org/ftp/kermit/archives/$TARBALL" DEPENDS="ncurses" BUILD_DEPENDS="ncurses-dev" diff -r c10615ece8d9 -r 0af8df0b46fc graveman/receipt --- a/graveman/receipt Wed May 29 13:27:26 2024 +0000 +++ b/graveman/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -7,7 +7,7 @@ MAINTAINER="allan316@gmail.com" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://graveman.tuxfamily.org" +WEB_SITE="https://graveman.tuxfamily.org" WGET_URL="$WEB_SITE/sources/$TARBALL" DEPENDS="readom dvd+rw-tools dvd+rw-media-tools sox cdrdao libao libid3tag libmad lame libvorbis libogg flac libglade libmng" diff -r c10615ece8d9 -r 0af8df0b46fc perl-algorithm-permute/receipt --- a/perl-algorithm-permute/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-algorithm-permute/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Algorithm::Permute." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Algorithm-Permute" +WEB_SITE="https://metacpan.org/dist/Algorithm-Permute" SOURCE="Algorithm-Permute" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-animation/receipt --- a/perl-animation/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-animation/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Term::Animation." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Term-Animation" +WEB_SITE="https://metacpan.org/dist/Term-Animation" SOURCE="Term-Animation" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-apache-dbi/receipt --- a/perl-apache-dbi/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-apache-dbi/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Apache::DBI." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Apache-DBI" +WEB_SITE="https://metacpan.org/dist/Apache-DBI" SOURCE="Apache-DBI" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl perl-digest-sha1" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-appconfig/receipt --- a/perl-appconfig/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-appconfig/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -10,9 +10,10 @@ BUILD_DEPENDS="perl" SOURCE="AppConfig" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/AppConfig/" +WEB_SITE="https://metacpan.org/dist/AppConfig/" WGET_URL="http://www.cpan.org/authors/id/N/NE/NEILB/$TARBALL" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-archive-zip/receipt --- a/perl-archive-zip/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-archive-zip/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Archive::Zip." MAINTAINER="pankso@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Archive-Zip" +WEB_SITE="https://metacpan.org/dist/Archive-Zip" SOURCE="Archive-Zip" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-authen-sasl/receipt --- a/perl-authen-sasl/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-authen-sasl/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Authen::SASL." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Authen-SASL" +WEB_SITE="https://metacpan.org/dist/Authen-SASL" SOURCE="Authen-SASL" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl perl-digest-hmac perl-gssapi" BUILD_DEPENDS="perl perl-digest-hmac perl-gssapi" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-bit-vector/receipt --- a/perl-bit-vector/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-bit-vector/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Bit::Vector." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Bit-Vector/" +WEB_SITE="https://metacpan.org/dist/Bit-Vector/" SOURCE="Bit-Vector" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl perl-carp-clan" BUILD_DEPENDS="$DEPENDS" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-carp-clan/receipt --- a/perl-carp-clan/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-carp-clan/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Carp::Clan; Report errors from perspective of caller of a "clan" of modules" MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Carp-Clan/" +WEB_SITE="https://metacpan.org/dist/Carp-Clan/" SOURCE="Carp-Clan" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-cgi-session/receipt --- a/perl-cgi-session/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-cgi-session/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension CGI::Session." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/CGI-Session" +WEB_SITE="https://metacpan.org/dist/CGI-Session" SOURCE="CGI-Session" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-class-accessor/receipt --- a/perl-class-accessor/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-class-accessor/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Class::Accessor Automated accessor generation." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Class-Accessor/" +WEB_SITE="https://metacpan.org/dist/Class-Accessor/" SOURCE="Class-Accessor" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-config-general/receipt --- a/perl-config-general/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-config-general/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Config::General." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Config-General" +WEB_SITE="https://metacpan.org/dist/Config-General" SOURCE="Config-General" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-config-inifiles/receipt --- a/perl-config-inifiles/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-config-inifiles/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Config::IniFiles." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Config-IniFiles" +WEB_SITE="https://metacpan.org/dist/Config-IniFiles" SOURCE="Config-IniFiles" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-crypt-des/receipt --- a/perl-crypt-des/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-crypt-des/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Crypt::DES." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Crypt-DES" +WEB_SITE="https://metacpan.org/dist/Crypt-DES" SOURCE="Crypt-DES" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-date-calc/receipt --- a/perl-date-calc/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-date-calc/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Date::Calc for Gregorian calendar date calculations." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Date-Calc/" +WEB_SITE="https://metacpan.org/dist/Date-Calc/" SOURCE="Date-Calc" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl perl-bit-vector" BUILD_DEPENDS="$DEPENDS" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-dbd-mysql/receipt --- a/perl-dbd-mysql/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-dbd-mysql/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension DBD::mysql." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/DBD-mysql" +WEB_SITE="https://metacpan.org/dist/DBD-mysql" SOURCE="DBD-mysql" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="libmysqlclient perl perl-dbi-dbd zlib" BUILD_DEPENDS="mysql-dev perl perl-dbi-dbd perl-devel-checklib" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-devel-checklib/receipt --- a/perl-devel-checklib/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-devel-checklib/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Devel::CheckLib." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Devel-CheckLib" +WEB_SITE="https://metacpan.org/dist/Devel-CheckLib" SOURCE="Devel-CheckLib" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-encode-locale/receipt --- a/perl-encode-locale/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-encode-locale/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension - Determine the locale encoding." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Encode-Locale" +WEB_SITE="https://metacpan.org/dist/Encode-Locale" SOURCE="Encode-Locale" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-expect/receipt --- a/perl-expect/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-expect/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Expect." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Expect" +WEB_SITE="https://metacpan.org/dist/Expect" SOURCE="Expect" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -16,6 +16,7 @@ DEPENDS="perl-io-tty" BUILD_DEPENDS="perl-io-tty" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-extutils-pkgconfig/receipt --- a/perl-extutils-pkgconfig/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-extutils-pkgconfig/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -10,9 +10,10 @@ DEPENDS="perl pkg-config" BUILD_DEPENDS="perl pkg-config" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/ExtUtils-PkgConfig" +WEB_SITE="https://metacpan.org/dist/ExtUtils-PkgConfig" WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-fcgi-procmanager/receipt --- a/perl-fcgi-procmanager/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-fcgi-procmanager/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl Module FCGI::ProcManager." MAINTAINER="nneul@neulinger.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/FCGI-ProcManager/" +WEB_SITE="https://metacpan.org/dist/FCGI-ProcManager/" SOURCE="FCGI-ProcManager" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-file-copy-recursive/receipt --- a/perl-file-copy-recursive/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-file-copy-recursive/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension File::Copy::Recursive." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-Copy-Recursive" +WEB_SITE="https://metacpan.org/dist/File-Copy-Recursive" SOURCE="File-Copy-Recursive" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-file-desktopentry/receipt --- a/perl-file-desktopentry/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-file-desktopentry/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension File::DesktopEntry." MAINTAINER="paul@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-DesktopEntry" +WEB_SITE="https://metacpan.org/dist/File-DesktopEntry" SOURCE="File-DesktopEntry" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl perl-file-basedir" BUILD_DEPENDS="perl perl-file-basedir" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-file-find-rule/receipt --- a/perl-file-find-rule/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-file-find-rule/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl Module File::Find::Rule." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/File-Find-Rule/" +WEB_SITE="https://metacpan.org/dist/File-Find-Rule/" SOURCE="File-Find-Rule" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl perl-number-compare perl-text-glob" BUILD_DEPENDS="$DEPENDS" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-fuse/receipt --- a/perl-fuse/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-fuse/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Fuse." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Fuse" +WEB_SITE="https://metacpan.org/dist/Fuse" SOURCE="Fuse" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="fuse2 perl perl-filesys-statvfs perl-lchown perl-unix-mknod" BUILD_DEPENDS="fuse2-dev perl perl-filesys-statvfs perl-lchown perl-unix-mknod" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-gd/receipt --- a/perl-gd/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-gd/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension GD." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/GD" +WEB_SITE="https://metacpan.org/dist/GD" SOURCE="GD" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="libgd perl" BUILD_DEPENDS="libgd libgd-dev perl perl-extutils-pkgconfig" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-geo-ipfree/receipt --- a/perl-geo-ipfree/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-geo-ipfree/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Geo::IPfree." MAINTAINER="erjo@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Geo-IPfree" +WEB_SITE="https://metacpan.org/dist/Geo-IPfree" SOURCE="Geo-IPfree" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-gtk2/receipt --- a/perl-gtk2/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-gtk2/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl interface to the 2.x series of the Gimp Toolkit Library." MAINTAINER="claudinei@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="https://metacpan.org/release/Gtk2" +WEB_SITE="https://metacpan.org/dist/Gtk2" SOURCE="Gtk2" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -17,6 +17,7 @@ perl-extutils-pkgconfig perl-glib perl-pango xorg-dev xorg-kbproto xorg-renderproto xorg-xproto" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-html-tree/receipt --- a/perl-html-tree/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-html-tree/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension HTML::Tree." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/HTML-Tree" +WEB_SITE="https://metacpan.org/dist/HTML-Tree" SOURCE="HTML-Tree" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl perl-html-parser perl-html-tagset" BUILD_DEPENDS="perl perl-html-parser perl-html-tagset" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-http-negotiate/receipt --- a/perl-http-negotiate/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-http-negotiate/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -8,12 +8,13 @@ LICENSE="GPL" SOURCE="HTTP-Negotiate" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/libwww-perl/" +WEB_SITE="https://metacpan.org/dist/libwww-perl/" WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" DEPENDS="perl perl-http-message" BUILD_DEPENDS="perl $DEPENDS" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-image-librsvg/receipt --- a/perl-image-librsvg/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-image-librsvg/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -8,12 +8,13 @@ LICENSE="GPL" SOURCE="Image-LibRSVG" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/Image-LibRSVG" +WEB_SITE="https://metacpan.org/dist/Image-LibRSVG" WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOMSON/$TARBALL" DEPENDS="perl librsvg" BUILD_DEPENDS="wget perl librsvg-dev" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-io-multiplex/receipt --- a/perl-io-multiplex/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-io-multiplex/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension IO::Multiplex." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IO-Multiplex" +WEB_SITE="https://metacpan.org/dist/IO-Multiplex" SOURCE="IO-Multiplex" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-io-stty/receipt --- a/perl-io-stty/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-io-stty/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension IO::Stty." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/IO-Stty" +WEB_SITE="https://metacpan.org/dist/IO-Stty" SOURCE="IO-Stty" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-libjson/receipt --- a/perl-libjson/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-libjson/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -8,12 +8,13 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/JSON" +WEB_SITE="https://metacpan.org/dist/JSON" WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MAKAMAKA/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-libwww/receipt --- a/perl-libwww/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-libwww/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -13,9 +13,10 @@ BUILD_DEPENDS="perl $DEPENDS" SOURCE="libwww-perl" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/libwww-perl/" +WEB_SITE="https://metacpan.org/dist/libwww-perl/" WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-locale-maketext-lexicon/receipt --- a/perl-locale-maketext-lexicon/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-locale-maketext-lexicon/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Locale::Maketext::Lexicon." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Locale-Maketext-Lexicon" +WEB_SITE="https://metacpan.org/dist/Locale-Maketext-Lexicon" SOURCE="Locale-Maketext-Lexicon" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-lwp-mediatypes/receipt --- a/perl-lwp-mediatypes/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-lwp-mediatypes/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Guess media type for a file or an URL." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/LWP-MediaTypes" +WEB_SITE="https://metacpan.org/dist/LWP-MediaTypes" SOURCE="LWP-MediaTypes" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-mail-sendmail/receipt --- a/perl-mail-sendmail/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-mail-sendmail/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Mail::Sendmail." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Mail-Sendmail" +WEB_SITE="https://metacpan.org/dist/Mail-Sendmail" SOURCE="Mail-Sendmail" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-mailtools/receipt --- a/perl-mailtools/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-mailtools/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension MailTools." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/MailTools" +WEB_SITE="https://metacpan.org/dist/MailTools" SOURCE="MailTools" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -18,6 +18,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-math-round/receipt --- a/perl-math-round/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-math-round/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension for rounding numbers." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Math-Round" +WEB_SITE="https://metacpan.org/dist/Math-Round" SOURCE="Math-Round" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-module-implementation/receipt --- a/perl-module-implementation/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-module-implementation/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Module::Implementation is a perl module" MAINTAINER="nneul@neulinger.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Module-Implementation" +WEB_SITE="https://metacpan.org/dist/Module-Implementation" SOURCE="Module-Implementation" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="http://www.cpan.org/authors/id/D/DR/DROLSKY/$TARBALL" @@ -14,6 +14,7 @@ DEPENDS="perl perl-test-requires perl-module-runtime" BUILD_DEPENDS="$DEPENDS" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-module-metadata/receipt --- a/perl-module-metadata/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-module-metadata/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Module::Metadata." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Module-Metadata" +WEB_SITE="https://metacpan.org/dist/Module-Metadata" SOURCE="Module-Metadata" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-module-runtime/receipt --- a/perl-module-runtime/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-module-runtime/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Module::Runtime." MAINTAINER="nneul@neulinger.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Module-Runtime" +WEB_SITE="https://metacpan.org/dist/Module-Runtime" SOURCE="Module-Runtime" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="$DEPENDS" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-net-ip/receipt --- a/perl-net-ip/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-net-ip/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Net::IP." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-IP" +WEB_SITE="https://metacpan.org/dist/Net-IP" SOURCE="Net-IP" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-net-mysql/receipt --- a/perl-net-mysql/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-net-mysql/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Net::MySQL." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-MySQL" +WEB_SITE="https://metacpan.org/dist/Net-MySQL" SOURCE="Net-MySQL" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="libmysqlclient perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-net-snmp/receipt --- a/perl-net-snmp/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-net-snmp/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Net::SNMP." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Net-SNMP" +WEB_SITE="https://metacpan.org/dist/Net-SNMP" SOURCE="Net-SNMP" TARBALL="$SOURCE-v$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl perl-crypt-des perl-digest-hmac perl-digest-sha1" BUILD_DEPENDS="perl perl-crypt-des perl-digest-hmac perl-digest-sha1" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-number-compare/receipt --- a/perl-number-compare/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-number-compare/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl Module Number::Compare." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Number-Compare/" +WEB_SITE="https://metacpan.org/dist/Number-Compare/" SOURCE="Number-Compare" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-number-range/receipt --- a/perl-number-range/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-number-range/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Number::Range." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Number-Range" +WEB_SITE="https://metacpan.org/dist/Number-Range" SOURCE="Number-Range" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-ole-Storage_Lite/receipt --- a/perl-ole-Storage_Lite/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-ole-Storage_Lite/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension OLE::Storage_Lite." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/OLE-Storage_Lite" +WEB_SITE="https://metacpan.org/dist/OLE-Storage_Lite" SOURCE="OLE-Storage_Lite" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-pango/receipt --- a/perl-pango/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-pango/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -11,9 +11,10 @@ BUILD_DEPENDS="$DEPENDS glib-dev pango-dev cairo-dev freetype-dev \ libpng-dev fontconfig-dev perl-extutils-depends perl-extutils-pkgconfig" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/Pango" +WEB_SITE="https://metacpan.org/dist/Pango" WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-params-validate/receipt --- a/perl-params-validate/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-params-validate/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Params::Validate." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Params-Validate" +WEB_SITE="https://metacpan.org/dist/Params-Validate" SOURCE="Params-Validate" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl perl-module-implementation perl-test-fatal perl-test-requires perl-test-simple" BUILD_DEPENDS="$DEPENDS" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-parse-recdescent/receipt --- a/perl-parse-recdescent/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-parse-recdescent/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Parse::RecDescent." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Parse-RecDescent" +WEB_SITE="https://metacpan.org/dist/Parse-RecDescent" SOURCE="Parse-RecDescent" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl perl-extutils-makemaker" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-sha1/receipt --- a/perl-sha1/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-sha1/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -10,9 +10,10 @@ BUILD_DEPENDS="perl" SOURCE="Digest-SHA1" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/Digest-SHA1/" +WEB_SITE="https://metacpan.org/dist/Digest-SHA1/" WGET_URL="http://cpan.org/authors/id/G/GA/GAAS/$TARBALL" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-socket6/receipt --- a/perl-socket6/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-socket6/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Socket6." MAINTAINER="erjo@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Socket6" +WEB_SITE="https://metacpan.org/dist/Socket6" SOURCE="Socket6" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-spreadsheet-writeexcel/receipt --- a/perl-spreadsheet-writeexcel/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-spreadsheet-writeexcel/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Spreadsheet::WriteExcel." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Spreadsheet-WriteExcel" +WEB_SITE="https://metacpan.org/dist/Spreadsheet-WriteExcel" SOURCE="Spreadsheet-WriteExcel" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-super/receipt --- a/perl-super/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-super/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension SUPER." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/SUPER" +WEB_SITE="https://metacpan.org/dist/SUPER" SOURCE="SUPER" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="$DEPENDS" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-test-deep/receipt --- a/perl-test-deep/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-test-deep/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl - Extremely flexible deep comparison." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Deep" +WEB_SITE="https://metacpan.org/dist/Test-Deep" SOURCE="Test-Deep" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r c10615ece8d9 -r 0af8df0b46fc perl-test-exception/receipt --- a/perl-test-exception/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-test-exception/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Test::Exception." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Exception" +WEB_SITE="https://metacpan.org/dist/Test-Exception" SOURCE="Test-Exception" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-test-mockobject/receipt --- a/perl-test-mockobject/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-test-mockobject/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Test::MockObject." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-MockObject" +WEB_SITE="https://metacpan.org/dist/Test-MockObject" SOURCE="Test-MockObject" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl perl-test-exception" BUILD_DEPENDS="$DEPENDS" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-test-number-delta/receipt --- a/perl-test-number-delta/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-test-number-delta/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl - Compare the difference between numbers against a given tolerance." MAINTAINER="claudinei@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Number-Delta" +WEB_SITE="https://metacpan.org/dist/Test-Number-Delta" SOURCE="Test-Number-Delta" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-test-pod-coverage/receipt --- a/perl-test-pod-coverage/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-test-pod-coverage/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Test::Pod::Coverage." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Pod-Coverage" +WEB_SITE="https://metacpan.org/dist/Test-Pod-Coverage" SOURCE="Test-Pod-Coverage" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-test-pod/receipt --- a/perl-test-pod/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-test-pod/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Test::Pod." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Test-Pod" +WEB_SITE="https://metacpan.org/dist/Test-Pod" SOURCE="Test-Pod" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-test-tester/receipt --- a/perl-test-tester/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-test-tester/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -7,13 +7,14 @@ MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" SOURCE="Test-Tester" -WEB_SITE="https://metacpan.org/release/FDALY/$SOURCE-$VERSION" +WEB_SITE="https://metacpan.org/dist/FDALY/$SOURCE-$VERSION" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://cpan.metacpan.org/authors/id/F/FD/FDALY/$TARBALL" DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-text-glob/receipt --- a/perl-text-glob/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-text-glob/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -10,9 +10,10 @@ BUILD_DEPENDS="perl" SOURCE="Text-Glob" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/Text-Glob" +WEB_SITE="https://metacpan.org/dist/Text-Glob" WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-unicode-string/receipt --- a/perl-unicode-string/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-unicode-string/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension Unicode::String." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/Unicode-String" +WEB_SITE="https://metacpan.org/dist/Unicode-String" SOURCE="Unicode-String" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-www-robotrules/receipt --- a/perl-www-robotrules/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-www-robotrules/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -8,12 +8,13 @@ LICENSE="GPL" SOURCE="WWW-RobotRules" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://metacpan.org/release/libwww-perl/" +WEB_SITE="https://metacpan.org/dist/libwww-perl/" WGET_URL="http://www.cpan.org/authors/id/G/GA/GAAS/$TARBALL" DEPENDS="perl perl-uri" BUILD_DEPENDS="perl $DEPENDS" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-xml-entities/receipt --- a/perl-xml-entities/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-xml-entities/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension XML::Entities." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-Entities" +WEB_SITE="https://metacpan.org/dist/XML-Entities" SOURCE="XML-Entities" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl perl-libwww perl-uri" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-xml-parser/receipt --- a/perl-xml-parser/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-xml-parser/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension XML::Parser is an interface to XML expat." MAINTAINER="pankso@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-Parser/" +WEB_SITE="https://metacpan.org/dist/XML-Parser/" SOURCE="XML-Parser" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -17,6 +17,7 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-xml-sax-writer/receipt --- a/perl-xml-sax-writer/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-xml-sax-writer/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension XML::SAX::Writer." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-SAX-Writer" +WEB_SITE="https://metacpan.org/dist/XML-SAX-Writer" SOURCE="XML-SAX-Writer" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-xml-simple/receipt --- a/perl-xml-simple/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-xml-simple/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension XML::Simple is used to read and write XML." MAINTAINER="pankso@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-Simple" +WEB_SITE="https://metacpan.org/dist/XML-Simple" SOURCE="XML-Simple" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-xml-twig/receipt --- a/perl-xml-twig/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-xml-twig/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension XML::Twig." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/XML-Twig/" +WEB_SITE="https://metacpan.org/dist/XML-Twig/" SOURCE="XML-Twig" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl perl-xml-parser" BUILD_DEPENDS="perl perl-xml-parser" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c10615ece8d9 -r 0af8df0b46fc perl-yaml/receipt --- a/perl-yaml/receipt Wed May 29 13:27:26 2024 +0000 +++ b/perl-yaml/receipt Tue Jun 04 16:09:04 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Perl extension YAML : YAML Aint Markup Language tm." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/YAML/" +WEB_SITE="https://metacpan.org/dist/YAML/" SOURCE="YAML" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -15,6 +15,7 @@ DEPENDS="perl" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \