From owner-cvs-all@FreeBSD.ORG Mon Oct 10 03:26:26 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0B17106566B; Mon, 10 Oct 2011 03:26:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E0BCF8FC17; Mon, 10 Oct 2011 03:26:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9A3QQSs097377; Mon, 10 Oct 2011 03:26:26 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9A3QQEE097376; Mon, 10 Oct 2011 03:26:26 GMT (envelope-from sunpoet) Message-Id: <201110100326.p9A3QQEE097376@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 10 Oct 2011 03:26:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/p5-Tk-Action Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2011 03:26:27 -0000 sunpoet 2011-10-10 03:26:26 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/p5-Tk-Action Makefile distinfo pkg-descr pkg-plist Log: - 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/ Revision Changes Path 1.577 +1 -0 ports/x11-toolkits/Makefile 1.1 +31 -0 ports/x11-toolkits/p5-Tk-Action/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/p5-Tk-Action/distinfo (new) 1.1 +9 -0 ports/x11-toolkits/p5-Tk-Action/pkg-descr (new) 1.1 +5 -0 ports/x11-toolkits/p5-Tk-Action/pkg-plist (new)