diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 | ||||
-rw-r--r-- | x11/p5-Gtk2-Ex-FormFactory/DESCR | 23 | ||||
-rw-r--r-- | x11/p5-Gtk2-Ex-FormFactory/Makefile | 16 | ||||
-rw-r--r-- | x11/p5-Gtk2-Ex-FormFactory/PLIST | 1 | ||||
-rw-r--r-- | x11/p5-Gtk2-Ex-FormFactory/distinfo | 5 |
5 files changed, 47 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index e4e67bf3589..84ec1cc9105 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -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+= numlockx SUBDIR+= ocaml-graphics SUBDIR+= oneko SUBDIR+= openmotif +SUBDIR+= p5-Gtk2-Ex-FormFactory SUBDIR+= p5-Tk SUBDIR+= p5-X11-Protocol SUBDIR+= p5-gtk diff --git a/x11/p5-Gtk2-Ex-FormFactory/DESCR b/x11/p5-Gtk2-Ex-FormFactory/DESCR new file mode 100644 index 00000000000..95139baaf85 --- /dev/null +++ b/x11/p5-Gtk2-Ex-FormFactory/DESCR @@ -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 --git a/x11/p5-Gtk2-Ex-FormFactory/Makefile b/x11/p5-Gtk2-Ex-FormFactory/Makefile new file mode 100644 index 00000000000..aa315755763 --- /dev/null +++ b/x11/p5-Gtk2-Ex-FormFactory/Makefile @@ -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 +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 --git a/x11/p5-Gtk2-Ex-FormFactory/PLIST b/x11/p5-Gtk2-Ex-FormFactory/PLIST new file mode 100644 index 00000000000..0c02012db34 --- /dev/null +++ b/x11/p5-Gtk2-Ex-FormFactory/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2006/08/24 08:37:01 xtraeme Exp $ diff --git a/x11/p5-Gtk2-Ex-FormFactory/distinfo b/x11/p5-Gtk2-Ex-FormFactory/distinfo new file mode 100644 index 00000000000..c6c83e11813 --- /dev/null +++ b/x11/p5-Gtk2-Ex-FormFactory/distinfo @@ -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 |