From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/65535 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Stefan_M=FCller?= Newsgroups: gmane.comp.tex.context Subject: Re: context-setup-mswin.zip : so many doubles files ? Date: Wed, 26 Jan 2011 15:01:52 +0100 Message-ID: <4D402950.8080109@gmx.de> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1296050542 7400 80.91.229.12 (26 Jan 2011 14:02:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2011 14:02:22 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 26 15:02:16 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pi5wq-000513-Rw for gctc-ntg-context-518@m.gmane.org; Wed, 26 Jan 2011 15:02:12 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2814CCAABF; Wed, 26 Jan 2011 15:02:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3V7IedlmjrOC; Wed, 26 Jan 2011 15:02:08 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 64929CAA4B; Wed, 26 Jan 2011 15:02:08 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 651E5CAA4B for ; Wed, 26 Jan 2011 15:02:06 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xA5i1tz2dY7R for ; Wed, 26 Jan 2011 15:02:04 +0100 (CET) Original-Received: from filter3-til.mf.surf.net (filter3-til.mf.surf.net [194.171.167.219]) by balder.ntg.nl (Postfix) with ESMTP id 85B90CAA2B for ; Wed, 26 Jan 2011 15:02:04 +0100 (CET) Original-Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by filter3-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with SMTP id p0QE23RW025693 for ; Wed, 26 Jan 2011 15:02:04 +0100 Original-Received: (qmail invoked by alias); 26 Jan 2011 14:02:03 -0000 Original-Received: from 77-64-188-242.dynamic.primacom.net (EHLO [192.168.100.108]) [77.64.188.242] by mail.gmx.net (mp064) with SMTP; 26 Jan 2011 15:02:03 +0100 X-Authenticated: #11064435 X-Provags-ID: V01U2FsdGVkX18vjdYENjkvFdzT4Vcvkv/P0V0DkzvoIhgnUl7hoe EObhyFnIgMdksb User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 In-Reply-To: X-Y-GMX-Trusted: 0 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.165.64.22; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0eE0e23yW - 8156b6fb452d - 20110126 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.219 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:65535 Archived-At: Hi, I just downloaded context-setup-mswin.zip from http://minimals.contextgarden.net/setup/ It is 3.83MB and contains only one "context" and one "bin" folder. Maybe this was fixed by now(?) Kind regards, Stefan. On 26.01.2011 14:46, Vnpenguin wrote: > On Wed, Jan 26, 2011 at 13:40, Mojca Miklavec > wrote: >> On Wed, Jan 26, 2011 at 06:43, Vnpenguin wrote: >>> Hi, >>> The file context-setup-mswin.zip has 23M size at >>> http://minimals.contextgarden.net/setup/. Here are files inside of >>> this ZIP: >>> ======================================= >>> >>> Could you tell me why these files were "doubled" many times ? >> >> Hmmm ... that is something that I would like to know as well ... :) :) :) >> >> Most probably there was some extra folder lying around. The code that >> generates it is >> >> mv mswin context >> rm context-setup-mswin.zip >> zip -r context-setup-mswin context >> mv context mswin >> >> If folder named context existed at some point in time, it probably >> triggered recursive behaviour. >> >> Mojca >> > > For me, that's packaging error. We need only _ONE_ folder "bin" and > _ONE_ file "first-setup.bat" to do installation. ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________