FreshPorts -- The Place For Ports Sun, 18 May 2008 1:49 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
tk84 8.4.19,2 x11-toolkits on this many watch lists=190 search for ports that depend on this port An older version of this port was marked as vulnerable.
Graphical toolkit for TCL
Maintained by: mm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 24 Nov 2001 01:18:47
Also Listed In: tk


This is Tk version 8.4, a GUI toolkit for Tcl.

The best way to get started with Tcl is to read ``Tcl and the Tk
Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X.

WWW: http://www.tcl.tk/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
x11-toolkits/tk84-thread

Required To Build: x11/libX11
Required To Run: x11/libX11
Required Libraries: lang/tcl84

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


Configuration Options
===> The following configuration options are available for tk-8.4.19,2:
     TK84_MAN=on (default) "Install tk 8.4 manpages"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/sourceforge/tcl/
http://nchc.dl.sourceforge.net/sourceforge/tcl/
http://kent.dl.sourceforge.net/sourceforge/tcl/
http://easynews.dl.sourceforge.net/sourceforge/tcl/
http://ufpr.dl.sourceforge.net/sourceforge/tcl/
http://umn.dl.sourceforge.net/sourceforge/tcl/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2007-03-27
    Affects: users of lang/tcl-tk-wrapper, lang/tcl*, x11-toolkits/tk*
    Author: martin@matuska.org
    Reason: 
      The lang/tcl-tk-wrapper port has been replaced by lang/tcl-wrapper and
      x11-toolkits/tk-wrapper ports. The Tcl and Tk ports no longer include an
      option to install the wrapper - the wrapper ports require a Tcl/Tk instead.
      The new configuration files in local etc are named: tclsh.conf wish.conf
    
    

Number of commits found: 68

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Apr 2008 07:29:44
Original commit files touched by this commit  8.4.19,2
mm search for other commits by this committer
- Update to 8.4.19
09 Apr 2008 14:42:26
Original commit files touched by this commit  8.4.18,2
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
13 Feb 2008 06:19:29
Original commit files touched by this commit  8.4.18,2
mm search for other commits by this committer
- Update to 8.4.18
11 Jan 2008 11:26:50
Original commit files touched by this commit  8.4.17,2
mm search for other commits by this committer
- Update to 8.4.17
22 Sep 2007 12:40:34
Original commit files touched by this commit  8.4.16,2
mm search for other commits by this committer
- Update to 8.4.16
29 Jul 2007 14:11:16
Original commit files touched by this commit  8.4.15_3,2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Change USE_XLIB=yes to USE_XORG=x11
- Bump PORTREVISION

Suggested by:   miwi
Approved by:    garga (mentor, implicit)
06 Jun 2007 14:46:46
Original commit files touched by this commit  8.4.15_2,2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- revert ${TR} back to tr, threaded build was broken

Approved by:    garga (mentor)
05 Jun 2007 14:26:58
Original commit files touched by this commit  8.4.15_1,2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- fix shared build on -CURRENT
- change tr to ${TR}

lang/tcl84 only:
- sync MASTER_SITES with other tcl ports
- change sysctl to ${SYSCTL}

Suggested by:   stas
Approved by:    garga (mentor)
31 May 2007 06:22:43
Original commit files touched by this commit  8.4.15,2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- 8.4.15 distinfo missing in last commit (accidentally)
30 May 2007 19:49:03
Original commit files touched by this commit  8.4.15,2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- update of lang/tcl84 and x11-toolkits/tk84 to 8.4.15

Approved by:    garga (mentor)
19 May 2007 21:32:57
Original commit files touched by this commit  8.4.14_6,2
 This port version is marked as vulnerable.
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}.
12 Apr 2007 16:29:39
Original commit files touched by this commit  8.4.14_5,2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- fixed pkgIndex.tcl for threads
- bump PORTREVISION

Approved by:    garga (mentor)
05 Apr 2007 14:19:09
Original commit files touched by this commit  8.4.14_4,2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- updated maintainer e-mail address

Approved by:    garga (mentor)
27 Mar 2007 12:54:34
Original commit files touched by this commit  8.4.14_4,2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Remove support for lang/tcl-tk-wrapper
- Bump PORTREVISION

Notes: Please read UPDATING

Approved by: maintainer implicit
20 Mar 2007 16:43:15
Original commit files touched by this commit  8.4.14_3,2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Fix  build

Submitted by:   Terry Kennedy <terry@tmk.com>
20 Mar 2007 10:53:02
Original commit files touched by this commit  8.4.14_3,2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
Adds a new way of working with threaded versions and
resolves conflicts.

Threaded libraries and shell are installed on top of the standard ones
so ports that depend on threaded and non-threaded tcl can be used
simultaneously.

Behaiviour with non-threaded libraries does not change.

Bump PORTREVISION

PR:             110402
Submitted by:   Martin Matuska <martin@matuska.org> (naintainer)
13 Mar 2007 10:31:41
Original commit files touched by this commit  8.4.14_2,2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Improved handling of WITH_TK84_MAN
- Fixed pkg-plist if no manpages are installed
- Bump PORTREVSION

