Re: [Bug-wget] Metalink support

2015-07-03 Thread Tim Ruehsen
Hi Hubert, thanks for rebasing. git am works smoothly now :-) On Friday 03 July 2015 13:54:43 Hubert Tarasiuk wrote: - I had to find out that I need libgpgme11-dev package (on Debian here), else ./boostrap and/or ./configure would not work. Please add this information to README.checkout.

Re: [Bug-wget] About Proxy Command

2015-07-03 Thread Ander Juaristi
On 06/30/2015 02:45 PM, Samet Diker wrote: Hi All, Hi Samet, I would like to ask a question about proxy port usage with wget. I'm working on Automatic Check - Download application. I'm connecting to ftp server with special username and password and using 31281 port ( proxy ). Which command

Re: [Bug-wget] Metalink support

2015-07-03 Thread Hubert Tarasiuk
W dniu 03.07.2015 o 17:12, Tim Ruehsen pisze: To copy GPGME m4 macro, I have to install libgpgme11-dev. And if I do that, a ./bootstrap (maybe just a configure) does the job for me. Actually I meant copying over the m4 GPGME macro and adding it to Wget's repository, so that it would be

Re: [Bug-wget] Metalink support

2015-07-03 Thread Anthony Bryan
On Fri, Jul 3, 2015 at 5:21 PM, Tim Rühsen tim.rueh...@gmx.de wrote: Am Freitag, 3. Juli 2015, 20:23:00 schrieb Hubert Tarasiuk: W dniu 03.07.2015 o 17:12, Tim Ruehsen pisze: To copy GPGME m4 macro, I have to install libgpgme11-dev. And if I do that, a ./bootstrap (maybe just a configure)

Re: [Bug-wget] Metalink support

2015-07-03 Thread Hubert Tarasiuk
W dniu 04.07.2015 o 00:15, Anthony Bryan pisze: Of course it works for me, but we are not talking about me :-) The main question is: what does the typical wget user expect ? I would thinks (s)he expects the download of the file described by the .metalink file. Of course a few users really

Re: [Bug-wget] Metalink support

2015-07-03 Thread Tim Rühsen
Am Freitag, 3. Juli 2015, 20:23:00 schrieb Hubert Tarasiuk: W dniu 03.07.2015 o 17:12, Tim Ruehsen pisze: To copy GPGME m4 macro, I have to install libgpgme11-dev. And if I do that, a ./bootstrap (maybe just a configure) does the job for me. Actually I meant copying over the m4 GPGME macro

Re: [Bug-wget] Metalink support

2015-07-03 Thread Tim Ruehsen
Hi Hubert, thanks for all your work on Metalink support ! Just a few minor points I stumbled upon when I tried to apply your patches :-) - they don't apply smoothly on latest master. Could you rebase your work on current master ? (What I did it is 'git am 00*' with your patches) - I had to

Re: [Bug-wget] Metalink support

2015-07-03 Thread Hubert Tarasiuk
Hi Tim, W dniu 03.07.2015 o 10:17, Tim Ruehsen pisze: Just a few minor points I stumbled upon when I tried to apply your patches :-) - they don't apply smoothly on latest master. Could you rebase your work on current master ? (What I did it is 'git am 00*' with your patches) That was my