wok rev 24348

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 18:01:43 2022 +0000 (2022-02-02)
parents 3615521be14e
children f73dc49d0a42
files qastools/receipt qemu/receipt qtractor/receipt quesoglc/receipt quota/receipt radiotray/receipt rdpdesk/receipt re-alpine/receipt reiser4progs/receipt retawq/receipt rhapsody/receipt rhash/receipt rkhunter/receipt rosegarden/receipt rox-default-icons/receipt rox-filer-locales/receipt rox-filer/receipt rp-l2tp/receipt rpcbind/receipt safecopy/receipt sarg/receipt sbackup/receipt sbxkb/receipt scim-pinyin/receipt scim-tables/receipt scite/receipt scons/receipt scribus/receipt sctp-tools/receipt sdcc/receipt searchmonkey/receipt setserial/receipt shared-desktop-ontologies/receipt sip/receipt slsnif/receipt smplayer-themes/receipt softgun/receipt soprano/receipt sox/receipt speedtouch/receipt splashutils/receipt srcpd/receipt streamripper/receipt stund/receipt sudoku-savant/receipt sweethome3d/receipt sz81/receipt
line diff
     1.1 --- a/qastools/receipt	Wed Feb 02 09:41:22 2022 +0000
     1.2 +++ b/qastools/receipt	Wed Feb 02 18:01:43 2022 +0000
     1.3 @@ -14,6 +14,14 @@
     1.4  DEPENDS="alsa-lib libQtCore libQtGui libQtNetwork libQtSvg qasmixer"
     1.5  BUILD_DEPENDS="cmake Qt4-dev qmake alsa-lib-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/qastools/files/ 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|.*/files/||;s|/.*||;q'
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
     2.1 --- a/qemu/receipt	Wed Feb 02 09:41:22 2022 +0000
     2.2 +++ b/qemu/receipt	Wed Feb 02 18:01:43 2022 +0000
     2.3 @@ -19,6 +19,12 @@
     2.4  libtasn1-dev vde2-dev curl-dev attr-dev util-linux-uuid-dev libgio-dev \
     2.5  glib-dev autoconf automake libtool bison flex libusb-dev ncurses-dev xz-dev file"
     2.6  
     2.7 +# What is the latest version available today?
     2.8 +current_version()
     2.9 +{
    2.10 +	wget -O - WEB_SITE 2>/dev/null | sed '/tar..z/!d;s|.*">||;s|</.*||;q'
    2.11 +}
    2.12 +
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
     3.1 --- a/qtractor/receipt	Wed Feb 02 09:41:22 2022 +0000
     3.2 +++ b/qtractor/receipt	Wed Feb 02 18:01:43 2022 +0000
     3.3 @@ -21,6 +21,14 @@
     3.4  # dssi : http://dssi.sourceforge.net/
     3.5  # vst : http://www.steinberg.net/
     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/qtractor/files/qtractor/ 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|.*/qtractor/||;s|/.*||;q'
    3.13 +}
    3.14 +
    3.15  # Rules to configure and make the package.
    3.16  compile_rules()
    3.17  {
     4.1 --- a/quesoglc/receipt	Wed Feb 02 09:41:22 2022 +0000
     4.2 +++ b/quesoglc/receipt	Wed Feb 02 18:01:43 2022 +0000
     4.3 @@ -15,6 +15,14 @@
     4.4  BUILD_DEPENDS="$DEPENDS freetype-dev fontconfig-dev freeglut-dev fribidi-dev \
     4.5  mesa-dev expat-dev xorg-libXxf86vm-dev util-linux-uuid-dev libxcb-dev libxml2-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/quesoglc/files/ 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|.*/quesoglc-||;s|.tar.*||;q'
    4.13 +}
    4.14 +
    4.15  # Rules to configure and make the package.
    4.16  compile_rules()
    4.17  {
     5.1 --- a/quota/receipt	Wed Feb 02 09:41:22 2022 +0000
     5.2 +++ b/quota/receipt	Wed Feb 02 18:01:43 2022 +0000
     5.3 @@ -14,6 +14,14 @@
     5.4  DEPENDS="e2fsprogs"
     5.5  BUILD_DEPENDS="e2fsprogs-dev gettext"
     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/linuxquota/files/quota-tools/ 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|.*/quota-tools/||;s|/.*||;q'
    5.13 +}
    5.14 +
    5.15  # Rules to configure and make the package.
    5.16  compile_rules()
    5.17  {
     6.1 --- a/radiotray/receipt	Wed Feb 02 09:41:22 2022 +0000
     6.2 +++ b/radiotray/receipt	Wed Feb 02 18:01:43 2022 +0000
     6.3 @@ -14,6 +14,13 @@
     6.4  DEPENDS="gst-python python python-lxml"
     6.5  BUILD_DEPENDS="gst-python-dev python python-dev python-xdg"
     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/radiotray/files/releases/ 2>/dev/null | \
    6.11 +	sed '/scope="row/!d;s|.*/radiotray-||;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/rdpdesk/receipt	Wed Feb 02 09:41:22 2022 +0000
     7.2 +++ b/rdpdesk/receipt	Wed Feb 02 18:01:43 2022 +0000
     7.3 @@ -15,6 +15,14 @@
     7.4  openssl-dev xorg-libXp autoconf"
     7.5  SUGGESTED="wfica rdesktop"
     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/rdpdesk/files/Releases/ 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|.*/Releases/||;s|/.*||;q'
    7.13 +}
    7.14 +
    7.15  # Rules to configure and make the package.
    7.16  compile_rules()
    7.17  {
     8.1 --- a/re-alpine/receipt	Wed Feb 02 09:41:22 2022 +0000
     8.2 +++ b/re-alpine/receipt	Wed Feb 02 18:01:43 2022 +0000
     8.3 @@ -14,6 +14,13 @@
     8.4  DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3"
     8.5  BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-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/re-alpine/files/ 2>/dev/null | \
    8.11 +	sed '/scope="row/!d;s|.*/re-alpine-||;s|.tar.*||;q'
    8.12 +}
    8.13 +
    8.14  # Rules to configure and make the package.
    8.15  compile_rules()
    8.16  {
     9.1 --- a/reiser4progs/receipt	Wed Feb 02 09:41:22 2022 +0000
     9.2 +++ b/reiser4progs/receipt	Wed Feb 02 18:01:43 2022 +0000
     9.3 @@ -16,6 +16,13 @@
     9.4  BUILD_DEPENDS="libaal libaal-dev ncurses-dev readline-dev 
     9.5  	util-linux-uuid-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/reiser4/files/reiser4-utils/reiser4progs/ 2>/dev/null | \
    9.11 +	sed '/scope="row/!d;/tar/!d;s|.*/reiser4progs-||;s|.tar.*||;q'
    9.12 +}
    9.13 +
    9.14  # Rules to configure and make the package.
    9.15  compile_rules()
    9.16  {
    10.1 --- a/retawq/receipt	Wed Feb 02 09:41:22 2022 +0000
    10.2 +++ b/retawq/receipt	Wed Feb 02 18:01:43 2022 +0000
    10.3 @@ -15,6 +15,14 @@
    10.4  DEPENDS="ncurses libtinfo openssl"
    10.5  BUILD_DEPENDS="ncurses-dev gettext-tools libtinfo openssl-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/retawq/files/retawq/ 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|.*/retawq-||;s|.tar.*||;q'
   10.13 +}
   10.14 +
   10.15  # Rules to configure and make the package.
   10.16  compile_rules()
   10.17  {
    11.1 --- a/rhapsody/receipt	Wed Feb 02 09:41:22 2022 +0000
    11.2 +++ b/rhapsody/receipt	Wed Feb 02 18:01:43 2022 +0000
    11.3 @@ -14,6 +14,14 @@
    11.4  DEPENDS="ncurses"
    11.5  BUILD_DEPENDS="ncurses-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/rhapsody/files/rhapsody/ 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|.*/rhapsody_||;s|.tgz.*||;q'
   11.13 +}
   11.14 +
   11.15  # Rules to configure and make the package.
   11.16  compile_rules()
   11.17  {
    12.1 --- a/rhash/receipt	Wed Feb 02 09:41:22 2022 +0000
    12.2 +++ b/rhash/receipt	Wed Feb 02 18:01:43 2022 +0000
    12.3 @@ -11,6 +11,14 @@
    12.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    12.5  TAGS="ed2k bthi magnet"
    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/rhash/files/rhash/ 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|.*/rhash/||;s|/.*||;q'
   12.13 +}
   12.14 +
   12.15  # Rules to configure and make the package.
   12.16  compile_rules()
   12.17  {
    13.1 --- a/rkhunter/receipt	Wed Feb 02 09:41:22 2022 +0000
    13.2 +++ b/rkhunter/receipt	Wed Feb 02 18:01:43 2022 +0000
    13.3 @@ -14,6 +14,14 @@
    13.4  DEPENDS=""
    13.5  BUILD_DEPENDS=""
    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/rkhunter/files/rkhunter/ 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|.*/rkhunter/||;s|/.*||;q'
   13.13 +}
   13.14 +
   13.15  # Rules to configure and make the package.
   13.16  compile_rules()
   13.17  {
    14.1 --- a/rosegarden/receipt	Wed Feb 02 09:41:22 2022 +0000
    14.2 +++ b/rosegarden/receipt	Wed Feb 02 18:01:43 2022 +0000
    14.3 @@ -19,6 +19,14 @@
    14.4  xorg-makedepend jack-audio-connection-kit-dev xorg-libX11-dev lirc-dev \
    14.5  util-linux-uuid-dev"
    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/rosegarden/files/rosegarden/ 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|.*/rosegarden/||;s|/.*||;q'
   14.13 +}
   14.14 +
   14.15  # Rules to configure and make the package.
   14.16  compile_rules()
   14.17  {
    15.1 --- a/rox-default-icons/receipt	Wed Feb 02 09:41:22 2022 +0000
    15.2 +++ b/rox-default-icons/receipt	Wed Feb 02 18:01:43 2022 +0000
    15.3 @@ -15,6 +15,14 @@
    15.4  WANTED="rox-filer"
    15.5  BUILD_DEPENDS=""
    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/rox/files/rox/ 2>/dev/null | \
   15.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|' | sort -Vr | sed q | xargs wget -O - 2>/dev/null | \
   15.12 +	sed '/scope="row/!d;s|.*/rox/||;s|/.*||;q'
   15.13 +}
   15.14 +
   15.15  # Rules to configure and make the package.
   15.16  compile_rules()
   15.17  {
    16.1 --- a/rox-filer-locales/receipt	Wed Feb 02 09:41:22 2022 +0000
    16.2 +++ b/rox-filer-locales/receipt	Wed Feb 02 18:01:43 2022 +0000
    16.3 @@ -15,6 +15,14 @@
    16.4  WANTED="rox-filer"
    16.5  BUILD_DEPENDS=""
    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/rox/files/rox/ 2>/dev/null | \
   16.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|' | sort -Vr | sed q | xargs wget -O - 2>/dev/null | \
   16.12 +	sed '/scope="row/!d;s|.*/rox/||;s|/.*||;q'
   16.13 +}
   16.14 +
   16.15  # Rules to configure and make the package.
   16.16  compile_rules()
   16.17  {
    17.1 --- a/rox-filer/receipt	Wed Feb 02 09:41:22 2022 +0000
    17.2 +++ b/rox-filer/receipt	Wed Feb 02 18:01:43 2022 +0000
    17.3 @@ -15,6 +15,14 @@
    17.4  DEPENDS="gtk+ libglade libxml2 shared-mime-info xorg-libSM xorg-libXdamage"
    17.5  BUILD_DEPENDS="gtk+-dev libglade-dev libxml2-dev shared-mime-info-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/rox/files/rox/ 2>/dev/null | \
   17.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|' | sort -Vr | sed q | xargs wget -O - 2>/dev/null | \
   17.12 +	sed '/scope="row/!d;s|.*/rox/||;s|/.*||;q'
   17.13 +}
   17.14 +
   17.15  # Rules to configure and make the package.
   17.16  compile_rules()
   17.17  {
    18.1 --- a/rp-l2tp/receipt	Wed Feb 02 09:41:22 2022 +0000
    18.2 +++ b/rp-l2tp/receipt	Wed Feb 02 18:01:43 2022 +0000
    18.3 @@ -12,6 +12,14 @@
    18.4  TAGS="vpn tunnel"
    18.5  CONFIG_FILES="/etc/l2tp"
    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/rp-l2tp/files/rp-l2tp/ 2>/dev/null | \
   18.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   18.12 +	sed '/scope="row/!d;s|.*/rp-l2tp/||;s|/.*||;q'
   18.13 +}
   18.14 +
   18.15  # Rules to configure and make the package.
   18.16  compile_rules()
   18.17  {
    19.1 --- a/rpcbind/receipt	Wed Feb 02 09:41:22 2022 +0000
    19.2 +++ b/rpcbind/receipt	Wed Feb 02 18:01:43 2022 +0000
    19.3 @@ -21,6 +21,14 @@
    19.4  	arm*) export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include/tirpc" ;;
    19.5  esac
    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/rpcbind/files/rpcbind/ 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|.*/rpcbind/||;s|/.*||;q'
   19.13 +}
   19.14 +
   19.15  # Rules to configure and make the package.
   19.16  compile_rules()
   19.17  {
    20.1 --- a/safecopy/receipt	Wed Feb 02 09:41:22 2022 +0000
    20.2 +++ b/safecopy/receipt	Wed Feb 02 18:01:43 2022 +0000
    20.3 @@ -13,6 +13,14 @@
    20.4  DEPENDS=""
    20.5  BUILD_DEPENDS=""
    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/safecopy/files/safecopy/ 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|.*/safecopy-||;s|/.*||;q'
   20.13 +}
   20.14 +
   20.15  # Rules to configure and make the package.
   20.16  compile_rules()
   20.17  {
    21.1 --- a/sarg/receipt	Wed Feb 02 09:41:22 2022 +0000
    21.2 +++ b/sarg/receipt	Wed Feb 02 18:01:43 2022 +0000
    21.3 @@ -11,6 +11,14 @@
    21.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    21.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    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/sarg/files/sarg/ 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|.*/sarg-||;s|.tar.*||;q'
   21.13 +}
   21.14 +
   21.15  # Rules to configure and make the package.
   21.16  compile_rules()
   21.17  {
    22.1 --- a/sbackup/receipt	Wed Feb 02 09:41:22 2022 +0000
    22.2 +++ b/sbackup/receipt	Wed Feb 02 18:01:43 2022 +0000
    22.3 @@ -16,6 +16,15 @@
    22.4  	pygtk python sshfs-fuse"
    22.5  BUILD_DEPENDS="$DEPENDS python-setuptools"
    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/sbackup/files/sbackup/ 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|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   22.13 +	sed '/scope="row/!d;/tar/!ds|.*/sbackup_||;s|.tar.*||;q'
   22.14 +}
   22.15 +
   22.16  # Rules to configure and make the package.
   22.17  compile_rules()
   22.18  {
    23.1 --- a/sbxkb/receipt	Wed Feb 02 09:41:22 2022 +0000
    23.2 +++ b/sbxkb/receipt	Wed Feb 02 18:01:43 2022 +0000
    23.3 @@ -17,6 +17,12 @@
    23.4  xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
    23.5  BUILD_DEPENDS="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/staybox/files/ 2>/dev/null | \
   23.11 +	sed '/scope="row/!d;/sbxkb/!d;s|.*/sbxkb-||;s|.tar.*||;q'
   23.12 +}
   23.13  # Rules to configure and make the package.
   23.14  compile_rules()
   23.15  {
    24.1 --- a/scim-pinyin/receipt	Wed Feb 02 09:41:22 2022 +0000
    24.2 +++ b/scim-pinyin/receipt	Wed Feb 02 18:01:43 2022 +0000
    24.3 @@ -15,6 +15,13 @@
    24.4  DEPENDS="scim"
    24.5  BUILD_DEPENDS="automake gtk+-dev libtool scim-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/scim/files/scim-pinyin/ 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|.*/scim-pinyin-||;s|.tar.*||;q'
   24.13 +}
   24.14  # Rules to configure and make the package.
   24.15  compile_rules()
   24.16  {
    25.1 --- a/scim-tables/receipt	Wed Feb 02 09:41:22 2022 +0000
    25.2 +++ b/scim-tables/receipt	Wed Feb 02 18:01:43 2022 +0000
    25.3 @@ -16,6 +16,14 @@
    25.4  	scim-tables-ja scim-tables-ko scim-tables-zh"
    25.5  BUILD_DEPENDS="automake libtool scim-dev expat-dev gtk+-dev"
    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/scim/files/scim-tables/ 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|.*/scim-tables-||;s|.tar.*||;q'
   25.13 +}
   25.14 +
   25.15  # Rules to configure and make the package.
   25.16  compile_rules()
   25.17  {
    26.1 --- a/scite/receipt	Wed Feb 02 09:41:22 2022 +0000
    26.2 +++ b/scite/receipt	Wed Feb 02 18:01:43 2022 +0000
    26.3 @@ -15,6 +15,14 @@
    26.4  DEPENDS="gcc83-lib-base gtk+ xorg-libXdamage"
    26.5  BUILD_DEPENDS="gcc83 gtk+-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/scintilla/files/SciTE/ 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|.*/SciTE/||;s|/.*||;q'
   26.13 +}
   26.14 +
   26.15  # Rules to configure and make the package.
   26.16  compile_rules()
   26.17  {
    27.1 --- a/scons/receipt	Wed Feb 02 09:41:22 2022 +0000
    27.2 +++ b/scons/receipt	Wed Feb 02 18:01:43 2022 +0000
    27.3 @@ -13,6 +13,14 @@
    27.4  DEPENDS="python"
    27.5  BUILD_DEPENDS="python python-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/scons/files/scons/ 2>/dev/null | \
   27.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   27.12 +	sed '/scope="row/!d;s|.*/scons/||;s|/.*||;q'
   27.13 +}
   27.14 +
   27.15  # Rules to configure and make the package.
   27.16  compile_rules()
   27.17  {
    28.1 --- a/scribus/receipt	Wed Feb 02 09:41:22 2022 +0000
    28.2 +++ b/scribus/receipt	Wed Feb 02 18:01:43 2022 +0000
    28.3 @@ -18,6 +18,14 @@
    28.4  ghostscript python python-dev python-pil pkg-config aspell aspell-dev \
    28.5  libboost-dev openssl openssl-dev zlib tk"
    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/scribus/files/scribus/ 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|.*/scribus/||;s|/.*||;q'
   28.13 +}
   28.14 +
   28.15  # Rules to configure and make the package.
   28.16  compile_rules()
   28.17  {
    29.1 --- a/sctp-tools/receipt	Wed Feb 02 09:41:22 2022 +0000
    29.2 +++ b/sctp-tools/receipt	Wed Feb 02 18:01:43 2022 +0000
    29.3 @@ -14,6 +14,13 @@
    29.4  
    29.5  DEPENDS="libsctp"
    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/lksctp/files/lksctp-tools/ 2>/dev/null | \
   29.11 +	sed '/scope="row/!d;s|.*/lksctp-tools-||;s|.tar.*||;q'
   29.12 +}
   29.13 +
   29.14  # Rules to configure and make the package.
   29.15  compile_rules()
   29.16  {
    30.1 --- a/sdcc/receipt	Wed Feb 02 09:41:22 2022 +0000
    30.2 +++ b/sdcc/receipt	Wed Feb 02 18:01:43 2022 +0000
    30.3 @@ -15,6 +15,14 @@
    30.4  DEPENDS="gcc83-lib-base"
    30.5  BUILD_DEPENDS="automake flex gcc83 gcc83-lib-base gputils libboost-graph-dev texinfo"
    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/sdcc/files/sdcc/ 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|.*/sdcc/||;s|/.*||;q'
   30.13 +}
   30.14 +
   30.15  # Rules to configure and make the package.
   30.16  compile_rules()
   30.17  {
    31.1 --- a/searchmonkey/receipt	Wed Feb 02 09:41:22 2022 +0000
    31.2 +++ b/searchmonkey/receipt	Wed Feb 02 18:01:43 2022 +0000
    31.3 @@ -14,6 +14,14 @@
    31.4  DEPENDS="gtk+ libglade xorg-libXdamage"
    31.5  BUILD_DEPENDS="gtk+-dev libglade-dev libzip-dev poppler-dev xorg-libXdamage-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/searchmonkey/files/gSearchmonkey%20GTK%20(Gnome)/' 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;s|.*/gSearchmonkey%20GTK%20%28Gnome%29/||;s|%20.*||;q'
   31.13 +}
   31.14 +
   31.15  # Rules to configure and make the package.
   31.16  compile_rules()
   31.17  {	
    32.1 --- a/setserial/receipt	Wed Feb 02 09:41:22 2022 +0000
    32.2 +++ b/setserial/receipt	Wed Feb 02 18:01:43 2022 +0000
    32.3 @@ -11,6 +11,14 @@
    32.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    32.5  HOST_ARCH="i486 arm"
    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/setserial/files/setserial/ 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|.*/setserial/||;s|/.*||;q'
   32.13 +}
   32.14 +
   32.15  # Rules to configure and make the package.
   32.16  compile_rules()
   32.17  {
    33.1 --- a/shared-desktop-ontologies/receipt	Wed Feb 02 09:41:22 2022 +0000
    33.2 +++ b/shared-desktop-ontologies/receipt	Wed Feb 02 18:01:43 2022 +0000
    33.3 @@ -13,6 +13,14 @@
    33.4  DEPENDS=""
    33.5  BUILD_DEPENDS="cmake"
    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/oscaf/files/shared-desktop-ontologies/ 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|.*/shared-desktop-ontologies/||;s|/.*||;q'
   33.13 +}
   33.14 +
   33.15  # Rules to configure and make the package.
   33.16  compile_rules()
   33.17  {
    34.1 --- a/sip/receipt	Wed Feb 02 09:41:22 2022 +0000
    34.2 +++ b/sip/receipt	Wed Feb 02 18:01:43 2022 +0000
    34.3 @@ -15,6 +15,13 @@
    34.4  DEPENDS="gcc-lib-base python"
    34.5  BUILD_DEPENDS="python-dev"
    34.6  
    34.7 +# What is the latest version available today?
    34.8 +current_version()
    34.9 +{
   34.10 +	wget -O - $WEB_SITE 2>/dev/null | \
   34.11 +	sed '/SIP/!d;/eleased/!d;s|.*SIP v||;s| .*||;q'
   34.12 +}
   34.13 +
   34.14  # Rules to configure and make the package.
   34.15  compile_rules()
   34.16  {
    35.1 --- a/slsnif/receipt	Wed Feb 02 09:41:22 2022 +0000
    35.2 +++ b/slsnif/receipt	Wed Feb 02 18:01:43 2022 +0000
    35.3 @@ -10,6 +10,14 @@
    35.4  WEB_SITE="http://slsnif.sourceforge.net/"
    35.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    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/slsnif/files/slsnif/ 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|.*slsnif-||;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/smplayer-themes/receipt	Wed Feb 02 09:41:22 2022 +0000
    36.2 +++ b/smplayer-themes/receipt	Wed Feb 02 18:01:43 2022 +0000
    36.3 @@ -14,6 +14,14 @@
    36.4  DEPENDS="smplayer"
    36.5  BUILD_DEPENDS="Qt4-dev qmake"
    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/smplayer/files/SMPlayer/ 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|.*/SMPlayer/||;s|/.*||;q'
   36.13 +}
   36.14 +
   36.15  # Rules to configure and make the package.
   36.16  compile_rules()
   36.17  {
    37.1 --- a/softgun/receipt	Wed Feb 02 09:41:22 2022 +0000
    37.2 +++ b/softgun/receipt	Wed Feb 02 18:01:43 2022 +0000
    37.3 @@ -14,6 +14,14 @@
    37.4  DEPENDS="alsa-lib"
    37.5  BUILD_DEPENDS="alsa-lib-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/softgun/files/softgun/ 2>/dev/null | \
   37.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   37.12 +	sed '/scope="row/!d;s|.*/softgun-||;s|.tgz.*||;q'
   37.13 +}
   37.14 +
   37.15  # Rules to configure and make the package.
   37.16  compile_rules()
   37.17  {
    38.1 --- a/soprano/receipt	Wed Feb 02 09:41:22 2022 +0000
    38.2 +++ b/soprano/receipt	Wed Feb 02 18:01:43 2022 +0000
    38.3 @@ -13,6 +13,14 @@
    38.4  DEPENDS="libQtCore libQtNetwork raptor libiodbc"
    38.5  BUILD_DEPENDS="cmake qmake Qt4-dev raptor-dev libiodbc-dev"
    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/soprano/files/Soprano/ 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|.*/Soprano/||;s|/.*||;q'
   38.13 +}
   38.14 +
   38.15  # Rules to configure and make the package.
   38.16  compile_rules()
   38.17  {
    39.1 --- a/sox/receipt	Wed Feb 02 09:41:22 2022 +0000
    39.2 +++ b/sox/receipt	Wed Feb 02 18:01:43 2022 +0000
    39.3 @@ -29,6 +29,14 @@
    39.4  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS flac-dev"
    39.5  esac
    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/sox/files/sox/ 2>/dev/null | \
   39.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   39.12 +	sed '/scope="row/!d;s|.*/sox/||;s|/.*||;q'
   39.13 +}
   39.14 +
   39.15  # Rules to configure and make the package.
   39.16  compile_rules()
   39.17  {
    40.1 --- a/speedtouch/receipt	Wed Feb 02 09:41:22 2022 +0000
    40.2 +++ b/speedtouch/receipt	Wed Feb 02 18:01:43 2022 +0000
    40.3 @@ -11,9 +11,15 @@
    40.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    40.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    40.6  
    40.7 +# What is the latest version available today?
    40.8 +current_version()
    40.9 +{
   40.10 +	wget -O - https://sourceforge.net/projects/speedtouch/files/speedtouch%20driver/ 2>/dev/null | \
   40.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   40.12 +	sed '/scope="row/!d;s|.*/speedtouch%20driver/Release%20||;s|/.*||;q'
   40.13 +}
   40.14  
   40.15  # Rules to configure and make the package.
   40.16 -
   40.17  compile_rules() {
   40.18    cd $src
   40.19    while read file; do
    41.1 --- a/splashutils/receipt	Wed Feb 02 09:41:22 2022 +0000
    41.2 +++ b/splashutils/receipt	Wed Feb 02 18:01:43 2022 +0000
    41.3 @@ -14,6 +14,13 @@
    41.4  BUILD_DEPENDS="autoconf automake libtool jpeg-dev gpm-dev libpng-dev \
    41.5  freetype-dev"
    41.6  
    41.7 +# What is the latest version available today?
    41.8 +current_version()
    41.9 +{
   41.10 +	wget -O - https://sourceforge.net/projects/fbsplash.berlios/files/ 2>/dev/null | \
   41.11 +	sed '/splashutils-[0-9]/!d;s|.*utils-||;s|.tar.*||;q'
   41.12 +}
   41.13 +
   41.14  # Rules to configure and make the package.
   41.15  compile_rules()
   41.16  {
    42.1 --- a/srcpd/receipt	Wed Feb 02 09:41:22 2022 +0000
    42.2 +++ b/srcpd/receipt	Wed Feb 02 18:01:43 2022 +0000
    42.3 @@ -16,6 +16,14 @@
    42.4  
    42.5  CONFIG_FILES="/etc/srcpd.conf"
    42.6  
    42.7 +# What is the latest version available today?
    42.8 +current_version()
    42.9 +{
   42.10 +	wget -O - https://sourceforge.net/projects/srcpd/files/srcpd/ 2>/dev/null | \
   42.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   42.12 +	sed '/scope="row/!d;s|.*/srcpd/||;s|/.*||;q'
   42.13 +}
   42.14 +
   42.15  # Rules to configure and make the package.
   42.16  compile_rules()
   42.17  {
    43.1 --- a/streamripper/receipt	Wed Feb 02 09:41:22 2022 +0000
    43.2 +++ b/streamripper/receipt	Wed Feb 02 18:01:43 2022 +0000
    43.3 @@ -13,6 +13,14 @@
    43.4  DEPENDS="gtk+ libmad libvorbis faad2 glibc-base"
    43.5  BUILD_DEPENDS="gtk+-dev libmad-dev"
    43.6  
    43.7 +# What is the latest version available today?
    43.8 +current_version()
    43.9 +{
   43.10 +	wget -O - 'https://sourceforge.net/projects/streamripper/files/streamripper%20(current)/' 2>/dev/null | \
   43.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   43.12 +	sed '/scope="row/!d;s|.*/streamripper%20%28current%29/||;s|/.*||;q'
   43.13 +}
   43.14 +
   43.15  # Rules to configure and make the package.
   43.16  compile_rules()
   43.17  {
    44.1 --- a/stund/receipt	Wed Feb 02 09:41:22 2022 +0000
    44.2 +++ b/stund/receipt	Wed Feb 02 18:01:43 2022 +0000
    44.3 @@ -13,6 +13,14 @@
    44.4  DEPENDS="gcc-lib-base"
    44.5  BUILD_DEPENDS=""
    44.6  
    44.7 +# What is the latest version available today?
    44.8 +current_version()
    44.9 +{
   44.10 +	wget -O - https://sourceforge.net/projects/stun/files/stun/ 2>/dev/null | \
   44.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   44.12 +	sed '/scope="row/!d;s|.*/stun/||;s|/.*||;q'
   44.13 +}
   44.14 +
   44.15  # Rules to configure and make the package.
   44.16  compile_rules()
   44.17  {
    45.1 --- a/sudoku-savant/receipt	Wed Feb 02 09:41:22 2022 +0000
    45.2 +++ b/sudoku-savant/receipt	Wed Feb 02 18:01:43 2022 +0000
    45.3 @@ -16,6 +16,14 @@
    45.4  BUILD_DEPENDS="gtk+-dev libpthread-stubs desktop-file-utils-extra \
    45.5  coreutils-operations"
    45.6  
    45.7 +# What is the latest version available today?
    45.8 +current_version()
    45.9 +{
   45.10 +	wget -O - https://sourceforge.net/projects/sudoku-savant/files/sudoku-savant/ 2>/dev/null | \
   45.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   45.12 +	sed '/scope="row/!d;s|.*savant-||;s|.tar.*||;q'
   45.13 +}
   45.14 +
   45.15  # Rules to configure and make the package.
   45.16  compile_rules()
   45.17  {
    46.1 --- a/sweethome3d/receipt	Wed Feb 02 09:41:22 2022 +0000
    46.2 +++ b/sweethome3d/receipt	Wed Feb 02 18:01:43 2022 +0000
    46.3 @@ -15,6 +15,14 @@
    46.4  DEPENDS="libgl"
    46.5  BUILD_DEPENDS=""
    46.6  
    46.7 +# What is the latest version available today?
    46.8 +current_version()
    46.9 +{
   46.10 +	wget -O - https://sourceforge.net/projects/sweethome3d/files/SweetHome3D/ 2>/dev/null | \
   46.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   46.12 +	sed '/scope="row/!d;/linux-x86/!d;s|.*3D-||;s|-linux.*||;q'
   46.13 +}
   46.14 +
   46.15  # Rules to configure and make the package.
   46.16  compile_rules()
   46.17  {
    47.1 --- a/sz81/receipt	Wed Feb 02 09:41:22 2022 +0000
    47.2 +++ b/sz81/receipt	Wed Feb 02 18:01:43 2022 +0000
    47.3 @@ -14,6 +14,14 @@
    47.4  DEPENDS="libsdl"
    47.5  BUILD_DEPENDS="libsdl-dev"
    47.6  
    47.7 +# What is the latest version available today?
    47.8 +current_version()
    47.9 +{
   47.10 +	wget -O - https://sourceforge.net/projects/sz81/files/sz81/ 2>/dev/null | \
   47.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   47.12 +	sed '/scope="row/!d;s|.*/sz81/||;s|/.*||;q'
   47.13 +}
   47.14 +
   47.15  # Rules to configure and make the package.
   47.16  compile_rules()
   47.17  {