FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 12:13 PM BST
Port details
tclX 8.4_3 lang on this many watch lists=9 search for ports that depend on this port
Extended TCL
Maintained by: mi@aldan.algebra.com search for ports maintained by this maintainer
Port Added: 07 Mar 2003 15:48:33
Also Listed In: tcl devel
License: not specified in port


    Extended Tcl (TclX), is a set of extensions to Tcl, the Tool
Command Language invented by Dr. John Ousterhout of the University
of California at Berkeley.  Tcl is a powerful, yet simple embeddable
programming language.  Extended Tcl is oriented towards Unix system
programming tasks, with many additional interfaces to the Unix
operating system, It is upwardly compatible with Tcl.  You take
the Extended Tcl package, add it to Tcl, and from that you get
Extended Tcl.

WWW: http://tclx.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required Libraries: lang/tcl85
There are no ports dependent upon this port

To install the port: cd /usr/ports/lang/tclX/ && make install clean
To add the package: pkg_add -r tclX


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://sunet.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://iweb.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://switch.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://surfnet.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://kent.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://freefr.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://voxel.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://jaist.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://osdn.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://nchc.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://ncu.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://transact.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://softlayer.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://internode.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://ufpr.dl.sourceforge.net/project/tclx/TclX/8.4.0/
http://waix.dl.sourceforge.net/project/tclx/TclX/8.4.0/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 35

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  8.4_3
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
03 Jul 2011 13:45:36
Original commit files touched by this commit  8.4_3
ohauer search for other commits by this committer
- remove MD5
08 Dec 2009 06:15:34
Original commit files touched by this commit  8.4_3
mi search for other commits by this committer
Use 83+ instead "yes" for USE_TCL. Somewhat counterintuitively, "yes"
means 85, which may not be, what the user wants...
30 Nov 2009 01:47:22
Original commit files touched by this commit  8.4_3
mi search for other commits by this committer
Better handle differences in the set of help-pages.
Chase the lang/tcl85's decision to install man1/tclsh8.5.1 instead of
man1/tclsh.1 -- now, when we can't find a man-page foo, we try looking
for foo$tcl_version.

PR:     ports/140978
Submitted by:   olli hauer
27 Nov 2009 07:35:40
Original commit files touched by this commit  8.4_3
mi search for other commits by this committer
Bump PORTREVISION...
27 Nov 2009 07:34:35
Original commit files touched by this commit  8.4_2
mi search for other commits by this committer
Allow building against any Tcl, rather than limit to 8.4. Both 8.3
should now work properly.

Add patch to fix profiling on 8.5 AND whenever the system has been up
for more than 25 days -- the latter used to overflow the clock_t-sized
variables, because TclX uses these 31-bit values to store milliseconds.

Use the proper method to obtain CLK_TCK -- if only on FreeBSD.
27 Nov 2009 07:27:46
Original commit files touched by this commit  8.4_2
mi search for other commits by this committer
Add a patch obtained from the Internet, that adds access to getsid() and
setsid() to TclX scripts.
27 Nov 2009 07:23:29
Original commit files touched by this commit  8.4_2
mi search for other commits by this committer
Chase various changes in wording and formatting in Tcl-8.5, that caused
gratuitous failures in TclX' self-tests.
27 Nov 2009 07:20:34
Original commit files touched by this commit  8.4_2
mi search for other commits by this committer
At some point a change in Tcl's core (in both 8.5 and 8.4) resulted
in an unintended call to write ZERO bytes to any descriptor, that was
opened for writing, when closing it.

When the descriptor belongs to a pipe, with its other end closed -- such
as when the started process has exited, doing so results in a SIGPIPE.
Tcl's core ignores SIGPIPEs, but TclX' self-tests didn't and began to
fail.

The bug should now be fixed in Tcl, but this patch is needed for TclX to
pass its own tests even when using the uncorrected version of Tcl.
27 Nov 2009 07:14:44
Original commit files touched by this commit  8.4_2
mi search for other commits by this committer
Make TclX compilable against Tcl-8.6. Doing so is still a bad idea,
because some things (especially -- profiling) break at run time.
27 Nov 2009 07:11:36
Original commit files touched by this commit  8.4_2
mi search for other commits by this committer
Fix a line in configure script, which had a bug in it, that we didn't
care for, because the line was never reachable on FreeBSD.

Our new and improved sh cares deeply about such problems, however, and
configure started to fail even on 7-STABLE at the beginning of October.

Notified by:    miwi
22 Aug 2009 00:24:37
Original commit files touched by this commit  8.4_2
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
21 Apr 2009 07:52:36
Original commit files touched by this commit  8.4_2
mi search for other commits by this committer
Ubreak by making the port check for availability of Tcl's man-pages.
Tcl-8.4 does not install those by default any more...

Approved by:    portmgr (erwin)
PR:     ports/133555
16 Mar 2009 23:03:12
Original commit files touched by this commit  8.4_1
pav search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    pointyhat
14 Feb 2009 14:49:40
Original commit files touched by this commit  8.4_1
mm search for other commits by this committer
- Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl
09 Apr 2008 13:42:26
Original commit files touched by this commit  8.4_1
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
02 May 2007 19:57:58
Original commit files touched by this commit  8.4_1
mi search for other commits by this committer
Work-around the deficiencies in FreeBSD package-building cluster,
which causes the regression-tests to fail by disabling the regression
tests.

