openbsd-ports/x11/p5-Gtk/pkg/DESCR
shell 5343322abe - Bump Version
- Add support for imlib, gtkglare
- New flavor

Patch and now maintain by Joshua Stein <jcs@rt.fm>
2001-08-07 05:45:46 +00:00

21 lines
541 B
Plaintext

Gtk-Perl is a set of modules that let you exploit the Gtk+
libraries from Perl. The module maps the Gtk+ objects to
Perl packages while trying to remain as close as possible
to the C API, but not closer.
Currently there is support for:
- libgtk
The base module (Gtk and Gtk::Gdk namespaces).
- libgdkimlib
The Imlib module (Gtk::Gdk::ImlibImage namespace).
- libgdkpixbuf
The Pixbuf module (Gtk::Gdk::Pixbuf namespace).
- libgtkglarea
The OpenGL widget module (Gtk::GLArea namespace).
WWW: ${HOMEPAGE}