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.
This commit is contained in:
parent
5e50bdbf36
commit
00c6194ccc
4 changed files with 10 additions and 12 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Perl bindings for gtk
|
||||
Perl bindings for GTK+
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue