From ca3b8f7e37a036639314ae988b87746006d3b84d Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 6 Oct 1994 01:29:35 +0000 Subject: [PATCH] Port of [incr tcl] by Robert Withrow Submitted by: rww --- lang/itcl/Makefile | 16 ++++++++++++++++ lang/itcl/pkg-comment | 1 + lang/itcl/pkg-descr | 6 ++++++ lang/itcl/pkg-plist | 11 +++++++++++ 4 files changed, 34 insertions(+) create mode 100644 lang/itcl/Makefile create mode 100644 lang/itcl/pkg-comment create mode 100644 lang/itcl/pkg-descr create mode 100644 lang/itcl/pkg-plist diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile new file mode 100644 index 000000000000..b475e61c13ce --- /dev/null +++ b/lang/itcl/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: itcl +# Version required: 1.5 +# Date created: Mon Oct 3 22:06:21 EDT 1994 +# Whom: rww +# +# $Id$ +# + +DISTNAME= itcl-1.5 +HAS_CONFIGURE= yes +MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ +PATCH_STRIP= -p1 +DEPENDS= ${PORTSDIR}/lang/tcl ${PORTSDIR}/x11/tk +DISTFILES= itcl_1.5.tar.gz + +.include diff --git a/lang/itcl/pkg-comment b/lang/itcl/pkg-comment new file mode 100644 index 000000000000..567463e41105 --- /dev/null +++ b/lang/itcl/pkg-comment @@ -0,0 +1 @@ +[incr Tcl] (A.K.A. ``itcl'') version 1.5 (with shared libs) diff --git a/lang/itcl/pkg-descr b/lang/itcl/pkg-descr new file mode 100644 index 000000000000..e375d14c8157 --- /dev/null +++ b/lang/itcl/pkg-descr @@ -0,0 +1,6 @@ +This package contains the binary release of [incr Tcl] version 1.5. +[incr Tcl] is an object oriented extension to Tcl and Tk. This +package is also known as ``itcl'', + +NOTE: This package requires, as a pre-requisite, both the Tcl and Tk +distributions. diff --git a/lang/itcl/pkg-plist b/lang/itcl/pkg-plist new file mode 100644 index 000000000000..bbfcfe45f641 --- /dev/null +++ b/lang/itcl/pkg-plist @@ -0,0 +1,11 @@ +@cwd /usr/local +include/itcl.h +lib/libitcl.a +lib/libitcl.so.1.5 +bin/itcl_wish +bin/itcl_sh +man/mann/incrTcl.n +lib/itcl/destroy.tcl +lib/itcl/itcl_mkindex.tcl +lib/itcl/itcl_reload.tcl +lib/itcl/tclIndex