diff options
author | mrg <mrg> | 2003-06-23 07:16:21 +0000 |
---|---|---|
committer | mrg <mrg> | 2003-06-23 07:16:21 +0000 |
commit | 8bdb0884a78614df84ad7b108bbb3a7ad06d096e (patch) | |
tree | 3cc8214a213276231dcd0cb69b2560503f13cb98 | |
parent | 3060b5f90fd1e2c48f23482b76d62a2146a78463 (diff) | |
download | pkgsrc-8bdb0884a78614df84ad7b108bbb3a7ad06d096e.tar.gz |
part two (of two) of the fix for pkg/21891: new package p5-Gdk-Pixbuf:
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::Pixbuf extention of the Gtk module.
-rw-r--r-- | graphics/p5-Gdk-Pixbuf/DESCR | 7 | ||||
-rw-r--r-- | graphics/p5-Gdk-Pixbuf/Makefile | 17 | ||||
-rw-r--r-- | graphics/p5-Gdk-Pixbuf/PLIST | 1 |
3 files changed, 25 insertions, 0 deletions
diff --git a/graphics/p5-Gdk-Pixbuf/DESCR b/graphics/p5-Gdk-Pixbuf/DESCR new file mode 100644 index 00000000000..eb5eb531683 --- /dev/null +++ b/graphics/p5-Gdk-Pixbuf/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::Pixbuf extention of the Gtk module. diff --git a/graphics/p5-Gdk-Pixbuf/Makefile b/graphics/p5-Gdk-Pixbuf/Makefile new file mode 100644 index 00000000000..36564f528ca --- /dev/null +++ b/graphics/p5-Gdk-Pixbuf/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/06/23 07:16:21 mrg Exp $ +# + +.include "../../x11/p5-gtk/Makefile.common" + +PKGNAME= p5-Gdk-Pixbuf-${GTKPERL_VERSION} + +MAINTAINER= tech-pkg@netbsd.org +COMMENT= Perl5 Gtk::Gdk::Pixbuf + +MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/man/man3 +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk/Gdk/Pixbuf/.packlist + +SUBPACKAGE= GdkPixbuf + +.include "../../www/gtkhtml/buildlink2.mk" +.include "../../x11/p5-gtk/Makefile.subpackage" diff --git a/graphics/p5-Gdk-Pixbuf/PLIST b/graphics/p5-Gdk-Pixbuf/PLIST new file mode 100644 index 00000000000..24e35c94698 --- /dev/null +++ b/graphics/p5-Gdk-Pixbuf/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/23 07:16:21 mrg Exp $ |