wok rev 25838
Up fs-use (3.1.66), lha (20211125)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 09 08:43:38 2025 +0000 (5 weeks ago) |
parents | e309f13b7b70 |
children | 7174e16d8f16 |
files | TeXmacs/receipt anthy/receipt fs-uae/receipt gtick/receipt gtkam/receipt lha/receipt libsieve/receipt pyhn/receipt python-attr/receipt python-webtest/receipt shellinabox/receipt wikiss/receipt xfce4-terminal/receipt |
line diff
1.1 --- a/TeXmacs/receipt Thu May 08 12:12:00 2025 +0000 1.2 +++ b/TeXmacs/receipt Fri May 09 08:43:38 2025 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - http://ftp.texmacs.org/pub/$PACKAGE/targz/ 2>/dev/null | \ 1.8 + wget -O - http://ftp.texmacs.org/$PACKAGE/targz/ 2>/dev/null | \ 1.9 sed "/src.tar/!d;s|.*$PACKAGE-\\(.*\\).src.*\".*|\\1|" | sort -Vr | sed q 1.10 } 1.11
2.1 --- a/anthy/receipt Thu May 08 12:12:00 2025 +0000 2.2 +++ b/anthy/receipt Fri May 09 08:43:38 2025 +0000 2.3 @@ -9,7 +9,7 @@ 2.4 WEB_SITE="https://osdn.net/projects/anthy/" 2.5 2.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.7 -WGET_URL="https://acc.dl.osdn.jp/$PACKAGE/37536/$TARBALL" 2.8 +WGET_URL="https://jaist.dl.sourceforge.jp/$PACKAGE/37536/$TARBALL" 2.9 2.10 BUILD_DEPENDS="libtool" 2.11
3.1 --- a/fs-uae/receipt Thu May 08 12:12:00 2025 +0000 3.2 +++ b/fs-uae/receipt Fri May 09 08:43:38 2025 +0000 3.3 @@ -1,15 +1,15 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="fs-uae" 3.7 -VERSION="3.0.0" 3.8 +VERSION="3.1.66" 3.9 CATEGORY="games" 3.10 SHORT_DESC="An Amiga emulator based on UAE/WinUAE with a focus on emulating games" 3.11 MAINTAINER="devel@slitaz.org" 3.12 LICENSE="GPL2" 3.13 WEB_SITE="https://fs-uae.net/" 3.14 3.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 3.16 -WGET_URL="https://fs-uae.net/stable/$VERSION/$PACKAGE-$VERSION.tar.gz" 3.17 +TARBALL="$PACKAGE-$VERSION.tar.xz" 3.18 +WGET_URL="https://fs-uae.net/files/FS-UAE/Stable/$VERSION/$TARBALL" 3.19 3.20 BUILD_DEPENDS="gettext zip libmpeg2-dev openal-dev libpng-dev libsdl2-dev \ 3.21 zlib-dev xorg-libX11-dev xorg-libXi-dev libatomic"
4.1 --- a/gtick/receipt Thu May 08 12:12:00 2025 +0000 4.2 +++ b/gtick/receipt Fri May 09 08:43:38 2025 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="GTick is a metronome application." 4.5 MAINTAINER="pankso@slitaz.org" 4.6 LICENSE="GPL3" 4.7 -WEB_SITE="http://www.antcom.de/gtick/" 4.8 +WEB_SITE="https://www.antcom.de/gtick/" 4.9 4.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.11 WGET_URL="${WEB_SITE}download/$TARBALL"
5.1 --- a/gtkam/receipt Thu May 08 12:12:00 2025 +0000 5.2 +++ b/gtkam/receipt Fri May 09 08:43:38 2025 +0000 5.3 @@ -22,7 +22,7 @@ 5.4 current_version() 5.5 { 5.6 wget -O - https://sourceforge.net/projects/gphoto/files/gtkam/ 2>/dev/null | \ 5.7 - sed '/gtkam\/[0-9]/!d;/href=/!d;/#folder/d;s|.*gtkam/||;s|/stat.*||;q' 5.8 + sed '/gtkam\/[0-9]/!d;/href=/!d;/#folder/d;s|.*gtkam/||;s|/.*||;q' 5.9 } 5.10 5.11 # Rules to configure and make the package.
6.1 --- a/lha/receipt Thu May 08 12:12:00 2025 +0000 6.2 +++ b/lha/receipt Fri May 09 08:43:38 2025 +0000 6.3 @@ -1,14 +1,16 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="lha" 6.7 -VERSION="1.14i-ac20050924p1" 6.8 +VERSION="20211125" 6.9 CATEGORY="system-tools" 6.10 SHORT_DESC="File archiver." 6.11 MAINTAINER="pascal.bellard@slitaz.org" 6.12 LICENSE="CC-SA" 6.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.14 WEB_SITE="https://github.com/jca02266/lha/" 6.15 -WGET_URL="http://osdn.dl.sourceforge.jp/$PACKAGE/22231/$TARBALL" 6.16 +WGET_URL="https://github.com/jca02266/lha/archive/refs/tags/release-$VERSION.tar.gz" 6.17 + 6.18 +BUILD_DEPENDS="automake" 6.19 6.20 # What is the latest version available today? 6.21 current_version() 6.22 @@ -20,7 +22,10 @@ 6.23 # Rules to configure and make the package. 6.24 compile_rules() 6.25 { 6.26 - cd $src 6.27 + aclocal 6.28 + autoheader 6.29 + automake -a 6.30 + autoconf 6.31 ./configure --prefix=/usr --infodir=/usr/share/info \ 6.32 --mandir=/usr/share/man $CONFIGURE_ARGS && 6.33 make &&
7.1 --- a/libsieve/receipt Thu May 08 12:12:00 2025 +0000 7.2 +++ b/libsieve/receipt Fri May 09 08:43:38 2025 +0000 7.3 @@ -16,7 +16,7 @@ 7.4 current_version() 7.5 { 7.6 wget -O - https://github.com/sodabrew/libsieve/commits/libsieve-2.3 2>/dev/null | \ 7.7 - sed '/Version/!d;s|.* \([0-9]\)|\1|;s|<.*||;q' 7.8 + sed 's|,|,\n|g' | sed '/Version/!d;s|[^0-9]*||;s|".*||;q' 7.9 } 7.10 7.11 # Rules to configure and make the package.
8.1 --- a/pyhn/receipt Thu May 08 12:12:00 2025 +0000 8.2 +++ b/pyhn/receipt Fri May 09 08:43:38 2025 +0000 8.3 @@ -17,7 +17,7 @@ 8.4 current_version() 8.5 { 8.6 wget -O - https://github.com/toxinu/pyhn/commits/main 2>/dev/null | \ 8.7 - sed '/Release/!d;s|.*elease ||;s|<.*||' 8.8 + sed '/Release/!d;s|.*elease ||;s|[^0-9.].*||;q' 8.9 } 8.10 8.11 # Rules to configure and make the package.
9.1 --- a/python-attr/receipt Thu May 08 12:12:00 2025 +0000 9.2 +++ b/python-attr/receipt Fri May 09 08:43:38 2025 +0000 9.3 @@ -18,7 +18,7 @@ 9.4 current_version() 9.5 { 9.6 wget -O - $WEB_SITE 2>/dev/null | \ 9.7 - sed '/attr version/!d;s|.*version ||;s|<.*||' 9.8 + sed '/attr version/!d;s|.*attr version ||;s|[^0-9.].*||;q' 9.9 } 9.10 9.11 # Rules to configure and make the package.
10.1 --- a/python-webtest/receipt Thu May 08 12:12:00 2025 +0000 10.2 +++ b/python-webtest/receipt Fri May 09 08:43:38 2025 +0000 10.3 @@ -21,7 +21,7 @@ 10.4 current_version() 10.5 { 10.6 wget -O - https://pypi.org/project/$SOURCE/ 2>/dev/null | \ 10.7 - sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||;q" 10.8 + sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|[^0-9.].*||;q" 10.9 } 10.10 10.11 # Rules to configure and make the package.
11.1 --- a/shellinabox/receipt Thu May 08 12:12:00 2025 +0000 11.2 +++ b/shellinabox/receipt Fri May 09 08:43:38 2025 +0000 11.3 @@ -16,10 +16,11 @@ 11.4 BUILD_DEPENDS="zlib-dev openssl-dev autoconf automake libtool" 11.5 SUGGESTED="ssh knock" 11.6 11.7 +# What is the latest version available today? 11.8 current_version() 11.9 { 11.10 - wget -O - ${WGET_URL%/arch*}/commits/master 2>/dev/null | \ 11.11 - sed '/ version /!d;s|.*version ||;s|<.*||;q' 11.12 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 11.13 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 11.14 } 11.15 11.16 # Rules to configure and make the package.
12.1 --- a/wikiss/receipt Thu May 08 12:12:00 2025 +0000 12.2 +++ b/wikiss/receipt Fri May 09 08:43:38 2025 +0000 12.3 @@ -14,10 +14,11 @@ 12.4 12.5 DEPENDS="lighttpd php" 12.6 12.7 +# What is the latest version available today? 12.8 current_version() 12.9 { 12.10 wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 12.11 - sed '/tgz/!d;s|.*href="\(.*\).tgz".*|\1|' | sort -Vr | sed q 12.12 + sed '/wikiss/!d;s|.*href="wikiss-\(.*\).tgz".*|\1|' | sort -Vr | sed q 12.13 } 12.14 12.15 # Rules to configure and make the package.
13.1 --- a/xfce4-terminal/receipt Thu May 08 12:12:00 2025 +0000 13.2 +++ b/xfce4-terminal/receipt Fri May 09 08:43:38 2025 +0000 13.3 @@ -1,6 +1,7 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="xfce4-terminal" 13.7 +SOURCE="xfce4-terminal" 13.8 # HGT: According to repology.org, in most linux distributions this package 13.9 # is named xfce4-terminal, not terminal, what is a somewhat egocentric name. 13.10 VERSION="0.6.3"