aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tk-Role-HasWidgets
Commit message (Collapse)AuthorAgeFilesLines
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-11-152-3/+1
| | | | Notes: svn path=/head/; revision=333894
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Add LICENSESunpoet Po-Chuan Hsieh2013-04-231-14/+6
| | | | | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header Notes: svn path=/head/; revision=316374
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-2/+8
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-8/+2
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Add p5-Tk-Role-HasWidgets 1.112380Sunpoet Po-Chuan Hsieh2011-10-104-0/+49
When programming Tk, it's almost always a good idea to keep a reference to the widgets that you created in the interface. Most of the time, a simple hash is enough; but it is usually wrapped up in methods to make the hash private to the window object. And of course, those methods are duplicated in all modules, under a form or another. Since duplication is bad, this module implements a Moose role implementing those methods once and forever. This implies that your class is using Moose in order to consume the role. WWW: http://search.cpan.org/dist/Tk-Role-HasWidgets/ Notes: svn path=/head/; revision=283290