2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-06-01 21:51:26 by David Brownlee | Files touched by this commit (1) |
Log message:
Set PKG_DESTDIR_SUPPORT=user-destdir & USE_LANGUAGES=# empty
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2006-08-24 10:37:01 by Juan Romero Pardines | Files touched by this commit (4) |
Log message:
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.
|