diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-19 17:25:57 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-19 17:25:57 +0000 |
commit | 7b207bbf6b4b5df56dd4a3ab4fe8ad28ca0cf7c0 (patch) | |
tree | 2060909f62d2e2fe3eb841c4f63c86980c5c7983 /x11 | |
parent | 43870d69c0728104afce79a806dc332444ee4a0c (diff) | |
download | pkgsrc-7b207bbf6b4b5df56dd4a3ab4fe8ad28ca0cf7c0.tar.gz |
Initial import of p5-gtk2-1.040, from pkgsrc-wip.
The Gtk2 module allows Perl access to the Gtk+ 2.0 graphical user interface
library. You can find more information about Gtk+ 2.0 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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-gtk2/DESCR | 5 | ||||
-rw-r--r-- | x11/p5-gtk2/Makefile | 25 | ||||
-rw-r--r-- | x11/p5-gtk2/PLIST | 1 | ||||
-rw-r--r-- | x11/p5-gtk2/distinfo | 4 |
4 files changed, 35 insertions, 0 deletions
diff --git a/x11/p5-gtk2/DESCR b/x11/p5-gtk2/DESCR new file mode 100644 index 00000000000..b9466d91fd5 --- /dev/null +++ b/x11/p5-gtk2/DESCR @@ -0,0 +1,5 @@ +The Gtk2 module allows Perl access to the Gtk+ 2.0 graphical user interface +library. You can find more information about Gtk+ 2.0 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. diff --git a/x11/p5-gtk2/Makefile b/x11/p5-gtk2/Makefile new file mode 100644 index 00000000000..9e02862647f --- /dev/null +++ b/x11/p5-gtk2/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/19 17:25:57 xtraeme Exp $ + +DISTNAME= Gtk2-1.042 +PKGNAME= p5-gtk2-1.042 +CATEGORIES= x11 perl5 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://gtk2-perl.sourceforge.net/ +COMMENT= Perl bindings for GTK+ 2.0 + +DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends +DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig + +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +USE_X11= yes + +PERL5_REQD= 5.8 +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk2/.packlist + +.include "../../devel/p5-Glib2/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/p5-gtk2/PLIST b/x11/p5-gtk2/PLIST new file mode 100644 index 00000000000..d91164735dd --- /dev/null +++ b/x11/p5-gtk2/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 17:25:57 xtraeme Exp $ diff --git a/x11/p5-gtk2/distinfo b/x11/p5-gtk2/distinfo new file mode 100644 index 00000000000..441e875ae5d --- /dev/null +++ b/x11/p5-gtk2/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/04/19 17:25:57 xtraeme Exp $ + +SHA1 (Gtk2-1.042.tar.gz) = eb10f8dbfa839b0465d365b62a2e11cbe9834275 +Size (Gtk2-1.042.tar.gz) = 526214 bytes |