wok rev 24403

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 08 18:20:23 2022 +0000 (2022-02-08)
parents afae00265386
children 03ffd6e0af81
files gambas2/receipt gavl/receipt genext2fs/receipt ggseq/receipt gif2apng/receipt giflib/receipt gitmail/receipt glew/receipt gmerlin/receipt gmrun/receipt gmtp/receipt gnaughty/receipt gnomad2/receipt gnu-netcat/receipt gnucash/receipt gnuplot/receipt goldendict/receipt gperiodic/receipt gphoto2/receipt gphotofs/receipt gptfdisk/receipt gputils/receipt gqview/receipt graphicsmagick/receipt grub4dos/receipt gsim51/receipt gsoap/receipt gtk-gnutella/receipt gtk-recordmydesktop/receipt gtk-screenshot/receipt gtkdatabox/receipt gtkglext/receipt gtklp/receipt gtkperf/receipt gtkpod/receipt gtkspell3/receipt guacamole/receipt gujin/receipt guvcview/receipt gvolwheel/receipt
line diff
     1.1 --- a/gambas2/receipt	Tue Feb 08 16:59:06 2022 +0000
     1.2 +++ b/gambas2/receipt	Tue Feb 08 18:20:23 2022 +0000
     1.3 @@ -15,6 +15,14 @@
     1.4  BUILD_DEPENDS="poppler-dev util-linux-uuid-dev lcms-dev tiff-dev jpeg-dev \
     1.5  libpng-dev autoconf automake libtool freetype-dev fontconfig-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://sourceforge.net/projects/gambas/files/gambas2/ 2>/dev/null | \
    1.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.12 +	sed '/scope="row/!d;s|.*/gambas2/||;s|/.*||;q'
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
     2.1 --- a/gavl/receipt	Tue Feb 08 16:59:06 2022 +0000
     2.2 +++ b/gavl/receipt	Tue Feb 08 18:20:23 2022 +0000
     2.3 @@ -12,6 +12,14 @@
     2.4  
     2.5  DEPENDS="glibc-base"
     2.6  
     2.7 +# What is the latest version available today?
     2.8 +current_version()
     2.9 +{
    2.10 +	wget -O - https://sourceforge.net/projects/gmerlin/files/gavl/ 2>/dev/null | \
    2.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    2.12 +	sed '/scope="row/!d;s|.*/gavl/||;s|/.*||;q'
    2.13 +}
    2.14 +
    2.15  # Rules to configure and make the package.
    2.16  compile_rules()
    2.17  {
     3.1 --- a/genext2fs/receipt	Tue Feb 08 16:59:06 2022 +0000
     3.2 +++ b/genext2fs/receipt	Tue Feb 08 18:20:23 2022 +0000
     3.3 @@ -10,6 +10,14 @@
     3.4  WEB_SITE="http://genext2fs.sourceforge.net/"
     3.5  WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
     3.6  
     3.7 +# What is the latest version available today?
     3.8 +current_version()
     3.9 +{
    3.10 +	wget -O - https://sourceforge.net/projects/genext2fs/files/genext2fs/ 2>/dev/null | \
    3.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    3.12 +	sed '/scope="row/!d;s|.*/genext2fs/||;s|/.*||;q'
    3.13 +}
    3.14 +
    3.15  # Rules to configure and make the package.
    3.16  compile_rules()
    3.17  {
     4.1 --- a/ggseq/receipt	Tue Feb 08 16:59:06 2022 +0000
     4.2 +++ b/ggseq/receipt	Tue Feb 08 18:20:23 2022 +0000
     4.3 @@ -13,6 +13,14 @@
     4.4  DEPENDS="wxWidgets28 libsndfile libsamplerate"
     4.5  BUILD_DEPENDS="wxWidgets28-dev libsndfile-dev libsamplerate-dev"
     4.6  
     4.7 +# What is the latest version available today?
     4.8 +current_version()
     4.9 +{
    4.10 +	wget -O - https://sourceforge.net/projects/ggseq/files/ggseq/ 2>/dev/null | \
    4.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    4.12 +	sed '/scope="row/!d;s|.*/ggseq/||;s|/.*||;q'
    4.13 +}
    4.14 +
    4.15  # Rules to configure and make the package.
    4.16  compile_rules()
    4.17  {
     5.1 --- a/gif2apng/receipt	Tue Feb 08 16:59:06 2022 +0000
     5.2 +++ b/gif2apng/receipt	Tue Feb 08 18:20:23 2022 +0000
     5.3 @@ -14,6 +14,14 @@
     5.4  DEPENDS="zlib"
     5.5  BUILD_DEPENDS="zlib-dev"
     5.6  
     5.7 +# What is the latest version available today?
     5.8 +current_version()
     5.9 +{
    5.10 +	wget -O - https://sourceforge.net/projects/gif2apng/files/ 2>/dev/null | \
    5.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    5.12 +	sed '/scope="row/!d;s|.*/files/||;s|/.*||;q'
    5.13 +}
    5.14 +
    5.15  # Rules to configure and make the package.
    5.16  compile_rules()
    5.17  {
     6.1 --- a/giflib/receipt	Tue Feb 08 16:59:06 2022 +0000
     6.2 +++ b/giflib/receipt	Tue Feb 08 18:20:23 2022 +0000
     6.3 @@ -15,6 +15,13 @@
     6.4  xorg-libXdmcp"
     6.5  BUILD_DEPENDS="util-linux-uuid-dev libtool"
     6.6  
     6.7 +# What is the latest version available today?
     6.8 +current_version()
     6.9 +{
    6.10 +	wget -O - https://sourceforge.net/projects/giflib/files/ 2>/dev/null | \
    6.11 +	sed '/scope="row/!d;/tar.gz/!d;s|.*/giflib-||;s|.tar.*||;q'
    6.12 +}
    6.13 +
    6.14  # Rules to configure and make the package.
    6.15  compile_rules()
    6.16  {
     7.1 --- a/gitmail/receipt	Tue Feb 08 16:59:06 2022 +0000
     7.2 +++ b/gitmail/receipt	Tue Feb 08 18:20:23 2022 +0000
     7.3 @@ -13,6 +13,14 @@
     7.4  DEPENDS="gtk+ xorg-libXdamage"
     7.5  BUILD_DEPENDS="pkg-config gtk+ gtk+-dev"
     7.6  
     7.7 +# What is the latest version available today?
     7.8 +current_version()
     7.9 +{
    7.10 +	wget -O - https://sourceforge.net/projects/gitmail/files/gitmail/ 2>/dev/null | \
    7.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    7.12 +	sed '/scope="row/!d;s|.*/gitmail/||;s|/.*||;q'
    7.13 +}
    7.14 +
    7.15  # Rules to configure and make the package.
    7.16  compile_rules()
    7.17  {
     8.1 --- a/glew/receipt	Tue Feb 08 16:59:06 2022 +0000
     8.2 +++ b/glew/receipt	Tue Feb 08 18:20:23 2022 +0000
     8.3 @@ -22,6 +22,13 @@
     8.4  	xorg-libX11-dev xorg-libXdamage-dev xorg-libXfixes-dev xorg-libXt-dev \
     8.5  	xorg-libICE-dev xorg-libSM-dev xorg-xf86vidmodeproto xorg-libXxf86vm-dev"
     8.6  
     8.7 +# What is the latest version available today?
     8.8 +current_version()
     8.9 +{
    8.10 +	wget -O - https://sourceforge.net/projects/glew/files/glew/ 2>/dev/null | \
    8.11 +	sed '/scope="row/!d;s|.*/glew/||;s|/.*||;q'
    8.12 +}
    8.13 +
    8.14  # Rules to configure and make the package.
    8.15  compile_rules()
    8.16  {
     9.1 --- a/gmerlin/receipt	Tue Feb 08 16:59:06 2022 +0000
     9.2 +++ b/gmerlin/receipt	Tue Feb 08 18:20:23 2022 +0000
     9.3 @@ -14,6 +14,14 @@
     9.4  BUILD_DEPENDS="texinfo libxml2-dev expat-dev gavl-dev gtk+-dev alsa-lib-dev \
     9.5  libpng-dev mesa-dev"
     9.6  
     9.7 +# What is the latest version available today?
     9.8 +current_version()
     9.9 +{
    9.10 +	wget -O - https://sourceforge.net/projects/gmerlin/files/gmerlin/ 2>/dev/null | \
    9.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    9.12 +	sed '/scope="row/!d;s|.*/gmerlin/||;s|/.*||;q'
    9.13 +}
    9.14 +
    9.15  # Rules to configure and make the package.
    9.16  compile_rules()
    9.17  {
    10.1 --- a/gmrun/receipt	Tue Feb 08 16:59:06 2022 +0000
    10.2 +++ b/gmrun/receipt	Tue Feb 08 18:20:23 2022 +0000
    10.3 @@ -14,6 +14,14 @@
    10.4  DEPENDS="gtk+ gcc-lib-base popt"
    10.5  BUILD_DEPENDS="gtk+-dev popt-dev"
    10.6  
    10.7 +# What is the latest version available today?
    10.8 +current_version()
    10.9 +{
   10.10 +	wget -O - https://sourceforge.net/projects/gmrun/files/gmrun/ 2>/dev/null | \
   10.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   10.12 +	sed '/scope="row/!d;s|.*/gmrun/||;s|/.*||;q'
   10.13 +}
   10.14 +
   10.15  # Rules to configure and make the package.
   10.16  compile_rules()
   10.17  {
    11.1 --- a/gmtp/receipt	Tue Feb 08 16:59:06 2022 +0000
    11.2 +++ b/gmtp/receipt	Tue Feb 08 18:20:23 2022 +0000
    11.3 @@ -15,6 +15,14 @@
    11.4  BUILD_DEPENDS="flac-dev GConf-dev gtk+-dev libid3tag-dev libmtp-dev 
    11.5  	libvorbis-dev"
    11.6  
    11.7 +# What is the latest version available today?
    11.8 +current_version()
    11.9 +{
   11.10 +	wget -O - https://sourceforge.net/projects/gmtp/files/ 2>/dev/null | \
   11.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   11.12 +	sed '/scope="row/!d;s|.*/gMTP-||;s|/.*||;q'
   11.13 +}
   11.14 +
   11.15  # Rules to configure and make the package.
   11.16  compile_rules()
   11.17  {
    12.1 --- a/gnaughty/receipt	Tue Feb 08 16:59:06 2022 +0000
    12.2 +++ b/gnaughty/receipt	Tue Feb 08 18:20:23 2022 +0000
    12.3 @@ -14,6 +14,14 @@
    12.4  DEPENDS="curl GConf glib gtk+ libglade pcre"
    12.5  BUILD_DEPENDS="curl-dev GConf-dev glib-dev gtk+-dev libglade-dev pcre-dev"
    12.6  
    12.7 +# What is the latest version available today?
    12.8 +current_version()
    12.9 +{
   12.10 +	wget -O - https://sourceforge.net/projects/gnaughty/files/gnaughty-stable/ 2>/dev/null | \
   12.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   12.12 +	sed '/scope="row/!d;s|.*/gnaughty-||;s|/.*||;q'
   12.13 +}
   12.14 +
   12.15  # Rules to configure and make the package.
   12.16  compile_rules()
   12.17  {
    13.1 --- a/gnomad2/receipt	Tue Feb 08 16:59:06 2022 +0000
    13.2 +++ b/gnomad2/receipt	Tue Feb 08 18:20:23 2022 +0000
    13.3 @@ -16,6 +16,14 @@
    13.4  BUILD_DEPENDS="glib-dev gtk+-dev hal-dev intltool libid3tag-dev libmtp-dev 
    13.5  	libnjb-dev libusb-compat-dev taglib-dev"
    13.6  
    13.7 +# What is the latest version available today?
    13.8 +current_version()
    13.9 +{
   13.10 +	wget -O - https://sourceforge.net/projects/gnomad2/files/gnomad2/ 2>/dev/null | \
   13.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   13.12 +	sed '/scope="row/!d;s|.*%20||;s|/.*||;q'
   13.13 +}
   13.14 +
   13.15  # Rules to configure and make the package.
   13.16  compile_rules()
   13.17  {
    14.1 --- a/gnu-netcat/receipt	Tue Feb 08 16:59:06 2022 +0000
    14.2 +++ b/gnu-netcat/receipt	Tue Feb 08 18:20:23 2022 +0000
    14.3 @@ -13,6 +13,14 @@
    14.4  
    14.5  DEPENDS="texinfo"
    14.6  
    14.7 +# What is the latest version available today?
    14.8 +current_version()
    14.9 +{
   14.10 +	wget -O - https://sourceforge.net/projects/netcat/files/netcat/ 2>/dev/null | \
   14.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   14.12 +	sed '/scope="row/!d;s|.*/netcat/||;s|/.*||;q'
   14.13 +}
   14.14 +
   14.15  # Rules to configure and make the package.
   14.16  compile_rules()
   14.17  {
    15.1 --- a/gnucash/receipt	Tue Feb 08 16:59:06 2022 +0000
    15.2 +++ b/gnucash/receipt	Tue Feb 08 18:20:23 2022 +0000
    15.3 @@ -17,6 +17,13 @@
    15.4  libofx-dev libwebkit-dev libxml2-dev libxslt-dev perl slib zlib-dev intltool \
    15.5  util-linux-uuid-dev libtool"
    15.6  
    15.7 +# What is the latest version available today?
    15.8 +current_version()
    15.9 +{
   15.10 +	wget -O - 'https://sourceforge.net/projects/gnucash/files/gnucash (stable)/' 2>/dev/null | \
   15.11 +	sed '/scope="row/!d;s|.*stable%29/||;s|/.*||;q'
   15.12 +}
   15.13 +
   15.14  # Rules to configure and make the package.
   15.15  compile_rules()
   15.16  {
    16.1 --- a/gnuplot/receipt	Tue Feb 08 16:59:06 2022 +0000
    16.2 +++ b/gnuplot/receipt	Tue Feb 08 18:20:23 2022 +0000
    16.3 @@ -17,6 +17,14 @@
    16.4  freetype-dev libpng-dev xorg-libXpm-dev xorg-libX11-dev xorg-libXau-dev \
    16.5  xorg-libXdmcp-dev fontconfig-dev expat-dev wxWidgets-dev pango-dev cairo-dev"
    16.6  
    16.7 +# What is the latest version available today?
    16.8 +current_version()
    16.9 +{
   16.10 +	wget -O - https://sourceforge.net/projects/gnuplot/files/gnuplot/ 2>/dev/null | \
   16.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   16.12 +	sed '/scope="row/!d;s|.*/gnuplot/||;s|/.*||;q'
   16.13 +}
   16.14 +
   16.15  # Rules to configure and make the package.
   16.16  compile_rules()
   16.17  {
    17.1 --- a/goldendict/receipt	Tue Feb 08 16:59:06 2022 +0000
    17.2 +++ b/goldendict/receipt	Tue Feb 08 18:20:23 2022 +0000
    17.3 @@ -14,6 +14,14 @@
    17.4  BUILD_DEPENDS="libvorbis-dev zlib-dev hunspell-dev xorg-dev qmake Qt4-dev \
    17.5  xorg-libXtst-dev phonon-dev"
    17.6  
    17.7 +# What is the latest version available today?
    17.8 +current_version()
    17.9 +{
   17.10 +	wget -O - https://sourceforge.net/projects/goldendict/files/goldendict/ 2>/dev/null | \
   17.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   17.12 +	sed '/scope="row/!d;/-src/!d;s|.*/goldendict-||;s|-src.*||;q'
   17.13 +}
   17.14 +
   17.15  # Rules to configure and make the package.
   17.16  compile_rules()
   17.17  {
    18.1 --- a/gperiodic/receipt	Tue Feb 08 16:59:06 2022 +0000
    18.2 +++ b/gperiodic/receipt	Tue Feb 08 18:20:23 2022 +0000
    18.3 @@ -14,6 +14,13 @@
    18.4  DEPENDS="gtk+ xorg-libXdamage"
    18.5  BUILD_DEPENDS="gtk+-dev"
    18.6  
    18.7 +# What is the latest version available today?
    18.8 +current_version()
    18.9 +{
   18.10 +	wget -O - https://sourceforge.net/projects/gperiodic/files/ 2>/dev/null | \
   18.11 +	sed '/scope="row/!d;s|.*/gperiodic-||;s|.tar.*||;q'
   18.12 +}
   18.13 +
   18.14  # Rules to configure and make the package.
   18.15  compile_rules()
   18.16  {
    19.1 --- a/gphoto2/receipt	Tue Feb 08 16:59:06 2022 +0000
    19.2 +++ b/gphoto2/receipt	Tue Feb 08 18:20:23 2022 +0000
    19.3 @@ -15,6 +15,14 @@
    19.4  DEPENDS="jpeg libexif libgphoto2 libltdl ncurses popt readline"
    19.5  BUILD_DEPENDS="jpeg-dev libgphoto2-dev libtool popt-dev readline-dev"
    19.6  
    19.7 +# What is the latest version available today?
    19.8 +current_version()
    19.9 +{
   19.10 +	wget -O - https://sourceforge.net/projects/gphoto/files/gphoto/ 2>/dev/null | \
   19.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   19.12 +	sed '/scope="row/!d;s|.*/gphoto/||;s|/.*||;q'
   19.13 +}
   19.14 +
   19.15  # Rules to configure and make the package.
   19.16  compile_rules()
   19.17  {
    20.1 --- a/gphotofs/receipt	Tue Feb 08 16:59:06 2022 +0000
    20.2 +++ b/gphotofs/receipt	Tue Feb 08 18:20:23 2022 +0000
    20.3 @@ -13,6 +13,14 @@
    20.4  DEPENDS="fuse libgphoto2 glib"
    20.5  BUILD_DEPENDS="fuse-dev libgphoto2-dev glib-dev libtool"
    20.6  
    20.7 +# What is the latest version available today?
    20.8 +current_version()
    20.9 +{
   20.10 +	wget -O - https://sourceforge.net/projects/gphoto/files/gphotofs/ 2>/dev/null | \
   20.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   20.12 +	sed '/scope="row/!d;s|.*/gphotofs/||;s|/.*||;q'
   20.13 +}
   20.14 +
   20.15  # Rules to configure and make the package.
   20.16  compile_rules()
   20.17  {
    21.1 --- a/gptfdisk/receipt	Tue Feb 08 16:59:06 2022 +0000
    21.2 +++ b/gptfdisk/receipt	Tue Feb 08 18:20:23 2022 +0000
    21.3 @@ -14,6 +14,14 @@
    21.4  DEPENDS="gcc-lib-base ncursesw popt util-linux-uuid"
    21.5  BUILD_DEPENDS="ncursesw-dev popt-dev util-linux-uuid-dev"
    21.6  
    21.7 +# What is the latest version available today?
    21.8 +current_version()
    21.9 +{
   21.10 +	wget -O - https://sourceforge.net/projects/gptfdisk/files/gptfdisk/ 2>/dev/null | \
   21.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   21.12 +	sed '/scope="row/!d;s|.*/gptfdisk/||;s|/.*||;q'
   21.13 +}
   21.14 +
   21.15  # Rules to configure and make the package.
   21.16  compile_rules()
   21.17  {
    22.1 --- a/gputils/receipt	Tue Feb 08 16:59:06 2022 +0000
    22.2 +++ b/gputils/receipt	Tue Feb 08 18:20:23 2022 +0000
    22.3 @@ -14,6 +14,14 @@
    22.4  DEPENDS=""
    22.5  BUILD_DEPENDS=""
    22.6  
    22.7 +# What is the latest version available today?
    22.8 +current_version()
    22.9 +{
   22.10 +	wget -O - https://sourceforge.net/projects/gputils/files/gputils/ 2>/dev/null | \
   22.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   22.12 +	sed '/scope="row/!d;s|.*/gputils-||;s|.tar.*||;s|-|.|;q'
   22.13 +}
   22.14 +
   22.15  # Rules to configure and make the package.
   22.16  compile_rules()
   22.17  {
    23.1 --- a/gqview/receipt	Tue Feb 08 16:59:06 2022 +0000
    23.2 +++ b/gqview/receipt	Tue Feb 08 18:20:23 2022 +0000
    23.3 @@ -14,6 +14,14 @@
    23.4  DEPENDS="gtk+ xorg-libXdamage"
    23.5  BUILD_DEPENDS="pkg-config gtk+ gtk+-dev"
    23.6  
    23.7 +# What is the latest version available today?
    23.8 +current_version()
    23.9 +{
   23.10 +	wget -O - https://sourceforge.net/projects/gqview/files/unstable/ 2>/dev/null | \
   23.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   23.12 +	sed '/scope="row/!d;s|.*/unstable/||;s|/.*||;q'
   23.13 +}
   23.14 +
   23.15  # Rules to configure and make the package.
   23.16  compile_rules()
   23.17  {
    24.1 --- a/graphicsmagick/receipt	Tue Feb 08 16:59:06 2022 +0000
    24.2 +++ b/graphicsmagick/receipt	Tue Feb 08 18:20:23 2022 +0000
    24.3 @@ -16,6 +16,14 @@
    24.4  	xorg-libICE xorg-libSM"
    24.5  BUILD_DEPENDS="util-linux-uuid-dev"
    24.6  
    24.7 +# What is the latest version available today?
    24.8 +current_version()
    24.9 +{
   24.10 +	wget -O - https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/ 2>/dev/null | \
   24.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   24.12 +	sed '/scope="row/!d;s|.*/graphicsmagick/||;s|/.*||;q'
   24.13 +}
   24.14 +
   24.15  # Rules to configure and make the package.
   24.16  compile_rules()
   24.17  {
    25.1 --- a/grub4dos/receipt	Tue Feb 08 16:59:06 2022 +0000
    25.2 +++ b/grub4dos/receipt	Tue Feb 08 18:20:23 2022 +0000
    25.3 @@ -12,6 +12,14 @@
    25.4  
    25.5  BUILD_DEPENDS="lzma gcc3 binutils"
    25.6  
    25.7 +# What is the latest version available today?
    25.8 +current_version()
    25.9 +{
   25.10 +	wget -O - https://sourceforge.net/projects/grub4dos/files/GRUB4DOS/ 2>/dev/null | \
   25.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   25.12 +	sed '/scope="row/!d;s|.*%20||;s|/.*||;q'
   25.13 +}
   25.14 +
   25.15  # Rules to configure and make the package.
   25.16  compile_rules()
   25.17  {
    26.1 --- a/gsim51/receipt	Tue Feb 08 16:59:06 2022 +0000
    26.2 +++ b/gsim51/receipt	Tue Feb 08 18:20:23 2022 +0000
    26.3 @@ -15,6 +15,14 @@
    26.4  DEPENDS="ncurses"
    26.5  BUILD_DEPENDS="ncurses-dev"
    26.6  
    26.7 +# What is the latest version available today?
    26.8 +current_version()
    26.9 +{
   26.10 +	wget -O - https://sourceforge.net/projects/gsim51/files/gsim51/ 2>/dev/null | \
   26.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   26.12 +	sed '/scope="row/!d;s|.*/gSim51v||;s|.tar.*||;q'
   26.13 +}
   26.14 +
   26.15  # Rules to configure and make the package.
   26.16  compile_rules()
   26.17  {
    27.1 --- a/gsoap/receipt	Tue Feb 08 16:59:06 2022 +0000
    27.2 +++ b/gsoap/receipt	Tue Feb 08 18:20:23 2022 +0000
    27.3 @@ -15,6 +15,13 @@
    27.4  DEPENDS="libssl zlib"
    27.5  BUILD_DEPENDS="autoconf automake flex openssl-dev zlib-dev"
    27.6  
    27.7 +# What is the latest version available today?
    27.8 +current_version()
    27.9 +{
   27.10 +	wget -O - https://sourceforge.net/projects/gsoap2/files/ 2>/dev/null | \
   27.11 +	sed '/scope="row/!d;/zip/!d;s|.*/gsoap_||;s|.zip.*||;q'
   27.12 +}
   27.13 +
   27.14  # Rules to configure and make the package.
   27.15  compile_rules()
   27.16  {
    28.1 --- a/gtk-gnutella/receipt	Tue Feb 08 16:59:06 2022 +0000
    28.2 +++ b/gtk-gnutella/receipt	Tue Feb 08 18:20:23 2022 +0000
    28.3 @@ -18,6 +18,14 @@
    28.4  BUILD_DEPENDS="glib-dev gtk+-dev libxml2-dev pkg-config xorg-dev 
    28.5  	zlib-dev"
    28.6  
    28.7 +# What is the latest version available today?
    28.8 +current_version()
    28.9 +{
   28.10 +	wget -O - https://sourceforge.net/projects/gtk-gnutella/files/gtk-gnutella/ 2>/dev/null | \
   28.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   28.12 +	sed '/scope="row/!d;s|.*/gtk-gnutella/||;s|/.*||;q'
   28.13 +}
   28.14 +
   28.15  # Rules to configure and make the package.
   28.16  compile_rules()
   28.17  {
    29.1 --- a/gtk-recordmydesktop/receipt	Tue Feb 08 16:59:06 2022 +0000
    29.2 +++ b/gtk-recordmydesktop/receipt	Tue Feb 08 18:20:23 2022 +0000
    29.3 @@ -14,6 +14,13 @@
    29.4  DEPENDS="python pygtk recordmydesktop"
    29.5  BUILD_DEPENDS="python-dev pygtk-dev"
    29.6  
    29.7 +# What is the latest version available today?
    29.8 +current_version()
    29.9 +{
   29.10 +	wget -O - https://sourceforge.net/projects/recordmydesktop/files/gtk-recordMyDesktop/ 2>/dev/null | \
   29.11 +	sed '/scope="row/!d;s|.*/gtk-recordMyDesktop/||;s|/.*||;q'
   29.12 +}
   29.13 +
   29.14  # Rules to configure and make the package.
   29.15  compile_rules()
   29.16  {
    30.1 --- a/gtk-screenshot/receipt	Tue Feb 08 16:59:06 2022 +0000
    30.2 +++ b/gtk-screenshot/receipt	Tue Feb 08 18:20:23 2022 +0000
    30.3 @@ -15,6 +15,14 @@
    30.4  DEPENDS="gtk+"
    30.5  BUILD_DEPENDS="autoconf automake gtk+-dev libxml2-dev xorg-libXext-dev"
    30.6  
    30.7 +# What is the latest version available today?
    30.8 +current_version()
    30.9 +{
   30.10 +	wget -O - https://sourceforge.net/projects/gtk-screenshot/files/ 2>/dev/null | \
   30.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   30.12 +	sed '/scope="row/!d;s|.*/gtk-screenshot-||;s|.tar.*||;q'
   30.13 +}
   30.14 +
   30.15  # Rules to configure and make the package.
   30.16  compile_rules()
   30.17  {
    31.1 --- a/gtkdatabox/receipt	Tue Feb 08 16:59:06 2022 +0000
    31.2 +++ b/gtkdatabox/receipt	Tue Feb 08 18:20:23 2022 +0000
    31.3 @@ -13,6 +13,14 @@
    31.4  DEPENDS="gtk+"
    31.5  BUILD_DEPENDS="pkg-config libffi gtk+-dev"
    31.6  
    31.7 +# What is the latest version available today?
    31.8 +current_version()
    31.9 +{
   31.10 +	wget -O - https://sourceforge.net/projects/gtkdatabox/files/ 2>/dev/null | \
   31.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   31.12 +	sed '/scope="row/!d;/tar/!d;/gtkdatabox/!d;s|.*/gtkdatabox-||;s|.tar.*||;q'
   31.13 +}
   31.14 +
   31.15  # Rules to configure and make the package.
   31.16  compile_rules()
   31.17  {
    32.1 --- a/gtkglext/receipt	Tue Feb 08 16:59:06 2022 +0000
    32.2 +++ b/gtkglext/receipt	Tue Feb 08 18:20:23 2022 +0000
    32.3 @@ -15,6 +15,14 @@
    32.4  BUILD_DEPENDS="gtk+-dev libglu-mesa libglu-mesa-dev mesa-dev \
    32.5  util-linux-uuid-dev autoconf pangox-compat-dev"
    32.6  
    32.7 +# What is the latest version available today?
    32.8 +current_version()
    32.9 +{
   32.10 +	wget -O - https://sourceforge.net/projects/gtkglext/files/gtkglext/ 2>/dev/null | \
   32.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   32.12 +	sed '/scope="row/!d;s|.*/gtkglext/||;s|/.*||;q'
   32.13 +}
   32.14 +
   32.15  # Rules to configure and make the package.
   32.16  compile_rules()
   32.17  {
    33.1 --- a/gtklp/receipt	Tue Feb 08 16:59:06 2022 +0000
    33.2 +++ b/gtklp/receipt	Tue Feb 08 18:20:23 2022 +0000
    33.3 @@ -15,6 +15,14 @@
    33.4  DEPENDS="cups gtk+"
    33.5  BUILD_DEPENDS="autoconf automake cups-dev file gtk+-dev libtool"
    33.6  
    33.7 +# What is the latest version available today?
    33.8 +current_version()
    33.9 +{
   33.10 +	wget -O - https://sourceforge.net/projects/gtklp/files/gtklp/ 2>/dev/null | \
   33.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   33.12 +	sed '/scope="row/!d;s|.*/gtklp/||;s|/.*||;q'
   33.13 +}
   33.14 +
   33.15  # Rules to configure and make the package.
   33.16  compile_rules()
   33.17  {
    34.1 --- a/gtkperf/receipt	Tue Feb 08 16:59:06 2022 +0000
    34.2 +++ b/gtkperf/receipt	Tue Feb 08 18:20:23 2022 +0000
    34.3 @@ -13,6 +13,14 @@
    34.4  DEPENDS="gtk+"
    34.5  BUILD_DEPENDS="gtk+-dev gettext autoconf"
    34.6  
    34.7 +# What is the latest version available today?
    34.8 +current_version()
    34.9 +{
   34.10 +	wget -O - https://sourceforge.net/projects/gtkperf/files/gtkperf/ 2>/dev/null | \
   34.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   34.12 +	sed '/scope="row/!d;s|.*/gtkperf/||;s|/.*||;q'
   34.13 +}
   34.14 +
   34.15  # Rules to configure and make the package.
   34.16  compile_rules()
   34.17  {
    35.1 --- a/gtkpod/receipt	Tue Feb 08 16:59:06 2022 +0000
    35.2 +++ b/gtkpod/receipt	Tue Feb 08 18:20:23 2022 +0000
    35.3 @@ -13,6 +13,14 @@
    35.4  DEPENDS="libgpod libid3tag flac libvorbis curl libglade hal"
    35.5  BUILD_DEPENDS="flex libgpod-dev libid3tag-dev flac-dev libvorbis-dev curl curl-dev libglade-dev intltool libplist-dev"
    35.6  
    35.7 +# What is the latest version available today?
    35.8 +current_version()
    35.9 +{
   35.10 +	wget -O - https://sourceforge.net/projects/gtkpod/files/gtkpod/ 2>/dev/null | \
   35.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   35.12 +	sed '/scope="row/!d;s|.*/gtkpod-||;s|.tar.*||;q'
   35.13 +}
   35.14 +
   35.15  # Rules to configure and make the package.
   35.16  compile_rules()
   35.17  {
    36.1 --- a/gtkspell3/receipt	Tue Feb 08 16:59:06 2022 +0000
    36.2 +++ b/gtkspell3/receipt	Tue Feb 08 18:20:23 2022 +0000
    36.3 @@ -16,6 +16,14 @@
    36.4  
    36.5  HOST_ARCH="i486 arm"
    36.6  
    36.7 +# What is the latest version available today?
    36.8 +current_version()
    36.9 +{
   36.10 +	wget -O - https://sourceforge.net/projects/gtkspell/files/ 2>/dev/null | \
   36.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   36.12 +	sed '/scope="row/!d;s|.*/files/||;s|/.*||;q'
   36.13 +}
   36.14 +
   36.15  # Rules to configure and make the package.
   36.16  compile_rules()
   36.17  {
    37.1 --- a/guacamole/receipt	Tue Feb 08 16:59:06 2022 +0000
    37.2 +++ b/guacamole/receipt	Tue Feb 08 18:20:23 2022 +0000
    37.3 @@ -19,6 +19,13 @@
    37.4  	libssh2-dev xorg-dev libjson-c-dev libsndfile-dev flac-dev dbus-dev \
    37.5  	libgcrypt-dev"
    37.6  
    37.7 +# What is the latest version available today?
    37.8 +current_version()
    37.9 +{
   37.10 +	wget -O - https://sourceforge.net/projects/guacamole/files/current/source/ 2>/dev/null | \
   37.11 +	sed '/scope="row/!d;s|.*/guacamole-client-||;s|.tar.*||;q'
   37.12 +}
   37.13 +
   37.14  # Rules to configure and make the package.
   37.15  compile_rules()
   37.16  {
    38.1 --- a/gujin/receipt	Tue Feb 08 16:59:06 2022 +0000
    38.2 +++ b/gujin/receipt	Tue Feb 08 18:20:23 2022 +0000
    38.3 @@ -14,6 +14,14 @@
    38.4  DEPENDS=""
    38.5  BUILD_DEPENDS=""
    38.6  
    38.7 +# What is the latest version available today?
    38.8 +current_version()
    38.9 +{
   38.10 +	wget -O - https://sourceforge.net/projects/gujin/files/gujin/ 2>/dev/null | \
   38.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   38.12 +	sed '/scope="row/!d;s|.*/gujin/||;s|/.*||;q'
   38.13 +}
   38.14 +
   38.15  # Rules to configure and make the package.
   38.16  compile_rules()
   38.17  {
    39.1 --- a/guvcview/receipt	Tue Feb 08 16:59:06 2022 +0000
    39.2 +++ b/guvcview/receipt	Tue Feb 08 18:20:23 2022 +0000
    39.3 @@ -15,6 +15,13 @@
    39.4  BUILD_DEPENDS="gtk+3-dev portaudio-dev ffmpeg-dev libsdl2-dev libv4l-dev \
    39.5  libgudev-dev libusb-dev gsl-dev alsa-lib-dev jack-audio-connection-kit-dev"
    39.6  
    39.7 +# What is the latest version available today?
    39.8 +current_version()
    39.9 +{
   39.10 +	wget -O - https://sourceforge.net/projects/guvcview/files/source/ 2>/dev/null | \
   39.11 +	sed '/scope="row/!d;s|.*/guvcview-src-||;s|.tar.*||;q'
   39.12 +}
   39.13 +
   39.14  # Rules to configure and make the package.
   39.15  compile_rules()
   39.16  {
    40.1 --- a/gvolwheel/receipt	Tue Feb 08 16:59:06 2022 +0000
    40.2 +++ b/gvolwheel/receipt	Tue Feb 08 18:20:23 2022 +0000
    40.3 @@ -17,6 +17,13 @@
    40.4  xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
    40.5  BUILD_DEPENDS="alsa-lib-dev gtk+-dev"
    40.6  
    40.7 +# What is the latest version available today?
    40.8 +current_version()
    40.9 +{
   40.10 +	wget -O - https://github.com/Junker/gvolwheel/releases 2>/dev/null | \
   40.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   40.12 +}
   40.13 +
   40.14  # Rules to configure and make the package.
   40.15  compile_rules()
   40.16  {