PR:             110256
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
08 Mar 2007 14:17:28
Original commit files touched by this commit  8.4.14_1,2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Adds TK84_MAN and WISH_WRAPPER to OPTIONS
- Removes pseudo-installation of wish in favour of new lang/tcl-tk-wrapper port
- Adds support for NO_INSTALL_MANPAGES knob
- Uses USE_TCL from bsd.tcl.mk
- Checks if threaded or non-threaded tcl is installed
- Adds CONFLICTS between threaded and non-threaded versions
- Pass maintainership to Submitter
- Bump PORTREVISION

PR:             110084
Submitted by:   Martin Matuska <martin@matuska.org>
17 Jan 2007 04:49:29
Original commit files touched by this commit  8.4.14,2
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update of lang/tcl84 and x11-toolkits/tk84 ports to 8.4.14
- Removed file: lang/tcl84/files/patch-test-clock (patch already in source tree)

PR:             ports/107953
Submitted by:   Martin Matuska <martin_AT_matuska dot org>
15 Aug 2006 02:13:42
Original commit files touched by this commit  8.4.13,2
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- x11-toolkits/ of ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
04 Jun 2006 23:02:14
Original commit files touched by this commit  8.4.13,2
 This port version is marked as vulnerable.
thierry search for other commits by this committer
- Upgrade to 8.4.13; (1)

- Fix man pages: the required macros were not sourced. (2)

Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=399452%26group_id=10894>

PR:             ports/96622 (1)
Noticed by:     phk (2)
13 May 2006 06:00:46
Original commit files touched by this commit  8.4.11,2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
25 Nov 2005 19:33:59
Original commit files touched by this commit  8.4.11,2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Add SHA256
05 Jul 2005 18:30:52
Original commit files touched by this commit  8.4.11,2
 This port version is marked as vulnerable.
mi search for other commits by this committer
Upgrade from 8.4.10 to 8.4.11. Add a hunk to Tk to stop the need for
Tcl sources to be available at Tk build-time. Only a few headers
are actually needed and they are installed by Tcl port under
$LOCALBASE/include/tcl8.x
01 Jul 2005 15:05:36
Original commit files touched by this commit  8.4.10_1,2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix plist for last update

Pointy hat to:  mi
29 Jun 2005 16:20:02
Original commit files touched by this commit  8.4.10,2
 This port version is marked as vulnerable.
mi search for other commits by this committer
Correct the use of PREFIX (where we insall ourselves) and LOCALBASE
(where we find other packages). This makes no difference in most
cases...

PR:     82645
Submitted by: Vsevolod Stakhov
29 Jun 2005 14:44:01
Original commit files touched by this commit  8.4.10,2
 This port version is marked as vulnerable.
mi search for other commits by this committer
Update from 8.4.7 to 8.4.10
12 Nov 2004 01:15:45
Original commit files touched by this commit  8.4.7,2
 This port version is marked as vulnerable.
ade search for other commits by this committer
Update to 8.4.7
01 Nov 2004 13:22:12
Original commit files touched by this commit  8.4.6_1,2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- override source path for symlinked portsdirs
This allows tk84 build, when tcl84 was build in a different environment.

portrevision not bumped, no affected package can exist.
28 Oct 2004 18:08:53
Original commit files touched by this commit  8.4.6_1,2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- detect unsupported configuration
28 Oct 2004 08:49:06
Original commit files touched by this commit  8.4.6_1,2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- optimize reinplace to handle symlinked /usr/ports
27 Oct 2004 19:07:18
Original commit files touched by this commit  8.4.6,2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Fix bad source path in tclConfig.sh tkConfig.sh
make packages from pointyhat cluster work as intended
17 Aug 2004 06:00:53
Original commit files touched by this commit  8.4.6,1
dinoex search for other commits by this committer
- new options:
 WITH_TCL82_MAN, WITH_TCL82_MAN, WITHOUT_TCL84_MAN,
 WITH_TK82_MAN, WITH_TK82_MAN, WITHOUT_TK84_MAN
PR:     70328
03 Apr 2004 09:32:20
Original commit files touched by this commit  8.4.6,1
dinoex search for other commits by this committer
- make portlint happy, fix whitepace
02 Apr 2004 20:08:08
Original commit files touched by this commit  8.4.6,1
krion search for other commits by this committer
- Use ${TEST} and ${MAKE} instead of test and make

PR:             ports/65091
Submitted by:   Ports Fury
02 Apr 2004 01:53:31
Original commit files touched by this commit  8.4.6,1
pav search for other commits by this committer
- Change tcl dependency from :build to :extract
- Add WITH_THREADS knob

PR:             ports/64324
Submitted by:   Seva Gluschenko <gvs@rinet.ru>
20 Mar 2004 07:23:43
Original commit files touched by this commit  8.4.6,1
dinoex search for other commits by this committer
- abort when /nonexistent does exist.
06 Mar 2004 19:32:12
Original commit files touched by this commit  8.4.6,1
dinoex search for other commits by this committer
- reset MAINTIANER as nobody cares for it.
06 Mar 2004 18:03:56
Original commit files touched by this commit  8.4.6,1
pav search for other commits by this committer
- Restore PORTEPOCH

