because they are in fact empty files.
The other man pages installed by the port are generated from
perl sources and are proper man pages. But these two programs
are written in C, so man page generation fails for them.
ok ajacoutot@
This package contains the Python modules that allow you to use the
Clutter toolkit in Python programs.
this doesn't fully work yet, but it's now intree in case someone
wants to have a look at fixing it.
Clutter-GTK is a library providing facilities to integrate Clutter into
GTK+ applications. It provides a GTK+ widget, GtkClutterEmbed, for
embedding the default ClutterStage into any GtkContainer.
An experimental clutter cairo 'drawable' actor. Sucks a bit as renders
cairo via an image surface and thus no real cairo rendering
acceleration. Experiments with glitz and sharing GL contexts for such
acceleration proved problematic.
A glue layer between clutter and box2d that provides a special group
where the actors can be set to be static or dynamic in regard to a
physics simulation.
Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces.
Clutter uses OpenGL (and optionally OpenGL ES for use on Mobile and
embedded platforms) for rendering but with an API which hides the
underlying GL complexity from the developer. The Clutter API is intended
to be easy to use, efficient and flexible.
A new programming language that makes it easy to create your own
interactive stories, animations, games, music, and art - and share your
creations on the web. Designed to help young people (ages 8 and up)
develop 21st century learning skills. As they create Scratch projects,
young people learn important mathematical and computational ideas, while
also gaining a deeper understanding of the process of design.
from maintainer Stuart Cassoff, with tweaks by me and input from
ajacoutot@.
PyGraphics aims to translate the new features of Media Computation from
its JPython version to CPython. Its aims to implement support for image,
sound and video manipulation as well as adding simple 3D capabilities.
several inputs from wcmaier@
From Brad.
FFmpeg contains a type conversion vulnerability while parsing malformed 4X
movie files. The vulnerability may be exploited by a (remote) attacker to
execute arbitrary code in the context of FFmpeg or an application using
the FFmpeg library.
dependency: gtkclist.h depends on gtk.h depends on gtkctree.h depends on
gtkclist.h -> boom. Simply including <gtk/gtk.h> works, though.
OK maintainer, and also tested on amd64 by Jonathan Armani, thanks!