wok rev 25688

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 12 10:06:53 2024 +0000 (2 weeks ago)
parents 621bae86270e
children b70ccaef1b57
files cddetect/receipt eigen/receipt exiv2-dev/receipt exiv2/receipt libsbc-dev/receipt libsbc/receipt perl-io-compress/receipt sysstat/receipt
line diff
     1.1 --- a/cddetect/receipt	Thu Apr 11 14:51:51 2024 +0100
     1.2 +++ b/cddetect/receipt	Fri Apr 12 10:06:53 2024 +0000
     1.3 @@ -7,8 +7,8 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://www.bellut.net/projects.html#cddetect"
     1.8 -WGET_URL="http://www.bellut.net/files/$TARBALL"
     1.9 +WEB_SITE="https://www.bellut.net/projects.html#cddetect"
    1.10 +WGET_URL="https://www.bellut.net/files/$TARBALL"
    1.11  TAGS="CD DVD"
    1.12  
    1.13  # What is the latest version available today?
     2.1 --- a/eigen/receipt	Thu Apr 11 14:51:51 2024 +0100
     2.2 +++ b/eigen/receipt	Fri Apr 12 10:06:53 2024 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="A C++ template library for linear algebra."
     2.5  MAINTAINER="pascal.bellard@slitaz.org"
     2.6  LICENSE="MPL2 LGPL BSD"
     2.7 -WEB_SITE="https://eigen.tuxfamily.org/"
     2.8 +WEB_SITE="https://gitlab.com/libeigen/eigen"
     2.9  
    2.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.11  WGET_URL="https://gitlab.com/libeigen/$PACKAGE/-/archive/$VERSION/$TARBALL"
    2.12 @@ -17,8 +17,8 @@
    2.13  # What is the latest version available today?
    2.14  current_version()
    2.15  {
    2.16 -	wget -O - $WEB_SITE 2>/dev/null | \
    2.17 -	sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q
    2.18 +	wget -O - 'https://gitlab.com/libeigen/eigen/-/tags?sort=updated_desc' 2>/dev/null | \
    2.19 +	sed '/\/tags\//!d;s|.*">||;s|<.*||;q'
    2.20  }
    2.21  
    2.22  # Rules to configure and make the package.
     3.1 --- a/exiv2-dev/receipt	Thu Apr 11 14:51:51 2024 +0100
     3.2 +++ b/exiv2-dev/receipt	Fri Apr 12 10:06:53 2024 +0000
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="Exiv2 development files."
     3.5  MAINTAINER="jozee@slitaz.org"
     3.6  LICENSE="GPL2"
     3.7 -WEB_SITE="https://exiv2.org/"
     3.8 +WEB_SITE="https://github.com/Exiv2/exiv2"
     3.9  
    3.10  DEPENDS="exiv2 pkg-config"
    3.11  WANTED="exiv2"
     4.1 --- a/exiv2/receipt	Thu Apr 11 14:51:51 2024 +0100
     4.2 +++ b/exiv2/receipt	Fri Apr 12 10:06:53 2024 +0000
     4.3 @@ -6,7 +6,7 @@
     4.4  SHORT_DESC="Exif and Iptc metadata manipulation library and tools."
     4.5  MAINTAINER="jozee@slitaz.org"
     4.6  LICENSE="GPL2"
     4.7 -WEB_SITE="https://exiv2.org/"
     4.8 +WEB_SITE="https://github.com/Exiv2/exiv2"
     4.9  
    4.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.11  WGET_URL="https://github.com/Exiv2/$PACKAGE/archive/v$VERSION.tar.gz"
    4.12 @@ -19,8 +19,8 @@
    4.13  # What is the latest version available today?
    4.14  current_version()
    4.15  {
    4.16 -	wget -O - https://exiv2.org/download.html 2>/dev/null | \
    4.17 -	sed '/Exiv2 v/!d;/ource/!d;s|.*v2-||;s|-.*||;q'
    4.18 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    4.19 +	sed '/nightly/d;/tag\//!d;s|.*tag/v*||;s|".*||;q'
    4.20  }
    4.21  
    4.22  # Rules to configure and make the package.
     5.1 --- a/libsbc-dev/receipt	Thu Apr 11 14:51:51 2024 +0100
     5.2 +++ b/libsbc-dev/receipt	Fri Apr 12 10:06:53 2024 +0000
     5.3 @@ -6,7 +6,7 @@
     5.4  SHORT_DESC="Digital audio encoder and decoder for Bluetooth audio output devices, development files"
     5.5  MAINTAINER="pascal.bellard@slitaz.org"
     5.6  LICENSE="GPL2"
     5.7 -WEB_SITE="http://www.bluez.org/"
     5.8 +WEB_SITE="https://www.bluez.org/"
     5.9  WANTED="libsbc"
    5.10  
    5.11  DEPENDS="libsbc pkg-config"
     6.1 --- a/libsbc/receipt	Thu Apr 11 14:51:51 2024 +0100
     6.2 +++ b/libsbc/receipt	Fri Apr 12 10:06:53 2024 +0000
     6.3 @@ -6,7 +6,7 @@
     6.4  SHORT_DESC="Digital audio encoder and decoder for Bluetooth audio output devices"
     6.5  MAINTAINER="pascal.bellard@slitaz.org"
     6.6  LICENSE="GPL2"
     6.7 -WEB_SITE="http://www.bluez.org/"
     6.8 +WEB_SITE="https://www.bluez.org/"
     6.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    6.10  WGET_URL="https://www.kernel.org/pub/linux/bluetooth/sbc-$VERSION.tar.xz"
    6.11  
     7.1 --- a/perl-io-compress/receipt	Thu Apr 11 14:51:51 2024 +0100
     7.2 +++ b/perl-io-compress/receipt	Fri Apr 12 10:06:53 2024 +0000
     7.3 @@ -6,7 +6,7 @@
     7.4  SHORT_DESC="PERL interface to zlib compression library."
     7.5  MAINTAINER="erjo@slitaz.org"
     7.6  LICENSE="GPL"
     7.7 -WEB_SITE="https://metacpan.org/dist/IO-Uncompress-AnyUncompress"
     7.8 +WEB_SITE="https://metacpan.org/pod/IO::Uncompress::AnyUncompress"
     7.9  REPOLOGY="perl:io-compress"
    7.10  
    7.11  SOURCE="IO-Compress"
    7.12 @@ -16,6 +16,7 @@
    7.13  DEPENDS="perl perl-compress-raw-bzip2 perl-compress-raw-zlib"
    7.14  BUILD_DEPENDS="perl perl-compress-raw-bzip2 perl-compress-raw-zlib"
    7.15  
    7.16 +# What is the latest version available today?
    7.17  current_version()
    7.18  {
    7.19  	wget -O - $WEB_SITE 2>/dev/null | \
     8.1 --- a/sysstat/receipt	Thu Apr 11 14:51:51 2024 +0100
     8.2 +++ b/sysstat/receipt	Fri Apr 12 10:06:53 2024 +0000
     8.3 @@ -6,10 +6,10 @@
     8.4  SHORT_DESC="Performance monitoring tools."
     8.5  MAINTAINER="pascal.bellard@slitaz.org"
     8.6  LICENSE="GPL2"
     8.7 -WEB_SITE="http://sebastien.godard.pagesperso-orange.fr/"
     8.8 +WEB_SITE="https://github.com/sysstat/sysstat/"
     8.9  
    8.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    8.11 -WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz"
    8.12 +WGET_URL="https://github.com/sysstat/sysstat/archive/v$VERSION.tar.gz"
    8.13  
    8.14  DEPENDS="gcc83-lib-base"
    8.15  BUILD_DEPENDS="bzip2 gcc83 gettext"