diff options
author | garbled <garbled> | 1998-11-04 07:57:25 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-11-04 07:57:25 +0000 |
commit | afb8eb299bea83d77658baf6d0ce8345cfe6e629 (patch) | |
tree | a91a82e25432eefc028eafe2873aefeb6c472392 | |
parent | 0c219ea8394c1b8750f649d3d341c0aeb1df7237 (diff) | |
download | pkgsrc-afb8eb299bea83d77658baf6d0ce8345cfe6e629.tar.gz |
Initial import of p5-gtk-0.4.
perl bindings for gtk
-rw-r--r-- | x11/p5-gtk/Makefile | 18 | ||||
-rw-r--r-- | x11/p5-gtk/files/md5 | 3 | ||||
-rw-r--r-- | x11/p5-gtk/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/p5-gtk/pkg/DESCR | 4 | ||||
-rw-r--r-- | x11/p5-gtk/pkg/PLIST | 31 |
5 files changed, 57 insertions, 0 deletions
diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile new file mode 100644 index 00000000000..21d412c7d8e --- /dev/null +++ b/x11/p5-gtk/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/11/04 07:57:25 garbled Exp $ +# + +DISTNAME= Gtk-0.4 +PKGNAME= p5-gtk-0.4 +CATEGORIES= x11 perl5 +MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/perl/ + +MAINTAINER= root@garbled.net + +DEPENDS+= gtk+-1.1.2:../../x11/gtk + +USE_PERL5= yes + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/p5-gtk/files/md5 b/x11/p5-gtk/files/md5 new file mode 100644 index 00000000000..623ad45b21c --- /dev/null +++ b/x11/p5-gtk/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/11/04 07:57:26 garbled Exp $ + +MD5 (Gtk-0.4.tar.gz) = dcd4d31722f579dea3bce84ce82b8076 diff --git a/x11/p5-gtk/pkg/COMMENT b/x11/p5-gtk/pkg/COMMENT new file mode 100644 index 00000000000..2a9db941a69 --- /dev/null +++ b/x11/p5-gtk/pkg/COMMENT @@ -0,0 +1 @@ +perl bindings for gtk diff --git a/x11/p5-gtk/pkg/DESCR b/x11/p5-gtk/pkg/DESCR new file mode 100644 index 00000000000..ff50adde494 --- /dev/null +++ b/x11/p5-gtk/pkg/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/x11/p5-gtk/pkg/PLIST b/x11/p5-gtk/pkg/PLIST new file mode 100644 index 00000000000..8bffe9194db --- /dev/null +++ b/x11/p5-gtk/pkg/PLIST @@ -0,0 +1,31 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/11/04 07:57:26 garbled Exp $ +lib/perl5/site_perl/Gtk/Atoms.pm +lib/perl5/site_perl/Gtk/ColorSelectButton.pm +lib/perl5/site_perl/Gtk/Gdk.pm +lib/perl5/site_perl/Gtk.pm +lib/perl5/man/man3/GtkColorSelectButton.3 +lib/perl5/${MACHINE_ARCH}-netbsd/5.00404/perllocal.pod +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install/GdkTypes.h +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install/GtkTypes.h +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install/MiscTypes.h +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install/gendefs.pl +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install/genext.pl +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install/pkg-gtk-1.1.defs +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install/pkg-gtk.defs +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install/pkg-gtk.typemap +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install/PerlGtkExt.h +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install/GtkTypemap +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install/Files.pm +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install/GtkDefs.h +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Types.pm +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Gtk/Gtk.so +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Gtk/Gtk.bs +lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Gtk/.packlist +lib/perl5/site_perl/auto/Gtk/Gdk/autosplit.ix +lib/perl5/site_perl/auto/Gtk/autosplit.ix +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk/Install +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/Gtk +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-netbsd/auto/Gtk +@dirrm lib/perl5/site_perl/auto/Gtk/Gdk +@dirrm lib/perl5/site_perl/auto/Gtk +@dirrm lib/perl5/site_perl/Gtk |