pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/p5-Gnome The Gtk module allows Perl access to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83cf03fe0e55
branches:  trunk
changeset: 487963:83cf03fe0e55
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Jan 22 18:03:18 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 Gnome extension of the Gtk module.

diffstat:

 graphics/p5-Gnome/DESCR    |   7 +++++++
 graphics/p5-Gnome/Makefile |  24 ++++++++++++++++++++++++
 graphics/p5-Gnome/PLIST    |   1 +
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 262ab1570911 -r 83cf03fe0e55 graphics/p5-Gnome/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Gnome/DESCR   Sat Jan 22 18:03:18 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 Gnome extension of the Gtk module.
diff -r 262ab1570911 -r 83cf03fe0e55 graphics/p5-Gnome/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Gnome/Makefile        Sat Jan 22 18:03:18 2005 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/22 18:03:18 adrianp Exp $
+#
+
+.include "../../x11/p5-gtk/Makefile.common"
+
+PKGNAME=       p5-Gnome-${GTKPERL_VERSION}
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+COMMENT=       Perl bindings for Gnome
+
+DEPENDS+=      p5-Gdk-Imlib-${GTKPERL_VERSION}:../../graphics/p5-Gdk-Imlib
+
+MAKE_PARAMS=   INSTALLMAN3DIR=${PREFIX}/man/man3
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Gnome/.packlist
+
+SUBPACKAGE=    Gnome
+
+pre-configure:
+       cd ${GTKDIR}/../GdkImlib && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+       cd ${GTKDIR}/../GdkImlib && ${SETENV} ${MAKE_ENV} \
+               ${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET}
+
+.include "../../x11/gnome-libs/buildlink3.mk"
+.include "../../x11/p5-gtk/Makefile.subpackage"
diff -r 262ab1570911 -r 83cf03fe0e55 graphics/p5-Gnome/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Gnome/PLIST   Sat Jan 22 18:03:18 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/22 18:03:18 adrianp Exp $



Home | Main Index | Thread Index | Old Index