ajacoutot
f982995f2b
Add a consistent header that substitutes FULLPKGNAME for the READMEs.
...
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
stu
2e98337877
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:19:48 +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
stu
78d4c46ce3
Make a home for Tcl and Tcl extensions: ${LOCALBASE}/lib/tcl,
...
and move in Tcl/Tk and extensions. This will provide a nice place
for all things Tcl as well as allowing us to remove ${LOCALBASE}/lib
from Tcl's "auto_path" which will greatly improve startup and package
loading times.
ok landry@, sebastiap@
2011-01-05 16:03:44 +00:00
espie
24e41965fd
minor bumps after pkg_create fix: generate catN entry when needed.
2010-11-27 11:54:53 +00:00
espie
88d20077a4
new depends
2010-11-17 08:05:12 +00:00
jasper
5aa6807966
- switch to pkg-readmes
...
ok Stuart Cassoff (MAINTAINER)
2010-11-15 18:26:38 +00:00
espie
313bfd362c
bad me, fix modules
2010-11-08 09:04:52 +00:00
espie
9fb7a3fc28
tk/tcl wantlib conversion
2010-11-06 22:06:57 +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
espie
100f0c7870
SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
...
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +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
b70dcb07a1
- provide a default MODTCL_VERSION set to MODTK_VERSION; only one
...
place to change if you need to use a different Tcl/Tk version.
- provide MODTCL_LIB and MODTK_LIB (avoids a possible messy
construct in an individual port's Makefile when they are needed,
allows use of "LDFLAGS=-L${MODTCL_LIBDIR} -l${MODTCL_LIB}").
ok steven@, Stuart Cassoff
2009-05-19 21:14:52 +00:00
sthen
c061372b7f
update to Tcl/Tk 8.5.7, from maintainer Stuart Cassoff
2009-04-24 21:13:13 +00:00
sthen
438c027ae2
allow tclsh/wish substitution on lines 3 or 4, not just line 3
2009-03-13 13:46:21 +00:00
sthen
d76bfafd8a
handle package spec for MODTCL_VERSION=8.4
2009-03-11 20:10:14 +00:00
espie
f4e4ac6742
a few spec fixes and assorted pkg bumps, more to come.
2009-03-09 23:09:19 +00:00
sthen
5fa3c1cf10
add common in-place modifications to cope with the usual ways to start
...
Tcl scripts. from Stuart Cassoff, ok steven.
2009-02-15 22:27:44 +00:00
sthen
1453c19a8a
update to 8.4.19, from new maintainer Stuart Cassoff.
2009-01-16 00:02: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
steven
a9c49ef25a
reorganize/extend these modules a bit
...
"go ahead" deanna@
2008-07-08 04:32:06 +00:00
deanna
0c875be623
Add lang/tcl and x11/tk modules
...
feedback and ok steven@
2008-05-13 12:07:14 +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
fc01f12541
+= 8.5
2008-04-25 14:12:41 +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
espie
17d70806a3
tweak FAKE_FLAGS semantics to saner defaults.
2008-01-04 17:48:33 +00:00
sthen
07695f9b91
add a new book reference, the previous recommendation is getting
...
harder to find. from "antipsychic" on tech@ "with thanks to the
help of Mr. Ousterhout himself".
ok landry
2007-12-11 11:18:05 +00:00
steven
e7552b7f39
remove old tcl/tk 8.3
...
ok naddy
2007-10-24 15:40:18 +00:00
steven
a380f09611
unlink tcl/tk 8.3 which is no longer used
2007-10-24 15:22:04 +00:00
merdely
f525d52359
Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN
2007-09-16 00:27:05 +00:00
steven
125eedcb43
remove obsolete tcl and tk 8.0
...
ok naddy@
2007-07-30 16:59:54 +00:00
espie
9eafbbfb35
base64 checksums.
2007-04-05 16:19:55 +00:00
espie
c58b8de75d
since libtclstub84.a is a pic lib, also create a libtclstub84_pic.a link.
...
This will help with libtool.
2007-01-31 15:12:08 +00:00
matthieu
68ab67ef03
Quote automake macro names to make automake 1.9 silent.
...
ok (and remainder about package name bump) mbalmer@
2006-11-26 13:47:31 +00:00
naddy
2d3cd610ed
unconditionally use -fPIC (over -fpic)
2006-10-18 13:10:37 +00:00
steven
fc18d1e35e
INSTALL_DATA instead of cp to ensure correct file modes.
...
from deanna@sdf.lonestar.org
2006-09-29 22:10:53 +00:00
steven
5a2a8155c5
switch tcl and tk MASTER_SITES to sourceforge.
...
make exmh2 use tcl mirrors directly.
no objection naddy@
2006-02-04 23:50:19 +00:00
alek
fff1b3ec76
SHARED_LIBS
2006-01-08 13:08:01 +00:00
alek
01e810658f
SHARED_LIBS
2006-01-08 12:57:04 +00:00
alek
b019a8071a
SHARED_LIBS
2006-01-08 12:43:52 +00:00
naddy
bfd5225608
Always explicitly set the AUTOCONF_VERSION to use. In some cases
...
the default was not appropriate.
2005-11-03 18:28:55 +00:00
alek
522ecd0c11
Add/fix WANTLIB markers
2005-02-24 13:20:41 +00:00
jolan
ad7395b38c
make TCL_INCLUDE_SPEC point to the actual directory where the tcl
...
headers are
2005-02-20 03:09:35 +00:00