From owner-cvs-ports@FreeBSD.ORG Tue Apr 17 11:19:54 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3F6416A400; Tue, 17 Apr 2007 11:19:54 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D44E913C44B; Tue, 17 Apr 2007 11:19:54 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3HBJsmb069159; Tue, 17 Apr 2007 11:19:54 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3HBJs1Q069158; Tue, 17 Apr 2007 11:19:54 GMT (envelope-from sat) Message-Id: <200704171119.l3HBJs1Q069158@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 17 Apr 2007 11:19:54 +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-DKW Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/p5-Tk-DKW/files patch-Makefile.PL 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: Tue, 17 Apr 2007 11:19:55 -0000 sat 2007-04-17 11:19:54 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/p5-Tk-DKW Makefile distinfo pkg-descr pkg-plist x11-toolkits/p5-Tk-DKW/files patch-Makefile.PL Log: Add port x11-toolkits/p5-Tk-DKW: Tk::CheckBox - A radio button style widget that uses a check mark in a box. Useful as a boolean field. Tk::Columns - A multicolumn list widget with resizeable borders and sorting by column. Tk::ComboEntry - A Drop down listbox + entry widget with nice keyboard equivalent behaviour Tk::IconCanvas - A canvas implementing a moveable iconic interface. Allows attaching menus to icons and to background. Tk::SplitFrame - A sliding separator for two child widgets. Allows either horizontal or vertical separation between the two widgets. Can work in concert as horizontal inside vertical or vice-versa. Tk::TabFrame - A tabbed frame geometry manager (like NoteBook). Tk::DockFrame - A dockable widget management widget hierarchy. Tk::CornerBox - A textured window resizing widget (like in Win95) Tk::Signals - A publish and subscribe object signalling method like that found in QT. Very useful when widgets that are not in the same hierarchy need to alert each other to various application level events. WWW: http://search.cpan.org/dist/Tk-DKW/ Author: Damion K. Wilson Revision Changes Path 1.458 +1 -0 ports/x11-toolkits/Makefile 1.1 +31 -0 ports/x11-toolkits/p5-Tk-DKW/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/p5-Tk-DKW/distinfo (new) 1.1 +13 -0 ports/x11-toolkits/p5-Tk-DKW/files/patch-Makefile.PL (new) 1.1 +22 -0 ports/x11-toolkits/p5-Tk-DKW/pkg-descr (new) 1.1 +18 -0 ports/x11-toolkits/p5-Tk-DKW/pkg-plist (new)