aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tcl84
Commit message (Collapse)AuthorAgeFilesLines
* - back out last changesDirk Meyer2003-08-041-3/+0
| | | | | kris states that fpsetround is supported, despite that is not part of C99 standard.
* - NOT_FOR_ARCHS amd64, fpsetround does not exist.Dirk Meyer2003-08-031-0/+3
|
* - update 8.4.4Dirk Meyer2003-07-242-4/+3
| | | | - extend CATEGORIES
* - Update URLDirk Meyer2003-06-171-1/+1
|
* Add a second checksum:Kris Kennaway2003-05-311-0/+1
| | | | | | | | | - distfile was recreated with modified files: macosx/tclMacOSXBundle.c ChangeLog PR: 52625 Submitted by: Nate Eldredge <neldredge@hmc.edu>
* - Update to 8.4.3Dirk Meyer2003-05-213-3/+3
|
* - use configures --includedirDirk Meyer2003-05-142-9/+10
| | | | | - TCL_INCLUDE_SPEC is now set in tclConfig.sh - cleanup makefile
* - Fix some problems for other ports when WRKDIRPREFIX= is not set.Dirk Meyer2003-04-031-1/+1
| | | | (packages are not affected)
* - fix problem with sed, if no WRKDIRPREFIX is set.Dirk Meyer2003-03-241-1/+1
|
* - Update to 8.4.2Dirk Meyer2003-03-243-15/+21
| | | | | - make SOURCE path in tclConfig.sh variable PR: 48574
* - add suuport for option TCL_WITH_THREADSDirk Meyer2003-02-231-0/+10
| | | | Submitted by: lehmann@ans-netz.de
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
|
* - add COMMENTDirk Meyer2003-02-211-0/+1
|
* - Fix spellingDirk Meyer2003-02-111-1/+1
|
* - use LATEST_LINKDirk Meyer2003-02-051-1/+1
|
* - Update to 8.4.1Dirk Meyer2002-11-132-2/+2
|
* Add missing manpageKris Kennaway2002-10-281-2/+2
|
* bump PORTEPOCHDirk Meyer2002-10-171-0/+1
|
* Update to 8.4.0Dirk Meyer2002-10-063-5/+5
|
* remove inactive file.Dirk Meyer2002-09-101-20/+0
|
* Update to tcl8.4b2Dirk Meyer2002-09-095-61/+59
| | | | koi8-u.enc now in distribution
* Add include/tcl%%TCL_VER%%/tclPlatDecls.hDirk Meyer2002-03-161-0/+1
| | | | previous patch did not apply
* Create an extra link for tclPlatDecls.hDirk Meyer2002-03-142-12/+14
| | | | | PR: 35817 Submitted by: brandt@fokus.gmd.de
* Update to 8.4.a4Dirk Meyer2002-03-075-65/+94
| | | | | | | - DISTNAME changed - configure section for FreeBSD fixed - new encodings - new manpages
* - strip SHLIB_LD of option "-soname $@"Dirk Meyer2002-01-272-3/+14
| | | | | | | - define TCL_SHLIB_LD_EXTRAS - bump PORTREVISION PR: 34210
* To much _MLINKS for README.htmlDirk Meyer2001-12-281-0/+1
|
* update pkg-descrDirk Meyer2001-11-241-1/+1
| | | | Submitted by: pavalos@theshell.com
* update ports after rep after reprocopy:Dirk Meyer2001-11-247-109/+194
| | | | | | | ports/lang/tcl83 to ports/lang/tcl84 ports/x11-toolkits/tk83 to ports/x11-toolkits/tk84 CATEGORIES stripped, no "tcl84" and "tk84" entrys.
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-211-1/+1
| | | | the later case
* Remove leftover fileDirk Meyer2001-11-171-0/+0
| | | | Submitted by: huck@spawar.navy.mil
* Fix patch, as the previous one did only half the job.Dirk Meyer2001-11-151-1/+10
| | | | Submitted by: Roberto@eurocontrol.fr
* Tcl will get hostname using uname(3). It seems FreeBSD's uname(3)Dirk Meyer2001-11-144-16/+27
| | | | | | | | | | | | | | | | | returns only 31 letters by /usr/include/sys/utsname.h. Problem was that configure detects uname(3) and uses uname(3) in the hostname-function, while gethostname gives more (=longer) information. keep uname around, as it is be used in TclpSetVariables. took maintainership 8.2 apply a fix for unsafe tempfile handling from 8.3 PR: 18896 Submitted by: yoshint@flab.fujitsu.co.jp
* Improved shared linking.Dirk Meyer2001-11-113-6/+18
|
* Change Installion of tclConfig.shDirk Meyer2001-11-022-1/+11
| | | | | | | | | | | | | | | | Fixes a problem with deskutils/ical that assumes the macro TCL_LIB_FILE can be accessed in quoutes. Reduced some dynamic expansions on the way. -TCL_LIB_FILE='libtcl83${TCL_DBGX}.so.1' +TCL_LIB_FILE='libtcl83.so.1' -TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.so.1' +TCL_SHARED_LIB_SUFFIX='83${TCL_DBGX}.so.1' -TCL_UNSHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`${DBGX}.a' +TCL_UNSHARED_LIB_SUFFIX='83${DBGX}.a'
* Explicitly set the LATEST_LINK -- right now this port and tcl82 areDavid E. O'Brien2001-11-011-0/+1
| | | | | | | fighting it out to see who gets the tk.tgz -> ../All/tk-8.*.tgz link. Today tk82 won. :-( So lets fix the race condition. I hope the tcl port maintainers will think thru this problem and its interaction with the tk ports.
* Update to tcl 8.3.4Dirk Meyer2001-10-216-41/+55
| | | | More encodings are inculded into the release
* - Fix Content of LD_SEARCH_FLAGSDirk Meyer2001-08-144-32/+31
| | | | | | | | - make FreeBSD-* switch in confugure work as intendend - add a patch to make manual autoconf work - PORTREVISION bumped PR: 28726
* change MAINTAINER to FreeBSD.org addressDirk Meyer2001-06-241-1/+1
|
* - Added new file koi8-u.encDirk Meyer2001-06-153-2/+26
| | | | | | | | | | | | - Fix Installation of new file - PORTREVISTION bumped The last item is the koi8-u.enc itself, suitable, I hope, for addition to the next release of TCL. koi8-u is not very different from koi8-r. See http://park.kiev.ua/multiling/koi8-u/draft-rfc-koi8-u.txt Submitted by: mi@misha.privatelabs.com (Mikhail Teterin)
* - Fix creation of tmpfiles, previous version cause tcl to fail.Dirk Meyer2001-05-112-7/+5
| | | | | PR: roam@FreeBSD.org Submitted by: Jaeho Kang <jhkang@isofree.net>, roam@FreeBSD.org
* - patch to use mkstemp instead of tmpnamDirk Meyer2001-05-082-0/+18
| | | | Submitted by: mi@aldan.algebra.com (Mikhail Teterin)
* Add one missing manpage.Dmitry Sivachenko2001-04-171-1/+1
|
* Update tcl/tk to 8.3.3Dirk Meyer2001-04-144-21/+22
| | | | | | - Changes in installion of includes, so it keep compaible to previous patchlevel - took maintainership
* Upgrade to 8.3.2.Jing-Tang Keith Jang2001-03-085-42/+37
| | | | PR: ports/25371
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-171-3/+3
|
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | Approved by: asami
* Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh.Satoshi Asami2000-10-081-2/+2
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-162-3/+1
|
* Be aware of otclsh and tclsh8.1_rTim Vanderhoek2000-06-012-2/+2
|
* PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or fromTim Vanderhoek2000-06-011-0/+1
| | | | | | | | | ${PKGDIR} if DEINSTALL.tclsh exists there. Also, add INSTALL.tclsh to ja-tcl*, otcl, and itcl. The latter two technically don't need it since they depend on another library which will pull the (DE)?INSTALL.tclsh stuff in, but I'm changing them anyways as a defensive measure.
* Let the user know about itcl installations, too.Tim Vanderhoek2000-06-011-3/+6
|
* Add a DEINSTALL.tclsh everywhere there exists an INSTALL.tclsh.Tim Vanderhoek2000-06-011-0/+22
|
* The checksum of Tcl plus patch for tcl-8.3.1 at PATCH_SITES is differentMaxim Sobolev2000-05-231-1/+1
| | | | | | | from files/md5. PR: 18758 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Upgrade to tcl-8.3.1 w/ plus patchJustin M. Seger2000-05-114-48/+40
|
* Add plus patchJustin M. Seger2000-05-014-10/+20
|
* Upgrade to tcl-8.3.0Justin M. Seger2000-04-254-140/+68
|
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
|
* Upgrade repo copy of tcl82->tcl83 to tcl 8.3.b1Justin M. Seger2000-01-063-23/+62
|
* Upgrade to tcl 8.2.3Justin M. Seger2000-01-055-28/+28
|
* Thanks to a repository copy (by Satoshi) of pkg/INSTALL.{tcl,wi}shSteve Price1999-12-271-3/+1
| | | | | from the 8.0.x version of these ports, we are now one step closer to finally being rid of them.
* Upgrade to tcl-8.2.2Justin M. Seger1999-11-224-24/+15
|
* Upgrade repository copies to tcl/tk 8.2Justin M. Seger1999-09-065-265/+306
|
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Upgrade to tcl-8.1.1 and tk-8.1.1Justin M. Seger1999-08-242-8/+8
|
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Upgrade to tcl and tk 8.1.Justin M. Seger1999-06-205-59/+122
| | | | | | Move NO_LATEST_LINK from tcl81 and tk81 to tcl80 and tk80. Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp>
* Don't unintentionally overwrite an existing tclsh/wish.Tim Vanderhoek1999-05-261-4/+4
| | | | Reported-By: Mikhail Teterin <mi@kot.ne.mediaone.net>
* Don't try running mkLinks (since it doesn't do anything anyway)Bill Fenner1999-05-052-5/+309
| | | | Use MLINKS= to accomplish what mkLinks wanted to do.
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...Marc G. Fournier1999-04-222-3/+3
|
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-091-2/+2
|
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-121-1/+5
|
* Remove the tcl.h symlink too on deinstall.Steve Price1999-01-261-0/+1
|
* Update tcl81 to beta 1Eric J.Chet1999-01-175-54/+58
|
* Use PKG* variables instead of adding extra files to PKG_ARGS.Satoshi Asami1998-12-131-6/+7
|
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami1998-12-011-1/+3
| | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
* Create ${PREFIX}/bin before cat'ing a file into it.Satoshi Asami1998-11-281-0/+1
|
* Cleanup conversion to ELF.Steve Price1998-10-044-179/+58
|
* Changes for ELFJustin M. Seger1998-09-152-1/+15
|
* Honor CFLAGS is set.Steve Price1998-08-241-7/+17
| | | | | PR: 7702 Submitted by: Sheldon Hearn <axl@iafrica.com>
* Install a "tclsh" script that spits-out a list of the real tclsh's, asTim Vanderhoek1998-07-282-1/+37
| | | | | | | | | | | discussed many times on -ports. I expect that a few of the dependencies will break silently. I didn't touch ja-tcl (etc.) since the tclsh message should perhaps be translated? PR: ports/5894 Mention: Eivind (a first shot at a tclsh script)
* Distfile moved on master site.John Polstra1998-07-051-2/+2
|
* Files are no longer available on the old MASTER_SITE, use the new one,Justin M. Seger1998-07-011-2/+2
| | | | ftp.scriptics.com
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Add NO_LATEST_LINK, tcl81/tk81 are still alpha.Satoshi Asami1998-03-221-1/+2
|
* Upgrade to version 8.1.a2.Justin M. Seger1998-03-023-7/+6
|
* 1. This is tk81, not 80.Tim Vanderhoek1998-02-221-2/+1
| | | | 2. pkg/DESCR is no longer just for packages.
* Upgrade a repository copy of 8.0 to version 8.1Justin M. Seger1998-02-164-70/+136
|
* PLIST contained tk include files, not tcl include files.Paul Traina1998-01-011-22/+7
| | | | | PR: 5249 Submitted by: Jun Kuriyama
* Fix PLIST includesPaul Traina1997-12-021-7/+22
|
* Whoops, forgot to copy over patch that bumped SHLIBPaul Traina1997-12-021-1/+1
|
* Upgrade to 8.0PL2Paul Traina1997-12-024-6/+6
|
* Upgrade to v8.0 PL1.Paul Traina1997-11-275-8/+18
| | | | | Thanks go to all the folks who tested on their systems and tested ports that relied on Tcl/Tk v8.x.
* Add tcl/tk ports to the virtual categories that bear their own name.Satoshi Asami1997-10-081-2/+2
| | | | Suggested by: jkh
* Create some directories with "mkdir -p" so that it works on an emptySatoshi Asami1997-10-021-1/+6
| | | | | /usr/local. If people can do a pkg_delete before the final test, it will be very appreciated.
* Install all headers into ${PREFIX}/include/{generic,unix}Thomas Gellekum1997-10-012-10/+54
| | | | | | for consistency with the older tcl ports. OK'd by: jkh
* Build and install static library also.Jordan K. Hubbard1997-09-012-4/+42
| | | | Submitted by: "Justin M. Seger" <jseger@freebsd.scds.com>
* Import TCL 8.0 as a port for the 2.x users and others who want it hereJordan K. Hubbard1997-08-206-0/+288
as an option. Reviewed by: asami