Commit Graph

22 Commits

Author SHA1 Message Date
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
sthen
ee79901a62 typo in README; ok stu@ 2011-12-08 22:41:48 +00:00
espie
53295a4812 bye bye FLAVOR:L 2011-12-02 14:36:13 +00:00
stu
6285a1f62b Update to tcl-8.5.11, use bsd.port.arch.mk.
Ok sebastia@, sthen@.
2011-11-21 18:30:50 +00:00
stu
1b86f329d7 Update to 8.5.10, remove patches for changes that have gone upstream,
rework pkg-readme to conform to new template, update man.conf patch,
move man dir to Tcl's lib dir, properly preprocess man pages.
Bump major due to function signature change in tcllib.

ok sebastiap@, sthen@
2011-10-17 15:18:39 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
stu
deef162f2f Upgrade to 8.5.9. Newer, cleaner layout, consolidate
include files into one dir, simplify modules dirs layout,
improved building wrt threads/compiler flags, etc.

ok landry@, sebastiap@
2011-01-05 16:13:53 +00:00
espie
24e41965fd minor bumps after pkg_create fix: generate catN entry when needed. 2010-11-27 11:54:53 +00:00
jasper
5aa6807966 - switch to pkg-readmes
ok Stuart Cassoff (MAINTAINER)
2010-11-15 18:26:38 +00:00
sthen
0666992301 fix tabs 2010-10-18 21:50:38 +00:00
espie
88dd25abf4 USE_GROFF=Yes 2010-10-18 19:20:41 +00:00
jasper
c070c96983 - make mips64 a bit happier, still fails on vax though
from sebastian reitenbach
ok stuart cassoff (maintainer)
2010-06-07 18:12:05 +00:00
pirofti
8d6ee23970 Let there be tcl on landisk. Okay espie@.
Use -O0 instead of -O2, otherwise compilation fails right from the
start. No package, no bump.
2010-02-06 10:27:21 +00:00
jasper
2b0d94ab8b - fix build on mips64 2009-11-22 22:58:30 +00:00
sthen
b7b4afe7e6 Update to 8.5.8, from maintainer Stuart Cassoff. 2009-11-21 02:50:23 +00:00
sthen
c061372b7f update to Tcl/Tk 8.5.7, from maintainer Stuart Cassoff 2009-04-24 21:13:13 +00:00
steven
58ade8a96e update to 8.5.6
from maintainer Stuart Cassoff
2008-12-26 23:36:03 +00:00
steven
ecb7f7c54c bugfix update to 8.5.5
from maintainer Stuart Cassoff
2008-10-21 21:34:14 +00:00
steven
dc4b88b550 update to 8.5.4 and various port cleanups
add README file for tcl/tk on OpenBSD

all from maintainer Stuart Cassoff
2008-10-01 19:47:40 +00:00
sthen
8723cde88a Patch tclConfig.sh to set TCL_SRC_DIR as the directory holding the
installed headers, rather than the port build directory.

From Stuart Cassoff (maintainer), ok deanna
2008-04-27 13:47:15 +00:00
deanna
15c1de38ef Fix Stuart's email address. 2008-04-25 19:33:05 +00:00
deanna
9f4e8eb5e9 import tcl 8.5
Highlights of Tcl 8.5

    * Speed: 8.5 now runs 10% faster than 8.4 with bytecode
      improvements, object caching and reduced memory usage.
    * Bignums: Tcl now supports arbitrary-precision integers,
      which improves math operations on large integers.
    * Safer interps: Tcl's powerful safe interpreter mechanism
      now has improved control of time and command limits in
      slave interpreters.
    * clock command: More robust implementation of command for
      specifying time, with significant l10n and i18n
      improvements.
    * dict command: New data structure that allows access to
      data by value rather than a variable name, which is
      substantially faster.
    * Additional improvements: Faster list search, new and
      improved mathematics procedures, anonymous procedures, new
      ways to package Tcl extensions, Tcl-level custom channel
      types, file and line location information for each
      command, and more.

from Stuart Cassoff (MAINTAINER)

ok steven@
2008-04-25 14:10:46 +00:00