mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Add p5-Tk-Action 1.093390
Menu entries are often also available in toolbars or other widgets. And sometimes, we want to enable or disable a given action, and this means having to update everywhere this action is allowed. This module helps managing actions in a Tk GUI: just create a new object, associate some widgets and bindings with add_widget() and then de/activate the whole action at once with enable() or disable(). WWW: http://search.cpan.org/dist/Tk-Action/
This commit is contained in:
parent
201155b913
commit
a7a66ee9ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283292
@ -162,6 +162,7 @@
|
||||
SUBDIR += p5-Pango
|
||||
SUBDIR += p5-Prima
|
||||
SUBDIR += p5-Tk
|
||||
SUBDIR += p5-Tk-Action
|
||||
SUBDIR += p5-Tk-Autoscroll
|
||||
SUBDIR += p5-Tk-ColourChooser
|
||||
SUBDIR += p5-Tk-Contrib
|
||||
|
31
x11-toolkits/p5-Tk-Action/Makefile
Normal file
31
x11-toolkits/p5-Tk-Action/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-Tk-Action
|
||||
# Date created: 2011-10-10
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tk-Action
|
||||
PORTVERSION= 1.093.390
|
||||
CATEGORIES= x11-toolkits tk perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Action abstraction for Tk
|
||||
|
||||
BUILD_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar \
|
||||
p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
|
||||
p5-Tk-Sugar>=0:${PORTSDIR}/x11-toolkits/p5-Tk-Sugar
|
||||
RUN_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar \
|
||||
p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
|
||||
p5-Tk-Sugar>=0:${PORTSDIR}/x11-toolkits/p5-Tk-Sugar
|
||||
|
||||
PERL_CONFIGURE= 5.10.0+
|
||||
|
||||
MAN3= Tk::Action.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-toolkits/p5-Tk-Action/distinfo
Normal file
2
x11-toolkits/p5-Tk-Action/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Tk-Action-1.093390.tar.gz) = 62bd6f9492c8b20db57607ea3d1f549f83825a2d6df93bac5dde95087336a707
|
||||
SIZE (Tk-Action-1.093390.tar.gz) = 10738
|
9
x11-toolkits/p5-Tk-Action/pkg-descr
Normal file
9
x11-toolkits/p5-Tk-Action/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Menu entries are often also available in toolbars or other widgets. And
|
||||
sometimes, we want to enable or disable a given action, and this means having to
|
||||
update everywhere this action is allowed.
|
||||
|
||||
This module helps managing actions in a Tk GUI: just create a new object,
|
||||
associate some widgets and bindings with add_widget() and then de/activate the
|
||||
whole action at once with enable() or disable().
|
||||
|
||||
WWW: http://search.cpan.org/dist/Tk-Action/
|
5
x11-toolkits/p5-Tk-Action/pkg-plist
Normal file
5
x11-toolkits/p5-Tk-Action/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Tk/Action.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Action/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Action
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk
|
||||
@dirrmtry %%SITE_PERL%%/Tk
|
Loading…
Reference in New Issue
Block a user