wok rev 24094

Add fasmg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 09 16:49:29 2021 +0000 (2021-08-09)
parents a3b6dd3aac6f
children 95f66fb4280e
files Geomyidae/receipt fasm/receipt fasmg/receipt ipxe/receipt redis/receipt squid/receipt squidclamav/receipt squidguardmgr/receipt squidview/receipt squirrelmail-archive/receipt squirrelmail-autocomplete/receipt squirrelmail-autorespond/receipt squirrelmail-bookmarks/receipt squirrelmail-calendard-file-backend/receipt squirrelmail-calendard-sql-backend/receipt squirrelmail-compatibility-plugin/receipt squirrelmail-html/receipt squirrelmail-html_mail/receipt squirrelmail-ldapuser/receipt squirrelmail-legend/receipt squirrelmail-locales/receipt squirrelmail-msg_flags/receipt squirrelmail-multilogin/receipt squirrelmail-notes/receipt squirrelmail-quota/receipt squirrelmail-shared_calendars/receipt squirrelmail-sieve/receipt squirrelmail-sizes/receipt squirrelmail-smallcal/receipt squirrelmail-spamassassin/receipt squirrelmail-vkeyboard/receipt squirrelmail/receipt
line diff
     1.1 --- a/Geomyidae/receipt	Tue Jul 27 16:57:54 2021 +0000
     1.2 +++ b/Geomyidae/receipt	Mon Aug 09 16:49:29 2021 +0000
     1.3 @@ -15,8 +15,8 @@
     1.4  
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - http://r-36.net/scm/geomyidae/refs.html | \
     1.8 -	cat X | sed '/<td>/!d;s|.*v||;s|<.*||' | sed '$!d'
     1.9 +	wget -O - http://r-36.net/scm/geomyidae/refs.html 2> /dev/null | \
    1.10 +	sed '/<td>/!d;s|.*v||;s|<.*||' | sed '$!d'
    1.11  }
    1.12  
    1.13  # Rules to configure and make the package.
     2.1 --- a/fasm/receipt	Tue Jul 27 16:57:54 2021 +0000
     2.2 +++ b/fasm/receipt	Mon Aug 09 16:49:29 2021 +0000
     2.3 @@ -15,6 +15,12 @@
     2.4  DEPENDS=""
     2.5  BUILD_DEPENDS=""
     2.6  
     2.7 +current_version()
     2.8 +{
     2.9 +	wget -O - $WEB_SITE/download.php 2>/dev/null | \
    2.10 +	sed '/tar.gz/!d;s|.tar.*||;s|.*fasm-||'
    2.11 +}
    2.12 +
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/fasmg/receipt	Mon Aug 09 16:49:29 2021 +0000
     3.3 @@ -0,0 +1,41 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="fasmg"
     3.7 +VERSION="jdp2"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="Assembly language programming for x86, x86-64."
    3.10 +MAINTAINER="pascal.bellard@slitaz.org"
    3.11 +LICENSE="other"
    3.12 +WEB_SITE="https://flatassembler.net/"
    3.13 +
    3.14 +TARBALL="$PACKAGE.$VERSION.zip"
    3.15 +WGET_URL="$WEB_SITE$TARBALL"
    3.16 +
    3.17 +DEPENDS=""
    3.18 +BUILD_DEPENDS=""
    3.19 +
    3.20 +current_version()
    3.21 +{
    3.22 +	wget -O - $WEB_SITE/download.php 2>/dev/null | \
    3.23 +	sed '/"fasmg/!d;s|.zip.*||;s|.*fasmg.||'
    3.24 +}
    3.25 +
    3.26 +# Rules to configure and make the package.
    3.27 +compile_rules()
    3.28 +{
    3.29 +	mkdir -p $DESTDIR/usr/bin
    3.30 +	mkdir -p $DESTDIR/usr/share/doc
    3.31 +
    3.32 +	cp docs/* $DESTDIR/usr/share/doc
    3.33 +	chmod +x fasmg
    3.34 +	cd source/linux
    3.35 +	../../fasmg fasmg.asm $DESTDIR/usr/bin/fasmg
    3.36 +}
    3.37 +
    3.38 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.39 +genpkg_rules()
    3.40 +{
    3.41 +	mkdir -p $fs/usr/share/fasmg
    3.42 +	cp -a $install/usr/bin	$fs/usr
    3.43 +	cp -a $src/examples/* $fs/usr/share/fasmg
    3.44 +}
     4.1 --- a/ipxe/receipt	Tue Jul 27 16:57:54 2021 +0000
     4.2 +++ b/ipxe/receipt	Mon Aug 09 16:49:29 2021 +0000
     4.3 @@ -26,6 +26,7 @@
     4.4  	cd $src/src
     4.5  	patch -p1 < $stuff/cmd_isgt.u
     4.6  	sed -i 's|SIZEOF_LOW_4GB / SIZEOF_2MB_PAGE|1 << (SIZEOF_LOW_4GB_LOG2 - SIZEOF_2MB_PAGE_LOG2)|' arch/x86/transitions/librm.S
     4.7 +	sed -i 's|i.86|i386|;s|bswapl\t%eax|xchgb\t%al, %ah\n\troll\t$16, %eax\n\txchgb\t%al, %ah|' arch/x86/prefix/unlzma.S
     4.8  	sed -i 's/-llzma/& -lpthread/' Makefile.*
     4.9  	sed -i 's|//\(#define.*CONSOLE_FRAMEBUFFER\)|\1|' config/console.h
    4.10  	sed -i 's|//\(#define.*CONSOLE_SERIAL\)|\1|' config/console.h
     5.1 --- a/redis/receipt	Tue Jul 27 16:57:54 2021 +0000
     5.2 +++ b/redis/receipt	Mon Aug 09 16:49:29 2021 +0000
     5.3 @@ -18,7 +18,7 @@
     5.4  current_version()
     5.5  {
     5.6  	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
     5.7 -	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
     5.8 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*>$PACKAGE-||;s|.t.*||" | sort -Vr | sed q
     5.9  }
    5.10  
    5.11  # Rules to configure and make the package.
     6.1 --- a/squid/receipt	Tue Jul 27 16:57:54 2021 +0000
     6.2 +++ b/squid/receipt	Mon Aug 09 16:49:29 2021 +0000
     6.3 @@ -15,6 +15,12 @@
     6.4  BUILD_DEPENDS="perl openssl-dev openldap-dev cyrus-sasl-dev libcap-dev libdb"
     6.5  SUGGESTED="iptables"
     6.6  
     6.7 +current_version()
     6.8 +{
     6.9 +	wget -O - $WEB_SITE/Versions 2>/dev/null | \
    6.10 +	sed '1,/suitable for production use/d;/href/!d;s|.*[0-9]/">||;s|<.*||;q'
    6.11 +}
    6.12 +
    6.13  # Rules to configure and make the package.
    6.14  compile_rules()
    6.15  {
     7.1 --- a/squidclamav/receipt	Tue Jul 27 16:57:54 2021 +0000
     7.2 +++ b/squidclamav/receipt	Mon Aug 09 16:49:29 2021 +0000
     7.3 @@ -16,6 +16,12 @@
     7.4  
     7.5  CONFIG_FILES="/etc/squidclamav.conf"
     7.6  
     7.7 +current_version()
     7.8 +{
     7.9 +	wget -O - https://github.com/darold/squidclamav/releases 2>/dev/null | \
    7.10 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    7.11 +}
    7.12 +
    7.13  # Rules to configure and make the package.
    7.14  compile_rules()
    7.15  {
     8.1 --- a/squidguardmgr/receipt	Tue Jul 27 16:57:54 2021 +0000
     8.2 +++ b/squidguardmgr/receipt	Mon Aug 09 16:49:29 2021 +0000
     8.3 @@ -13,6 +13,12 @@
     8.4  BUILD_DEPENDS="perl squidguard "
     8.5  CONFIG_FILES="/etc/squidguardmgr.conf"
     8.6  
     8.7 +current_version()
     8.8 +{
     8.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    8.10 +	sed '/tar.gz/!d;s|.*mgr-||;s|.tar.*||'
    8.11 +}
    8.12 +
    8.13  # Rules to configure and make the package.
    8.14  compile_rules()
    8.15  {
     9.1 --- a/squidview/receipt	Tue Jul 27 16:57:54 2021 +0000
     9.2 +++ b/squidview/receipt	Mon Aug 09 16:49:29 2021 +0000
     9.3 @@ -14,6 +14,12 @@
     9.4  DEPENDS="gcc-lib-base ncurses"
     9.5  BUILD_DEPENDS="ncurses-dev"
     9.6  
     9.7 +current_version()
     9.8 +{
     9.9 +	wget -O - $WEB_SITE 2>/dev/null | \
    9.10 +	sed '/the source/!d;s|.*view-||;s|.tar.*||'
    9.11 +}
    9.12 +
    9.13  # Rules to configure and make the package.
    9.14  compile_rules()
    9.15  {
    10.1 --- a/squirrelmail-archive/receipt	Tue Jul 27 16:57:54 2021 +0000
    10.2 +++ b/squirrelmail-archive/receipt	Mon Aug 09 16:49:29 2021 +0000
    10.3 @@ -14,6 +14,12 @@
    10.4  
    10.5  DEPENDS="squirrelmail"
    10.6  
    10.7 +current_version()
    10.8 +{
    10.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=121" 2>/dev/null | \
   10.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   10.11 +}
   10.12 +
   10.13  # Rules to configure and make the package.
   10.14  compile_rules()
   10.15  {
    11.1 --- a/squirrelmail-autocomplete/receipt	Tue Jul 27 16:57:54 2021 +0000
    11.2 +++ b/squirrelmail-autocomplete/receipt	Mon Aug 09 16:49:29 2021 +0000
    11.3 @@ -18,6 +18,12 @@
    11.4  
    11.5  HOST_ARCH="any"
    11.6  
    11.7 +current_version()
    11.8 +{
    11.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=32" 2>/dev/null | \
   11.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   11.11 +}
   11.12 +
   11.13  # Rules to configure and make the package.
   11.14  compile_rules()
   11.15  {
    12.1 --- a/squirrelmail-autorespond/receipt	Tue Jul 27 16:57:54 2021 +0000
    12.2 +++ b/squirrelmail-autorespond/receipt	Mon Aug 09 16:49:29 2021 +0000
    12.3 @@ -15,6 +15,12 @@
    12.4  
    12.5  DEPENDS="squirrelmail vacation"
    12.6  
    12.7 +current_version()
    12.8 +{
    12.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=172" 2>/dev/null | \
   12.10 +	sed "/tarball/!d;s|.*$SOURCE.||;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/squirrelmail-bookmarks/receipt	Tue Jul 27 16:57:54 2021 +0000
    13.2 +++ b/squirrelmail-bookmarks/receipt	Mon Aug 09 16:49:29 2021 +0000
    13.3 @@ -15,6 +15,12 @@
    13.4  
    13.5  DEPENDS="squirrelmail"
    13.6  
    13.7 +current_version()
    13.8 +{
    13.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=93" 2>/dev/null | \
   13.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   13.11 +}
   13.12 +
   13.13  # Rules to configure and make the package.
   13.14  compile_rules()
   13.15  {
    14.1 --- a/squirrelmail-calendard-file-backend/receipt	Tue Jul 27 16:57:54 2021 +0000
    14.2 +++ b/squirrelmail-calendard-file-backend/receipt	Mon Aug 09 16:49:29 2021 +0000
    14.3 @@ -15,6 +15,12 @@
    14.4  
    14.5  DEPENDS="squirrelmail"
    14.6  
    14.7 +current_version()
    14.8 +{
    14.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=239" 2>/dev/null | \
   14.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   14.11 +}
   14.12 +
   14.13  # Rules to configure and make the package.
   14.14  compile_rules()
   14.15  {
    15.1 --- a/squirrelmail-calendard-sql-backend/receipt	Tue Jul 27 16:57:54 2021 +0000
    15.2 +++ b/squirrelmail-calendard-sql-backend/receipt	Mon Aug 09 16:49:29 2021 +0000
    15.3 @@ -16,6 +16,12 @@
    15.4  
    15.5  DEPENDS="squirrelmail php-mysql"
    15.6  
    15.7 +current_version()
    15.8 +{
    15.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=247" 2>/dev/null | \
   15.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   15.11 +}
   15.12 +
   15.13  # Rules to configure and make the package.
   15.14  compile_rules()
   15.15  {
    16.1 --- a/squirrelmail-compatibility-plugin/receipt	Tue Jul 27 16:57:54 2021 +0000
    16.2 +++ b/squirrelmail-compatibility-plugin/receipt	Mon Aug 09 16:49:29 2021 +0000
    16.3 @@ -16,6 +16,12 @@
    16.4  
    16.5  HOST_ARCH="any"
    16.6  
    16.7 +current_version()
    16.8 +{
    16.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=152" 2>/dev/null | \
   16.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   16.11 +}
   16.12 +
   16.13  # Rules to configure and make the package.
   16.14  compile_rules()
   16.15  {
    17.1 --- a/squirrelmail-html/receipt	Tue Jul 27 16:57:54 2021 +0000
    17.2 +++ b/squirrelmail-html/receipt	Mon Aug 09 16:49:29 2021 +0000
    17.3 @@ -16,6 +16,12 @@
    17.4  
    17.5  HOST_ARCH="any"
    17.6  
    17.7 +current_version()
    17.8 +{
    17.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=55" 2>/dev/null | \
   17.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   17.11 +}
   17.12 +
   17.13  # Rules to configure and make the package.
   17.14  compile_rules()
   17.15  {
    18.1 --- a/squirrelmail-html_mail/receipt	Tue Jul 27 16:57:54 2021 +0000
    18.2 +++ b/squirrelmail-html_mail/receipt	Mon Aug 09 16:49:29 2021 +0000
    18.3 @@ -3,7 +3,7 @@
    18.4  PACKAGE="squirrelmail-html_mail"
    18.5  VERSION="2.3-1.4"
    18.6  CATEGORY="network"
    18.7 -SHORT_DESC="Vacation and forwarding plugin for Web mail."
    18.8 +SHORT_DESC="HTML compose plugin for Web mail."
    18.9  MAINTAINER="pascal.bellard@slitaz.org"
   18.10  LICENSE="GPL2"
   18.11  SOURCE="html_mail"
   18.12 @@ -15,6 +15,12 @@
   18.13  
   18.14  DEPENDS="squirrelmail perl-html-parser perl-text-aspell"
   18.15  
   18.16 +current_version()
   18.17 +{
   18.18 +	wget -O - "$WEB_SITE/plugin_view.php?id=209" 2>/dev/null | \
   18.19 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   18.20 +}
   18.21 +
   18.22  # Rules to configure and make the package.
   18.23  compile_rules()
   18.24  {
    19.1 --- a/squirrelmail-ldapuser/receipt	Tue Jul 27 16:57:54 2021 +0000
    19.2 +++ b/squirrelmail-ldapuser/receipt	Mon Aug 09 16:49:29 2021 +0000
    19.3 @@ -15,6 +15,12 @@
    19.4  
    19.5  DEPENDS="squirrelmail openldap"
    19.6  
    19.7 +current_version()
    19.8 +{
    19.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=97" 2>/dev/null | \
   19.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   19.11 +}
   19.12 +
   19.13  # Rules to configure and make the package.
   19.14  compile_rules()
   19.15  {
    20.1 --- a/squirrelmail-legend/receipt	Tue Jul 27 16:57:54 2021 +0000
    20.2 +++ b/squirrelmail-legend/receipt	Mon Aug 09 16:49:29 2021 +0000
    20.3 @@ -14,6 +14,12 @@
    20.4  
    20.5  DEPENDS="squirrelmail"
    20.6  
    20.7 +current_version()
    20.8 +{
    20.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=66" 2>/dev/null | \
   20.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   20.11 +}
   20.12 +
   20.13  # Rules to configure and make the package.
   20.14  compile_rules()
   20.15  {
    21.1 --- a/squirrelmail-locales/receipt	Tue Jul 27 16:57:54 2021 +0000
    21.2 +++ b/squirrelmail-locales/receipt	Mon Aug 09 16:49:29 2021 +0000
    21.3 @@ -61,6 +61,12 @@
    21.4  
    21.5  HOST_ARCH="any"
    21.6  
    21.7 +current_version()
    21.8 +{
    21.9 +	wget -O - https://sourceforge.net/projects/squirrelmail/files/locales/ 2>/dev/null | \
   21.10 +	sed '/scope="row"/!d;s|.*locales/||;s|/.*||;q'
   21.11 +}
   21.12 +
   21.13  compile_rules()
   21.14  {
   21.15  	[ -d $src ] || mkdir $src
    22.1 --- a/squirrelmail-msg_flags/receipt	Tue Jul 27 16:57:54 2021 +0000
    22.2 +++ b/squirrelmail-msg_flags/receipt	Mon Aug 09 16:49:29 2021 +0000
    22.3 @@ -16,6 +16,12 @@
    22.4  
    22.5  HOST_ARCH="any"
    22.6  
    22.7 +current_version()
    22.8 +{
    22.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=91" 2>/dev/null | \
   22.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   22.11 +}
   22.12 +
   22.13  # Rules to configure and make the package.
   22.14  compile_rules()
   22.15  {
    23.1 --- a/squirrelmail-multilogin/receipt	Tue Jul 27 16:57:54 2021 +0000
    23.2 +++ b/squirrelmail-multilogin/receipt	Mon Aug 09 16:49:29 2021 +0000
    23.3 @@ -18,6 +18,12 @@
    23.4  
    23.5  HOST_ARCH="any"
    23.6  
    23.7 +current_version()
    23.8 +{
    23.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=148" 2>/dev/null | \
   23.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   23.11 +}
   23.12 +
   23.13  # Rules to configure and make the package.
   23.14  compile_rules()
   23.15  {
    24.1 --- a/squirrelmail-notes/receipt	Tue Jul 27 16:57:54 2021 +0000
    24.2 +++ b/squirrelmail-notes/receipt	Mon Aug 09 16:49:29 2021 +0000
    24.3 @@ -15,6 +15,12 @@
    24.4  
    24.5  DEPENDS="squirrelmail"
    24.6  
    24.7 +current_version()
    24.8 +{
    24.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=79" 2>/dev/null | \
   24.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   24.11 +}
   24.12 +
   24.13  # Rules to configure and make the package.
   24.14  compile_rules()
   24.15  {
    25.1 --- a/squirrelmail-quota/receipt	Tue Jul 27 16:57:54 2021 +0000
    25.2 +++ b/squirrelmail-quota/receipt	Mon Aug 09 16:49:29 2021 +0000
    25.3 @@ -15,6 +15,12 @@
    25.4  
    25.5  DEPENDS="squirrelmail squirrelmail-compatibility-plugin"
    25.6  
    25.7 +current_version()
    25.8 +{
    25.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=237" 2>/dev/null | \
   25.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   25.11 +}
   25.12 +
   25.13  # Rules to configure and make the package.
   25.14  compile_rules()
   25.15  {
    26.1 --- a/squirrelmail-shared_calendars/receipt	Tue Jul 27 16:57:54 2021 +0000
    26.2 +++ b/squirrelmail-shared_calendars/receipt	Mon Aug 09 16:49:29 2021 +0000
    26.3 @@ -15,6 +15,12 @@
    26.4  
    26.5  DEPENDS="squirrelmail squirrelmail-compatibility-plugin squirrelmail-calendard-backend"
    26.6  
    26.7 +current_version()
    26.8 +{
    26.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=105" 2>/dev/null | \
   26.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   26.11 +}
   26.12 +
   26.13  # Rules to configure and make the package.
   26.14  compile_rules()
   26.15  {
    27.1 --- a/squirrelmail-sieve/receipt	Tue Jul 27 16:57:54 2021 +0000
    27.2 +++ b/squirrelmail-sieve/receipt	Mon Aug 09 16:49:29 2021 +0000
    27.3 @@ -15,6 +15,12 @@
    27.4  
    27.5  DEPENDS="squirrelmail"
    27.6  
    27.7 +current_version()
    27.8 +{
    27.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=73" 2>/dev/null | \
   27.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   27.11 +}
   27.12 +
   27.13  # Rules to configure and make the package.
   27.14  compile_rules()
   27.15  {
    28.1 --- a/squirrelmail-sizes/receipt	Tue Jul 27 16:57:54 2021 +0000
    28.2 +++ b/squirrelmail-sizes/receipt	Mon Aug 09 16:49:29 2021 +0000
    28.3 @@ -14,6 +14,12 @@
    28.4  
    28.5  DEPENDS="squirrelmail"
    28.6  
    28.7 +current_version()
    28.8 +{
    28.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=87" 2>/dev/null | \
   28.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   28.11 +}
   28.12 +
   28.13  # Rules to configure and make the package.
   28.14  compile_rules()
   28.15  {
    29.1 --- a/squirrelmail-smallcal/receipt	Tue Jul 27 16:57:54 2021 +0000
    29.2 +++ b/squirrelmail-smallcal/receipt	Mon Aug 09 16:49:29 2021 +0000
    29.3 @@ -14,6 +14,12 @@
    29.4  
    29.5  DEPENDS="squirrelmail squirrelmail-compatibility-plugin"
    29.6  
    29.7 +current_version()
    29.8 +{
    29.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=90" 2>/dev/null | \
   29.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   29.11 +}
   29.12 +
   29.13  # Rules to configure and make the package.
   29.14  compile_rules()
   29.15  {
    30.1 --- a/squirrelmail-spamassassin/receipt	Tue Jul 27 16:57:54 2021 +0000
    30.2 +++ b/squirrelmail-spamassassin/receipt	Mon Aug 09 16:49:29 2021 +0000
    30.3 @@ -3,7 +3,7 @@
    30.4  PACKAGE="squirrelmail-spamassassin"
    30.5  VERSION="1.0-1.2.7"
    30.6  CATEGORY="network"
    30.7 -SHORT_DESC="Vacation and forwarding plugin for Web mail."
    30.8 +SHORT_DESC="SpamAssassin configuration plugin for Web mail."
    30.9  MAINTAINER="pascal.bellard@slitaz.org"
   30.10  LICENSE="GPL2"
   30.11  SOURCE="saconf"
   30.12 @@ -15,6 +15,12 @@
   30.13  
   30.14  DEPENDS="squirrelmail"
   30.15  
   30.16 +current_version()
   30.17 +{
   30.18 +	wget -O - "$WEB_SITE/plugin_view.php?id=111" 2>/dev/null | \
   30.19 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   30.20 +}
   30.21 +
   30.22  # Rules to configure and make the package.
   30.23  compile_rules()
   30.24  {
    31.1 --- a/squirrelmail-vkeyboard/receipt	Tue Jul 27 16:57:54 2021 +0000
    31.2 +++ b/squirrelmail-vkeyboard/receipt	Mon Aug 09 16:49:29 2021 +0000
    31.3 @@ -15,6 +15,12 @@
    31.4  
    31.5  DEPENDS="squirrelmail"
    31.6  
    31.7 +current_version()
    31.8 +{
    31.9 +	wget -O - "$WEB_SITE/plugin_view.php?id=159" 2>/dev/null | \
   31.10 +	sed "/tarball/!d;s|.*$SOURCE.||;s|.tar.*||;q"
   31.11 +}
   31.12 +
   31.13  # Rules to configure and make the package.
   31.14  compile_rules()
   31.15  {
    32.1 --- a/squirrelmail/receipt	Tue Jul 27 16:57:54 2021 +0000
    32.2 +++ b/squirrelmail/receipt	Mon Aug 09 16:49:29 2021 +0000
    32.3 @@ -14,6 +14,12 @@
    32.4  
    32.5  DEPENDS="php"
    32.6  
    32.7 +current_version()
    32.8 +{
    32.9 +	wget -O - $WEB_SITE 2>/dev/null | \
   32.10 +	sed '/Released/!d;s|.*SquirrelMail ||;s| Released.*||;q'
   32.11 +}
   32.12 +
   32.13  # Rules to gen a SliTaz package suitable for Tazpkg.
   32.14  genpkg_rules()
   32.15  {