wok-current rev 20859
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 22 10:45:05 2019 +0100 (2019-02-22) |
parents | c914135fdee1 |
children | 2cb24e6379d5 |
files | astromenace/receipt hfsprogs/receipt openmotif-demo/receipt openmotif-dev/receipt openmotif-man/receipt openmotif/receipt python-lxml/receipt syslinux/stuff/iso2exe/iso2exe.sh xlockmore/receipt |
line diff
1.1 --- a/astromenace/receipt Thu Feb 21 17:41:22 2019 +0100 1.2 +++ b/astromenace/receipt Fri Feb 22 10:45:05 2019 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPLv3" 1.5 TARBALL="$PACKAGE-src-$VERSION.tar.bz2" 1.6 1.7 -WEB_SITE="https://viewizard.com/astromenace/index_linux.php" 1.8 +WEB_SITE="https://viewizard.com/" 1.9 WGET_URL="$SF_MIRROR/openastromenace/$TARBALL" 1.10 1.11 TAGS="arcade game shooting space"
2.1 --- a/hfsprogs/receipt Thu Feb 21 17:41:22 2019 +0100 2.2 +++ b/hfsprogs/receipt Fri Feb 22 10:45:05 2019 +0100 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="pascal.bellard@slitaz.org" 2.5 LICENSE="APLS" 2.6 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" 2.7 -WEB_SITE="https://www.opensource.apple.com/darwinsource/10.4/" 2.8 +WEB_SITE="https://opensource.apple.com/" 2.9 WGET_URL="http://http.debian.net/debian/pool/main/h/hfsprogs/$TARBALL" 2.10 EXTRA_SOURCE_FILES="${PACKAGE}_$VERSION-11.debian.tar.gz" 2.11
3.1 --- a/openmotif-demo/receipt Thu Feb 21 17:41:22 2019 +0100 3.2 +++ b/openmotif-demo/receipt Fri Feb 22 10:45:05 2019 +0100 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="source code version of Motif under a public license, demo files." 3.5 MAINTAINER="pascal.bellard@slitaz.org" 3.6 LICENSE="other" 3.7 -WEB_SITE="https://www.motifzone.org/" 3.8 +WEB_SITE="http://www.motifzone.org/" 3.9 WANTED="openmotif" 3.10 3.11 DEPENDS="openmotif openmotif-dev"
4.1 --- a/openmotif-dev/receipt Thu Feb 21 17:41:22 2019 +0100 4.2 +++ b/openmotif-dev/receipt Fri Feb 22 10:45:05 2019 +0100 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="source code version of Motif under a public license, development files." 4.5 MAINTAINER="pascal.bellard@slitaz.org" 4.6 LICENSE="other" 4.7 -WEB_SITE="https://www.motifzone.org/" 4.8 +WEB_SITE="http://www.motifzone.org/" 4.9 WANTED="openmotif" 4.10 4.11 DEPENDS="openmotif util-linux-uuid xorg-printproto"
5.1 --- a/openmotif-man/receipt Thu Feb 21 17:41:22 2019 +0100 5.2 +++ b/openmotif-man/receipt Fri Feb 22 10:45:05 2019 +0100 5.3 @@ -6,7 +6,7 @@ 5.4 SHORT_DESC="source code version of Motif under a public license, manual pages." 5.5 MAINTAINER="pascal.bellard@slitaz.org" 5.6 LICENSE="other" 5.7 -WEB_SITE="https://www.motifzone.org/" 5.8 +WEB_SITE="http://www.motifzone.org/" 5.9 WANTED="openmotif" 5.10 5.11 # Rules to gen a SliTaz package suitable for Tazpkg.
6.1 --- a/openmotif/receipt Thu Feb 21 17:41:22 2019 +0100 6.2 +++ b/openmotif/receipt Fri Feb 22 10:45:05 2019 +0100 6.3 @@ -7,7 +7,7 @@ 6.4 MAINTAINER="pascal.bellard@slitaz.org" 6.5 LICENSE="other" 6.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.7 -WEB_SITE="https://www.motifzone.org/" 6.8 +WEB_SITE="http://www.motifzone.org/" 6.9 WGET_URL="${WEB_SITE}files/public_downloads/$PACKAGE/${VERSION%.*}/$VERSION/$TARBALL" 6.10 6.11 DEPENDS="xorg fontconfig expat freetype jpeg libpng xorg-libXp xorg-libXft"
7.1 --- a/python-lxml/receipt Thu Feb 21 17:41:22 2019 +0100 7.2 +++ b/python-lxml/receipt Fri Feb 22 10:45:05 2019 +0100 7.3 @@ -8,7 +8,7 @@ 7.4 LICENSE="BSD GPL PSL" 7.5 SOURCE="lxml" 7.6 TARBALL="$SOURCE-$VERSION.tgz" 7.7 -WEB_SITE="https://codespeak.net/lxml/" 7.8 +WEB_SITE="https://pypi.org/project/lxml/" 7.9 WGET_URL="${WEB_SITE}${TARBALL}" 7.10 7.11 DEPENDS="python libxml2 libxslt zlib"
8.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh Thu Feb 21 17:41:22 2019 +0100 8.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Fri Feb 22 10:45:05 2019 +0100 8.3 @@ -8,6 +8,7 @@ 8.4 store() 8.5 { 8.6 local i 8.7 + local n 8.8 n=$2; for i in $(seq 8 8 ${4:-16}); do 8.9 printf '\\\\x%02X' $(($n & 255)) 8.10 n=$(($n >> 8)) 8.11 @@ -83,36 +84,29 @@ 8.12 add_win32exe() 8.13 { 8.14 SIZE=$($0 --get win32.exe 2> /dev/null | tee /tmp/exe$$ | wc -c) 8.15 - [ -n "$gpt" ] && SIZE=$(($SIZE+1024)) 8.16 - [ -n "$mac" ] && SIZE=$(($SIZE+3072)) 8.17 + [ -n "$gpt" ] && n=1536 || n=512 8.18 + SIZE=$(($SIZE+$n)) 8.19 printf "Adding WIN32 file at %04X (%d bytes) ...\n" 0 $SIZE 8.20 - ddq if=/tmp/exe$$ of=$1 conv=notrunc 8.21 - if [ -n "$gpt" ]; then 8.22 - printf "Adding GPT at %04X (1024 bytes) ...\n" 512 8.23 - ddq if=$2 bs=512 skip=1 of=$1 seek=1 conv=notrunc 8.24 - i=3; [ -n "$mac" ] && i=9 8.25 - ddq if=/tmp/exe$$ bs=512 skip=1 of=$1 seek=$i conv=notrunc 8.26 - OFS=$((512*($i-1))) 8.27 - for i in 18C 1B4 1DC ; do # always 3 UPX sections 8.28 - store $((0x$i)) $(($OFS + $(get 0x$i $1))) $1 8.29 - done 8.30 - fi 8.31 + [ -n "$gpt" ] && printf "Adding GPT at %04X (1024 bytes) ...\n" 512 8.32 + for i in $(seq 396 40 $((356+$(get 0x86 /tmp/exe$$)*40))); do 8.33 + x=$(($n + $(get $i /tmp/exe$$))) 8.34 + store $(($i)) $x /tmp/exe$$ ### section offset 8.35 + done 8.36 + cut=$((0x98+$(get 0x94 /tmp/exe$$))) ### end of header 8.37 + store $((0x94)) $(($n + $cut - 0x98)) /tmp/exe$$ 8.38 + ddq if=/tmp/exe$$ of=$1 conv=notrunc bs=1 count=$cut 8.39 + ddq if=/tmp/exe$$ of=$1 conv=notrunc bs=1 skip=$cut seek=$(($n+$cut)) 8.40 printf "Adding bootiso head at %04X...\n" 0 8.41 $0 --get bootiso.bin 2> /dev/null > /tmp/exe$$ 8.42 - ddq if=/tmp/exe$$ of=$1 bs=128 count=1 conv=notrunc 8.43 - store $((0x94)) $((0xE0 - 12*8)) $1 8.44 - store $((0xF4)) $((16 - 12)) $1 8.45 - ddq if=$1 of=/tmp/coff$$ bs=1 skip=$((0x178)) count=$((0x88)) 8.46 - ddq if=/tmp/coff$$ of=$1 conv=notrunc bs=1 seek=$((0x178 - 12*8)) 8.47 + ddq if=/tmp/exe$$ of=$1 bs=128 count=1 conv=notrunc ### DOS stub 8.48 ddq if=/tmp/exe$$ of=$1 bs=1 count=24 seek=$((0x1A0)) skip=$((0x1A0)) conv=notrunc 8.49 ddq if=$2 bs=1 skip=$((0x1B8)) seek=$((0x1B8)) count=72 of=$1 conv=notrunc 8.50 store 510 $((0xAA55)) $1 8.51 i=$SIZE; OFS=$(($SIZE+512)) 8.52 - [ -n "$mac" ] && OFS=$SIZE && i=1536 8.53 - store 417 $(($i/512)) $1 8 8.54 + store 417 $(($i/512)) $1 8 ### isolinux boot sector 8.55 printf "Moving syslinux hybrid boot record at %04X (512 bytes) ...\n" $i 8.56 ddq if=$2 bs=1 count=512 of=$1 seek=$i conv=notrunc 8.57 - if [ $(get $((0x7C00)) /tmp/exe$$) -eq 60905 ]; then 8.58 + if [ $(get $((0x7C00)) /tmp/exe$$) -eq 60905 ]; then # partition boot code 8.59 ddq if=/tmp/exe$$ bs=1 count=66 skip=$((0x7DBE)) of=$1 seek=$(($i + 0x1BE)) conv=notrunc 8.60 ddq if=$1 bs=1 count=3 skip=$i of=$1 seek=$(($i + 0x1BE)) conv=notrunc 8.61 ddq if=/tmp/exe$$ bs=1 count=3 skip=$((0x7C00)) of=$1 seek=$i conv=notrunc 8.62 @@ -317,7 +311,7 @@ 8.63 $(tar cf - ${@/init/rootfs.gz} | compress | uuencode -m -) 8.64 EOT 8.65 EOM 8.66 - sed -i '/^case/,/^esac/d' $0 8.67 + sed -i 's|[ \t]*###.*||;/^case/,/^esac/d' $0 8.68 exit ;; 8.69 --get) 8.70 cat $2
9.1 --- a/xlockmore/receipt Thu Feb 21 17:41:22 2019 +0100 9.2 +++ b/xlockmore/receipt Fri Feb 22 10:45:05 2019 +0100 9.3 @@ -1,14 +1,14 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="xlockmore" 9.7 -VERSION="5.40" 9.8 +VERSION="5.56" 9.9 CATEGORY="utilities" 9.10 SHORT_DESC="X Window System Lock Screen." 9.11 MAINTAINER="rocky@slitaz.org" 9.12 LICENSE="BSD" 9.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.14 -WEB_SITE="https://www.tux.org/~bagleyd/xlockmore.html" 9.15 -WGET_URL="https://www.tux.org/~bagleyd/xlock/$PACKAGE-$VERSION/$TARBALL" 9.16 +TARBALL="$PACKAGE-$VERSION.tar.xz" 9.17 +WEB_SITE="http://sillycycle.com/xlockmore.html" 9.18 +WGET_URL="http://sillycycle.com/xlock/$TARBALL" 9.19 9.20 DEPENDS="xorg-libX11 freetype freetype1" 9.21 BUILD_DEPENDS="xorg-libXdmcp-dev xorg-libXpm-dev xorg-libX11-dev \