Re: [Fink-users] vim-7.4.1952.tar.bz2 not found

2016-06-29 Thread Dominique d'Humières

> Le 29 juin 2016 à 14:58, Hisashi T Fujinaka  a écrit :
> 
> Should be there now.
> 
> -- 
> Hisashi T Fujinaka - ht...@twofifty.com
> BSEE + BSChem + BAEnglish + MSCS + $2.50 = coffee

Confirmed, thanks,

Dominique


--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] vim-7.4.1952.tar.bz2 not found

2016-06-29 Thread Hisashi T Fujinaka
Should be there now.

On Wed, 29 Jun 2016, Dominique d'Humi?res wrote:

> Any chance to get it?
>
> Dominique
>
>> It's usually more likely that some big dummy (me) forgot to copy the
>> file to his external server. Dunno about the backslash problem.
>>
>> --
>> Hisashi T Fujinaka - ht...@twofifty.com
>> BSEE + BSChem + BAEnglish + MSCS + $2.50 = coffee
>

-- 
Hisashi T Fujinaka - ht...@twofifty.com
BSEE + BSChem + BAEnglish + MSCS + $2.50 = coffee

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] vim-7.4.1952.tar.bz2 not found

2016-06-29 Thread Dominique d'Humières
Any chance to get it?

Dominique

> It's usually more likely that some big dummy (me) forgot to copy the
> file to his external server. Dunno about the backslash problem.
> 
> -- 
> Hisashi T Fujinaka - ht...@twofifty.com
> BSEE + BSChem + BAEnglish + MSCS + $2.50 = coffee


--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] vim-7.4.1952.tar.bz2 not found

2016-06-28 Thread Derek Homeier
On 28 Jun 2016, at 3:46 PM, Hisashi T Fujinaka  wrote:
> 
> 
> It's usually more likely that some big dummy (me) forgot to copy the
> file to his external server. Dunno about the backslash problem.

No, http://www.i8u.org/~htodd/finksrc/vim-7.4.1943.tar.bz2 exists, but fink 
creates the download command

curl --connect-timeout 30 -f -L -A 'fink/0.39.3' -O 
http://www.i8u.org/\~htodd/finksrc/vim-7.4.1952.tar.bz2

from the Source field.
Of course never having to remember to copy the tarball to an extra server would 
be one of the major points
in switching to the github snapshot archive ;-)

Cheers,
Derek


--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] vim-7.4.1952.tar.bz2 not found

2016-06-28 Thread Derek Homeier
On 28 Jun 2016, at 10:00 AM, Dominique Dhumieres  wrote:
> 
> I am unable to update vim to 7.4.1952 because vim-7.4.1952.tar.bz2 is not 
> found.

Same here; the problem lies with the tilde in the original URL path, which for 
some reason
is escaped with an extra backslash:

Source: http://www.i8u.org/~htodd/finksrc/vim-%v.tar.bz2

becomes 

http://www.i8u.org/\~htodd/finksrc/vim-7.4.1952.tar.bz2


while trying to escape the character right away in the Source field

http://www.i8u.org/%%7Ehtodd/finksrc/vim-%v.tar.bz2

does not result in anything better:

http://www.i8u.org/\%7Ehtodd/finksrc/vim-7.4.1952.tar.bz2

Anyone knows if this is a new fink feature, or how to avoid adding the 
backslash?


Rather better in this case perhaps, use the github archive instead of a private 
repository:

Source: https://github.com/vim/vim/archive/v%v.tar.gz
SourceRename: vim-%v.tar.gz
Source-MD5: a4c9c0b4e9f2de281dc439959cc0a009
#SourceDirectory: vim

(also got yesterday's latest release to build BTW:)

Version: 7.4.1965
Source: https://github.com/vim/vim/archive/v%v.tar.gz
SourceRename: vim-%v.tar.gz
Source-MD5: e6cf2f37b2a668a4cd7de6df5234ab38

Cheers,
Derek


--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] vim-7.4.1952.tar.bz2 not found

2016-06-28 Thread Dominique Dhumieres
I am unable to update vim to 7.4.1952 because vim-7.4.1952.tar.bz2 is not found.

TIA

Dominique

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users