summaryrefslogtreecommitdiff
path: root/graphics/p5-clutter/DESCR
diff options
context:
space:
mode:
authorobache <obache>2008-12-14 11:13:32 +0000
committerobache <obache>2008-12-14 11:13:32 +0000
commit46723ab0b9dca7d6f10d08d7b0e3b3f5c5a87d29 (patch)
tree957c7d2602609553429deea7930147d91d4a69b4 /graphics/p5-clutter/DESCR
parente620e6da8dfe329c035d0acdd789b7c7d1c7d781 (diff)
downloadpkgsrc-46723ab0b9dca7d6f10d08d7b0e3b3f5c5a87d29.tar.gz
Import p5-clutter-0.8.2.0 as graphics/p5-clutter.
Perl bindings to the Clutter OpenGL canvas. Clutter aims to give a nice and easy GObject based API for creating fast, heavily stylised applications, such as media box UI, presentations, kiosk style applications, etc. Clutter uses OpenGL for rendering. The Clutter Perl bindings allow you to write canvas-based applications in a Perlish and object-oriented way, freeing you from having to care about casting and memory management of the original Clutter C API, and yet remaining close to its spirit.
Diffstat (limited to 'graphics/p5-clutter/DESCR')
-rw-r--r--graphics/p5-clutter/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/p5-clutter/DESCR b/graphics/p5-clutter/DESCR
new file mode 100644
index 00000000000..4b4106b185a
--- /dev/null
+++ b/graphics/p5-clutter/DESCR
@@ -0,0 +1,10 @@
+Perl bindings to the Clutter OpenGL canvas. Clutter aims to give a nice
+and easy GObject based API for creating fast, heavily stylised applications,
+such as media box UI, presentations, kiosk style applications, etc.
+
+Clutter uses OpenGL for rendering.
+
+The Clutter Perl bindings allow you to write canvas-based applications in
+a Perlish and object-oriented way, freeing you from having to care about
+casting and memory management of the original Clutter C API, and yet
+remaining close to its spirit.