From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2573df63ff37c586 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.211.136 with SMTP id nc8mr2430919pbc.6.1336048414112; Thu, 03 May 2012 05:33:34 -0700 (PDT) Path: r9ni127258pbh.0!nntp.google.com!news2.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Adaforge? References: <10872380.887.1335622497447.JavaMail.geo-discussion-forums@vbbfr18> <20524276.2208.1335953540520.JavaMail.geo-discussion-forums@vbqq1> Date: Thu, 03 May 2012 13:33:58 +0100 Message-ID: <82d36ll9zd.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:1plk09AtbBmO8E3bWIKbQ51mL4A= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: e41514fa27b1de029e66123884 X-Received-Bytes: 2087 Content-Type: text/plain; charset=us-ascii Date: 2012-05-03T13:33:58+01:00 List-Id: Ludovic Brenta writes: > * As Dmitry well pointed out, there is a difference between > hosting sources and hosting binaries. My stance on this > matter is probably well-known on this newsgroup. In short, > binaries belong in the general-purpose repositories of their > target platforms; only this can give these binaries the > visibility they deserve. IOW, the packages should be in the > official Debian/Fedora/FreeBSD/Cygwin/Slackware/whatever > repository if one exists. +1 > Windows lacks such a repository, so for Windows the fallback is to > publish the binaries alongside the sources. Actually, there are two for Windows that are quite large, and have automated package installers (similar to, but less sophisticated than, Debian's); MinGW (http://www.mingw.org/), and Cygwin (http://www.cygwin.com/). Cygwin has GNAT, and it's not hard to write packages for it (not as hard as Debian, for example :). I have not tried writing a MinGW package; their installer is brand new. The sourceforge download page for MinGW is down at the moment, so I can't check if it has GNAT (it probably does since it's part of gcc, but I've never looked for it before). The choice between the two is something of a religious issue :(. -- -- Stephe