mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Fix a lot of lint failures.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="aalib is an ASCII rendering 2D library"
|
||||
SUMMARY="An ASCII rendering 2D library"
|
||||
DESCRIPTION="
|
||||
aalib is a software library which allows applications to automatically convert \
|
||||
still and moving images into ASCII art.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION="a modern open-source, cross-platform toolkit for graphical applications"
|
||||
DESCRIPTION="A modern open-source, cross-platform toolkit for graphical applications"
|
||||
HOMEPAGE="http://libagar.org/index.html.en"
|
||||
SOURCE_URI="http://stable.hypertriton.com/agar/agar-1.4.1.tar.gz"
|
||||
REVISION="1"
|
||||
|
||||
@@ -1,6 +1,16 @@
|
||||
SUMMARY="Allegro game programming library"
|
||||
DESCRIPTION="
|
||||
Allegro game programming library.
|
||||
SUMMARY="Game programming library"
|
||||
DESCRIPTION="\
|
||||
The Allegro library provides C/C++ programmers low-level routines commonly
|
||||
needed in game programing, such as input, graphics, midi, sound effects,
|
||||
and timing. It is cross platform and works with many different compilers.
|
||||
Originally developed by Shawn Hargreaves, it is now a group project with
|
||||
contributions from all over the world! Some of its key features include:
|
||||
|
||||
* Ease of Use - comes with comprehensive documentation and examples
|
||||
* Extensibility - if the built-in functionality isn't enough, there are many add-ons available
|
||||
* Cross Platform - without changing a single line of code, you can create versions for Windows, OS X, Linux, DOS, and others! Works with many compilers, including DJGPP and VC++
|
||||
* Open Source - anyone can contribute, including you!
|
||||
* Free - it won't cost you a dime, and there are no restrictions on its usage.
|
||||
"
|
||||
HOMEPAGE="http://alleg.sourceforge.net/"
|
||||
SOURCE_URI="http://sourceforge.net/projects/alleg/files/allegro/4.4.1.1/allegro-4.4.1.1.tar.gz/download"
|
||||
|
||||
Reference in New Issue
Block a user