Date: Fri, 23 Apr 1999 13:00:42 -0600 (CST) From: obonilla@fisicc-ufm.edu To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11295: New port for otcl (MIT Object Tcl) Message-ID: <199904231900.NAA15478@voyager.fisicc-ufm.edu>
next in thread | raw e-mail | index | archive | help
>Number: 11295 >Category: ports >Synopsis: New port for MIT's Object Tcl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 23 12:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 3.1-STABLE i386 >Organization: Universidad Francisco Marroquin - FISICC >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # otcl # otcl/Makefile # otcl/pkg # otcl/pkg/COMMENT # otcl/pkg/DESCR # otcl/pkg/PLIST # otcl/files # otcl/files/md5 # echo c - otcl mkdir -p otcl > /dev/null 2>&1 echo x - otcl/Makefile sed 's/^X//' >otcl/Makefile << 'END-of-otcl/Makefile' X# New ports collection makefile for: otcl X# Version required: 1.0a4 X# Date created: 23 April 1999 X# Whom: obonilla X# X# $Id$ X# X XDISTNAME= otcl-1.0a4 XCATEGORIES= lang XMASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ X XMAINTAINER= obonilla@fisicc-ufm.edu X XLIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --includedir=${PREFIX}/include/tcl8.0/generic X.include <bsd.port.mk> END-of-otcl/Makefile echo c - otcl/pkg mkdir -p otcl/pkg > /dev/null 2>&1 echo x - otcl/pkg/COMMENT sed 's/^X//' >otcl/pkg/COMMENT << 'END-of-otcl/pkg/COMMENT' XMIT Object Tcl END-of-otcl/pkg/COMMENT echo x - otcl/pkg/DESCR sed 's/^X//' >otcl/pkg/DESCR << 'END-of-otcl/pkg/DESCR' XFrom the README: X X OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for X object-oriented programming. It shouldn't be confused with the IXI X Object Tcl extension by Dean Sheenan. (Sorry, but we both like the X name and have been using it for a while.) X X Some of OTcl's features as compared to alternatives are: X * designed to be dynamically extensible, like Tcl, from the ground X up X * builds on Tcl syntax and concepts rather than importing another X language X * compact yet powerful object programming system (draws on CLOS, X Smalltalk, and Self) X * fairly portable implementation (2000 lines of C, without core X hacks) X X OTcl was presented at the Tcl/Tk Workshop '95. It constitutes a X standalone release of a system that has been in use, embedded in the X VuSystem, for two years. We made the release public (with free use, X distribution and modification under the MIT license) to meet the X demand for object-oriented programming in Tcl. X X-Oscar <obonilla@fisicc-ufm.edu> END-of-otcl/pkg/DESCR echo x - otcl/pkg/PLIST sed 's/^X//' >otcl/pkg/PLIST << 'END-of-otcl/pkg/PLIST' Xbin/otclsh Xbin/owish Xinclude/otcl.h Xlib/libotcl.a Xlib/libotcl.so END-of-otcl/pkg/PLIST echo c - otcl/files mkdir -p otcl/files > /dev/null 2>&1 echo x - otcl/files/md5 sed 's/^X//' >otcl/files/md5 << 'END-of-otcl/files/md5' XMD5 (otcl-1.0a4.tar.gz) = 1aafd63973857991b90d08b9dcf29e03 END-of-otcl/files/md5 exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904231900.NAA15478>