Ada bindings

View: New views
11 Messages — Rating Filter:   Alert me  

Ada bindings

by sdl-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello.

I've been maintaining a set of public domain Ada bindings for quite some
time:

  http://coreland.ath.cx/code/sdl-ada

Is it possible to get these listed on the "languages" page?

They're currently for the 1.2 branch but will be updated for the 1.3
branch as soon as binary releases become available.

_______________________________________________
SDL mailing list
SDL@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Re: Ada bindings

by sdl-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2009-10-30 16:37:42, sdl@... wrote:
>
>   http://coreland.ath.cx/code/sdl-ada
>
> Is it possible to get these listed on the "languages" page?
>

Is that a no?

_______________________________________________
SDL mailing list
SDL@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Re: Ada bindings

by Donny Viszneki :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Please be patient, I'm sure someone will get around to it. It might
help if you'd remind everybody where lists of supported programming
languages are where you'd like to see ada listed, but you will still
probably have to wait a little while for someone who can make the
changes takes notice

On Sat, Oct 31, 2009 at 4:31 PM,  <sdl@...> wrote:

> On 2009-10-30 16:37:42, sdl@... wrote:
>>
>>   http://coreland.ath.cx/code/sdl-ada
>>
>> Is it possible to get these listed on the "languages" page?
>>
>
> Is that a no?
>
> _______________________________________________
> SDL mailing list
> SDL@...
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
>



--
http://codebad.com/
_______________________________________________
SDL mailing list
SDL@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Re: Ada bindings

by sdl-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2009-10-31 20:28:12, Donny Viszneki wrote:
> Please be patient, I'm sure someone will get around to it. It might
> help if you'd remind everybody where lists of supported programming
> languages are where you'd like to see ada listed, but you will still
> probably have to wait a little while for someone who can make the
> changes takes notice

'Lo.

Sorry, didn't mean to sound impatient. As I mentioned to somebody else
in private who expressed similar comments - I'm used to being ignored
trying to get my work publicized and with a very active list like SDL,
it looked as if the same thing was happening.

The page I was referring to is here:

  http://www.libsdl.org/languages.php

Thanks,
M
_______________________________________________
SDL mailing list
SDL@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Re: Ada bindings

by Kenneth Bull :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/1  <sdl@...>:
> The page I was referring to is here:
>
>  http://www.libsdl.org/languages.php

Most of libsdl.org is actually in SVN.
Maybe you should submit a patch for trunk/sdlweb/public/languages.html
_______________________________________________
SDL mailing list
SDL@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Re: Ada bindings

by sdl-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2009-11-01 05:42:34, Kenneth Bull wrote:
> 2009/11/1  <sdl@...>:
> > The page I was referring to is here:
> >
> >  http://www.libsdl.org/languages.php
>
> Most of libsdl.org is actually in SVN.
> Maybe you should submit a patch for trunk/sdlweb/public/languages.html

Thanks. Wasn't aware the web site source was publically
available like that.

I'll do that right away.

M
_______________________________________________
SDL mailing list
SDL@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Re: Ada bindings

by sdl-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Applies to r5046:

--- public/languages.php.orig 2009-11-01 13:06:25.634096640 +0000
+++ public/languages.php  2009-11-01 13:05:53.888978171 +0000
@@ -20,6 +20,10 @@
      AdaSDL -
         <a href="http://sourceforge.net/projects/adasdl/"
                >http://sourceforge.net/projects/adasdl/</a>
+     <br>
+     sdl-ada -
+        <a href="http://coreland.ath.cx/code/sdl-ada"
+               >http://coreland.ath.cx/code/sdl-ada/</a>
 </li>
 <li> <strong>
      C#
_______________________________________________
SDL mailing list
SDL@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Re: Ada bindings

by Brian Barrett :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi.

I haven't studied his email patterns in detail, but if memory serves
Sam Lantinga tends to batch read the libsdl mailing lists. Or at least
it often appears that way when he replies to a bunch of threads at
once. Don't be surprised if it takes a little while for him to come
back and update the site.

-- Brian
_______________________________________________
SDL mailing list
SDL@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Re: Ada bindings

by Sam Lantinga-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You got it!

See ya,

On Fri, Oct 30, 2009 at 9:37 AM,  <sdl@...> wrote:

> Hello.
>
> I've been maintaining a set of public domain Ada bindings for quite some
> time:
>
>  http://coreland.ath.cx/code/sdl-ada
>
> Is it possible to get these listed on the "languages" page?
>
> They're currently for the 1.2 branch but will be updated for the 1.3
> branch as soon as binary releases become available.
>
> _______________________________________________
> SDL mailing list
> SDL@...
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
>



--
        -Sam Lantinga, Founder and President, Galaxy Gameworks LLC
_______________________________________________
SDL mailing list
SDL@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Re: Ada bindings

by sdl-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2009-11-01 21:13:55, Sam Lantinga wrote:
> You got it!
>
> See ya,
>
> --
> -Sam Lantinga, Founder and President, Galaxy Gameworks LLC

Thank you!

Sorry for the, er, slight impatience there.

M
_______________________________________________
SDL mailing list
SDL@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Re: Ada bindings

by Sam Lantinga-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You're welcome!  No worries. :)

On Mon, Nov 2, 2009 at 5:32 AM,  <sdl@...> wrote:

> On 2009-11-01 21:13:55, Sam Lantinga wrote:
>> You got it!
>>
>> See ya,
>>
>> --
>>       -Sam Lantinga, Founder and President, Galaxy Gameworks LLC
>
> Thank you!
>
> Sorry for the, er, slight impatience there.
>
> M
> _______________________________________________
> SDL mailing list
> SDL@...
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
>



--
        -Sam Lantinga, Founder and President, Galaxy Gameworks LLC
_______________________________________________
SDL mailing list
SDL@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org