2011-06-02 09:41:36 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2011/06/02 13:41:39 ajacoutot Exp $
|
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 10:10:46 -04:00
|
|
|
|
2008-10-01 15:47:40 -04:00
|
|
|
COMMENT = Tool Command Language
|
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 10:10:46 -04:00
|
|
|
|
2011-01-05 11:13:53 -05:00
|
|
|
DISTNAME = tcl8.5.9
|
|
|
|
PKGNAME = tcl-8.5.9
|
|
|
|
SHARED_LIBS = tcl85 0.6
|
2008-10-01 15:47:40 -04:00
|
|
|
CATEGORIES = lang lang/tcl
|
|
|
|
HOMEPAGE = http://www.tcl.tk/
|
|
|
|
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
2011-06-02 09:41:36 -04:00
|
|
|
REVISION = 0
|
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 10:10:46 -04:00
|
|
|
|
|
|
|
# BSD
|
2008-10-01 15:47:40 -04:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
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 10:10:46 -04:00
|
|
|
|
2008-10-01 15:47:40 -04:00
|
|
|
WANTLIB = c m
|
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 10:10:46 -04:00
|
|
|
|
2008-10-01 15:47:40 -04:00
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tcl/}
|
|
|
|
DISTFILES = ${DISTNAME}-src.tar.gz
|
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 10:10:46 -04:00
|
|
|
|
2011-01-05 11:13:53 -05:00
|
|
|
MAKE_FLAGS += TCL_PACKAGE_PATH='$$(prefix)/lib/tcl' \
|
|
|
|
TCL_LIBRARY='$$(prefix)/lib/tcl/tcl$$(VERSION)'
|
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 10:10:46 -04:00
|
|
|
|
2008-10-01 15:47:40 -04:00
|
|
|
FAKE_FLAGS = INSTALL_DATA_DIR="${INSTALL_DATA_DIR}" \
|
|
|
|
INSTALL_LIBRARY="${INSTALL_DATA}" \
|
|
|
|
INSTALL_DATA="${INSTALL_DATA}" \
|
|
|
|
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
2011-01-05 11:13:53 -05:00
|
|
|
CONFIG_INSTALL_DIR='$$(SCRIPT_INSTALL_DIR)'
|
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 10:10:46 -04:00
|
|
|
|
2008-10-01 15:47:40 -04:00
|
|
|
REGRESS_FLAGS = HOME=${TESTHOME}
|
|
|
|
SEPARATE_BUILD = concurrent
|
2011-01-05 11:13:53 -05:00
|
|
|
USE_GROFF = Yes
|
|
|
|
CONFIGURE_STYLE = autoconf no-autoheader old
|
|
|
|
|
2008-10-01 15:47:40 -04:00
|
|
|
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
|
|
|
|
--includedir="${PREFIX}/include/tcl8.5" \
|
2011-01-05 11:13:53 -05:00
|
|
|
--mandir="${PREFIX}/man/tcl8.5" \
|
2008-10-01 15:47:40 -04:00
|
|
|
--sysconfdir="${SYSCONFDIR}" \
|
|
|
|
--enable-man-symlinks \
|
2011-01-05 11:13:53 -05:00
|
|
|
--disable-rpath \
|
|
|
|
EXTRA_INSTALL="install-private-headers" \
|
|
|
|
SHLIB_VERSION="${LIBtcl85_VERSION}"
|
2008-10-01 15:47:40 -04:00
|
|
|
|
2011-01-05 11:13:53 -05:00
|
|
|
AUTOCONF_VERSION = 2.59
|
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 10:10:46 -04:00
|
|
|
|
2011-01-05 11:13:53 -05:00
|
|
|
.if ${MACHINE_ARCH} != "m88k" && ${MACHINE_ARCH} != "vax"
|
|
|
|
ALL_TARGET = all libtcl85.a
|
|
|
|
CONFIGURE_ARGS += EXTRA_INSTALL_BINARIES='@echo "Installing libtcl85.a to $$(LIB_INSTALL_DIR)/" \
|
|
|
|
&& $$(INSTALL_DATA) libtcl85.a $$(LIB_INSTALL_DIR)/libtcl85.a \
|
|
|
|
&& (cd $$(LIB_INSTALL_DIR) ; $$(RANLIB) libtcl85.a)'
|
2010-02-06 05:27:21 -05:00
|
|
|
.endif
|
|
|
|
|
2008-10-01 15:47:40 -04:00
|
|
|
FLAVORS = threaded
|
|
|
|
FLAVOR ?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mthreaded}
|
|
|
|
CONFIGURE_ARGS += --enable-threads
|
|
|
|
WANTLIB += pthread
|
|
|
|
.endif
|
|
|
|
|
|
|
|
WRKSRC = ${WRKDIST}/unix
|
|
|
|
REGRESS_TARGET = test
|
2011-01-05 11:13:53 -05:00
|
|
|
SUBST_VARS += _README_DIR
|
2008-10-01 15:47:40 -04:00
|
|
|
|
|
|
|
TESTHOME = ${WRKDIR}/testhome
|
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 10:10:46 -04:00
|
|
|
|
|
|
|
pre-regress:
|
2011-01-05 11:13:53 -05:00
|
|
|
mkdir -p ${TESTHOME}
|
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 10:10:46 -04:00
|
|
|
|
|
|
|
post-install:
|
2011-01-05 11:13:53 -05:00
|
|
|
${INSTALL_DATA} ${WRKDIST}/license.terms ${PREFIX}/man/tcl8.5
|
2008-10-01 15:47:40 -04:00
|
|
|
.if ${MACHINE_ARCH} != "m88k" && ${MACHINE_ARCH} != "vax"
|
|
|
|
ln -s libtcl85.a ${PREFIX}/lib/libtcl85_pic.a
|
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 10:10:46 -04:00
|
|
|
ln -s libtclstub85.a ${PREFIX}/lib/libtclstub85_pic.a
|
2008-10-01 15:47:40 -04:00
|
|
|
.endif
|
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 10:10:46 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|