Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2006 11:38:32 +0000 (UTC)
From:      Andrew Pantyukhin <sat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/p5-Tk-JComboBox Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200608311138.k7VBcWvj026237@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sat         2006-08-31 11:38:32 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits         Makefile 
  Added files:
    x11-toolkits/p5-Tk-JComboBox Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  Add port x11-toolkits/p5-Tk-JComboBox:
  
  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
  
  Revision  Changes    Path
  1.420     +1 -0      ports/x11-toolkits/Makefile
  1.1       +25 -0     ports/x11-toolkits/p5-Tk-JComboBox/Makefile (new)
  1.1       +3 -0      ports/x11-toolkits/p5-Tk-JComboBox/distinfo (new)
  1.1       +23 -0     ports/x11-toolkits/p5-Tk-JComboBox/pkg-descr (new)
  1.1       +15 -0     ports/x11-toolkits/p5-Tk-JComboBox/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608311138.k7VBcWvj026237>