| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 17:07:20
1.112.380
|
sunpoet  |
- Add LICENSE
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header |
16 Dec 2012 06:12:28
1.112.380
|
az  |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
13 Mar 2012 16:15:36
1.112.380
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
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) |
08 Mar 2012 18:45:38
1.112.380
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
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 |
10 Oct 2011 03:23:56
1.112.380
|
sunpoet  |
- Add p5-Tk-Role-HasWidgets 1.112380
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/ |