Commit Graph

87 Commits

Author SHA1 Message Date
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
naddy
a8817eabcc SIZE 2005-01-05 16:50:35 +00:00
espie
24e6dbf353 fix a few WANTLIB issues.
Install librpmbuild since lib/rpmgettext wants it.
2004-12-22 06:31:05 +00:00
espie
ee6b38872c new style conflicts 2004-09-18 12:52:54 +00:00
espie
07cecda340 new plist, use mandir. 2004-08-10 12:07:38 +00:00
espie
cf8c59eff8 new plists 2004-08-09 11:46:23 +00:00
kevlo
412fca1469 update to tcl 8.4.7 2004-08-07 06:13:54 +00:00
brad
67c1a7414d - remove useless --enable-static
- 8.4 doesn't use CONFIGURE_SHARED either
- use arch -s instead of machine for static arch check
2004-07-04 03:18:59 +00:00
jolan
00f286c9be hppa has shared libs now 2004-07-03 21:04:45 +00:00
kevlo
3691c35c0d install m4 macro -- PR#3819 2004-06-25 06:46:54 +00:00
miod
ca27018957 Correctly configure tcl and tk 8.4 on architectures which lack shared
libraries, though hppa might need more work.

prodded by jolan@; ok jolan@ pval@
2004-05-20 21:25:44 +00:00
naddy
d262f72421 Remove maintainer by his request. Thanks, Jose. 2004-05-07 15:28:31 +00:00
naddy
9b29c212fb maintenance update to Tcl/Tk 8.4.6; from Jose Nazario <jose@monkey.org> 2004-04-09 21:47:19 +00:00
espie
26bd7c43d8 explicitly tag no-autoheader some ports for which re-running it after autoconf
is a problem.
2004-03-04 17:49:26 +00:00
jose
84d0a91ff0 update to 8.4.5
update book title, isbn in DESCR
update master site to sourceforge

ok brad@, sturm@, naddy@, thank you for testing on various archs.
2003-12-17 04:56:22 +00:00
naddy
2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
jose
6d62475413 some things noticed by Stuart Cassoff <stwo@telus.net>:
- fix HOMEPAGE ...
- PLIST exec/unexec about manpages
- flesh out DESCR some
2003-12-01 05:48:00 +00:00
jose
3e0327d27e tcl 8.4 finally in 2003-11-19 15:47:46 +00:00
jose
af707ee320 had this sitting in my tree for a while, finally import tcl/tk 8.4.4.
based on 8.3 port by kevlo@, testing and feedback from many, thank you. 
ok naddy@
2003-11-19 15:47:15 +00:00
kevlo
3c6ea56d3c remove unnessasary variables in tclConfig.sh. Pointed out by jolan@ 2003-11-08 04:50:58 +00:00
fgsch
acdfd4ea13 zap NEED_VERSION. 2002-12-29 20:41:07 +00:00
naddy
cf4d76664c brute force fix; this allows us to build XF4 again 2002-12-04 21:06:31 +00:00
kevlo
faf08cceec upgrade to 8.3.5 2002-11-29 09:45:48 +00:00
espie
8e0401df9e More MASTER_SITES_SUBDIR out 2002-05-13 23:31:24 +00:00
espie
e3edfb9aea md5->distinfo 2002-03-21 20:20:41 +00:00
pvalchev
8aa544c9c1 fix this on sparc64 - use -fPIC, not -fpic 2002-02-05 22:33:49 +00:00
pvalchev
19afd26ab0 remove libdl hacks from here, too 2001-11-21 00:45:21 +00:00
pvalchev
b454511cb8 libdl hacks no more 2001-11-20 07:21:17 +00:00