pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/p5-gtk2 Initial import of p5-gtk2-1.040, from pkgs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5a1506725c8
branches:  trunk
changeset: 473418:f5a1506725c8
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Apr 19 17:25:57 2004 +0000

description:
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:

 x11/p5-gtk2/DESCR    |   5 +++++
 x11/p5-gtk2/Makefile |  25 +++++++++++++++++++++++++
 x11/p5-gtk2/PLIST    |   1 +
 x11/p5-gtk2/distinfo |   4 ++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r fa0342b2c247 -r f5a1506725c8 x11/p5-gtk2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-gtk2/DESCR Mon Apr 19 17:25:57 2004 +0000
@@ -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 -r fa0342b2c247 -r f5a1506725c8 x11/p5-gtk2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-gtk2/Makefile      Mon Apr 19 17:25:57 2004 +0000
@@ -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@localhost
+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 -r fa0342b2c247 -r f5a1506725c8 x11/p5-gtk2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-gtk2/PLIST Mon Apr 19 17:25:57 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 17:25:57 xtraeme Exp $
diff -r fa0342b2c247 -r f5a1506725c8 x11/p5-gtk2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-gtk2/distinfo      Mon Apr 19 17:25:57 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index