diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-03-16 05:01:43 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-03-16 05:01:43 +0000 |
commit | 455a3f972d9cf502302c38136af1bcece4aef6da (patch) | |
tree | 9d74854e32c886dbc8522c2789f855b3d2103492 /lang/tclX | |
parent | bdce5138cee6f8ca0014bce6cddc6866498a3d05 (diff) | |
download | ports-455a3f972d9cf502302c38136af1bcece4aef6da.tar.gz ports-455a3f972d9cf502302c38136af1bcece4aef6da.zip |
Notes
Diffstat (limited to 'lang/tclX')
-rw-r--r-- | lang/tclX/Makefile | 44 | ||||
-rw-r--r-- | lang/tclX/distinfo | 1 | ||||
-rw-r--r-- | lang/tclX/pkg-comment | 1 | ||||
-rw-r--r-- | lang/tclX/pkg-descr | 10 | ||||
-rw-r--r-- | lang/tclX/pkg-plist | 11 |
5 files changed, 67 insertions, 0 deletions
diff --git a/lang/tclX/Makefile b/lang/tclX/Makefile new file mode 100644 index 000000000000..6d3144113dbb --- /dev/null +++ b/lang/tclX/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: tclX +# Version required: 7.5-b3 +# Date created: 6 February 1996 +# Whom: jkh +# +# $Id: Makefile,v 1.2 1996/02/08 01:27:44 asami Exp $ +# + +DISTNAME= tclX7.5.0-b3 +PKGNAME= tclX7.5.0-b3 +CATEGORIES+= lang +MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/distrib/ + +TCL_DIR= ${PORTSDIR}/lang/tcl75 +TCL_SRC= ${TCL_DIR}/work/tcl7.5b3 + +TK_DIR= ${PORTSDIR}/x11/tk41 +TK_SRC= ${TK_DIR}/work/tk4.1b3 + +DEPENDS= ${TCL_DIR} ${TK_DIR} +LIB_DEPENDS= tcl7\\.5\\.1:${TCL_DIR} \ + tk4\\.1\\.1:${TK_DIR} + +WRKSRC= ${WRKDIR}/${DISTNAME}/unix +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-shared --with-tk + +pre-configure: + cd ${WRKSRC} ; \ + mv Config.mk Config.mk.orig2 && \ + sed -e 's;TCL_SRC=$${srcbasedir};TCL_SRC=${TCL_SRC};' \ + -e 's;TCL_CONFIG=$${srcbasedir};TCL_CONFIG=${TCL_SRC};' \ + -e 's;TCL_LIB=$${bldbasedir};TCL_LIB=${TCL_SRC};' \ + -e 's;TCL_SHLIB_DIR=$${bldbasedir};TCL_SHLIB_DIR=${TCL_SRC};' \ + -e 's;TK_SRC=$${srcbasedir};TK_SRC=${TK_SRC};' \ + -e 's;TK_CONFIG=$${srcbasedir};TK_CONFIG=${TK_SRC};' \ + -e 's;TK_LIB=$${bldbasedir};TK_LIB=${TK_SRC};' \ + -e 's;TK_SHLIB_DIR=$${bldbasedir};TK_SHLIB_DIR=${TK_SRC};' \ + Config.mk.orig2 >Config.mk + +post-install: + /sbin/ldconfig -m ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/lang/tclX/distinfo b/lang/tclX/distinfo new file mode 100644 index 000000000000..b9eb73c3a884 --- /dev/null +++ b/lang/tclX/distinfo @@ -0,0 +1 @@ +MD5 (tclX7.5.0-b3.tar.gz) = d2efdb591015620fa40596661d3a2d77 diff --git a/lang/tclX/pkg-comment b/lang/tclX/pkg-comment new file mode 100644 index 000000000000..0cf1cf3de385 --- /dev/null +++ b/lang/tclX/pkg-comment @@ -0,0 +1 @@ +Extended TCL version 7.5 diff --git a/lang/tclX/pkg-descr b/lang/tclX/pkg-descr new file mode 100644 index 000000000000..779e7888509a --- /dev/null +++ b/lang/tclX/pkg-descr @@ -0,0 +1,10 @@ + Extended Tcl (TclX), is a set of extensions to Tcl, the Tool +Command Language invented by Dr. John Ousterhout of the University +of California at Berkeley. Tcl is a powerful, yet simple embeddable +programming language. Extended Tcl is oriented towards Unix system +programming tasks, with many additional interfaces to the Unix +operating system, It is upwardly compatible with Tcl. You take +the Extended Tcl package, add it to Tcl, and from that you get +Extended Tcl. (Berkeley Tcl is not included in this distribution, +obtain it from ftp.cs.berkeley.edu). + diff --git a/lang/tclX/pkg-plist b/lang/tclX/pkg-plist new file mode 100644 index 000000000000..d18c78b216c2 --- /dev/null +++ b/lang/tclX/pkg-plist @@ -0,0 +1,11 @@ +@cwd /usr/local +tclX/7.4a-p1 +tkX/4.0a-p1 +include/tclExtend.h +include/tcl++.h +bin/tcl +bin/tclhelp +bin/wishx +lib/libtclx.a +lib/tkxlibs.mk +lib/libtkx.a |