diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-01-22 17:49:08 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-01-22 17:49:08 +0000 |
commit | c8086f43821026adf61f37f71df13e78d84981bf (patch) | |
tree | 234337867c3cc077501f150efca7f2aac880e830 /graphics | |
parent | 487229e83c66a56c01a677e65be43f08eb1ec7af (diff) | |
download | pkgsrc-c8086f43821026adf61f37f71df13e78d84981bf.tar.gz |
The Gtk module allows Perl access to the Gtk+ graphical user interface
library. You can find more information about Gtk+ on http://www.gtk.org.
The Perl binding tries to follow the C interface as much as possible,
providing at the same time a fully object-oriented interface and
Perl-style calling conventions.
This is the Gtk::Gdk::Imlib extension of the Gtk module.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Gdk-Imlib/DESCR | 7 | ||||
-rw-r--r-- | graphics/p5-Gdk-Imlib/Makefile | 17 | ||||
-rw-r--r-- | graphics/p5-Gdk-Imlib/PLIST | 1 |
3 files changed, 25 insertions, 0 deletions
diff --git a/graphics/p5-Gdk-Imlib/DESCR b/graphics/p5-Gdk-Imlib/DESCR new file mode 100644 index 00000000000..eb3a9a2f420 --- /dev/null +++ b/graphics/p5-Gdk-Imlib/DESCR @@ -0,0 +1,7 @@ +The Gtk module allows Perl access to the Gtk+ graphical user interface +library. You can find more information about Gtk+ on http://www.gtk.org. +The Perl binding tries to follow the C interface as much as possible, +providing at the same time a fully object-oriented interface and +Perl-style calling conventions. + +This is the Gtk::Gdk::Imlib extension of the Gtk module. diff --git a/graphics/p5-Gdk-Imlib/Makefile b/graphics/p5-Gdk-Imlib/Makefile new file mode 100644 index 00000000000..5e7e58960c5 --- /dev/null +++ b/graphics/p5-Gdk-Imlib/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/22 17:49:08 adrianp Exp $ +# + +.include "../../x11/p5-gtk/Makefile.common" + +PKGNAME= p5-Gdk-Imlib-${GTKPERL_VERSION} + +MAINTAINER= adrianp@NetBSD.org +COMMENT= Perl bindings for Imlib + +MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/man/man3 +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk/Gdk/ImlibImage/.packlist + +SUBPACKAGE= GdkImlib + +.include "../../graphics/imlib/buildlink3.mk" +.include "../../x11/p5-gtk/Makefile.subpackage" diff --git a/graphics/p5-Gdk-Imlib/PLIST b/graphics/p5-Gdk-Imlib/PLIST new file mode 100644 index 00000000000..c432b5864b3 --- /dev/null +++ b/graphics/p5-Gdk-Imlib/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/22 17:49:08 adrianp Exp $ |