Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+23
View File
@@ -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.
+17
View File
@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:56 wiz Exp $
DISTNAME= Gtk2-Ex-FormFactory-0.67
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Gtk2/Ex/FormFactory/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2012/01/22 18:38:34 abs Exp $
SHA1 (Gtk2-Ex-FormFactory-0.67.tar.gz) = 1d42ad798a16efb212d984b3d38b630a8bf1cdb3
RMD160 (Gtk2-Ex-FormFactory-0.67.tar.gz) = 08f0f7cc579a27a9d3d0733c0e792af6d88619db
Size (Gtk2-Ex-FormFactory-0.67.tar.gz) = 104401 bytes