pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-Gdk-Imlib The Gtk module allows Perl acces...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13e2717a62db
branches:  trunk
changeset: 487961:13e2717a62db
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Jan 22 17:49:08 2005 +0000

description:
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:

 graphics/p5-Gdk-Imlib/DESCR    |   7 +++++++
 graphics/p5-Gdk-Imlib/Makefile |  17 +++++++++++++++++
 graphics/p5-Gdk-Imlib/PLIST    |   1 +
 3 files changed, 25 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r 7517fc4186cc -r 13e2717a62db graphics/p5-Gdk-Imlib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Gdk-Imlib/DESCR       Sat Jan 22 17:49:08 2005 +0000
@@ -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 -r 7517fc4186cc -r 13e2717a62db graphics/p5-Gdk-Imlib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Gdk-Imlib/Makefile    Sat Jan 22 17:49:08 2005 +0000
@@ -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@localhost
+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 -r 7517fc4186cc -r 13e2717a62db graphics/p5-Gdk-Imlib/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Gdk-Imlib/PLIST       Sat Jan 22 17:49:08 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/22 17:49:08 adrianp Exp $



Home | Main Index | Thread Index | Old Index