diff options
author | jlam <jlam> | 2000-08-28 20:30:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-28 20:30:31 +0000 |
commit | 9c380c58629e8ce68917b5d57dc99a4ef7726afc (patch) | |
tree | d68bd7cad26566108b719c7493c3ec36f765f914 /x11/p5-gtk | |
parent | a2941a873df5be7236d75e1975f8181c4f354c9a (diff) | |
download | pkgsrc-9c380c58629e8ce68917b5d57dc99a4ef7726afc.tar.gz |
Update p5-gtk to 0.7003 -- a year and a half's worth of changes to track
GTK+ and fix building on newer versions of Perl.
Diffstat (limited to 'x11/p5-gtk')
-rw-r--r-- | x11/p5-gtk/Makefile | 11 | ||||
-rw-r--r-- | x11/p5-gtk/files/md5 | 4 | ||||
-rw-r--r-- | x11/p5-gtk/pkg/COMMENT | 2 | ||||
-rw-r--r-- | x11/p5-gtk/pkg/DESCR | 5 |
4 files changed, 10 insertions, 12 deletions
diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile index 7feaca11cad..f94d636ee45 100644 --- a/x11/p5-gtk/Makefile +++ b/x11/p5-gtk/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2000/08/27 07:11:26 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/28 20:30:31 jlam Exp $ # -DISTNAME= Gtk-0.5120 -PKGNAME= p5-gtk-0.5120 +DISTNAME= Gtk-Perl-0.7003 +PKGNAME= p5-gtk-0.7003 CATEGORIES= x11 perl5 -MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/perl/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Gtk/} \ + ftp://ftp.gtk.org/pub/gtk/perl/ MAINTAINER= root@garbled.net @@ -15,6 +16,6 @@ USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/x11/p5-gtk/files/md5 b/x11/p5-gtk/files/md5 index 86fd92f8d8b..96235c438f6 100644 --- a/x11/p5-gtk/files/md5 +++ b/x11/p5-gtk/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/04/12 17:57:23 hubertf Exp $ +$NetBSD: md5,v 1.3 2000/08/28 20:30:34 jlam Exp $ -MD5 (Gtk-0.5120.tar.gz) = dcb58aab0cf401cfc059acdb3b3daf87 +MD5 (Gtk-Perl-0.7003.tar.gz) = a257e1c59108ce983ef617e29fad6660 diff --git a/x11/p5-gtk/pkg/COMMENT b/x11/p5-gtk/pkg/COMMENT index 59fbe07dae1..79f9358fa97 100644 --- a/x11/p5-gtk/pkg/COMMENT +++ b/x11/p5-gtk/pkg/COMMENT @@ -1 +1 @@ -Perl bindings for gtk +Perl bindings for GTK+ diff --git a/x11/p5-gtk/pkg/DESCR b/x11/p5-gtk/pkg/DESCR index ff50adde494..ad4a0091647 100644 --- a/x11/p5-gtk/pkg/DESCR +++ b/x11/p5-gtk/pkg/DESCR @@ -1,4 +1 @@ -This version, 0.4, of Perl/Gtk is primarily for testing against gtk+1.1.2 -and glib 1.1.3: please don't rely on it. It's does make a good sample of -things to come, but unfortunately it also seems to include a fine selection -of truly evil bugs. +This is a Perl5 interface to the Gtk+ library. |