wok rev 25476
Up foomatic-db-nonfree (20221012)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 13 16:28:13 2022 +0000 (2022-10-13) |
parents | 3b9684a8901f |
children | 92a3819b6bc8 |
files | bcrypt/receipt bridge-utils/receipt espeak-dev/receipt espeak/receipt foomatic-db-nonfree/receipt iat/receipt libpqxx/receipt libtirpc-dev/receipt libtirpc/receipt pwgen/receipt terminus-font-base/receipt terminus-font/receipt xine-lib/receipt |
line diff
1.1 --- a/bcrypt/receipt Thu Oct 13 17:05:46 2022 +0100 1.2 +++ b/bcrypt/receipt Thu Oct 13 16:28:13 2022 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="BSD" 1.5 WEB_SITE="https://bcrypt.sourceforge.net/" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="http://bcrypt.sourceforge.net/${TARBALL}" 1.8 +WGET_URL="https://bcrypt.sourceforge.net/${TARBALL}" 1.9 TAGS="encrypt" 1.10 1.11 DEPENDS="zlib"
2.1 --- a/bridge-utils/receipt Thu Oct 13 17:05:46 2022 +0100 2.2 +++ b/bridge-utils/receipt Thu Oct 13 16:28:13 2022 +0000 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="erjo@slitaz.org" 2.5 LICENSE="GPL2" 2.6 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.7 -WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge" 2.8 +WEB_SITE="https://wiki.linuxfoundation.org/networking/bridge" 2.9 WGET_URL="https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/$TARBALL" 2.10 TAGS="ethernet bridge" 2.11
3.1 --- a/espeak-dev/receipt Thu Oct 13 17:05:46 2022 +0100 3.2 +++ b/espeak-dev/receipt Thu Oct 13 16:28:13 2022 +0000 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="Speech synthesizer development files." 3.5 MAINTAINER="erjo@slitaz.org" 3.6 LICENSE="GPL3" 3.7 -WEB_SITE="https://espeak.sourceforge.io/" 3.8 +WEB_SITE="https://github.com/espeak-ng/espeak-ng" 3.9 3.10 WANTED="espeak" 3.11 HOST_ARCH="i486 arm"
4.1 --- a/espeak/receipt Thu Oct 13 17:05:46 2022 +0100 4.2 +++ b/espeak/receipt Thu Oct 13 16:28:13 2022 +0000 4.3 @@ -7,7 +7,7 @@ 4.4 SHORT_DESC="Speech synthesizer." 4.5 MAINTAINER="erjo@slitaz.org" 4.6 LICENSE="GPL3" 4.7 -WEB_SITE="https://espeak.sourceforge.io/" 4.8 +WEB_SITE="https://github.com/espeak-ng/espeak-ng" 4.9 4.10 TARBALL="$PACKAGE-$VERSION-source.zip" 4.11 #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 4.12 @@ -20,9 +20,8 @@ 4.13 # What is the latest version available today? 4.14 current_version() 4.15 { 4.16 - wget -O - https://sourceforge.net/projects/espeak/files/espeak/ 2>/dev/null | \ 4.17 - sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 4.18 - sed '/scope="row/!d;/-source/!d;s|.*espeak-.*espeak-||;s|-source.*||;q' 4.19 + wget -O - https://github.com/espeak-ng/espeak-ng/releases 2>/dev/null | \ 4.20 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 4.21 } 4.22 4.23 # Rules to configure and make the package.
5.1 --- a/foomatic-db-nonfree/receipt Thu Oct 13 17:05:46 2022 +0100 5.2 +++ b/foomatic-db-nonfree/receipt Thu Oct 13 16:28:13 2022 +0000 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="foomatic-db-nonfree" 5.7 -VERSION="20210824" 5.8 +VERSION="20221012" 5.9 CATEGORY="system-tools" 5.10 SHORT_DESC="database engine generates PPD files from the data in Foomatic's XML database" 5.11 MAINTAINER="jozee@slitaz.org"
6.1 --- a/iat/receipt Thu Oct 13 17:05:46 2022 +0100 6.2 +++ b/iat/receipt Thu Oct 13 16:28:13 2022 +0000 6.3 @@ -12,7 +12,7 @@ 6.4 HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#iat' 6.5 6.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.7 -WGET_URL="$WEB_SITE/files/$TARBALL" 6.8 +WGET_URL="$SF_MIRROR/iat.berlios/$TARBALL" 6.9 6.10 DEPENDS="" 6.11 BUILD_DEPENDS=""
7.1 --- a/libpqxx/receipt Thu Oct 13 17:05:46 2022 +0100 7.2 +++ b/libpqxx/receipt Thu Oct 13 16:28:13 2022 +0000 7.3 @@ -7,7 +7,7 @@ 7.4 MAINTAINER="pascal.bellard@slitaz.org" 7.5 LICENSE="BSD" 7.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.7 -WEB_SITE="http://pqxx.org/development/libpqxx/" 7.8 +WEB_SITE="https://github.com/jtv/libpqxx/" 7.9 WGET_URL="https://github.com/jtv/libpqxx/archive/$VERSION.tar.gz" 7.10 7.11 BUILD_DEPENDS="gcc49 postgresql-dev"
8.1 --- a/libtirpc-dev/receipt Thu Oct 13 17:05:46 2022 +0100 8.2 +++ b/libtirpc-dev/receipt Thu Oct 13 16:28:13 2022 +0000 8.3 @@ -6,7 +6,7 @@ 8.4 SHORT_DESC="Transport-Independent RPC library, development files." 8.5 MAINTAINER="pascal.bellard@slitaz.org" 8.6 LICENSE="BSD" 8.7 -WEB_SITE="https://sourceforge.net/projects/libtirpc" 8.8 +WEB_SITE="https://sourceforge.net/projects/libtirpc/" 8.9 8.10 DEPENDS="libtirpc pkg-config" 8.11 WANTED="libtirpc"
9.1 --- a/libtirpc/receipt Thu Oct 13 17:05:46 2022 +0100 9.2 +++ b/libtirpc/receipt Thu Oct 13 16:28:13 2022 +0000 9.3 @@ -6,7 +6,7 @@ 9.4 SHORT_DESC="Transport-Independent RPC library." 9.5 MAINTAINER="pascal.bellard@slitaz.org" 9.6 LICENSE="BSD" 9.7 -WEB_SITE="https://sourceforge.net/projects/libtirpc" 9.8 +WEB_SITE="https://sourceforge.net/projects/libtirpci/" 9.9 9.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
10.1 --- a/pwgen/receipt Thu Oct 13 17:05:46 2022 +0100 10.2 +++ b/pwgen/receipt Thu Oct 13 16:28:13 2022 +0000 10.3 @@ -15,7 +15,7 @@ 10.4 # What is the latest version available today? 10.5 current_version() 10.6 { 10.7 - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 10.8 + wget -O - https://github.com/tytso/pwgen/tags 2>/dev/null | \ 10.9 sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 10.10 } 10.11
11.1 --- a/terminus-font-base/receipt Thu Oct 13 17:05:46 2022 +0100 11.2 +++ b/terminus-font-base/receipt Thu Oct 13 16:28:13 2022 +0000 11.3 @@ -6,7 +6,7 @@ 11.4 SHORT_DESC="8x14 Unicode console font" 11.5 MAINTAINER="al.bobylev@gmail.com" 11.6 LICENSE="OFL" 11.7 -WEB_SITE="https://sourceforge.net/projects/terminus-font" 11.8 +WEB_SITE="https://sourceforge.net/projects/terminus-font/" 11.9 SOURCE="terminus-font" 11.10 TARBALL="$SOURCE-$VERSION.tar.gz" 11.11 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
12.1 --- a/terminus-font/receipt Thu Oct 13 17:05:46 2022 +0100 12.2 +++ b/terminus-font/receipt Thu Oct 13 16:28:13 2022 +0000 12.3 @@ -6,7 +6,7 @@ 12.4 SHORT_DESC="Monospaced font designed for long (8+ hours per day) work with computers." 12.5 MAINTAINER="al.bobylev@gmail.com" 12.6 LICENSE="OFL" 12.7 -WEB_SITE="https://sourceforge.net/projects/terminus-font" 12.8 +WEB_SITE="https://sourceforge.net/projects/terminus-font/" 12.9 WANTED="terminus-font-base" 12.10 12.11 DEPENDS="terminus-font-base"
13.1 --- a/xine-lib/receipt Thu Oct 13 17:05:46 2022 +0100 13.2 +++ b/xine-lib/receipt Thu Oct 13 16:28:13 2022 +0000 13.3 @@ -6,7 +6,7 @@ 13.4 SHORT_DESC="Xine video library." 13.5 MAINTAINER="pankso@slitaz.org" 13.6 LICENSE="GPL2" 13.7 -WEB_SITE="https://www.xine-project.org/" 13.8 +WEB_SITE="https://xine-project.org/" 13.9 13.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 13.11 WGET_URL="$SF_MIRROR/project/xine/$PACKAGE/$VERSION/$TARBALL"