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,de271484cfbb52a1 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!v42g2000yqj.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: General informations about ASIS Date: Mon, 16 Feb 2009 05:54:47 -0800 (PST) Organization: http://groups.google.com Message-ID: <2622831c-4be5-4236-9530-242eda35b016@v42g2000yqj.googlegroups.com> References: <6a692bc8-5989-404c-8bfb-593f23c21070@w1g2000prm.googlegroups.com> <0b9de128-d916-47db-bfbe-b48dfbb222b0@j35g2000yqh.googlegroups.com> <25d5d0b5-a7ac-4567-ade1-ecbc34b1b7a1@33g2000yqm.googlegroups.com> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1234792487 4970 127.0.0.1 (16 Feb 2009 13:54:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 16 Feb 2009 13:54:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v42g2000yqj.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3658 Date: 2009-02-16T05:54:47-08:00 List-Id: Hibou57 (Yannick Duch=EAne) wrote: > On 15 f=E9v, 08:55, Ludovic Brenta wrote: > > > Debian 4.0 "Etch" includes a package libasis-dev version 2005-5. This > > reflects the fact that this version of ASIS is from GNAT GPL 2005 > > Edition; not to any version of the ASIS standard. =A0Similarly, 5.0 > > "Lenny" has the version from GNAT GPL 2007 Edition. > > And does it differ a lot from the standard ? > > But.... what I do not understand is : is it really ASIS if it is not > the standard ? It it does not comply to the ASIS standard, then, it > cannot be ASIS... or am I wrong in some way ? The package "asis" in Debian contains an *implementation* of the standard, not the standard itself. This implementation has a version number, in this case 2005 (in Etch) or 2007 (in Lenny). The standard has another version number and is non-free (copyright ISO, no redistribution allowed) so is not included in Debian; and the standard is not software, it is only a document. > I've found something (cannot remember where, I forgot to bookmark the > source), a file named asis20s, which seems to be a set of package > specifications for ASIS 2005, but there is no reference at all to any > author (nor to GNAT as well). Do you know this file ? That's the draft of the standard (a document), not an implementation (software). -- Ludovic Brenta.