diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 05:02:41 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 05:02:41 +0000 |
commit | 9b2adf28dc233f05551067ea24aeef2732e154f6 (patch) | |
tree | e697d9b9d8ca0693c872d478e43882b61bc3c23f /devel/allegro/DESCR | |
parent | 072bd1c73e606c19af4e60518a553da7d2287115 (diff) | |
download | pkgsrc-9b2adf28dc233f05551067ea24aeef2732e154f6.tar.gz |
Initial import of allegro-4.1.13 from pkgsrc-wip, Initial work by
Thomas Klausner plus minor changes by me.
Allegro is a portable library mainly aimed at video game and multimedia
programming, originally started by Shawn Hargreaves for the DJGPP compiler
in a mixture of C and assembler.
According to the Oxford Companion to Music, Allegro is the Italian for
"quick, lively, bright". It is also a recursive acronym which stands for
"Allegro Low LEvel Game ROutines".
Cross-platform support
o Dos (DJGPP, Watcom)
o Unix (Linux, *BSD, Irix, Solaris, Darwin)
o Windows (MSVC, MinGW, Cygwin, Borland)
o BeOS
o QNX
o MacOS X
Diffstat (limited to 'devel/allegro/DESCR')
-rw-r--r-- | devel/allegro/DESCR | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/allegro/DESCR b/devel/allegro/DESCR new file mode 100644 index 00000000000..7a6d8a2476c --- /dev/null +++ b/devel/allegro/DESCR @@ -0,0 +1,16 @@ +Allegro is a portable library mainly aimed at video game and multimedia +programming, originally started by Shawn Hargreaves for the DJGPP compiler +in a mixture of C and assembler. + +According to the Oxford Companion to Music, Allegro is the Italian for +"quick, lively, bright". It is also a recursive acronym which stands for +"Allegro Low LEvel Game ROutines". + +Cross-platform support + + o Dos (DJGPP, Watcom) + o Unix (Linux, *BSD, Irix, Solaris, Darwin) + o Windows (MSVC, MinGW, Cygwin, Borland) + o BeOS + o QNX + o MacOS X |