pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Gtk2-GladeXML Initial import of Gtk2::GladeXM...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0ecfe994a21
branches:  trunk
changeset: 548270:e0ecfe994a21
user:      kefren <kefren%pkgsrc.org@localhost>
date:      Sun Oct 12 18:58:23 2008 +0000

description:
Initial import of Gtk2::GladeXML 1.007

This extension module binds libglade to Perl so you can create and manipulate
user interfaces in Perl code in conjunction with Gtk2 and even Gnome2. Better
yet you can load a file's contents into a PERL scalar do a few magical regular
expressions to customize things and the load up the app. It doesn't get any
easier.

diffstat:

 devel/p5-Gtk2-GladeXML/DESCR    |  10 ++++++++++
 devel/p5-Gtk2-GladeXML/Makefile |  20 ++++++++++++++++++++
 devel/p5-Gtk2-GladeXML/distinfo |   5 +++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 7207dfef1d4f -r e0ecfe994a21 devel/p5-Gtk2-GladeXML/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Gtk2-GladeXML/DESCR      Sun Oct 12 18:58:23 2008 +0000
@@ -0,0 +1,10 @@
+Glade is a free user interface builder for GTK+ and GNOME. After designing a
+user interface with glade-2 the layout and configuration are saved in an XML
+file. libglade is a library which knows how to build and hook up the user
+interface described in the Glade XML file at application run time.
+
+This extension module binds libglade to Perl so you can create and manipulate
+user interfaces in Perl code in conjunction with Gtk2 and even Gnome2. Better
+yet you can load a file's contents into a PERL scalar do a few magical regular
+expressions to customize things and the load up the app. It doesn't get any
+easier.
diff -r 7207dfef1d4f -r e0ecfe994a21 devel/p5-Gtk2-GladeXML/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Gtk2-GladeXML/Makefile   Sun Oct 12 18:58:23 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/12 18:58:23 kefren Exp $
+
+DISTNAME=              Gtk2-GladeXML-1.007
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Gtk2/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Gtk2-GladeXML/
+COMMENT=               Create user interfaces directly from Glade XML files
+
+PERL5_PACKLIST=                auto/Gtk2/GladeXML/.packlist
+
+PKG_DESTDIR_SUPPORT=    user-destdir
+
+.include "../../devel/libglade/buildlink3.mk"
+.include "../../devel/p5-glib2/buildlink3.mk"
+.include "../../x11/p5-gtk2/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7207dfef1d4f -r e0ecfe994a21 devel/p5-Gtk2-GladeXML/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Gtk2-GladeXML/distinfo   Sun Oct 12 18:58:23 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/12 18:58:23 kefren Exp $
+
+SHA1 (Gtk2-GladeXML-1.007.tar.gz) = d0510086b0d2a2f43e63df9254cf47a192220799
+RMD160 (Gtk2-GladeXML-1.007.tar.gz) = d49bb2e4855d39784e359496e362ec14e0220a0b
+Size (Gtk2-GladeXML-1.007.tar.gz) = 38496 bytes



Home | Main Index | Thread Index | Old Index