aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tk-JComboBox
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - pass p5-Tk ports@ ports to perlPhilip M. Gollucci2010-01-161-1/+1
| | | | Notes: svn path=/head/; revision=247982
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - It turns out Tie::Watch was always in TkAndrew Pantyukhin2008-04-141-3/+2
| | | | Notes: svn path=/head/; revision=211229
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 1.14Andrew Pantyukhin2006-11-012-4/+4
| | | | Notes: svn path=/head/; revision=176061
* - Update to 1.13Andrew Pantyukhin2006-11-012-4/+4
| | | | Notes: svn path=/head/; revision=175990
* - Update to 1.12Andrew Pantyukhin2006-10-092-4/+4
| | | | Notes: svn path=/head/; revision=175151
* Add port x11-toolkits/p5-Tk-JComboBox:Andrew Pantyukhin2006-08-314-0/+66
JComboBox is a composite widget that contains a text Label or Entry, a Button, and a popup Listbox. It performs the same sort of tasks that can be accomplished by several other Composite widgets. Some such as BrowseEntry and Optionmenu are part of the standard Tk distribution, and there are many others available in CPAN. JComboBox borrows features from the Java Swing component bearing the same name, but falls short of being a true clone. Many of the methods and the general look and feel should be familiar to java developers. JComboBox also combines several features offered by many of the other "Combo Box" implementations, and works in two modes: editable and readonly. In readonly mode, JComboBox offers similar functionality to Optionmenu. It is basically a labeled button that activates a popup list. An item from the list is displayed on the Button when selected. When editable, JComboBox somewhat resembles BrowseEntry. That is, the widget is composed of an Entry widget with a Button to the right of it. As in the editable mode, the Button activates a popup Listbox from which a single item can be selected. WWW: http://search.cpan.org/dist/Tk-JComboBox/ Author: Rob Seegel <RobSeegel@comcast.net> Justification: sysutils/namefix dep Notes: svn path=/head/; revision=171712