wok-current rev 24909
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 09 14:28:38 2022 +0000 (2022-04-09) |
parents | ab377f6a6568 |
children | f5d20b5d25c2 |
files | cocoalib/receipt cpige/receipt duat/receipt ffmpeg-compat/receipt icedtea6-jdk/receipt icedtea6-jre/receipt java-jdk/receipt java-jre/receipt memtester/receipt mozplugger/receipt nimrod/receipt ttf-bitstream-vera/receipt xautomation/receipt |
line diff
1.1 --- a/cocoalib/receipt Sat Apr 09 15:21:07 2022 +0100 1.2 +++ b/cocoalib/receipt Sat Apr 09 14:28:38 2022 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="C++ library for computations in commutative algebra" 1.5 MAINTAINER="al.bobylev@gmail.com" 1.6 LICENSE="GPL3" 1.7 -WEB_SITE="http://cocoa.dima.unige.it/cocoalib/" 1.8 +WEB_SITE="https://cocoa.dima.unige.it/cocoa/cocoalib/" 1.9 1.10 TARBALL="CoCoALib-$VERSION.tgz" 1.11 WGET_URL="${WEB_SITE}tgz/$TARBALL"
2.1 --- a/cpige/receipt Sat Apr 09 15:21:07 2022 +0100 2.2 +++ b/cpige/receipt Sat Apr 09 14:28:38 2022 +0000 2.3 @@ -7,7 +7,7 @@ 2.4 SHORT_DESC="A shoutcast and icecast stream downloader" 2.5 MAINTAINER="devel@slitaz.org" 2.6 LICENSE="GNU/GPL v2" 2.7 -WEB_SITE="https://old.ed.zehome.com/?page=cpige-en" 2.8 +WEB_SITE="https://github.com/zehome/cpige" 2.9 2.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.11 WGET_URL="http://old.ed.zehome.com/$PACKAGE/$TARBALL" 2.12 @@ -18,8 +18,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 '/Version /!d;s|.*sion ||;s|<.*||;q' 2.18 + wget -O - https://github.com/zehome/cpige/releases 2>/dev/null | \ 2.19 + sed '/archive.*tar/!d;s|.*/[a-z]-*\(.*\).tar.*|\1|;q' 2.20 } 2.21 2.22 # Rules to configure and make the package.
3.1 --- a/duat/receipt Sat Apr 09 15:21:07 2022 +0100 3.2 +++ b/duat/receipt Sat Apr 09 14:28:38 2022 +0000 3.3 @@ -12,6 +12,13 @@ 3.4 3.5 DEPENDS="perl" 3.6 3.7 +# What is the latest version available today? 3.8 +current_version() 3.9 +{ 3.10 + wget -O - $WEB_SITE 2>/dev/null | \ 3.11 + sed '/duat,v/!d;s|.*duat,v ||;s| .*||;q' 3.12 +} 3.13 + 3.14 # Rules to gen a SliTaz package suitable for Tazpkg. 3.15 genpkg_rules() 3.16 {
4.1 --- a/ffmpeg-compat/receipt Sat Apr 09 15:21:07 2022 +0100 4.2 +++ b/ffmpeg-compat/receipt Sat Apr 09 14:28:38 2022 +0000 4.3 @@ -74,10 +74,10 @@ 4.4 4.5 post_install() 4.6 { 4.7 - echo "/usr/lib/ffmpeg-compat" >> "$1/etc/ld.so.conf" 4.8 + #echo "/usr/lib/ffmpeg-compat" >> "$1/etc/ld.so.conf" 4.9 } 4.10 4.11 post_remove() 4.12 { 4.13 - sed -i '/\/usr\/lib\/ffmpeg-compat/d' "$1/etc/ld.so.conf" 4.14 + sed -i '/ffmpeg-compat/d' "$1/etc/ld.so.conf" 4.15 }
5.1 --- a/icedtea6-jdk/receipt Sat Apr 09 15:21:07 2022 +0100 5.2 +++ b/icedtea6-jdk/receipt Sat Apr 09 14:28:38 2022 +0000 5.3 @@ -8,7 +8,7 @@ 5.4 MAINTAINER="rcx@zoominternet.net" 5.5 LICENSE="GPL2" 5.6 TARBALL="$SOURCE-$VERSION.tar.gz" 5.7 -WEB_SITE="http://www.iced-tea.org/" 5.8 +WEB_SITE="https://en.wikipedia.org/wiki/IcedTea" 5.9 WGET_URL="http://icedtea.wildebeest.org/download/source/$TARBALL" 5.10 5.11 DEPENDS="icedtea6-jre xorg xorg-libXtst xorg-libXp cups"
6.1 --- a/icedtea6-jre/receipt Sat Apr 09 15:21:07 2022 +0100 6.2 +++ b/icedtea6-jre/receipt Sat Apr 09 14:28:38 2022 +0000 6.3 @@ -6,7 +6,7 @@ 6.4 SHORT_DESC="A Free Software harness for OpenJDK JRE." 6.5 MAINTAINER="rcx@zoominternet.net" 6.6 LICENSE="GPL2" 6.7 -WEB_SITE="http://www.iced-tea.org/" 6.8 +WEB_SITE="https://en.wikipedia.org/wiki/IcedTea" 6.9 WANTED="icedtea6-jdk" 6.10 SOURCE="icedtea6" 6.11
7.1 --- a/java-jdk/receipt Sat Apr 09 15:21:07 2022 +0100 7.2 +++ b/java-jdk/receipt Sat Apr 09 14:28:38 2022 +0000 7.3 @@ -6,7 +6,7 @@ 7.4 SHORT_DESC="Symlinks for the default Java Development Kit (icedtea6)." 7.5 MAINTAINER="rcx@zoominternet.net" 7.6 LICENSE="GPL2" 7.7 -WEB_SITE="http://www.iced-tea.org/" 7.8 +WEB_SITE="https://en.wikipedia.org/wiki/IcedTea" 7.9 WANTED="icedtea6-jdk" 7.10 SOURCE="icedtea6" 7.11 TAGS="java"
8.1 --- a/java-jre/receipt Sat Apr 09 15:21:07 2022 +0100 8.2 +++ b/java-jre/receipt Sat Apr 09 14:28:38 2022 +0000 8.3 @@ -6,7 +6,7 @@ 8.4 SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)." 8.5 MAINTAINER="rcx@zoominternet.net" 8.6 LICENSE="GPL2" 8.7 -WEB_SITE="http://www.iced-tea.org/" 8.8 +WEB_SITE="https://en.wikipedia.org/wiki/IcedTea" 8.9 WANTED="icedtea6-jdk" 8.10 SOURCE="icedtea6" 8.11
9.1 --- a/memtester/receipt Sat Apr 09 15:21:07 2022 +0100 9.2 +++ b/memtester/receipt Sat Apr 09 14:28:38 2022 +0000 9.3 @@ -7,10 +7,10 @@ 9.4 SHORT_DESC="A userspace utility for testing the memory subsystem for faults." 9.5 MAINTAINER="pascal.bellard@slitaz.org" 9.6 LICENSE="GPL2" 9.7 -WEB_SITE="https://pyropus.ca/software/memtester" 9.8 +WEB_SITE="https://github.com/jnavila/memtester" 9.9 9.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.11 -WGET_URL="$WEB_SITE/old-versions/$TARBALL" 9.12 +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" 9.13 9.14 DEPENDS="" 9.15 BUILD_DEPENDS="" 9.16 @@ -20,8 +20,8 @@ 9.17 # What is the latest version available today? 9.18 current_version() 9.19 { 9.20 - wget -O - $WEB_SITE 2>/dev/null | \ 9.21 - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 9.22 + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 9.23 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 9.24 } 9.25 9.26 # Rules to configure and make the package.
10.1 --- a/mozplugger/receipt Sat Apr 09 15:21:07 2022 +0100 10.2 +++ b/mozplugger/receipt Sat Apr 09 14:28:38 2022 +0000 10.3 @@ -6,10 +6,10 @@ 10.4 SHORT_DESC="Generic Mozilla plugin." 10.5 MAINTAINER="slaxemulator@gmail.com" 10.6 LICENSE="GPL2" 10.7 -WEB_SITE="http://mozplugger.mozdev.org/" 10.8 +WEB_SITE="https://github.com/unix-junkie/mozplugger" 10.9 10.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 10.11 -WGET_URL="${WEB_SITE}files/$TARBALL" 10.12 +WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" 10.13 10.14 DEPENDS="xorg-libX11" 10.15
11.1 --- a/nimrod/receipt Sat Apr 09 15:21:07 2022 +0100 11.2 +++ b/nimrod/receipt Sat Apr 09 14:28:38 2022 +0000 11.3 @@ -7,7 +7,7 @@ 11.4 MAINTAINER="admin@trixarian.net" 11.5 LICENSE="GPL" 11.6 TARBALL="nimrod_$VERSION.zip" 11.7 -WEB_SITE="http://www.nimrod-code.org/" 11.8 +WEB_SITE="https://min-lang.org/" 11.9 WGET_URL="http://nimrod-code.org/download/$TARBALL" 11.10 11.11 DEPENDS="gcc glibc-base readline"
12.1 --- a/ttf-bitstream-vera/receipt Sat Apr 09 15:21:07 2022 +0100 12.2 +++ b/ttf-bitstream-vera/receipt Sat Apr 09 14:28:38 2022 +0000 12.3 @@ -7,7 +7,7 @@ 12.4 MAINTAINER="pankso@slitaz.org" 12.5 LICENSE="other" 12.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 12.7 -WEB_SITE="https://www.gnome.org/fonts/" 12.8 +WEB_SITE="https://apps.gnome.org/en/app/org.gnome.font-viewer/" 12.9 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$VERSION/$TARBALL" 12.10 TAGS="font" 12.11 HOST_ARCH="i486 arm"
13.1 --- a/xautomation/receipt Sat Apr 09 15:21:07 2022 +0100 13.2 +++ b/xautomation/receipt Sat Apr 09 14:28:38 2022 +0000 13.3 @@ -7,7 +7,8 @@ 13.4 MAINTAINER="pankso@slitaz.org" 13.5 LICENSE="GPL2" 13.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 13.7 -WEB_SITE="http://hoopajoo.net/projects/xautomation.html" 13.8 +#WEB_SITE="http://hoopajoo.net/projects/xautomation.html" 13.9 +WEB_SITE="https://sourceforge.net/projects/xautomation/" 13.10 WGET_URL="http://hoopajoo.net/static/projects/$TARBALL" 13.11 #HOST_ARCH="i486 arm" 13.12