wok rev 24545

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 24 19:32:16 2022 +0000 (2022-02-24)
parents 63d5c5001e68
children ff86a04c1516
files BootProg/receipt dfbterm/receipt fbff/receipt fbpdf-mupdf/receipt fbvis/receipt fbvnc/receipt freepats/receipt gecko-mediaplayer/receipt git-gui/receipt gmpc/receipt guichan/receipt itaka/receipt jnettop/receipt kdelibs/receipt listpatron/receipt mozplugger/receipt murrine-themes/receipt naim/receipt obfsproxy/receipt openbox-imlib2/receipt openbox/receipt ovz-web-panel/receipt pdnsd/receipt polkit-qt/receipt puppet-dashboard/receipt py3k-dbus/receipt python-cherrypy/receipt python-cssutils/receipt pywebkitgtk/receipt qtpanel/receipt qtwitter/receipt rubygems/receipt secure-delete/receipt stoq/receipt vidalia/receipt visualnqc/receipt xbattle/receipt zonecheck/receipt
line diff
     1.1 --- a/BootProg/receipt	Thu Feb 24 15:42:47 2022 +0100
     1.2 +++ b/BootProg/receipt	Thu Feb 24 19:32:16 2022 +0000
     1.3 @@ -6,9 +6,7 @@
     1.4  SHORT_DESC="FAT12/16/32 Bootsector for .COMs/.EXEs"
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="MIT"
     1.7 -#TARBALL="$PACKAGE-$VERSION.tar.zip"
     1.8  WEB_SITE="https://wiki.osdev.org/BootProg"
     1.9 -#WGET_URL="$WEB_SITE/archive/refs/heads/master.zip"
    1.10  
    1.11  BUILD_DEPENDS="nasm"
    1.12  
     2.1 --- a/dfbterm/receipt	Thu Feb 24 15:42:47 2022 +0100
     2.2 +++ b/dfbterm/receipt	Thu Feb 24 19:32:16 2022 +0000
     2.3 @@ -15,6 +15,13 @@
     2.4  DEPENDS="directfb lite freetype"
     2.5  BUILD_DEPENDS="directfb-dev lite-dev freetype-dev"
     2.6  
     2.7 +# What is the latest version available today?
     2.8 +current_version()
     2.9 +{
    2.10 +	wget -O - https://github.com/pld-linux/DFBTerm/tags 2>/dev/null | \
    2.11 +	sed '/archive.*tar/!d;s|.*/DFBTerm-\(.*\).tar.*|\1|;q'
    2.12 +}
    2.13 +
    2.14  # Rules to configure and make the package.
    2.15  compile_rules()
    2.16  {
     3.1 --- a/fbff/receipt	Thu Feb 24 15:42:47 2022 +0100
     3.2 +++ b/fbff/receipt	Thu Feb 24 19:32:16 2022 +0000
     3.3 @@ -16,6 +16,13 @@
     3.4  BUILD_DEPENDS="ffmpeg-dev zlib-dev libgnutls"
     3.5  HOST_ARCH="i486 arm"
     3.6  
     3.7 +# What is the latest version available today?
     3.8 +current_version()
     3.9 +{
    3.10 +	wget -O - $WEB_SITE/shortlog 2>/dev/null | \
    3.11 +	sed '/<td title=/!d;s|.*<i>||;s|</.*||;s|-||g;q'
    3.12 +}
    3.13 +
    3.14  # Rules to configure and make the package.
    3.15  compile_rules()
    3.16  {
     4.1 --- a/fbpdf-mupdf/receipt	Thu Feb 24 15:42:47 2022 +0100
     4.2 +++ b/fbpdf-mupdf/receipt	Thu Feb 24 19:32:16 2022 +0000
     4.3 @@ -15,6 +15,13 @@
     4.4  DEPENDS="bzlib djvulibre freetype jbig2dec openjpeg"
     4.5  BUILD_DEPENDS="djvulibre-dev mupdf-dev"
     4.6  
     4.7 +# What is the latest version available today?
     4.8 +current_version()
     4.9 +{
    4.10 +	wget -O - $WEB_SITE/shortlog 2>/dev/null | \
    4.11 +	sed '/<td title=/!d;s|.*<i>||;s|</.*||;s|-||g;q'
    4.12 +}
    4.13 +
    4.14  # Rules to configure and make the package.
    4.15  compile_rules()
    4.16  {
     5.1 --- a/fbvis/receipt	Thu Feb 24 15:42:47 2022 +0100
     5.2 +++ b/fbvis/receipt	Thu Feb 24 19:32:16 2022 +0000
     5.3 @@ -11,6 +11,13 @@
     5.4  WGET_URL="git|git://repo.or.cz/fbvis.git"
     5.5  HOST_ARCH="i486 arm"
     5.6  
     5.7 +# What is the latest version available today?
     5.8 +current_version()
     5.9 +{
    5.10 +	wget -O - $WEB_SITE/shortlog 2>/dev/null | \
    5.11 +	sed '/<td title=/!d;s|.*<i>||;s|</.*||;s|-||g;q'
    5.12 +}
    5.13 +
    5.14  # Rules to configure and make the package.
    5.15  compile_rules()
    5.16  {
     6.1 --- a/fbvnc/receipt	Thu Feb 24 15:42:47 2022 +0100
     6.2 +++ b/fbvnc/receipt	Thu Feb 24 19:32:16 2022 +0000
     6.3 @@ -17,6 +17,13 @@
     6.4  	i?86) BUILD_DEPENDS="git" ;;
     6.5  esac
     6.6  
     6.7 +# What is the latest version available today?
     6.8 +current_version()
     6.9 +{
    6.10 +	wget -O - $WEB_SITE/shortlog 2>/dev/null | \
    6.11 +	sed '/<td title=/!d;s|.*<i>||;s|</.*||;s|-||g;q'
    6.12 +}
    6.13 +
    6.14  # Rules to configure and make the package.
    6.15  compile_rules()
    6.16  {
     7.1 --- a/freepats/receipt	Thu Feb 24 15:42:47 2022 +0100
     7.2 +++ b/freepats/receipt	Thu Feb 24 19:32:16 2022 +0000
     7.3 @@ -13,6 +13,13 @@
     7.4  DEPENDS="TiMidity++"
     7.5  BUILD_DEPENDS=""
     7.6  
     7.7 +# What is the latest version available today?
     7.8 +current_version()
     7.9 +{
    7.10 +	wget -O - https://github.com/feross/freepats/tags 2>/dev/null | \
    7.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    7.12 +}
    7.13 +
    7.14  # Rules to gen a SliTaz package suitable for Tazpkg.   
    7.15  genpkg_rules()                                      
    7.16  {
     8.1 --- a/gecko-mediaplayer/receipt	Thu Feb 24 15:42:47 2022 +0100
     8.2 +++ b/gecko-mediaplayer/receipt	Thu Feb 24 19:32:16 2022 +0000
     8.3 @@ -14,6 +14,13 @@
     8.4  DEPENDS="gnome-mplayer dbus-glib gcc-lib-base"
     8.5  BUILD_DEPENDS="firefox-dev dbus-dev dbus-glib-dev nspr-dev"
     8.6  
     8.7 +# What is the latest version available today?
     8.8 +current_version()
     8.9 +{
    8.10 +	wget -O - https://github.com/rstorelli/gecko-mediaplayer/tags 2>/dev/null | \
    8.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
    8.12 +}
    8.13 +
    8.14  # Rules to configure and make the package.
    8.15  compile_rules()
    8.16  {
     9.1 --- a/git-gui/receipt	Thu Feb 24 15:42:47 2022 +0100
     9.2 +++ b/git-gui/receipt	Thu Feb 24 19:32:16 2022 +0000
     9.3 @@ -14,6 +14,13 @@
     9.4  DEPENDS="tk git"
     9.5  BUILD_DEPENDS="$DEPENDS"
     9.6  
     9.7 +# What is the latest version available today?
     9.8 +current_version()
     9.9 +{
    9.10 +	wget -O - $WEB_SITE/shortlog 2>/dev/null | \
    9.11 +	sed '/<td title=/!d;s|.*<i>||;s|</.*||;s|-||g;q'
    9.12 +}
    9.13 +
    9.14  # Rules to configure and make the package.
    9.15  compile_rules()
    9.16  {
    10.1 --- a/gmpc/receipt	Thu Feb 24 15:42:47 2022 +0100
    10.2 +++ b/gmpc/receipt	Thu Feb 24 19:32:16 2022 +0000
    10.3 @@ -19,6 +19,13 @@
    10.4  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS vala"
    10.5  esac
    10.6  
    10.7 +# What is the latest version available today?
    10.8 +current_version()
    10.9 +{
   10.10 +	wget -O - https://github.com/DaveDavenport/gmpc/tags 2>/dev/null | \
   10.11 +	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
   10.12 +}
   10.13 +
   10.14  # Rules to configure and make the package.
   10.15  compile_rules() {
   10.16    ./configure \
    11.1 --- a/guichan/receipt	Thu Feb 24 15:42:47 2022 +0100
    11.2 +++ b/guichan/receipt	Thu Feb 24 19:32:16 2022 +0000
    11.3 @@ -13,6 +13,13 @@
    11.4  DEPENDS="libsdl libsdl-image"
    11.5  BUILD_DEPENDS="libsdl-dev libsdl-image-dev mesa-dev"
    11.6  
    11.7 +# What is the latest version available today?
    11.8 +current_version()
    11.9 +{
   11.10 +	wget --no-check-certificate -O - https://gitorious.org/guichan/mainline 2>/dev/null | \
   11.11 +	sed '/table class="tags"/,/table class="heads"/!d;/class="list name"/!d;s|.*">v||;s|<.*||;q'
   11.12 +}
   11.13 +
   11.14  # Rules to configure and make the package.
   11.15  compile_rules()
   11.16  {
    12.1 --- a/itaka/receipt	Thu Feb 24 15:42:47 2022 +0100
    12.2 +++ b/itaka/receipt	Thu Feb 24 19:32:16 2022 +0000
    12.3 @@ -13,6 +13,13 @@
    12.4  
    12.5  DEPENDS="pygtk twisted"
    12.6  
    12.7 +# What is the latest version available today?
    12.8 +current_version()
    12.9 +{
   12.10 +	wget -O - https://github.com/marcetcheverry/Itaka/tags 2>/dev/null | \
   12.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   12.12 +}
   12.13 +
   12.14  # Rules to configure and make the package.
   12.15  compile_rules()
   12.16  {
    13.1 --- a/jnettop/receipt	Thu Feb 24 15:42:47 2022 +0100
    13.2 +++ b/jnettop/receipt	Thu Feb 24 19:32:16 2022 +0000
    13.3 @@ -13,6 +13,14 @@
    13.4  DEPENDS="ncurses libpcap libdb"
    13.5  BUILD_DEPENDS="ncurses-dev libpcap-dev pkg-config glib-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/jnettop/files/jnettop/ 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;/tar.gz/!d;s|.*/jnettop-||;s|.tar.*||;q'
   13.13 +}
   13.14 +
   13.15  # Rules to configure and make the package.
   13.16  compile_rules()
   13.17  {
    14.1 --- a/kdelibs/receipt	Thu Feb 24 15:42:47 2022 +0100
    14.2 +++ b/kdelibs/receipt	Thu Feb 24 19:32:16 2022 +0000
    14.3 @@ -20,6 +20,13 @@
    14.4  	qca-dev qmake Qt4-dev shared-mime-info-dev soprano-dev strigi-dev 
    14.5  	udev-dev udisks2-dev udisks2"
    14.6  
    14.7 +# What is the latest version available today?
    14.8 +current_version()
    14.9 +{
   14.10 +	wget -O - https://github.com/KDE/kdelibs/tags 2>/dev/null | \
   14.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   14.12 +}
   14.13 +
   14.14  # Rules to configure and make the package.
   14.15  compile_rules()
   14.16  {
    15.1 --- a/listpatron/receipt	Thu Feb 24 15:42:47 2022 +0100
    15.2 +++ b/listpatron/receipt	Thu Feb 24 19:32:16 2022 +0000
    15.3 @@ -13,6 +13,13 @@
    15.4  DEPENDS="gtk+ xorg-libXdamage"
    15.5  BUILD_DEPENDS="gtk+-dev"
    15.6  
    15.7 +# What is the latest version available today?
    15.8 +current_version()
    15.9 +{
   15.10 +	wget -O - https://github.com/fboender/listpatron/releases 2>/dev/null | \
   15.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   15.12 +}
   15.13 +
   15.14  # Rules to configure and make the package.
   15.15  compile_rules()
   15.16  {
    16.1 --- a/mozplugger/receipt	Thu Feb 24 15:42:47 2022 +0100
    16.2 +++ b/mozplugger/receipt	Thu Feb 24 19:32:16 2022 +0000
    16.3 @@ -13,6 +13,13 @@
    16.4  
    16.5  DEPENDS="xorg-libX11"
    16.6  
    16.7 +# What is the latest version available today?
    16.8 +current_version()
    16.9 +{
   16.10 +	wget -O - https://github.com/unix-junkie/mozplugger/releases 2>/dev/null | \
   16.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   16.12 +}
   16.13 +
   16.14  # Rules to configure and make the package.
   16.15  compile_rules()
   16.16  {
    17.1 --- a/murrine-themes/receipt	Thu Feb 24 15:42:47 2022 +0100
    17.2 +++ b/murrine-themes/receipt	Thu Feb 24 19:32:16 2022 +0000
    17.3 @@ -14,6 +14,13 @@
    17.4  DEPENDS="gtk2-engine-murrine"
    17.5  BUILD_DEPENDS=""
    17.6  
    17.7 +# What is the latest version available today?
    17.8 +current_version()
    17.9 +{
   17.10 +	wget -O - https://github.com/Pardus-Kurumsal/murrine-themes/tags 2>/dev/null | \
   17.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   17.12 +}
   17.13 +
   17.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   17.15  genpkg_rules()
   17.16  {
    18.1 --- a/naim/receipt	Thu Feb 24 15:42:47 2022 +0100
    18.2 +++ b/naim/receipt	Thu Feb 24 19:32:16 2022 +0000
    18.3 @@ -13,6 +13,13 @@
    18.4  DEPENDS="ncurses"
    18.5  BUILD_DEPENDS="ncurses-dev"
    18.6  
    18.7 +# What is the latest version available today?
    18.8 +current_version()
    18.9 +{
   18.10 +	wget -O - https://github.com/jwise/naim/tags 2>/dev/null | \
   18.11 +	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
   18.12 +}
   18.13 +
   18.14  # Rules to configure and make the package.
   18.15  compile_rules()
   18.16  {
    19.1 --- a/obfsproxy/receipt	Thu Feb 24 15:42:47 2022 +0100
    19.2 +++ b/obfsproxy/receipt	Thu Feb 24 19:32:16 2022 +0000
    19.3 @@ -14,6 +14,13 @@
    19.4  DEPENDS="libevent libssl"
    19.5  BUILD_DEPENDS="git wget libevent-dev openssl-dev autoconf automake"
    19.6  
    19.7 +# What is the latest version available today?
    19.8 +current_version()
    19.9 +{
   19.10 +	wget -O - https://github.com/isislovecruft/obfsproxy-legacy/tags 2>/dev/null | \
   19.11 +	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
   19.12 +}
   19.13 +
   19.14  # Rules to configure and make the package.
   19.15  compile_rules()
   19.16  {
    20.1 --- a/openbox-imlib2/receipt	Thu Feb 24 15:42:47 2022 +0100
    20.2 +++ b/openbox-imlib2/receipt	Thu Feb 24 19:32:16 2022 +0000
    20.3 @@ -20,6 +20,13 @@
    20.4  BUILD_DEPENDS="xorg-dev pango-dev glib-dev startup-notification-dev \
    20.5  xorg-libXft-dev util-linux-uuid-dev libxml2-dev imlib2-dev xcb-util-dev"
    20.6  
    20.7 +# What is the latest version available today?
    20.8 +current_version()
    20.9 +{
   20.10 +	wget -O - http://openbox.org/wiki/Openbox:Download 2>/dev/null | \
   20.11 +	sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|;q"
   20.12 +}
   20.13 +
   20.14  # Rules to configure and make the package.
   20.15  compile_rules()
   20.16  {
    21.1 --- a/openbox/receipt	Thu Feb 24 15:42:47 2022 +0100
    21.2 +++ b/openbox/receipt	Thu Feb 24 19:32:16 2022 +0000
    21.3 @@ -29,6 +29,7 @@
    21.4  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS startup-notification-dev xorg-dev" ;;
    21.5  esac
    21.6  
    21.7 +# What is the latest version available today?
    21.8  current_version()
    21.9  {
   21.10  	wget -O - http://openbox.org/wiki/Openbox:Download 2>/dev/null | \
    22.1 --- a/ovz-web-panel/receipt	Thu Feb 24 15:42:47 2022 +0100
    22.2 +++ b/ovz-web-panel/receipt	Thu Feb 24 19:32:16 2022 +0000
    22.3 @@ -12,6 +12,13 @@
    22.4  
    22.5  DEPENDS="ruby-enterprise sqlite3-ruby"
    22.6  
    22.7 +# What is the latest version available today?
    22.8 +current_version()
    22.9 +{
   22.10 +	wget -O - https://github.com/Bickets/ovz-web-panel/tags 2>/dev/null | \
   22.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   22.12 +}
   22.13 +
   22.14  # Rules to configure and make the package.
   22.15  compile_rules()
   22.16  {
    23.1 --- a/pdnsd/receipt	Thu Feb 24 15:42:47 2022 +0100
    23.2 +++ b/pdnsd/receipt	Thu Feb 24 19:32:16 2022 +0000
    23.3 @@ -14,6 +14,13 @@
    23.4  DEPENDS=""
    23.5  BUILD_DEPENDS=""
    23.6  
    23.7 +# What is the latest version available today?
    23.8 +current_version()
    23.9 +{
   23.10 +	wget -O - https://github.com/kwarunek/pdnsd/tags 2>/dev/null | \
   23.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   23.12 +}
   23.13 +
   23.14  # Rules to configure and make the package.
   23.15  compile_rules()
   23.16  {
    24.1 --- a/polkit-qt/receipt	Thu Feb 24 15:42:47 2022 +0100
    24.2 +++ b/polkit-qt/receipt	Thu Feb 24 19:32:16 2022 +0000
    24.3 @@ -13,6 +13,13 @@
    24.4  DEPENDS="polkit"
    24.5  BUILD_DEPENDS="qmake Qt4-dev automoc4 polkit-dev libgio-dev glib-dev"
    24.6  
    24.7 +# What is the latest version available today?
    24.8 +current_version()
    24.9 +{
   24.10 +	wget -O - https://github.com/KDE/polkit-qt-1/tags 2>/dev/null | \
   24.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   24.12 +}
   24.13 +
   24.14  # Rules to configure and make the package.
   24.15  compile_rules()
   24.16  {
    25.1 --- a/puppet-dashboard/receipt	Thu Feb 24 15:42:47 2022 +0100
    25.2 +++ b/puppet-dashboard/receipt	Thu Feb 24 19:32:16 2022 +0000
    25.3 @@ -13,6 +13,13 @@
    25.4  DEPENDS="ruby puppet"
    25.5  BUILD_DEPENDS="ruby-dev"
    25.6  
    25.7 +# What is the latest version available today?
    25.8 +current_version()
    25.9 +{
   25.10 +	wget -O - https://github.com/sodabrew/puppet-dashboard/releases 2>/dev/null | \
   25.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   25.12 +}
   25.13 +
   25.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   25.15  genpkg_rules()
   25.16  {
    26.1 --- a/py3k-dbus/receipt	Thu Feb 24 15:42:47 2022 +0100
    26.2 +++ b/py3k-dbus/receipt	Thu Feb 24 19:32:16 2022 +0000
    26.3 @@ -16,6 +16,13 @@
    26.4  DEPENDS="py3k"
    26.5  BUILD_DEPENDS="dbus-dev py3k-dev"
    26.6  
    26.7 +# What is the latest version available today?
    26.8 +current_version()
    26.9 +{
   26.10 +	wget -O - https://github.com/freedesktop/dbus-python/tags 2>/dev/null | \
   26.11 +	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
   26.12 +}
   26.13 +
   26.14  # Rules to configure and make the package.
   26.15  compile_rules()
   26.16  {
    27.1 --- a/python-cherrypy/receipt	Thu Feb 24 15:42:47 2022 +0100
    27.2 +++ b/python-cherrypy/receipt	Thu Feb 24 19:32:16 2022 +0000
    27.3 @@ -15,6 +15,13 @@
    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://github.com/cherrypy/cherrypy/tags 2>/dev/null | \
   27.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   27.12 +}
   27.13 +
   27.14  # Rules to configure and make the package.
   27.15  compile_rules()
   27.16  {
    28.1 --- a/python-cssutils/receipt	Thu Feb 24 15:42:47 2022 +0100
    28.2 +++ b/python-cssutils/receipt	Thu Feb 24 19:32:16 2022 +0000
    28.3 @@ -15,6 +15,13 @@
    28.4  DEPENDS="python"
    28.5  BUILD_DEPENDS="python python-setuptools"
    28.6  
    28.7 +# What is the latest version available today?
    28.8 +current_version()
    28.9 +{
   28.10 +	wget -O - https://github.com/jaraco/cssutils/releases 2>/dev/null | \
   28.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   28.12 +}
   28.13 +
   28.14  # Rules to configure and make the package.
   28.15  compile_rules()
   28.16  {
    29.1 --- a/pywebkitgtk/receipt	Thu Feb 24 15:42:47 2022 +0100
    29.2 +++ b/pywebkitgtk/receipt	Thu Feb 24 19:32:16 2022 +0000
    29.3 @@ -13,6 +13,13 @@
    29.4  DEPENDS="libwebkit pygtk libxslt"
    29.5  BUILD_DEPENDS="libwebkit-dev pygtk-dev libxslt-dev python-dev util-linux-uuid-dev pkg-config"
    29.6  
    29.7 +# What is the latest version available today?
    29.8 +current_version()
    29.9 +{
   29.10 +	wget -O - https://github.com/jmalonzo/pywebkitgtk/tags 2>/dev/null | \
   29.11 +	sed '/archive.*tar/!d;s|.*/[A-Z_]*\(.*\).tar.*|\1|;s|_|.|g;q'
   29.12 +}
   29.13 +
   29.14  # Rules to configure and make the package.
   29.15  compile_rules()
   29.16  {
    30.1 --- a/qtpanel/receipt	Thu Feb 24 15:42:47 2022 +0100
    30.2 +++ b/qtpanel/receipt	Thu Feb 24 19:32:16 2022 +0000
    30.3 @@ -13,6 +13,13 @@
    30.4  DEPENDS="libQtGui xorg-libXdamage xorg-libXcomposite"
    30.5  BUILD_DEPENDS="wget cacerts Qt4-dev qmake cmake"
    30.6  
    30.7 +# What is the latest version available today?
    30.8 +current_version()
    30.9 +{
   30.10 +	wget --no-check-certificate -O - 'https://gitorious.org/qtpanel/qtpanel?p=qtpanel:qtpanel.git;a=shortlog' 2>/dev/null | \
   30.11 +	sed '/td title/!d;s|.*<i>||;s|<.*||;s|-||g;q'
   30.12 +}
   30.13 +
   30.14  # Rules to configure and make the package.
   30.15  compile_rules()
   30.16  {
    31.1 --- a/qtwitter/receipt	Thu Feb 24 15:42:47 2022 +0100
    31.2 +++ b/qtwitter/receipt	Thu Feb 24 19:32:16 2022 +0000
    31.3 @@ -15,6 +15,13 @@
    31.4  libQtOpenGL libQtSql libQtWebkit qoauth qca"
    31.5  BUILD_DEPENDS="qmake xorg-dev dbus-dev Qt4-dev qoauth qca-dev"
    31.6  
    31.7 +# What is the latest version available today?
    31.8 +current_version()
    31.9 +{
   31.10 +	wget -O - https://github.com/ayoy/qtwitter/tags 2>/dev/null | \
   31.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   31.12 +}
   31.13 +
   31.14  # Rules to configure and make the package.
   31.15  compile_rules()
   31.16  {
    32.1 --- a/rubygems/receipt	Thu Feb 24 15:42:47 2022 +0100
    32.2 +++ b/rubygems/receipt	Thu Feb 24 19:32:16 2022 +0000
    32.3 @@ -18,6 +18,13 @@
    32.4  HOST_ARCH="i486 arm"
    32.5  # ARM: ruby-dev libruby-extras build host must be installed
    32.6  
    32.7 +# What is the latest version available today?
    32.8 +current_version()
    32.9 +{
   32.10 +	wget -O - https://github.com/rubygems/rubygems/releases 2>/dev/null | \
   32.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   32.12 +}
   32.13 +
   32.14  # Rules to configure and make the package.
   32.15  compile_rules()
   32.16  {
    33.1 --- a/secure-delete/receipt	Thu Feb 24 15:42:47 2022 +0100
    33.2 +++ b/secure-delete/receipt	Thu Feb 24 19:32:16 2022 +0000
    33.3 @@ -13,6 +13,13 @@
    33.4  
    33.5  DEPENDS="glibc-base"
    33.6  
    33.7 +# What is the latest version available today?
    33.8 +current_version()
    33.9 +{
   33.10 +	wget -O - https://github.com/cryptisk-grs/thc-secure-delete/tags 2>/dev/null | \
   33.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   33.12 +}
   33.13 +
   33.14  # Rules to configure and make the package.
   33.15  compile_rules()
   33.16  {
    34.1 --- a/stoq/receipt	Thu Feb 24 15:42:47 2022 +0100
    34.2 +++ b/stoq/receipt	Thu Feb 24 19:32:16 2022 +0000
    34.3 @@ -14,6 +14,13 @@
    34.4  python-reportlab stoqlib stoqdrivers python-kiwi python-gazpacho"
    34.5  BUILD_DEPENDS="python python-dev pygtk python-kiwi stoqlib"
    34.6  
    34.7 +# What is the latest version available today?
    34.8 +current_version()
    34.9 +{
   34.10 +	wget -O - https://github.com/stoq/stoq/tags 2>/dev/null | \
   34.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   34.12 +}
   34.13 +
   34.14  # Rules to configure and make the package.
   34.15  compile_rules()
   34.16  {
    35.1 --- a/vidalia/receipt	Thu Feb 24 15:42:47 2022 +0100
    35.2 +++ b/vidalia/receipt	Thu Feb 24 19:32:16 2022 +0000
    35.3 @@ -13,6 +13,13 @@
    35.4  DEPENDS="tor libQtGui libQtXml libegl-mesa"
    35.5  BUILD_DEPENDS="cmake Qt4-dev wget qmake libegl-mesa openssl-dev"
    35.6  
    35.7 +# What is the latest version available today?
    35.8 +current_version()
    35.9 +{
   35.10 +	wget -O - https://github.com/BrentonEarl/vidalia/tags 2>/dev/null | \
   35.11 +	sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q'
   35.12 +}
   35.13 +
   35.14  # Rules to configure and make the package.
   35.15  compile_rules()
   35.16  {
    36.1 --- a/visualnqc/receipt	Thu Feb 24 15:42:47 2022 +0100
    36.2 +++ b/visualnqc/receipt	Thu Feb 24 19:32:16 2022 +0000
    36.3 @@ -13,6 +13,13 @@
    36.4  DEPENDS="nqc"
    36.5  BUILD_DEPENDS=""
    36.6  
    36.7 +# What is the latest version available today?
    36.8 +current_version()
    36.9 +{
   36.10 +	wget -O - https://github.com/BrickBot/VisualNQC/releases 2>/dev/null | \
   36.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   36.12 +}
   36.13 +
   36.14  # Rules to configure and make the package.
   36.15  compile_rules()
   36.16  {
    37.1 --- a/xbattle/receipt	Thu Feb 24 15:42:47 2022 +0100
    37.2 +++ b/xbattle/receipt	Thu Feb 24 19:32:16 2022 +0000
    37.3 @@ -14,6 +14,13 @@
    37.4  DEPENDS="xorg"
    37.5  BUILD_DEPENDS="xorg-imake xorg-dev"
    37.6  
    37.7 +# What is the latest version available today?
    37.8 +current_version()
    37.9 +{
   37.10 +	wget -O - https://raw.githubusercontent.com/mikemayer67/xbattle/master/README 2>/dev/null | \
   37.11 +	sed '/^XBATTLE/!d;s|XBATTLE ||;q'
   37.12 +}
   37.13 +
   37.14  # Rules to configure and make the package.
   37.15  compile_rules()
   37.16  {
    38.1 --- a/zonecheck/receipt	Thu Feb 24 15:42:47 2022 +0100
    38.2 +++ b/zonecheck/receipt	Thu Feb 24 19:32:16 2022 +0000
    38.3 @@ -14,6 +14,13 @@
    38.4  DEPENDS="ruby"
    38.5  BUILD_DEPENDS="rubygems"
    38.6  
    38.7 +# What is the latest version available today?
    38.8 +current_version()
    38.9 +{
   38.10 +	wget -O - https://github.com/sdelafond/zonecheck/tags 2>/dev/null | \
   38.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   38.12 +}
   38.13 +
   38.14  # Rules to configure and make the package.
   38.15  compile_rules()
   38.16  {