diff options
author | 2009-05-10 12:09:14 +0000 | |
---|---|---|
committer | 2009-05-10 12:09:14 +0000 | |
commit | 2bba4bd73f49318844ac97655cdc13900453f6af (patch) | |
tree | 9a3e9da1f22416fe83b187a32379a656dff99c13 /dev-tcltk/togl/metadata.xml | |
parent | Moved from sunrise overlay. Fixes bug 265833 (diff) | |
download | gentoo-2-2bba4bd73f49318844ac97655cdc13900453f6af.tar.gz gentoo-2-2bba4bd73f49318844ac97655cdc13900453f6af.tar.bz2 gentoo-2-2bba4bd73f49318844ac97655cdc13900453f6af.zip |
initial ebuild. closes bug #149789
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/togl/metadata.xml')
-rw-r--r-- | dev-tcltk/togl/metadata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-tcltk/togl/metadata.xml b/dev-tcltk/togl/metadata.xml new file mode 100644 index 000000000000..8e962df9b69b --- /dev/null +++ b/dev-tcltk/togl/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>tcltk</herd> +<maintainer> + <email>mescalinum@gentoo.org</email> +</maintainer> +<longdescription> +Togl is a Tk widget for OpenGL rendering. Togl was originally based on +OGLTK, written by Benjamin Bederson at the University of New Mexico. Togl's +main features are: + +* unifies Microsoft Windows, X11 (Linux/IRIX/...), and Mac OS X Aqua support +* support for requesting stencil, accumulation, alpha buffers, etc. +* multiple OpenGL drawing windows +* simple stereo rendering support +* simple, portable font support +* color-index mode support including color allocation functions +* overlay plane support +* OpenGL extension testing from Tcl +* Tcl Extension Architecture (TEA) 3 compliant + +Togl does almost no OpenGL drawing itself, instead it manages OpenGL +drawing by calling various Tcl commands (a.k.a., callback functions). Those +commands can be C functions that call OpenGL (in)directly or another Tcl +package (e.g., Tcl3D). +</longdescription> +</pkgmetadata> |