diff options
author | cjep <cjep@pkgsrc.org> | 2003-06-07 15:05:48 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-06-07 15:05:48 +0000 |
commit | 2b18f2a175b3e7a52c03a0a850bf4e7eb5063b07 (patch) | |
tree | 79e54ba1ec546cdc58a3a665c4b44c213da51aeb | |
parent | 87bd976e81bd9490083c0f614c1e2be44178f101 (diff) | |
download | pkgsrc-2b18f2a175b3e7a52c03a0a850bf4e7eb5063b07.tar.gz |
Truncate to <=24 lines
-rw-r--r-- | games/plib/DESCR | 23 | ||||
-rw-r--r-- | games/xbat/DESCR | 5 | ||||
-rw-r--r-- | graphics/tkpiechart/DESCR | 6 |
3 files changed, 2 insertions, 32 deletions
diff --git a/games/plib/DESCR b/games/plib/DESCR index 93ee998932d..0852997b4d0 100644 --- a/games/plib/DESCR +++ b/games/plib/DESCR @@ -1,34 +1,13 @@ - PLIB is a set of OpenSource (LGPL) libraries that will permit +PLIB is a set of OpenSource (LGPL) libraries that will permit programmers to write games and other realtime interactive applications that are 100% portable across a wide range of hardware and operating systems. PLIB is OpenSource software, issued under the terms of the Library varient GNU Public License (LGPL). The contents of PLIB are: - * GUI Widgets: Picoscopic User Interface Library (PUI) - A fully portable GUI interface that needs only - GLUT, OpenGL and C++. - * Sound Replay: Sound Library (SL) - A fully portable Audio driver suited to C++, GLUT - and realtime applications that need low latency. - Includes a simple 'MOD' music loader/player. - * Matrix/Vector math: Simple Geometry Library(SG) - A set of matrix and vector math functions that was - specifically written to simplify the writing of - efficient OpenGL programs. You need to include - this code into any SSG applications. - * Scene Graph: Simple Scene Graph Library (SSG) - A scene graph library layered on top of OpenGL. - * Joystick: JS - Supports more Joysticks with more axes and - buttons than GLUT. - * Fonts/Text: Fonts'n'Text Library (FNT) - Supports text output in OpenGL using texture - mapped fonts. These are much faster to render - than GLUT's fonts. diff --git a/games/xbat/DESCR b/games/xbat/DESCR index c1bad491a37..5beed719b19 100644 --- a/games/xbat/DESCR +++ b/games/xbat/DESCR @@ -1,7 +1,4 @@ -This is the XEVIOUS (NAMCO(C)) like game. - -TYPE: - xbat +xbat is an XEVIOUS (NAMCO(C)) like game. OPTION: -hs : high speed mode diff --git a/graphics/tkpiechart/DESCR b/graphics/tkpiechart/DESCR index e86cdea088b..093e2b87a0b 100644 --- a/graphics/tkpiechart/DESCR +++ b/graphics/tkpiechart/DESCR @@ -8,12 +8,6 @@ It is object oriented using the stooop (Simple Tcl Only Object Oriented Programming) extension (version 3.0 or above, tcl file included). -If you have netscape with the Tcl plug-in installed, just Open File... -demo.tcl and voila! - -Run the demo script to see what it looks like, read the man pages to -understand how to use it. - Whether you like it (or hate it), please let me know. I would like to hear about bugs and improvements you would like to see. I will correct the bugs quickly, especially if you send me a test script. |