FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 5:20 AM BST
Port details
p5-Tk-JComboBox 1.14_4 x11-toolkits on this many watch lists=1 search for ports that depend on this port
Contains a Label or Entry, a Button, and a Listbox
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 31 Aug 2006 11:39:05
Also Listed In: perl5 tk
License: not specified in port


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11-toolkits/p5-Tk, lang/perl5.8
Required To Run: x11-toolkits/p5-Tk, lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/x11-toolkits/p5-Tk-JComboBox/ && make install clean
To add the package: pkg_add -r p5-Tk-JComboBox


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Tk/
http://www.cpan.dk/modules/by-module/Tk/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Tk/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Tk/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Tk/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Tk/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/Tk/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Tk/
http://at.cpan.org/modules/by-module/Tk/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Tk/
http://backpan.perl.org/modules/by-module/Tk/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Tk/
http://cpan.nctu.edu.tw/modules/by-module/Tk/
http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Tk/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 13

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Jan 2012 17:40:15
Original commit files touched by this commit  1.14_4
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
17 May 2011 11:14:02
Original commit files touched by this commit  1.14_4
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports

Approved by:    erwin@ (portmgr)
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.14_4
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.14_3
dinoex search for other commits by this committer
- update to jpeg-8
16 Jan 2010 18:02:18
Original commit files touched by this commit  1.14_2
pgollucci search for other commits by this committer
- pass p5-Tk ports@ ports to perl
21 Dec 2009 02:19:12
Original commit files touched by this commit  1.14_2
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
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.
07 Sep 2008 00:19:05
Original commit files touched by this commit  1.14_2
linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
14 Apr 2008 09:54:47
Original commit files touched by this commit  1.14_2
sat search for other commits by this committer
- It turns out Tie::Watch was always in Tk
19 May 2007 20:32:57
Original commit files touched by this commit  1.14_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
01 Nov 2006 13:26:36
Original commit files touched by this commit  1.14
sat search for other commits by this committer
- Update to 1.14
01 Nov 2006 06:26:09
Original commit files touched by this commit  1.13
sat search for other commits by this committer
- Update to 1.13
09 Oct 2006 21:36:43
Original commit files touched by this commit  1.12
sat search for other commits by this committer
- Update to 1.12
31 Aug 2006 11:38:32
Original commit files touched by this commit  1.11
sat search for other commits by this committer
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 13

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.113 seconds.