On Tue, 2005-08-23 at 03:25 +0200, Markus Döbele wrote: > I forwarded this message to the other programmer of laby that is maintaining > the homepage. I let you know what we can do. > > I never used wget. But could you specify that he downloads everthing from > "http://laby.toybox.de/download15/" ? Because there I will store all the > future versions of the game. The names will change. But it will always be > only one file. > > Maybe its even possible to find out whats the name of the file? > > I know nothing about wget. But try to help as far as can!
OK I have asked some questions on the gentoo developer list and the consensus is that the file needs to download cleanly with wget or else there are problems incorporating it into a gentoo ebuild without repackaging the file and/or the gentoo project mirroring it for you. In fact most of the comments were along the lines "tell the labyrinth distributors to fix their crap webserver" or words to that effect. Frankly there is no reason to have a redirect on a simple file download. Just show you can show the guys who run your web server, this is what happens when you try to download the file using wget, the web server redirects the download and you end up with a funny named file. Here is the output: [EMAIL PROTECTED] ~/tmp/laby $ wget http://laby.toybox.de/download15/laby_1.0.1.tar.gz --17:10:54-- http://laby.toybox.de/download15/laby_1.0.1.tar.gz => `laby_1.0.1.tar.gz.1' Resolving laby.toybox.de... 212.227.43.232 Connecting to laby.toybox.de[212.227.43.232]:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://laby.toybox.de/download2.php?fileid=15 [following] --17:10:56-- http://laby.toybox.de/download2.php?fileid=15 => `download2.php?fileid=15' Connecting to laby.toybox.de[212.227.43.232]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 4,882,608 [application/x-tgz] As you can see it is the redirect that is the problem. The same thing happens if you just try the directory name as you suggested: [EMAIL PROTECTED] ~/tmp/laby $ wget http://laby.toybox.de/download15/ --17:12:24-- http://laby.toybox.de/download15/ => `index.html' Resolving laby.toybox.de... 212.227.43.232 Connecting to laby.toybox.de[212.227.43.232]:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://laby.toybox.de/download2.php?fileid=15 [following] --17:12:28-- http://laby.toybox.de/download2.php?fileid=15 => `download2.php?fileid=15' Connecting to laby.toybox.de[212.227.43.232]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 4,882,608 [application/x-tgz] Anyway, if you fix the downloading, I will do my best to write you an ebuild. I am half way through it. > > > > Am Dienstag, 23. August 2005 02:05 schrieb Nick Rout: > > I am trying to make an ebuild. > > > > when i download the compiled tarball with wget using this url: > > > > http://laby.toybox.de/download15/laby_1.0.1.tar.gz > > > > I get a file called download2.php\?fileid\=15 which i then have to > > rename to laby_1.0.1.tar.gz > > > > This is not a good start. > > > > So whats up with your web server, or is there a better url i could use > > for automated downloading? > > > > > > On Mon, 22 Aug 2005 23:42:19 +0200 > > > > Markus Döbele wrote: > > > So we have to treat Lost Labyrinth as closed source. > > > Because the source code of this game is only useful to other purebasic > > > programmers. And people that got the compiler. I understand. > > > Can't change that. > > > > > > Am Montag, 22. August 2005 22:52 schrieb Matan Peled: > > > > Markus Döbele wrote: > > > > > I created a tar.gz Version of this game too. > > > > > I'm sorry that its not possible to compile it with the demo version > > > > > of the compiler. > > > > > > > > > > What are gentoo users doing with other binary packages? > > > > > Like Acrobat Reader? > > > > > > > > > > Is this a big problem for this system? > > > > > > > > No, Portage can handle binary apps just fine. We have Java, Unreal > > > > Tournament 2k3/2k4, Doom 3, Neverwinter Nights... All kinds of > > > > binary-only apps. > > > > > > > > But all of them are closed-source (Except for the -bin version of some > > > > rather big packages, manly to save people the compile time...). > > > > > > > > It feels kinda wrong to install a binary package of a (small) > > > > open-source app on a source-based system... > > > > > > > > Its also weird having an opensource app that you can only compile using > > > > a non-free (as in beer) compiler... > > > > > > > > -- > > > > [Name ] :: [Matan I. Peled ] > > > > [Location ] :: [Israel ] > > > > [Public Key] :: [0xD6F42CA5 ] > > > > [Keyserver ] :: [keyserver.kjsl.com] > > > > encrypted/signed plain text preferred > > > > > > -- > > > gentoo-user@gentoo.org mailing list > > > > -- > > Nick Rout <[EMAIL PROTECTED]> > -- Nick Rout <[EMAIL PROTECTED]> -- gentoo-user@gentoo.org mailing list