wok-6.x rev 24100
Up gzip (1.11), lrzip (0.641), lziprecover (1.22)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 16 13:07:33 2021 +0000 (2021-09-16) |
parents | 549c0693b1a5 |
children | 60202e4e10cc |
files | gzip-full/receipt gzip/receipt jasper/receipt lbzip2/receipt libexif/receipt lrzip/receipt lziprecover/receipt msgpack/receipt p7zip-full/receipt p7zip/receipt rzip/receipt szip/receipt tint2/receipt xterm/receipt |
line diff
1.1 --- a/gzip-full/receipt Thu Sep 16 08:39:38 2021 +0000 1.2 +++ b/gzip-full/receipt Thu Sep 16 13:07:33 2021 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gzip-full" 1.7 -VERSION="1.10" 1.8 +VERSION="1.11" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="GNU compression utilities" 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/gzip/receipt Thu Sep 16 08:39:38 2021 +0000 2.2 +++ b/gzip/receipt Thu Sep 16 13:07:33 2021 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="gzip" 2.7 -VERSION="1.10" 2.8 +VERSION="1.11" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="GNU compression utilities (gzip and gunzip)" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -13,6 +13,12 @@ 2.13 DEPENDS="glibc-base" 2.14 BUILD_DEPENDS="glibc-dev" 2.15 2.16 +current_version() 2.17 +{ 2.18 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 2.19 + sed '/tar/!d;s|.*gzip-\(.*\).tar.*".*|\1|' | sed '$!d' 2.20 +} 2.21 + 2.22 # Rules to configure and make the package. 2.23 compile_rules() 2.24 {
3.1 --- a/jasper/receipt Thu Sep 16 08:39:38 2021 +0000 3.2 +++ b/jasper/receipt Thu Sep 16 13:07:33 2021 +0000 3.3 @@ -19,7 +19,7 @@ 3.4 current_version() 3.5 { 3.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 3.7 - sed '/archive.*tar/!d;s|.*/version-\(.*\).tar.*|\1|;q' 3.8 + sed '/tags.version.*tar/!d;s|.*/version-\(.*\).tar.*|\1|;q' 3.9 } 3.10 3.11 # Rules to configure and make the package.
4.1 --- a/lbzip2/receipt Thu Sep 16 08:39:38 2021 +0000 4.2 +++ b/lbzip2/receipt Thu Sep 16 13:07:33 2021 +0000 4.3 @@ -10,6 +10,12 @@ 4.4 WEB_SITE="https://github.com/kjn/lbzip2/" 4.5 WGET_URL="http://archive.lbzip2.org/$TARBALL" 4.6 4.7 +current_version() 4.8 +{ 4.9 + wget -O - ${WEB_SITE}/releases 2>/dev/null | \ 4.10 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 4.11 +} 4.12 + 4.13 # Rules to configure and make the package. 4.14 compile_rules() 4.15 {
5.1 --- a/libexif/receipt Thu Sep 16 08:39:38 2021 +0000 5.2 +++ b/libexif/receipt Thu Sep 16 13:07:33 2021 +0000 5.3 @@ -16,7 +16,7 @@ 5.4 current_version() 5.5 { 5.6 wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 5.7 - sed '/archive.*tar/!d;s|.*/libexif-\(.*\)-release.*|\1|;s|_|.|g;q' 5.8 + sed '/archive.*libexif.*tar/!d;s|.*/libexif-\(.*\)-release.*|\1|;s|_|.|g;q' 5.9 } 5.10 5.11 # Rules to configure and make the package.
6.1 --- a/lrzip/receipt Thu Sep 16 08:39:38 2021 +0000 6.2 +++ b/lrzip/receipt Thu Sep 16 13:07:33 2021 +0000 6.3 @@ -1,12 +1,12 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="lrzip" 6.7 -VERSION="0.631" 6.8 +VERSION="0.641" 6.9 CATEGORY="utilities" 6.10 SHORT_DESC="lrzip is a file compression program designed to do particularly well on very large files containing long distance redundancy" 6.11 MAINTAINER="devel@slitaz.org" 6.12 LICENSE="GPL2" 6.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 6.15 WEB_SITE="http://ck.kolivas.org/apps/lrzip/" 6.16 WGET_URL="$WEB_SITE/$TARBALL" 6.17 TAGS="compression archive" 6.18 @@ -14,6 +14,12 @@ 6.19 DEPENDS="lzo bzlib zlib gcc-lib-base" 6.20 BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm perl" 6.21 6.22 +current_version() 6.23 +{ 6.24 + wget -O - $WEB_SITE 2>/dev/null | \ 6.25 + sed '/tar/!d;s|.*lrzip-\(.*\).tar.*".*|\1|' | sed '$!d' 6.26 +} 6.27 + 6.28 # Rules to configure and make the package. 6.29 compile_rules() 6.30 {
7.1 --- a/lziprecover/receipt Thu Sep 16 08:39:38 2021 +0000 7.2 +++ b/lziprecover/receipt Thu Sep 16 13:07:33 2021 +0000 7.3 @@ -1,7 +1,7 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="lziprecover" 7.7 -VERSION="1.21" 7.8 +VERSION="1.22" 7.9 CATEGORY="utilities" 7.10 SHORT_DESC="LZIP files recovery tool." 7.11 MAINTAINER="pascal.bellard@slitaz.org" 7.12 @@ -15,6 +15,12 @@ 7.13 7.14 HOST_ARCH="i486 arm" 7.15 7.16 +current_version() 7.17 +{ 7.18 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 7.19 + sed '/tar/!d;s|.*recover-\(.*\).tar.*".*|\1|' | sed '$!d' 7.20 +} 7.21 + 7.22 # Rules to configure and make the package. 7.23 compile_rules() 7.24 {
8.1 --- a/msgpack/receipt Thu Sep 16 08:39:38 2021 +0000 8.2 +++ b/msgpack/receipt Thu Sep 16 13:07:33 2021 +0000 8.3 @@ -16,7 +16,7 @@ 8.4 current_version() 8.5 { 8.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 8.7 - sed '/archive.*tar/!d;s|.*/cpp-\(.*\).tar.*|\1|;q' 8.8 + sed '/archive.*cpp.*tar/!d;s|.*/cpp-\(.*\).tar.*|\1|;q' 8.9 } 8.10 8.11 # Rules to configure and make the package.
9.1 --- a/p7zip-full/receipt Thu Sep 16 08:39:38 2021 +0000 9.2 +++ b/p7zip-full/receipt Thu Sep 16 13:07:33 2021 +0000 9.3 @@ -11,6 +11,12 @@ 9.4 WEB_SITE="http://p7zip.sourceforge.net/" 9.5 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 9.6 9.7 +current_version() 9.8 +{ 9.9 + wget -O - https://sourceforge.net/projects/$SOURCE/files/$SOURCE/ 2>/dev/null | \ 9.10 + sed '/scope="row/!d;s|.*href=".*p7zip/||;s|/.*||;q' 9.11 +} 9.12 + 9.13 # Rules to configure and make the package. 9.14 compile_rules() 9.15 {
10.1 --- a/p7zip/receipt Thu Sep 16 08:39:38 2021 +0000 10.2 +++ b/p7zip/receipt Thu Sep 16 13:07:33 2021 +0000 10.3 @@ -10,6 +10,12 @@ 10.4 WEB_SITE="http://p7zip.sourceforge.net/" 10.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 10.6 10.7 +current_version() 10.8 +{ 10.9 + wget -O - https://sourceforge.net/projects/$PACKAGE/files/$PACKAGE/ 2>/dev/null | \ 10.10 + sed '/scope="row/!d;s|.*href=".*p7zip/||;s|/.*||;q' 10.11 +} 10.12 + 10.13 # Rules to configure and make the package. 10.14 compile_rules() 10.15 {
11.1 --- a/rzip/receipt Thu Sep 16 08:39:38 2021 +0000 11.2 +++ b/rzip/receipt Thu Sep 16 13:07:33 2021 +0000 11.3 @@ -14,6 +14,12 @@ 11.4 DEPENDS="bzlib" 11.5 BUILD_DEPENDS="wget bzip2-dev" 11.6 11.7 +current_version() 11.8 +{ 11.9 + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 11.10 + sed '/tar/!d;s|.*rzip-\(.*\).tar.*".*|\1|' | sed '$!d' 11.11 +} 11.12 + 11.13 # Rules to configure and make the package. 11.14 compile_rules() 11.15 {
12.1 --- a/szip/receipt Thu Sep 16 08:39:38 2021 +0000 12.2 +++ b/szip/receipt Thu Sep 16 13:07:33 2021 +0000 12.3 @@ -13,6 +13,12 @@ 12.4 DEPENDS="" 12.5 BUILD_DEPENDS="" 12.6 12.7 +current_version() 12.8 +{ 12.9 + wget -O - $WEB_SITE 2>/dev/null | \ 12.10 + sed '/tar/!d;s|.*szip-||;s|.tar.*||;q' 12.11 +} 12.12 + 12.13 # Rules to configure and make the package. 12.14 compile_rules() 12.15 {
13.1 --- a/tint2/receipt Thu Sep 16 08:39:38 2021 +0000 13.2 +++ b/tint2/receipt Thu Sep 16 13:07:33 2021 +0000 13.3 @@ -21,7 +21,7 @@ 13.4 current_version() 13.5 { 13.6 wget -O - ${WGET_URL%/repo*}/-/tags 2>/dev/null | \ 13.7 - sed '/tar.gz/!d;s|.*/tint2-v\(.*\).tar.gz".*|\1|;q' 13.8 + sed '/tar.gz/!d;s|.*/tint2-v*\(.*\).tar.gz".*|\1|;q' 13.9 } 13.10 13.11 # Rules to configure and make the package.
14.1 --- a/xterm/receipt Thu Sep 16 08:39:38 2021 +0000 14.2 +++ b/xterm/receipt Thu Sep 16 13:07:33 2021 +0000 14.3 @@ -24,7 +24,7 @@ 14.4 current_version() 14.5 { 14.6 wget -O - ${WEB_SITE}xterm.log.html 2>/dev/null | \ 14.7 - gunzip | sed '/Patch/!d;s|.*xterm_||;s|".*||;q' 14.8 + sed '/Patch/!d;s|.*xterm_||;s|".*||;q' 14.9 } 14.10 14.11 # Rules to configure and make the package.