| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 Jun 2012 05:26:28
1.14_5
|
dinoex  |
- update png to 1.5.10 |
21 Jan 2012 17:40:15
1.14_4
|
eadler  |
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
1.14_4
|
jadawin  |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
28 Mar 2010 06:47:48
1.14_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.14_3
|
dinoex  |
- update to jpeg-8 |
16 Jan 2010 18:02:18
1.14_2
|
pgollucci  |
- pass p5-Tk ports@ ports to perl |
21 Dec 2009 02:19:12
1.14_2
|
dougb  |
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
1.14_2
|
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
14 Apr 2008 09:54:47
1.14_2
|
sat  |
- It turns out Tie::Watch was always in Tk |
19 May 2007 20:32:57
1.14_1
|
flz  |
- 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
1.14
|
sat  |
- Update to 1.14 |
01 Nov 2006 06:26:09
1.13
|
sat  |
- Update to 1.13 |
09 Oct 2006 21:36:43
1.12
|
sat  |
- Update to 1.12 |
31 Aug 2006 11:38:32
1.11
|
sat  |
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 ) |