# HG changeset patch # User Pascal Bellard # Date 1689959764 0 # Node ID 1e09c4c56491cb353c380d446bf29509bab5fdb7 # Parent d79ed38ace189f327909dea89e234405712a79a6 Update some current_version diff -r d79ed38ace18 -r 1e09c4c56491 Geomyidae/receipt --- a/Geomyidae/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/Geomyidae/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -13,10 +13,11 @@ #WGET_URL="${WEB_SITE}src/$PACKAGE/$TARBALL" WGET_URL="ftp://bitreich.org/releases/$SOURCE/$TARBALL" +# What is the latest version available today? current_version() { wget -O - http://r-36.net/scm/geomyidae/refs.html 2> /dev/null | \ - sed '//!d;s|.*v||;s|<.*||' | sed '$!d' + sed '//!d;s|.*v||;s|<.*||;/^[0-9]/!d;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 TiMidity++/receipt --- a/TiMidity++/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/TiMidity++/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -19,7 +19,7 @@ # What is the latest version available today? current_version() { - wget -O - $WEB_SITE/files/ 2>/dev/null | sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | \ + wget -O - $WEB_SITE/files/ 2>/dev/null | sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | \ xargs wget -O - 2>/dev/null | sed "/${PACKAGE}-/!d;s|.*${PACKAGE}-\\([0-9\\.]*\\)*\".*|\\1|" | sed '/^[0-9]/!d;q' } diff -r d79ed38ace18 -r 1e09c4c56491 android-build-tools/receipt --- a/android-build-tools/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/android-build-tools/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - https://developer.android.com/studio/releases/build-tools 2>/dev/null | \ - sed '/Build Tools,/!d;/ rc/d;s|.*evision ||;s| .*||;q' + sed '/Build Tools,/!d;/ rc/d;s|.*evision |r|;s| .*||;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r d79ed38ace18 -r 1e09c4c56491 backup-manager/receipt --- a/backup-manager/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/backup-manager/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -22,7 +22,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' + sed '/tag\//!d;s|.*tag/v*||;s|".*||' | sort -Vr | sed q } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 drbl/receipt --- a/drbl/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/drbl/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -9,8 +9,6 @@ WEB_SITE="https://drbl.org/" TARBALL="$PACKAGE-$VERSION.tar.xz" -#WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL" -#https://sourceforge.net/projects/drbl/files/drbl_stable/2.25.10/drbl-2.25.10.tar.xz/download WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \ @@ -21,8 +19,9 @@ # What is the latest version available today? current_version() { - wget -O - https://sourceforge.net/p/drbl/news/ 2>/dev/null | \ - sed '/released/!d;/table/!d;s|.*(||;s|).*||;q' + wget -O - https://sourceforge.net/projects/drbl/files/drbl_stable/ 2>/dev/null | \ + sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ + sed '/scope="row/!d;s|.*/drbl-||;s|-.*||;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 ebtables/receipt --- a/ebtables/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/ebtables/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -17,9 +17,8 @@ # What is the latest version available today? current_version() { - wget -O - https://sourceforge.net/projects/ebtables/files/ebtables/ 2>/dev/null | \ - sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ - sed '/scope="row/!d;/tar/!d;s|.*-v||;s|.tar.*||' + wget -O - https://git.netfilter.org/ebtables/ 2>/dev/null | \ + sed '/ebtables-/!d;s|.*ebtables-||;s|<.*||;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 evas/receipt --- a/evas/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/evas/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -22,8 +22,8 @@ # What is the latest version available today? current_version() { - wget -O - https://git.enlightenment.org/legacy/evas.git/ 2>/dev/null | \ - sed '/h=v[0-9]/!d;s|.*>v||;s|<.*||;q' + wget -O - http://download.enlightenment.org/rel/libs/evas_generic_loaders/ 2>/dev/null | \ + sed '/evas_generic_loaders-[0-9]/!d;/a[0-9].tar/d;s|.*loaders-||;s|.tar.*||' | sort -Vr | sed q } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 fontconfig-infinality/receipt --- a/fontconfig-infinality/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/fontconfig-infinality/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -17,8 +17,8 @@ # What is the latest version available today? current_version() { - wget -O - https://github.com/bohoomil/fontconfig-ultimate/releases 2>/dev/null | \ - sed '/tag\//!d;s|.*tag/v*||;s|".*||;s|-||g;q' + wget -O - https://github.com/bohoomil/fontconfig-ultimate/commits/master 2>/dev/null | \ + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r d79ed38ace18 -r 1e09c4c56491 glza/receipt --- a/glza/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/glza/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Lossless compressor." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" -WEB_SITE="https://encode.su/threads/1909-Tree-alpha-v0-1-download?p=55433" +WEB_SITE="https://encode.su/threads/1909-Tree-alpha-v0-1-download/page30" TARBALL="$PACKAGE-$VERSION.zip" WGET_URL="https://encode.su/attachment.php?attachmentid=8099&d=1606032483" @@ -14,6 +14,7 @@ BUILD_DEPENDS="gcc49" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r d79ed38ace18 -r 1e09c4c56491 grsync/receipt --- a/grsync/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/grsync/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -18,8 +18,8 @@ # What is the latest version available today? current_version() { - wget -O - http://www.opbyte.it/grsync/download.html 2>/dev/null | \ - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q + wget -O - $WEB_SITE 2>/dev/null | \ + sed '/New version/!d;s|>New|>\nNew|g' | sed '/^New/!d;s|New version ||;s|<.*||;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 hydroxygen-iconset/receipt --- a/hydroxygen-iconset/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/hydroxygen-iconset/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - $WEB_SITE 2>/dev/null | \ - sed 's|}|}\n|g;s|/dev/null | \ - sed '/beta/d;/item-title/!d;s|.*">v||;s|<.*||;q' + sed '/item-title/!d;s|.*">v||;s|<.*||;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 japanes-theme/receipt --- a/japanes-theme/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/japanes-theme/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - $WEB_SITE 2>/dev/null | \ - sed 's|}|}\n|g;s|/dev/null | \ - sed '/src\/pkg/!d;/archive/!d;/tar/!d;s|.*lshw/archive/||;s|.tar.*||;q' + wget -O - https://ezix.org/software/files/ 2>/dev/null | \ + sed '/lshw-B/!d;s|.*lshw-||;s|.tar.*||' | tail -n1 } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 lsscsi/receipt --- a/lsscsi/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/lsscsi/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q + sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;/\./!d" | sort -Vr | sed q } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 lzip/receipt --- a/lzip/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/lzip/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ - sed '/>lzip-/!d;/tar/!d;s|.*lzip-||;s|.tar.*||' | sort -Vr | sed q + sed '/>lzip-/!d;/tar/!d;/-rc[1-9]/d;s|.*lzip-||;s|.tar.*||' | sort -Vr | sed q } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 lziprecover/receipt --- a/lziprecover/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/lziprecover/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -15,10 +15,11 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ - sed '/tar/!d;s|.*recover-\(.*\).tar.*".*|\1|' | sed '$!d' + sed '/>lziprecover-/!d;/tar/!d;s|.*lziprecover-||;s|.tar.*||' | sort -Vr | sed q } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 madeirado-theme/receipt --- a/madeirado-theme/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/madeirado-theme/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - $WEB_SITE 2>/dev/null | \ - sed 's|}|}\n|g;s|/dev/null | \ - sed '/mytop-[0-9]/!d;s|.*top-||;s|.t.*||;q' + wget -O - ${WGET_URL%/*} 2>/dev/null | \ + sed '/Version/!d;s|.*Version ||;s|<.*||;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 neonview/receipt --- a/neonview/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/neonview/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Free, lightweight image viewer." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2" -WEB_SITE="https://www.tuxarena.com/neonview/" +WEB_SITE="https://www.tuxarena.com/intro/neonview.php" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WGET_URL="https://www.tuxarena.com/intro/files/$TARBALL" @@ -17,8 +17,8 @@ # What is the latest version available today? current_version() { - wget -O - http://www.tuxarena.com/neonview/download/ 2>/dev/null | \ - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q + wget -O - $WEB_SITE 2>/dev/null | \ + sed '/neonview-/!d;/tar/!d;s|.*neonview-||;s|-.*||;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 nethack/receipt --- a/nethack/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/nethack/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - $WEB_SITE 2>/dev/null | \ - sed '/version/!d;s|.*sion ||;s|<.*||' + sed '/version/!d;s|.*sion ||;s|<.*||;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 pam/receipt --- a/pam/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/pam/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -18,8 +18,8 @@ # What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ - sed "/latest/d;/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q + wget -O - https://github.com/linux-pam/linux-pam/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 paper-icon-theme/receipt --- a/paper-icon-theme/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/paper-icon-theme/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ - sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' + sed '/tag\//!d;s|.*tag/v*\.*||;s|".*||;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 phpfm/receipt --- a/phpfm/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/phpfm/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -17,8 +17,8 @@ # What is the latest version available today? current_version() { - wget -O - https://sourceforge.net/projects/phpfm/files/phpFileManager/ 2>/dev/null | \ - sed '/Click to/!d;s|.*version ||;s|".*||;q' + wget -O - https://github.com/dulldusk/phpfm/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r d79ed38ace18 -r 1e09c4c56491 python-netifaces/receipt --- a/python-netifaces/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/python-netifaces/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -19,7 +19,7 @@ # What is the latest version available today? current_version() { - wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||" + wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q" } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 rgzip/receipt --- a/rgzip/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/rgzip/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="rgzip" -VERSION="0" +VERSION="19991119" CATEGORY="system-tools" SHORT_DESC="Rsync friendly gzip." MAINTAINER="pascal.bellard@slitaz.org" diff -r d79ed38ace18 -r 1e09c4c56491 rinetd/receipt --- a/rinetd/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/rinetd/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -14,8 +14,8 @@ # What is the latest version available today? current_version() { - wget -O - https://raw.githubusercontent.com/boutell/rinetd/master/CHANGES 2>/dev/null | \ - sed '/^Version /!d;s|.*ersion ||;s|:.*||' | sort -Vr | sed q + wget -O - https://github.com/samhocevar/rinetd 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 sarg/receipt --- a/sarg/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/sarg/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -15,7 +15,7 @@ current_version() { wget -O - https://sourceforge.net/projects/sarg/files/sarg/ 2>/dev/null | \ - sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ + sed '/pre[0-9]/d;/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/sarg-||;s|.tar.*||;q' } diff -r d79ed38ace18 -r 1e09c4c56491 tree/receipt --- a/tree/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/tree/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -18,8 +18,8 @@ # What is the latest version available today? current_version() { - wget -O - $WEB_SITE/tags 2>/dev/null | \ - sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' + wget -O - https://gitlab.com/OldManProgrammer/unix-tree/-/tags?sort=updated_desc 2>/dev/null | \ + sed '/item-title/!d;s|.*tags/||;s|".*||;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 unixODBC/receipt --- a/unixODBC/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/unixODBC/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -23,7 +23,7 @@ current_version() { wget -O - http://www.unixodbc.org/unixODBC.html 2>/dev/null | \ - sed '/Released/!d;s|^[ \t]*||;s| .*||;q' + sed 's|After.*finally \(.*\)|\1 Released|;s|And now \(.*\)|\1 Released|;/Released/!d;s|^[ \t]*||;s|[ <].*||;q' } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 vidalia/receipt --- a/vidalia/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/vidalia/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -17,8 +17,8 @@ # What is the latest version available today? current_version() { - wget -O - https://github.com/BrentonEarl/vidalia/tags 2>/dev/null | \ - sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' + wget -O - https://archive.torproject.org/tor-package-archive/vidalia/ 2>/dev/null | \ + sed '/vidalia-[0-9]/!d;/tar/!d;s|.*vidalia-||;s|.tar.*||' | sort -Vr | sed q } # Rules to configure and make the package. diff -r d79ed38ace18 -r 1e09c4c56491 zsh/receipt --- a/zsh/receipt Thu Jul 20 14:03:05 2023 +0000 +++ b/zsh/receipt Fri Jul 21 17:16:04 2023 +0000 @@ -19,7 +19,7 @@ current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ - sed "/$PACKAGE-/!d;s|.*$PACKAGE-||;s|.tar.*||" | tail -n1 + sed "/$PACKAGE-/!d;/doc/d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q } # Rules to configure and make the package.