aboutsummaryrefslogtreecommitdiff
path: root/graphics/togl
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
commit4e942b64191e2ef98dce2c5af31047a8640db768 (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /graphics/togl
parent1d1f878054efdd1171a8cb006e59ad0727610293 (diff)
downloadports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz
ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415499
Diffstat (limited to 'graphics/togl')
-rw-r--r--graphics/togl/pkg-descr12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/togl/pkg-descr b/graphics/togl/pkg-descr
index cd86cedfa735..2d805e393957 100644
--- a/graphics/togl/pkg-descr
+++ b/graphics/togl/pkg-descr
@@ -2,12 +2,12 @@ Togl is a Tk widget for OpenGL rendering. Togl is based on OGLTK,
originally written by Benjamin Bederson at the University of New Mexico
(who has since moved to the University of Maryland). Togl adds the new
features:
- - color-index mode support including color allocation functions
- - support for requesting stencil, accumulation, alpha buffers, etc
- - multiple OpenGL drawing widgets
- - OpenGL extension testing from Tcl
- - simple, portable font support
- - overlay plane support
+ - color-index mode support including color allocation functions
+ - support for requesting stencil, accumulation, alpha buffers, etc
+ - multiple OpenGL drawing widgets
+ - OpenGL extension testing from Tcl
+ - simple, portable font support
+ - overlay plane support
Togl allows one to create and manage a special Tk/OpenGL widget with Tcl
and render into it with a C program. That is, a typical Togl program will