2011-12-08 17:41:48 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2011/12/08 22:41:48 sthen 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-11-21 13:30:50 -05:00
|
|
|
DISTNAME = tcl8.5.11
|
|
|
|
PKGNAME = tcl-8.5.11
|
2011-12-08 17:41:48 -05:00
|
|
|
REVISION = 0
|
2011-11-21 13:30:50 -05:00
|
|
|
SHARED_LIBS = tcl85 1.1
|
2008-10-01 15:47:40 -04:00
|
|
|
CATEGORIES = lang lang/tcl
|
|
|
|
HOMEPAGE = http://www.tcl.tk/
|
|
|
|
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
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-10-17 11:18:39 -04:00
|
|
|
CONFIG_INSTALL_DIR='$$(SCRIPT_INSTALL_DIR)' \
|
|
|
|
MAN1_INSTALL_DIR='$$(MAN_INSTALL_DIR)/cat1' \
|
|
|
|
MAN3_INSTALL_DIR='$$(MAN_INSTALL_DIR)/cat3' \
|
|
|
|
MANN_INSTALL_DIR='$$(MAN_INSTALL_DIR)/catn'
|
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
|
2011-10-17 11:18:39 -04:00
|
|
|
CONFIGURE_STYLE = gnu old
|
2011-01-05 11:13:53 -05:00
|
|
|
|
2008-10-01 15:47:40 -04:00
|
|
|
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
|
|
|
|
--includedir="${PREFIX}/include/tcl8.5" \
|
2011-10-17 11:18:39 -04:00
|
|
|
--mandir="${PREFIX}/lib/tcl/tcl8.5/man" \
|
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
|
|
|
|
|
|
|
FLAVORS = threaded
|
|
|
|
FLAVOR ?=
|
|
|
|
|
2011-12-02 09:36:13 -05:00
|
|
|
.if ${FLAVOR:Mthreaded}
|
2008-10-01 15:47:40 -04:00
|
|
|
CONFIGURE_ARGS += --enable-threads
|
|
|
|
WANTLIB += pthread
|
|
|
|
.endif
|
|
|
|
|
2011-11-21 13:30:50 -05:00
|
|
|
.include <bsd.port.arch.mk>
|
|
|
|
|
|
|
|
.if ${NO_SHARED_LIBS:L} == "no"
|
|
|
|
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)'
|
|
|
|
.endif
|
|
|
|
|
2008-10-01 15:47:40 -04:00
|
|
|
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-10-17 11:18:39 -04:00
|
|
|
${INSTALL_DATA} ${WRKDIST}/license.terms ${PREFIX}/lib/tcl/tcl8.5/man
|
2011-11-21 13:30:50 -05:00
|
|
|
.if ${NO_SHARED_LIBS:L} == "no"
|
2008-10-01 15:47:40 -04:00
|
|
|
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>
|