# HG changeset patch # User Pascal Bellard # Date 1649514518 0 # Node ID fff755dd0f5883e4242d704251a206db13094e0c # Parent ab377f6a65689f8ab0b279836b12311dca22efb1 Update some web_site diff -r ab377f6a6568 -r fff755dd0f58 cocoalib/receipt --- a/cocoalib/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/cocoalib/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="C++ library for computations in commutative algebra" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" -WEB_SITE="http://cocoa.dima.unige.it/cocoalib/" +WEB_SITE="https://cocoa.dima.unige.it/cocoa/cocoalib/" TARBALL="CoCoALib-$VERSION.tgz" WGET_URL="${WEB_SITE}tgz/$TARBALL" diff -r ab377f6a6568 -r fff755dd0f58 cpige/receipt --- a/cpige/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/cpige/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="A shoutcast and icecast stream downloader" MAINTAINER="devel@slitaz.org" LICENSE="GNU/GPL v2" -WEB_SITE="https://old.ed.zehome.com/?page=cpige-en" +WEB_SITE="https://github.com/zehome/cpige" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://old.ed.zehome.com/$PACKAGE/$TARBALL" @@ -18,8 +18,8 @@ # What is the latest version available today? current_version() { - wget -O - "$WEB_SITE" 2>/dev/null | \ - sed '/Version /!d;s|.*sion ||;s|<.*||;q' + wget -O - https://github.com/zehome/cpige/releases 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*/[a-z]-*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. diff -r ab377f6a6568 -r fff755dd0f58 duat/receipt --- a/duat/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/duat/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -12,6 +12,13 @@ DEPENDS="perl" +# What is the latest version available today? +current_version() +{ + wget -O - $WEB_SITE 2>/dev/null | \ + sed '/duat,v/!d;s|.*duat,v ||;s| .*||;q' +} + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r ab377f6a6568 -r fff755dd0f58 ffmpeg-compat/receipt --- a/ffmpeg-compat/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/ffmpeg-compat/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -74,10 +74,10 @@ post_install() { - echo "/usr/lib/ffmpeg-compat" >> "$1/etc/ld.so.conf" + #echo "/usr/lib/ffmpeg-compat" >> "$1/etc/ld.so.conf" } post_remove() { - sed -i '/\/usr\/lib\/ffmpeg-compat/d' "$1/etc/ld.so.conf" + sed -i '/ffmpeg-compat/d' "$1/etc/ld.so.conf" } diff -r ab377f6a6568 -r fff755dd0f58 icedtea6-jdk/receipt --- a/icedtea6-jdk/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/icedtea6-jdk/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -8,7 +8,7 @@ MAINTAINER="rcx@zoominternet.net" LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.iced-tea.org/" +WEB_SITE="https://en.wikipedia.org/wiki/IcedTea" WGET_URL="http://icedtea.wildebeest.org/download/source/$TARBALL" DEPENDS="icedtea6-jre xorg xorg-libXtst xorg-libXp cups" diff -r ab377f6a6568 -r fff755dd0f58 icedtea6-jre/receipt --- a/icedtea6-jre/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/icedtea6-jre/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="A Free Software harness for OpenJDK JRE." MAINTAINER="rcx@zoominternet.net" LICENSE="GPL2" -WEB_SITE="http://www.iced-tea.org/" +WEB_SITE="https://en.wikipedia.org/wiki/IcedTea" WANTED="icedtea6-jdk" SOURCE="icedtea6" diff -r ab377f6a6568 -r fff755dd0f58 java-jdk/receipt --- a/java-jdk/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/java-jdk/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Symlinks for the default Java Development Kit (icedtea6)." MAINTAINER="rcx@zoominternet.net" LICENSE="GPL2" -WEB_SITE="http://www.iced-tea.org/" +WEB_SITE="https://en.wikipedia.org/wiki/IcedTea" WANTED="icedtea6-jdk" SOURCE="icedtea6" TAGS="java" diff -r ab377f6a6568 -r fff755dd0f58 java-jre/receipt --- a/java-jre/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/java-jre/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)." MAINTAINER="rcx@zoominternet.net" LICENSE="GPL2" -WEB_SITE="http://www.iced-tea.org/" +WEB_SITE="https://en.wikipedia.org/wiki/IcedTea" WANTED="icedtea6-jdk" SOURCE="icedtea6" diff -r ab377f6a6568 -r fff755dd0f58 memtester/receipt --- a/memtester/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/memtester/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -7,10 +7,10 @@ SHORT_DESC="A userspace utility for testing the memory subsystem for faults." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://pyropus.ca/software/memtester" +WEB_SITE="https://github.com/jnavila/memtester" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$WEB_SITE/old-versions/$TARBALL" +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="" BUILD_DEPENDS="" @@ -20,8 +20,8 @@ # What is the latest version available today? current_version() { - wget -O - $WEB_SITE 2>/dev/null | \ - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. diff -r ab377f6a6568 -r fff755dd0f58 mozplugger/receipt --- a/mozplugger/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/mozplugger/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -6,10 +6,10 @@ SHORT_DESC="Generic Mozilla plugin." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -WEB_SITE="http://mozplugger.mozdev.org/" +WEB_SITE="https://github.com/unix-junkie/mozplugger" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}files/$TARBALL" +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="xorg-libX11" diff -r ab377f6a6568 -r fff755dd0f58 nimrod/receipt --- a/nimrod/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/nimrod/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="admin@trixarian.net" LICENSE="GPL" TARBALL="nimrod_$VERSION.zip" -WEB_SITE="http://www.nimrod-code.org/" +WEB_SITE="https://min-lang.org/" WGET_URL="http://nimrod-code.org/download/$TARBALL" DEPENDS="gcc glibc-base readline" diff -r ab377f6a6568 -r fff755dd0f58 ttf-bitstream-vera/receipt --- a/ttf-bitstream-vera/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/ttf-bitstream-vera/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="other" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://www.gnome.org/fonts/" +WEB_SITE="https://apps.gnome.org/en/app/org.gnome.font-viewer/" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$VERSION/$TARBALL" TAGS="font" HOST_ARCH="i486 arm" diff -r ab377f6a6568 -r fff755dd0f58 xautomation/receipt --- a/xautomation/receipt Sat Apr 09 15:21:07 2022 +0100 +++ b/xautomation/receipt Sat Apr 09 14:28:38 2022 +0000 @@ -7,7 +7,8 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://hoopajoo.net/projects/xautomation.html" +#WEB_SITE="http://hoopajoo.net/projects/xautomation.html" +WEB_SITE="https://sourceforge.net/projects/xautomation/" WGET_URL="http://hoopajoo.net/static/projects/$TARBALL" #HOST_ARCH="i486 arm"