From 8bdb0884a78614df84ad7b108bbb3a7ad06d096e Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 23 Jun 2003 07:16:21 +0000 Subject: 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. --- graphics/p5-Gdk-Pixbuf/DESCR | 7 +++++++ graphics/p5-Gdk-Pixbuf/Makefile | 17 +++++++++++++++++ graphics/p5-Gdk-Pixbuf/PLIST | 1 + 3 files changed, 25 insertions(+) create mode 100644 graphics/p5-Gdk-Pixbuf/DESCR create mode 100644 graphics/p5-Gdk-Pixbuf/Makefile create mode 100644 graphics/p5-Gdk-Pixbuf/PLIST 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 $ -- cgit v1.2.3