Reported by:    John Merryweather Cooper <coop9211@uidaho.edu>
Pointy hat to:  dinoex
06 Mar 2004 06:11:30
Original commit files touched by this commit  8.4.6
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update to 8.4.6
26 Feb 2004 05:55:35
Original commit files touched by this commit  8.4.5
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- add SIZE
04 Dec 2003 19:30:29
Original commit files touched by this commit  8.4.5,1
dinoex search for other commits by this committer
- Update to 8.4.5
18 Nov 2003 13:26:18
Original commit files touched by this commit  8.4.4,1
dinoex search for other commits by this committer
- use ECHO_CMD in test
05 Aug 2003 19:01:51
Original commit files touched by this commit  8.4.4,1
dinoex search for other commits by this committer
- Fix MKLINKS
Tk_Offset is created twice by original distribution.
24 Jul 2003 07:34:51
Original commit files touched by this commit  8.4.4,1
dinoex search for other commits by this committer
- update 8.4.4
- extend CATEGORIES
17 Jun 2003 05:02:10
Original commit files touched by this commit  8.4.3,1
dinoex search for other commits by this committer
- Update URL
21 May 2003 06:18:53
Original commit files touched by this commit  8.4.3,1
dinoex search for other commits by this committer
- Update to 8.4.3
14 May 2003 05:19:00
Original commit files touched by this commit  8.4.2,1
dinoex search for other commits by this committer
- use configures --includedir
- cleanup makefile
03 Apr 2003 05:21:50
Original commit files touched by this commit  8.4.2,1
dinoex search for other commits by this committer
- Fix some problems for other ports when WRKDIRPREFIX= is not set.
  (packages are not affected)
24 Mar 2003 04:20:47
Original commit files touched by this commit  8.4.2,1
dinoex search for other commits by this committer
- fix problem with sed, if no WRKDIRPREFIX is set.
23 Mar 2003 20:32:14
Original commit files touched by this commit  8.4.2,1
dinoex search for other commits by this committer
- Update to 8.4.2
- make dependency configureable with TCL84_PORT
- make SOURCE path in tkConfig.sh variable
PR:             48574
23 Feb 2003 10:57:06
Original commit files touched by this commit  8.4.1,1
dinoex search for other commits by this committer
- backout as requested by kris
ports is now broken again on bento.
23 Feb 2003 08:03:41
Original commit files touched by this commit  8.4.1,1
dinoex search for other commits by this committer
- add pre-fetch target
21 Feb 2003 03:59:00
Original commit files touched by this commit  8.4.1,1
dinoex search for other commits by this committer
- retire pkg-comment
20 Feb 2003 18:26:42
Original commit files touched by this commit  8.4.1,1
dinoex search for other commits by this committer
- add COMMENT
11 Feb 2003 04:37:15
Original commit files touched by this commit  8.4.1,1
dinoex search for other commits by this committer
- fix portlint fatal
10 Feb 2003 07:22:35
Original commit files touched by this commit  8.4.1,1
kris search for other commits by this committer
Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'
04 Feb 2003 20:12:46
Original commit files touched by this commit  8.4.1,1
dinoex search for other commits by this committer
- use LATEST_LINK
13 Nov 2002 03:29:27
Original commit files touched by this commit  8.4.1,1
dinoex search for other commits by this committer
- Update to 8.4.1
16 Oct 2002 19:18:07
Original commit files touched by this commit  8.4.0,1
dinoex search for other commits by this committer
bump PORTEPOCH
07 Oct 2002 20:25:35
Original commit files touched by this commit  8.4.0
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
Add BUILD_DEPENDS
05 Oct 2002 18:24:40
Original commit files touched by this commit  8.4.0
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
Update to 8.4.0
09 May 2002 17:39:19
Original commit files touched by this commit  8.4a4_1
dinoex search for other commits by this committer
- Set soname for libtk84.so
- Add pkgIndex.tcl submitted by doconnor@gsoft.com.au
  so "package require Tk" is now supported.
- Add pkgIndex.tcl for tk83 and tk84
17 Mar 2002 13:56:36
Original commit files touched by this commit  8.4a4
dinoex search for other commits by this committer
- Cleanup patches, make sure tk84 build even when tclsrc does not exist
12 Mar 2002 05:41:42
Original commit files touched by this commit
dinoex search for other commits by this committer
updated distfile
distfiles contains now additional: wish.exe.manifest
07 Mar 2002 07:52:40
files touched by this commit
dinoex search for other commits by this committer
Update to 8.4a4    
24 Nov 2001 09:05:15
files touched by this commit
dinoex search for other commits by this committer
update pkg-descr    
24 Nov 2001 04:18:47
files touched by this commit
dinoex search for other commits by this committer
update ports after rep after reprocopy:    

Number of commits found: 68

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
libvorbisMay 17
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03

6 vulnerabilities affecting 20 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
Traffic

Calculated hourly:
Port count 18475
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 5
new 48 hours11
new 7 days24
new fortnight55
new month157

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

Add tab to Netscape 6

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