pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Add p5-Gtk2-Ex-FormFactory-0.62:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a66d0e041117
branches:  trunk
changeset: 517863:a66d0e041117
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Aug 24 08:37:01 2006 +0000

description:
Add p5-Gtk2-Ex-FormFactory-0.62:

The Gtk2::Ex::FormFactory framework is for Perl Gtk2 developers who
(at least partially ;) agree with these statements:

* GUI programming is fun but often boring.

* A lot of tasks in GUI programming are similar and misleads the lazy
  programmer to do too much Copy'n Paste.

* RAD tools like Glade are fine for small applications but not if you
  want to have a consistent look and feel in bigger and modular
  applications.

Gtk2::Ex::FormFactory tries to help you with these issues by:

* Strictly separating GUI design, application logic and data structures.

* Giving the developer a more declarative style of defining the structure of
  your GUI.

* Giving the developer the possibility of definiting the design of the GUI
  at a single spot in your program.

* Being lightweight and easy to learn.

diffstat:

 x11/Makefile                        |   3 ++-
 x11/p5-Gtk2-Ex-FormFactory/DESCR    |  23 +++++++++++++++++++++++
 x11/p5-Gtk2-Ex-FormFactory/Makefile |  16 ++++++++++++++++
 x11/p5-Gtk2-Ex-FormFactory/PLIST    |   1 +
 x11/p5-Gtk2-Ex-FormFactory/distinfo |   5 +++++
 5 files changed, 47 insertions(+), 1 deletions(-)

diffs (78 lines):

diff -r c50f80ad6018 -r a66d0e041117 x11/Makefile
--- a/x11/Makefile      Thu Aug 24 08:35:00 2006 +0000
+++ b/x11/Makefile      Thu Aug 24 08:37:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.441 2006/08/03 18:23:51 drochner Exp $
+# $NetBSD: Makefile,v 1.442 2006/08/24 08:37:01 xtraeme Exp $
 #
 
 COMMENT=       Packages to support the X window system
@@ -184,6 +184,7 @@
 SUBDIR+=       ocaml-graphics
 SUBDIR+=       oneko
 SUBDIR+=       openmotif
+SUBDIR+=       p5-Gtk2-Ex-FormFactory
 SUBDIR+=       p5-Tk
 SUBDIR+=       p5-X11-Protocol
 SUBDIR+=       p5-gtk
diff -r c50f80ad6018 -r a66d0e041117 x11/p5-Gtk2-Ex-FormFactory/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-Gtk2-Ex-FormFactory/DESCR  Thu Aug 24 08:37:01 2006 +0000
@@ -0,0 +1,23 @@
+The Gtk2::Ex::FormFactory framework is for Perl Gtk2 developers who
+(at least partially ;) agree with these statements:
+
+* GUI programming is fun but often boring.
+
+* A lot of tasks in GUI programming are similar and misleads the lazy
+  programmer to do too much Copy'n Paste.
+
+* RAD tools like Glade are fine for small applications but not if you
+  want to have a consistent look and feel in bigger and modular
+  applications.
+
+Gtk2::Ex::FormFactory tries to help you with these issues by:
+
+* Strictly separating GUI design, application logic and data structures.
+
+* Giving the developer a more declarative style of defining the structure of
+  your GUI.
+
+* Giving the developer the possibility of definiting the design of the GUI
+  at a single spot in your program.
+
+* Being lightweight and easy to learn.
diff -r c50f80ad6018 -r a66d0e041117 x11/p5-Gtk2-Ex-FormFactory/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-Gtk2-Ex-FormFactory/Makefile       Thu Aug 24 08:37:01 2006 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2006/08/24 08:37:01 xtraeme Exp $
+#
+
+DISTNAME=      Gtk2-Ex-FormFactory-0.65
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    x11
+MASTER_SITES=  http://www.exit1.org/packages/Gtk2-Ex-FormFactory/dist/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.exit1.org/Gtk2-Ex-FormFactory/
+COMMENT=       Introduction into the FormFactory framework
+
+PERL5_PACKLIST=        auto/Gtk2/Ex/FormFactory/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c50f80ad6018 -r a66d0e041117 x11/p5-Gtk2-Ex-FormFactory/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-Gtk2-Ex-FormFactory/PLIST  Thu Aug 24 08:37:01 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2006/08/24 08:37:01 xtraeme Exp $
diff -r c50f80ad6018 -r a66d0e041117 x11/p5-Gtk2-Ex-FormFactory/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-Gtk2-Ex-FormFactory/distinfo       Thu Aug 24 08:37:01 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2006/08/24 08:37:01 xtraeme Exp $
+
+SHA1 (Gtk2-Ex-FormFactory-0.65.tar.gz) = ff98e55cc1a11c12b6e8874654506c03041fd711
+RMD160 (Gtk2-Ex-FormFactory-0.65.tar.gz) = f64eada735392d6e483c1322cb08bbb251bfdbbf
+Size (Gtk2-Ex-FormFactory-0.65.tar.gz) = 102039 bytes



Home | Main Index | Thread Index | Old Index