From owner-cvs-ports@FreeBSD.ORG Mon Oct 10 11:53:37 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4630F106564A; Mon, 10 Oct 2011 11:53:37 +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 1CE1C8FC12; Mon, 10 Oct 2011 11:53:37 +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 p9ABrbUV071427; Mon, 10 Oct 2011 11:53:37 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9ABraZb071426; Mon, 10 Oct 2011 11:53:36 GMT (envelope-from sunpoet) Message-Id: <201110101153.p9ABraZb071426@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 10 Oct 2011 11:53:36 +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-ToolBar Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2011 11:53:37 -0000 sunpoet 2011-10-10 11:53:36 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/p5-Tk-ToolBar Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Tk-ToolBar 0.10 Tk::Toolbar implements a dockable toolbar. It is in the same spirit as the "short-cut" toolbars found in most major applications, such as most web browsers and text editors (where you find the "back" or "save" and other shortcut buttons). Buttons of any type (regular, menu, check, radio) can be created inside this widget. You can also create Label, Entry and LabEntry widgets. Moreover, the ToolBar itself can be made dockable, such that it can be dragged to any edge of your window. Dragging is done in "real-time" so that you can see the contents of your ToolBar as you are dragging it. Furthermore, if you are close to a stickable edge, a visual indicator will show up along that edge to guide you. ToolBars can be made "floatable" such that if they are dragged beyond their associated window, they will detach and float on the desktop. Also, multiple ToolBars are embeddable inside each other. Various icons are built into the Tk::ToolBar widget. Those icons can be used as images for ToolButtons (see "SYNOPSIS"). A demo program is bundled with the module that should be available under the 'User Contributed Demonstrations' when you run the widget program. Run it to see a list of the available images. WWW: http://search.cpan.org/dist/Tk-ToolBar/ Revision Changes Path 1.580 +1 -0 ports/x11-toolkits/Makefile 1.1 +25 -0 ports/x11-toolkits/p5-Tk-ToolBar/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/p5-Tk-ToolBar/distinfo (new) 1.1 +21 -0 ports/x11-toolkits/p5-Tk-ToolBar/pkg-descr (new) 1.1 +10 -0 ports/x11-toolkits/p5-Tk-ToolBar/pkg-plist (new)