diff options
author | garbled <garbled> | 1999-07-22 09:14:55 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-07-22 09:14:55 +0000 |
commit | de42cf62d586b6cadd0ccd7efc18af5f2e3e2698 (patch) | |
tree | b959b973b1579668b12dba13b561dc7e33697c6e /graphics/openptc/pkg | |
parent | 2518c51d68ea046d3b58f0c08324923ca6c4d87e (diff) | |
download | pkgsrc-de42cf62d586b6cadd0ccd7efc18af5f2e3e2698.tar.gz |
OpenPTC-X11-1.0.0-2
Prometheus Truecolour for X11
Diffstat (limited to 'graphics/openptc/pkg')
-rw-r--r-- | graphics/openptc/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/openptc/pkg/DESCR | 13 | ||||
-rw-r--r-- | graphics/openptc/pkg/PLIST | 32 |
3 files changed, 46 insertions, 0 deletions
diff --git a/graphics/openptc/pkg/COMMENT b/graphics/openptc/pkg/COMMENT new file mode 100644 index 00000000000..d62845d11f8 --- /dev/null +++ b/graphics/openptc/pkg/COMMENT @@ -0,0 +1 @@ +Prometheus Truecolour for X11 diff --git a/graphics/openptc/pkg/DESCR b/graphics/openptc/pkg/DESCR new file mode 100644 index 00000000000..79110fb87cd --- /dev/null +++ b/graphics/openptc/pkg/DESCR @@ -0,0 +1,13 @@ +Prometheus Truecolour (OpenPTC) is a third-generation standard for cross +platform low-level graphics access. A lot of design experience has gone into +it to provide one of the cleanest APIs available for this kind of purpose. + +OpenPTC will provide you with a frame-buffer to draw into. You can choose +that buffer to use a pixel format convenient for you, OpenPTC will convert +it to the video modes on the target platform, using highly optimised +x86 and MMX routines where available. This is achieved using the HERMES +((c)1998/99 Christian Nentwich et al) pixel conversion library. + +OpenPTC 1.0 is available for X11, GGI (Linux), Win32, DOS and JAVA. Work for +other platforms is in progress. All implementations of PTC come with full +source code and may be used free of charge even in commercial projects. diff --git a/graphics/openptc/pkg/PLIST b/graphics/openptc/pkg/PLIST new file mode 100644 index 00000000000..3c84c2de66c --- /dev/null +++ b/graphics/openptc/pkg/PLIST @@ -0,0 +1,32 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/22 09:14:55 garbled Exp $ +bin/ptc-config +include/ptc/Core/Area.h +include/ptc/Core/Base.h +include/ptc/Core/Clear.h +include/ptc/Core/Clipper.h +include/ptc/Core/Color.h +include/ptc/Core/Copy.h +include/ptc/Core/Error.h +include/ptc/Core/Format.h +include/ptc/Core/Index.h +include/ptc/Core/Palette.h +include/ptc/Core/Surface.h +include/ptc/Core/Types.h +include/ptc/Core/Key.h +include/ptc/Core/Timer.h +include/ptc/Core/Hermes.h +include/ptc/Core/Config.h +include/ptc/Core/Mode.h +include/ptc/X11/Console.h +include/ptc/X11/Display.h +include/ptc/X11/DGADisplay.h +include/ptc/X11/WindowDisplay.h +include/ptc/X11/Image.h +include/ptc/X11/ptconfig.h +include/ptc/ptc.h +lib/libptc.1.0.a +lib/libptc.so.1.0 +lib/libptc.a +@dirrm include/ptc/Core +@dirrm include/ptc/X11 +@dirrm include/ptc |