Unbreak -- the build was never "broken" for the usual (non-jail)
systems.
02 May 2007 19:36:18
Original commit files touched by this commit  8.4_1
kris search for other commits by this committer
BROKEN: Regression tests fail
30 Mar 2007 07:57:26
Original commit files touched by this commit  8.4_1
thierry search for other commits by this committer
Also bump PORTREVISION.

Suggested by:   pav
30 Mar 2007 07:37:20
Original commit files touched by this commit  8.4
thierry search for other commits by this committer
Also define USE_TCL. This fixes devel/tcl-neo.

Approved by:    mi (maintainer)
26 Mar 2007 17:11:37
Original commit files touched by this commit  8.4
thierry search for other commits by this committer
- Fix a breakage caused by revision v 1.91 of ports/lang/tcl84/Makefile

- Switch to USE_TCL

- s/INSTALLS_SHLIB/USE_LDCONFIG/

- Support tcl84-thread

- Fix tclsh detection in configure

- Pet portlint.

Note: this port is still broken, because a test is failing, and tests
are part of the all target.

PR:             ports/110805
Submitted by:   /me
Approved by:    mi (excepted the move of tests to a regression-test target)
27 Jun 2006 23:23:20
Original commit files touched by this commit  8.4
mi search for other commits by this committer
Upgrade tclX from 8.3.5 to 8.4 released last November after several
years of idleness. The changes are fairly substantial -- all Tk bits,
however insignificant they were, are now removed completely, for
example. No TclX enabled executable is built/installed either -- a Tcl
script is expected to load the Tclx package via the "package require
Tclx" only.

The changes to port add the handling of SIGINFO (made possible by the
recent fix-up of lang/tcl84), running the authors' test-target as part
of the build, and skipping building/installing of help files in the
NOPORTDOCS case.

The devel/tcl-neo is the only dependant port of tclX and is updated to
depend on the new version.
22 Jan 2006 12:42:24
Original commit files touched by this commit  8.3.5_2
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
19 Jul 2005 03:46:27
Original commit files touched by this commit  8.3.5_2
mi search for other commits by this committer
Try to make the vendor's tests run smoothly. Fail, but in the process
eliminate all warnings (on i386) and const-ify the KeyedList-API and
others (patch-warnings grew up).

Fix a typo in the previous commit (s/KeyList/KeyedList/g in MLINKS).

Bump PORTREVISION again.
18 Jul 2005 23:58:37
Original commit files touched by this commit  8.3.5_1
mi search for other commits by this committer
Unbreak the manual pages installation and help file generation:

        . when parsing man-files, do not choke on files
          containing '.so man.macros';
        . be ready for the .bz2 man-pages;
        . do not use vendor's install-doc target at all -- install
          the vendor's manual pages in post-install and declare
          MLINKS to have bsd.port.mk do the Right Thing (TM) --
          links instead of copies of the manual pages.

This may even work now :-)
14 Jul 2005 07:09:01
Original commit files touched by this commit  8.3.5_1
sem search for other commits by this committer
- Unbreak the port to find out what wrong with pkg-list is.
26 Mar 2005 22:11:05
Original commit files touched by this commit  8.3.5_1
kris search for other commits by this committer
BROKEN: Incorrect pkg-plist

Approved by:    portmgr (self)
20 Feb 2005 00:29:40
Original commit files touched by this commit  8.3.5_1
das search for other commits by this committer
Remove more copies of Tcl's SunOS shared library hack.
It's worth pointing out that the Tcl project used to
*recommend* that application writers copy this kludge.
These ports work fine with Tcl 8.3, which provided a fake
matherr() even if the OS didn't, but here's what the
Tcl 8.4 changelog has to say:

  2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english)
          *** POTENTIAL INCOMPATIBILITY ***

The following lines can be safely removed from any application that
has them, unless compatibility with SunOS 4.X is desired.

  extern int matherr();
  int *tclDummyMathPtr = (int *) matherr;

The build problems were pointed out by Kris, as usual.  ;-)
07 Jan 2005 09:38:31
Original commit files touched by this commit  8.3.5_1
mi search for other commits by this committer
Remove memory.n from the list of manual pages. It is installed by the
TCL itself.

Reported by:    kris    (and pointyhat)
Approved by:    portmgr (kris)
05 Apr 2004 21:18:14
Original commit files touched by this commit  8.3.5_1
mi search for other commits by this committer
Default to Tcl-8.4 (and bump up PORTREVISION). Fix some 64-bit related issues.
Some others remain -- not all are fixed in the Tcl itself.
31 Mar 2004 03:12:58
Original commit files touched by this commit  8.3.5
trevor search for other commits by this committer
SIZEify (maintainer timeout)
02 Jun 2003 20:08:36
Original commit files touched by this commit  8.3.5
mi search for other commits by this committer
Be sure -fPIC is used on Sparc64.
17 May 2003 15:37:32
Original commit files touched by this commit  8.3.5
mi search for other commits by this committer
A minor improvement to allow using another Tcl version. 8.3 remains the
default.
11 Mar 2003 19:18:48
Original commit files touched by this commit  8.3.5
mi search for other commits by this committer
Upgrade to 8.3.5 after repocopy from lang/tclX82. No ports depend
on this yet, but should be switching now. The lang/tclX82 will go
away after the release.

Approved by: portmgr timeout (3 requests remain unanswered)
07 Mar 2003 06:05:38
Original commit files touched by this commit  8.3
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Number of commits found: 35

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 23675
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 5
new 48 hours19
new 7 days62
new fortnight184
new month256

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.192 seconds.