wok-current rev 20778
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 14 13:44:59 2019 +0100 (2019-02-14) |
parents | ec3f6d59b1ad |
children | 17d8ac4203da |
files | lcdnurse/receipt linld/stuff/src/CRTL.ASM python-beaker/receipt python-nose/receipt python-pylons/receipt python-routes/receipt qemulator/receipt syslinux/stuff/iso2exe/init |
line diff
1.1 --- a/lcdnurse/receipt Thu Feb 14 13:10:09 2019 +0100 1.2 +++ b/lcdnurse/receipt Thu Feb 14 13:44:59 2019 +0100 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL3" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://congelli.eu/prog_info_lcdnurse_page_1.html" 1.8 +WEB_SITE="https://web.archive.org/web/20140209025603/http://congelli.eu/prog_info_lcdnurse.html" 1.9 WGET_URL="http://congelli.eu/download/$PACKAGE/$TARBALL" 1.10 1.11 DEPENDS="wxWidgets28"
2.1 --- a/linld/stuff/src/CRTL.ASM Thu Feb 14 13:10:09 2019 +0100 2.2 +++ b/linld/stuff/src/CRTL.ASM Thu Feb 14 13:44:59 2019 +0100 2.3 @@ -82,6 +82,9 @@ 2.4 adc al,cl ; set S when bx != si or cl = 80 2.5 mov al,20h 2.6 jns @@cpyhead 2.7 + else 2.8 + mov al,20h 2.9 + jmp @@cpyhead 2.10 endif 2.11 @@nocat: 2.12 @@cpylp: 2.13 @@ -104,7 +107,7 @@ 2.14 ifdef EXTRA 2.15 p8086 2.16 ;*************************************************************** 2.17 -;_fastcall char strstr(bx:const char* a, ax:const char* b); 2.18 +;_fastcall int strstr(bx:const char* a, ax:const char* b); 2.19 ;*************************************************************** 2.20 global @strstr$qpxzct1:near 2.21 proc @strstr$qpxzct1 near 2.22 @@ -517,9 +520,8 @@ 2.23 ; global _abort:near 2.24 _abort: 2.25 cli 2.26 -@@stop: 2.27 hlt 2.28 - jmp @@stop 2.29 + jmp _abort 2.30 2.31 endp @die$qpxzc 2.32 2.33 @@ -920,10 +922,13 @@ 2.34 ifdef EXTRA 2.35 cmp [(image_himem di).next_chunk],0 ; iso image/initrd ? 2.36 jnz @@next 2.37 - endif 2.38 mov [(image_himem di).next_chunk],offset next_chunk 2.39 @@next: 2.40 call [(image_himem di).next_chunk] ; m->next_chunk() 2.41 + else 2.42 +@@next: 2.43 + call next_chunk 2.44 + endif 2.45 ifndef NO386 2.46 add eax,3 2.47 and al,0FCh 2.48 @@ -939,7 +944,11 @@ 2.49 endif 2.50 jnz @@next 2.51 pop [(image_himem di).state] 2.52 + ifdef EXTRA 2.53 call [(image_himem di).next_chunk] ; m->next_chunk() 2.54 + else 2.55 + call next_chunk 2.56 + endif 2.57 @@alreadydone: 2.58 pop di 2.59 ret 2.60 @@ -974,7 +983,8 @@ 2.61 xchg ax,cx 2.62 @@szok: 2.63 jcxz image_done 2.64 - mov dx,offset _xfer_buf 2.65 + mov dx,offset _xfer_buf+4096 2.66 + sub dx,si 2.67 mov bx,[di] 2.68 call @read$cxdxbx 2.69 jc image_done 2.70 @@ -1008,9 +1018,16 @@ 2.71 endif 2.72 sub si,bx 2.73 pushf 2.74 + ifdef EXTRA 2.75 and cx,[(image_himem di).next_chunk] 2.76 jcxz @@same_chunk 2.77 + push di 2.78 call cx 2.79 + pop cx 2.80 + else 2.81 + jcxz @@same_chunk 2.82 + call next_chunk 2.83 + endif 2.84 @@same_chunk: 2.85 popf 2.86 jnz @@loop
3.1 --- a/python-beaker/receipt Thu Feb 14 13:10:09 2019 +0100 3.2 +++ b/python-beaker/receipt Thu Feb 14 13:44:59 2019 +0100 3.3 @@ -8,7 +8,7 @@ 3.4 LICENSE="BSD" 3.5 SOURCE="Beaker" 3.6 TARBALL="$SOURCE-$VERSION.tar.gz" 3.7 -WEB_SITE="http://pylonshq.com" 3.8 +WEB_SITE="https://pypi.org/project/Beaker" 3.9 WGET_URL="$WEB_SITE/download/1.0/$TARBALL" 3.10 TAGS="python" 3.11
4.1 --- a/python-nose/receipt Thu Feb 14 13:10:09 2019 +0100 4.2 +++ b/python-nose/receipt Thu Feb 14 13:44:59 2019 +0100 4.3 @@ -8,7 +8,7 @@ 4.4 LICENSE="LGPL2.1" 4.5 SOURCE="nose" 4.6 TARBALL="$SOURCE-$VERSION.tar.gz" 4.7 -WEB_SITE="http://pylonshq.com" 4.8 +WEB_SITE="https://pypi.org/project/nose/" 4.9 WGET_URL="$WEB_SITE/download/1.0/$TARBALL" 4.10 TAGS="python" 4.11
5.1 --- a/python-pylons/receipt Thu Feb 14 13:10:09 2019 +0100 5.2 +++ b/python-pylons/receipt Thu Feb 14 13:44:59 2019 +0100 5.3 @@ -8,7 +8,7 @@ 5.4 LICENSE="BSD" 5.5 SOURCE="Pylons" 5.6 TARBALL="$SOURCE-$VERSION.tar.gz" 5.7 -WEB_SITE="http://pylonshq.com" 5.8 +WEB_SITE="https://pypi.org/project/Pylons/" 5.9 WGET_URL="http://cdn.pylonshq.com/download/$VERSION/$TARBALL" 5.10 TAGS="python" 5.11
6.1 --- a/python-routes/receipt Thu Feb 14 13:10:09 2019 +0100 6.2 +++ b/python-routes/receipt Thu Feb 14 13:44:59 2019 +0100 6.3 @@ -8,7 +8,7 @@ 6.4 LICENSE="BSD" 6.5 SOURCE="Routes" 6.6 TARBALL="$SOURCE-$VERSION.tar.gz" 6.7 -WEB_SITE="http://pylonshq.com" 6.8 +WEB_SITE="https://pypi.org/project/Routes" 6.9 WGET_URL="http://cdn.pylonshq.com/download/1.0/$TARBALL" 6.10 TAGS="python" 6.11 HOST_ARCH="i486 arm"
7.1 --- a/qemulator/receipt Thu Feb 14 13:10:09 2019 +0100 7.2 +++ b/qemulator/receipt Thu Feb 14 13:44:59 2019 +0100 7.3 @@ -8,7 +8,7 @@ 7.4 LICENSE="GPL2" 7.5 SOURCE="Qemulator" 7.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.7 -WEB_SITE="http://qemulator.createweb.de/" 7.8 +WEB_SITE="https://web.archive.org/web/20100227040751/http://qemulator.createweb.de/" 7.9 WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL" 7.10 TAGS="emulator virtualization" 7.11
8.1 --- a/syslinux/stuff/iso2exe/init Thu Feb 14 13:10:09 2019 +0100 8.2 +++ b/syslinux/stuff/iso2exe/init Thu Feb 14 13:44:59 2019 +0100 8.3 @@ -925,7 +925,7 @@ 8.4 grep -qs 1 /sys/block/$DEV/ro && return 8.5 [ "$DEV" ] || return 8.6 cat > /tmp/dialog <<EOT 8.7 -$DIALOG --clear --title " Select your USB key " \ 8.8 +$DIALOG --clear --title " Select your USB key " \ 8.9 --menu "\nPlease select the USB key according to its known size.\n\n" \ 8.10 14 70 4 \ 8.11 $(for i in $DEV ; do 8.12 @@ -1012,7 +1012,7 @@ 8.13 [ $? -eq 0 ] || return 8.14 usbdev || return 8.15 exec 3>&1 8.16 - format=`$DIALOG --clear --title " Select the filesystem " \ 8.17 + format=`$DIALOG --clear --title " Select the filesystem " \ 8.18 --radiolist "\nPlease select the filesystem type to create.\n\n\ 8.19 The filesystem creation will erase all the data \ 8.20 in the USB key." 14 70 4 \ 8.21 @@ -1048,7 +1048,7 @@ 8.22 umount_loram() 8.23 { 8.24 is_loram || return 8.25 - rm /var /usr 8.26 + rm /var /usr 8.27 umount -d /sqfs 8.28 rmdir /sqfs 8.29 } 8.30 @@ -1193,7 +1193,7 @@ 8.31 keymap="$(cat /etc/keymap.conf 2> /dev/null)" 8.32 locale="$(sed '/^LANG=/!d;s/.*=//' /etc/locale.conf 2> /dev/null)" 8.33 cat > /tmp/dialog <<EOT 8.34 -$DIALOG --clear --title " ${isotitle:-Welcome to Linux} " \ 8.35 +$DIALOG --clear --title " ${isotitle:-Welcome to Linux} " \ 8.36 --menu "" 23 70 17 \ 8.37 $(xfile tazkeymap "tazkeymap" "Select keyboard (${keymap:-none})") \ 8.38 $(xfile tazlocale "tazlocale" "Select locale (${locale:-none})") \