wok-current rev 24904
updated mercurial (5.3.1 -> 6.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 09 11:11:32 2022 +0100 (2022-04-09) |
parents | 5d4991abf806 a6b997a82f39 |
children | 42ebaecd38f0 |
files |
line diff
1.1 --- a/cmospwd/receipt Sat Apr 09 11:10:54 2022 +0100 1.2 +++ b/cmospwd/receipt Sat Apr 09 11:11:32 2022 +0100 1.3 @@ -12,6 +12,13 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WGET_URL="https://www.cgsecurity.org/$TARBALL" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE 2>/dev/null | \ 1.11 + sed '/cmospwd-/!d;/tar..z/!d;s|.*cmospwd-||;s|.tar.*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {
2.1 --- a/decibel/receipt Sat Apr 09 11:10:54 2022 +0100 2.2 +++ b/decibel/receipt Sat Apr 09 11:11:32 2022 +0100 2.3 @@ -16,6 +16,13 @@ 2.4 BUILD_DEPENDS="findutils gettext" 2.5 # findutils is needed to install locale files 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 | \ 2.11 + sed '/atest version/!d;s|.*<strong>||;s|<.*||;q' 2.12 +} 2.13 + 2.14 # Rules to configure and make the package. 2.15 compile_rules() 2.16 {
3.1 --- a/duat/receipt Sat Apr 09 11:10:54 2022 +0100 3.2 +++ b/duat/receipt Sat Apr 09 11:11:32 2022 +0100 3.3 @@ -7,7 +7,7 @@ 3.4 MAINTAINER="pascal.bellard@slitaz.org" 3.5 LICENSE="GPL2" 3.6 TARBALL="$PACKAGE" 3.7 -WEB_SITE="https://github.com/valodzka/duat" 3.8 +WEB_SITE="https://code.google.com/archive/p/duat/" 3.9 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/duat/$TARBALL" 3.10 3.11 DEPENDS="perl"
4.1 --- a/enna/receipt Sat Apr 09 11:10:54 2022 +0100 4.2 +++ b/enna/receipt Sat Apr 09 11:11:32 2022 +0100 4.3 @@ -21,6 +21,13 @@ 4.4 expat-dev jpeg-dev glib-dev ffmpeg-dev libvalhalla-dev libelementary \ 4.5 xorg-libXrandr-dev ffmpeg-compat-dev eeze-dev lua-dev" 4.6 4.7 +# What is the latest version available today? 4.8 +current_version() 4.9 +{ 4.10 + wget -O - $WEB_SITE 2>/dev/null | \ 4.11 + sed '/is available/!d;s|.*[ (]v|v|;s|[ )].*||;q' 4.12 +} 4.13 + 4.14 # Handle cross compilation 4.15 case "$ARCH" in 4.16 i?86) BUILD_DEPENDS="$BUILD_DEPENDS mercurial automake " ;;
5.1 --- a/gamin-dev/receipt Sat Apr 09 11:10:54 2022 +0100 5.2 +++ b/gamin-dev/receipt Sat Apr 09 11:11:32 2022 +0100 5.3 @@ -7,7 +7,7 @@ 5.4 MAINTAINER="pankso@slitaz.org" 5.5 LICENSE="LGPL2" 5.6 WANTED="gamin" 5.7 -WEB_SITE="https://www.gnome.org/~veillard/gamin/" 5.8 +WEB_SITE="https://gitlab.gnome.org/Archive/gamin" 5.9 5.10 DEPENDS="pkg-config" 5.11
6.1 --- a/gamin/receipt Sat Apr 09 11:10:54 2022 +0100 6.2 +++ b/gamin/receipt Sat Apr 09 11:11:32 2022 +0100 6.3 @@ -7,7 +7,7 @@ 6.4 MAINTAINER="pankso@slitaz.org" 6.5 LICENSE="LGPL2" 6.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.7 -WEB_SITE="https://www.gnome.org/~veillard/gamin/" 6.8 +WEB_SITE="https://gitlab.gnome.org/Archive/gamin" 6.9 WGET_URL="https://www.gnome.org/~veillard/gamin/sources/$TARBALL" 6.10 6.11 #HOST_ARCH="i486 arm" 6.12 @@ -16,6 +16,13 @@ 6.13 DEPENDS="glib" 6.14 BUILD_DEPENDS="pkg-config glib glib-dev gtk+-dev" 6.15 6.16 +# What is the latest version available today? 6.17 +current_version() 6.18 +{ 6.19 + wget -O - https://gitlab.gnome.org/Archive/gamin/-/tags?sort=updated_desc 2>/dev/null | \ 6.20 + sed '/item-title/!d;s|.*GAMIN_||;s|<.*||;s|_|.|g;q' 6.21 +} 6.22 + 6.23 # Rules to configure and make the package. 6.24 compile_rules() 6.25 {
7.1 --- a/gnome-ppp/receipt Sat Apr 09 11:10:54 2022 +0100 7.2 +++ b/gnome-ppp/receipt Sat Apr 09 11:11:32 2022 +0100 7.3 @@ -6,7 +6,7 @@ 7.4 MAINTAINER="jozee@slitaz.org" 7.5 LICENSE="GPL2" 7.6 SHORT_DESC="A GNOME 2 WvDial frontend" 7.7 -WEB_SITE="http://www.gnomefiles.org/app.php?soft_id=41" 7.8 +WEB_SITE="https://web.archive.org/web/20100728041618/http://www.gnomefiles.org:80/app.php?soft_id=41" 7.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 7.10 WGET_URL="http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/$TARBALL" 7.11 TAGS="modem 3G"
8.1 --- a/libbonobo-dev/receipt Sat Apr 09 11:10:54 2022 +0100 8.2 +++ b/libbonobo-dev/receipt Sat Apr 09 11:11:32 2022 +0100 8.3 @@ -6,7 +6,7 @@ 8.4 SHORT_DESC="devel files for libbonobo" 8.5 MAINTAINER="erjo@slitaz.org" 8.6 LICENSE="GPL2" 8.7 -WEB_SITE="https://developer.gnome.org/libbonobo/" 8.8 +WEB_SITE="https://gitlab.gnome.org/Archive/libbonobo" 8.9 WANTED="libbonobo" 8.10 8.11 DEPENDS="libbonobo pkg-config"
9.1 --- a/libbonobo/receipt Sat Apr 09 11:10:54 2022 +0100 9.2 +++ b/libbonobo/receipt Sat Apr 09 11:11:32 2022 +0100 9.3 @@ -7,7 +7,7 @@ 9.4 MAINTAINER="erjo@slitaz.org" 9.5 LICENSE="GPL2" 9.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.7 -WEB_SITE="https://developer.gnome.org/libbonobo/" 9.8 +WEB_SITE="https://gitlab.gnome.org/Archive/libbonobo" 9.9 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 9.10 9.11 DEPENDS="glib ORBit2 libxml2 libglade"
10.1 --- a/libbonoboui-dev/receipt Sat Apr 09 11:10:54 2022 +0100 10.2 +++ b/libbonoboui-dev/receipt Sat Apr 09 11:11:32 2022 +0100 10.3 @@ -6,7 +6,7 @@ 10.4 SHORT_DESC="The libbonoboui development files." 10.5 MAINTAINER="pankso@slitaz.org" 10.6 LICENSE="GPL2" 10.7 -WEB_SITE="https://developer.gnome.org/libbonobo/" 10.8 +WEB_SITE="https://gitlab.gnome.org/Archive/libbonobo" 10.9 10.10 WANTED="libbonoboui" 10.11 DEPENDS="libbonoboui libgnomecanvas-dev pkg-config"
11.1 --- a/libbonoboui/receipt Sat Apr 09 11:10:54 2022 +0100 11.2 +++ b/libbonoboui/receipt Sat Apr 09 11:11:32 2022 +0100 11.3 @@ -6,7 +6,7 @@ 11.4 SHORT_DESC="The libbonoboui package contains libbonoboui libraries." 11.5 MAINTAINER="pankso@slitaz.org" 11.6 LICENSE="GPL2" 11.7 -WEB_SITE="https://developer.gnome.org/libbonobo/" 11.8 +WEB_SITE="https://gitlab.gnome.org/Archive/libbonobo" 11.9 11.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 11.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
12.1 --- a/non-studio/receipt Sat Apr 09 11:10:54 2022 +0100 12.2 +++ b/non-studio/receipt Sat Apr 09 11:11:32 2022 +0100 12.3 @@ -21,6 +21,13 @@ 12.4 i?86) BUILD_DEPENDS="$BUILD_DEPENDS git python" 12.5 esac 12.6 12.7 +# What is the latest version available today? 12.8 +current_version() 12.9 +{ 12.10 + wget -O - https://non.tuxfamily.org/wiki/News 2>/dev/null | \ 12.11 + sed '/nnouncement/!d;s|.*nnouncement v||;s|<.*||;q' 12.12 +} 12.13 + 12.14 # Rules to configure and make the package. --project=mixer 12.15 compile_rules() 12.16 {
13.1 --- a/pdnsd/receipt Sat Apr 09 11:10:54 2022 +0100 13.2 +++ b/pdnsd/receipt Sat Apr 09 11:11:32 2022 +0100 13.3 @@ -6,7 +6,7 @@ 13.4 SHORT_DESC="A proxy DNS server with permanent caching." 13.5 MAINTAINER="pascal.bellard@slitaz.org" 13.6 LICENSE="GPL3" 13.7 -WEB_SITE="http://members.home.nl/p.a.rombouts/pdnsd" 13.8 +WEB_SITE="https://web.archive.org/web/20201203080556/members.home.nl/p.a.rombouts/pdnsd/" 13.9 TARBALL="$PACKAGE-$VERSION-par.tar.gz" 13.10 WGET_URL="$WEB_SITE/releases/$TARBALL" 13.11 CONFIG_FILES="/etc/pdnsd.conf"
14.1 --- a/puppet-dashboard/receipt Sat Apr 09 11:10:54 2022 +0100 14.2 +++ b/puppet-dashboard/receipt Sat Apr 09 11:11:32 2022 +0100 14.3 @@ -7,7 +7,7 @@ 14.4 MAINTAINER="pankso@slitaz.org" 14.5 LICENSE="Apache" 14.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 14.7 -WEB_SITE="http://www.puppetlabs.com/" 14.8 +WEB_SITE="https://github.com/puppetlabs/puppet" 14.9 WGET_URL="http://downloads.puppetlabs.com/dashboard/$TARBALL" 14.10 14.11 DEPENDS="ruby puppet"
15.1 --- a/puppet/receipt Sat Apr 09 11:10:54 2022 +0100 15.2 +++ b/puppet/receipt Sat Apr 09 11:11:32 2022 +0100 15.3 @@ -7,7 +7,7 @@ 15.4 MAINTAINER="pankso@slitaz.org" 15.5 LICENSE="Apache" 15.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 15.7 -WEB_SITE="http://www.puppetlabs.com/" 15.8 +WEB_SITE="https://github.com/puppetlabs/puppet" 15.9 WGET_URL="http://downloads.puppetlabs.com/puppet/$TARBALL" 15.10 15.11 DEPENDS="ruby facter"
16.1 --- a/rsstail/receipt Sat Apr 09 11:10:54 2022 +0100 16.2 +++ b/rsstail/receipt Sat Apr 09 11:11:32 2022 +0100 16.3 @@ -14,6 +14,13 @@ 16.4 DEPENDS="curl libmrss libnxml" 16.5 BUILD_DEPENDS="curl-dev libcurl libnxml-dev libmrss-dev" 16.6 16.7 +# What is the latest version available today? 16.8 +current_version() 16.9 +{ 16.10 + wget -O - https://raw.githubusercontent.com/oldlaptop/rsstail/master/Makefile 2>/dev/null | \ 16.11 + sed '/VERSION/!d;s|.*=||;q' 16.12 +} 16.13 + 16.14 # Rules to configure and make the package. 16.15 compile_rules() 16.16 {
17.1 --- a/tiptop/receipt Sat Apr 09 11:10:54 2022 +0100 17.2 +++ b/tiptop/receipt Sat Apr 09 11:11:32 2022 +0100 17.3 @@ -9,11 +9,18 @@ 17.4 WEB_SITE="https://github.com/FeCastle/tiptop" 17.5 17.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 17.7 -WGET_URL="${WEB_SITE}releases/$TARBALL" 17.8 +WGET_URL="http://tiptop.gforge.inria.fr/releases/$TARBALL" 17.9 17.10 DEPENDS="libxml2 ncurses" 17.11 BUILD_DEPENDS="bison flex libxml2-dev m4 ncurses-dev" 17.12 17.13 +# What is the latest version available today? 17.14 +current_version() 17.15 +{ 17.16 + wget -O - https://raw.githubusercontent.com/FeCastle/tiptop/master/configure.ac 2>/dev/null | \ 17.17 + sed '/AC_INIT/!d;s|.*.tiptop., .||;s|].*||;q' 17.18 +} 17.19 + 17.20 # Rules to configure and make the package. 17.21 compile_rules() 17.22 {
18.1 --- a/tyrian/receipt Sat Apr 09 11:10:54 2022 +0100 18.2 +++ b/tyrian/receipt Sat Apr 09 11:11:32 2022 +0100 18.3 @@ -7,11 +7,18 @@ 18.4 MAINTAINER="mallory@sweetpeople.org" 18.5 BUILD_DEPENDS="wget" 18.6 TARBALL="$PACKAGE$VERSION.zip" 18.7 -WEB_SITE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home" 18.8 +WEB_SITE="https://github.com/opentyrian/opentyrian" 18.9 WGET_URL="https://sites.google.com/a/camanis.net/opentyrian/tyrian/$TARBALL" 18.10 18.11 LICENSE="other" 18.12 18.13 +# What is the latest version available today? 18.14 +current_version() 18.15 +{ 18.16 + wget -O - https://github.com/opentyrian/opentyrian/releases 2>/dev/null | \ 18.17 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 18.18 +} 18.19 + 18.20 # Rules to configure and make the package. 18.21 compile_rules() 18.22 {