aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl86
Commit message (Collapse)AuthorAgeFilesLines
* - Fix tcl-modules dependencyMartin Matuska2009-11-201-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=244522
* - Modify COMMENT for tcl84-thread, tcl85-thread and tcl86-threadMartin Matuska2009-11-201-1/+1
| | | | Notes: svn path=/head/; revision=244516
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Match modules dependency with latest tcl85 updateMartin Matuska2009-04-261-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=232761
* - do not create library dir if installing modulesMartin Matuska2009-03-031-16/+16
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=229408
* - Separate common tcl85 and tcl86 modules to a new port lang/tcl-modulesMartin Matuska2009-03-023-15/+70
| | | | | | | | | | - Make tcl-modules a slave port of tcl85 - Fix incompatible pkg-lists of tcl85 and tcl86 - Add modules to OPTIONS - Bump PORTREVISION Notes: svn path=/head/; revision=229389
* - Change the location of LATEST_LINK to make it workMartin Matuska2009-03-021-3/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/132241 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Notes: svn path=/head/; revision=229321
* - Unbreak if WITH_*_MAN setMartin Matuska2009-02-271-1/+1
| | | | Notes: svn path=/head/; revision=229138
* - Disable install of function manpages by defaultMartin Matuska2009-02-262-18/+24
| | | | | | | | - Add manual page for tclsh8.x and wish8.x - Bump PORTREVISION Notes: svn path=/head/; revision=229081
* - Fix pkg-plist if manpages/demos are to be installedMartin Matuska2009-02-041-23/+25
| | | | Notes: svn path=/head/; revision=227601
* - Add Tcl/Tk 8.6Martin Matuska2009-02-044-27/+46
| | | | | | | - Take maintainership of Mk/bsd.tcl.mk Notes: svn path=/head/; revision=227599
* - Update to 8.5.6Martin Matuska2009-01-053-6/+6
| | | | Notes: svn path=/head/; revision=225273
* - Update to 8.5.5Martin Matuska2008-10-172-4/+4
| | | | Notes: svn path=/head/; revision=221673
* - Update to 8.5.4Martin Matuska2008-08-263-5/+5
| | | | Notes: svn path=/head/; revision=219212
* - Update to 8.5.3Martin Matuska2008-07-232-4/+4
| | | | Notes: svn path=/head/; revision=217376
* - Fix COMMENT, this isn't a development versionMartin Matuska2008-04-231-1/+1
| | | | Notes: svn path=/head/; revision=211824
* - Update to 8.5.2Martin Matuska2008-04-025-66/+52
| | | | Notes: svn path=/head/; revision=210378
* - Update to 8.5.1Martin Matuska2008-02-072-4/+4
| | | | Notes: svn path=/head/; revision=206866
* - Update to 8.5.0Martin Matuska2007-12-295-18/+25
| | | | Notes: svn path=/head/; revision=204681
* - Update to 8.5.b.1Martin Matuska2007-09-284-25/+16
| | | | Notes: svn path=/head/; revision=200255
* - revert ${TR} back to tr, threaded build was brokenMartin Matuska2007-06-061-3/+3
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=192923
* - fix shared build on -CURRENTMartin Matuska2007-06-052-3/+4
| | | | | | | | | | - change tr to ${TR} Suggested by: stas Approved by: garga (mentor) Notes: svn path=/head/; revision=192840
* - updated to 8.5a6Martin Matuska2007-04-305-635/+647
| | | | | | | | | - added WITH(OUT)_TZDATA option (installs tcl timezone data, default off) Approved by: garga (mentor) Notes: svn path=/head/; revision=191199
* - updated maintainer e-mail addressMartin Matuska2007-04-051-2/+2
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=189288
* - Remove support for lang/tcl-tk-wrapperMartin Wilke2007-03-271-7/+2
| | | | | | | | | | | - Bump PORTREVISION Notes: Please read UPDATING Approved by: maintainer implicit Notes: svn path=/head/; revision=188534
* - Add pkg-plist-threads. (forget in last commit)Martin Wilke2007-03-161-0/+8
| | | | Notes: svn path=/head/; revision=187535
* - Adds a new way of working with threaded versions andMartin Wilke2007-03-161-13/+43
| | | | | | | | | | | | | | | | | | resolves conflicts. - Bump PORTREVISION Notes: 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. PR: 110394 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) Notes: svn path=/head/; revision=187533
* - Improved handling of WITH_TCL85_MANMartin Wilke2007-03-132-17/+20
| | | | | | | | | | - Manpages are not installed by default (default on for Tcl 8.4) PR: 110257 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) Notes: svn path=/head/; revision=187285
* - Adds TCL85_MAN and TCLSH_WRAPPER to OPTIONSMartin Wilke2007-03-083-66/+8
| | | | | | | | | | | | - Removes pseudo-installation of tclsh in favour of new lang/tcl-tk-wrapper port - Replaces NO_TCL85_MAN with WITHOUT_TCL85_MAN to comply with structure of lang/tcl84 - Removes NOPORTDOCS because NO_INSTALL_MANPAGES and NOPORTDOCS aren't the same PR: 110083 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) Notes: svn path=/head/; revision=186903
* - Marked broken for ia64 [1]Martin Wilke2007-03-011-0/+6
| | | | | | | | | | | - Set conflict with tcl-threads PR: 108972 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) pointyhat via kris [1] Notes: svn path=/head/; revision=186275
* - Fix buildMartin Wilke2007-01-312-0/+12
| | | | | | | | | | - Bump PORTREVISION PR: 108545 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) Notes: svn path=/head/; revision=183783
* Add tcl85 8.5.a.5, tool Command Language (development version).Cheng-Lung Sung2007-01-2911-0/+1884
PR: ports/108041 Submitted by: martin at matuska.org Notes: svn path=/head/; revision=183590