From owner-freebsd-ports Tue Feb 22 15:30: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C23B637B7EA for ; Tue, 22 Feb 2000 15:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA23209; Tue, 22 Feb 2000 15:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from voyager.fisicc-ufm.edu (ip-198-202.guate.net [209.198.197.202]) by hub.freebsd.org (Postfix) with ESMTP id E7E5637B7EA for ; Tue, 22 Feb 2000 15:19:45 -0800 (PST) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id RAA73276; Tue, 22 Feb 2000 17:19:34 -0600 (CST) (envelope-from obonilla) Message-Id: <200002222319.RAA73276@voyager.fisicc-ufm.edu> Date: Tue, 22 Feb 2000 17:19:34 -0600 (CST) From: obonilla@fisicc-ufm.edu Reply-To: obonilla@fisicc-ufm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16918: update of tclcl to version 1.0b9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16918 >Category: ports >Synopsis: update of tclcl to version 1.0b9 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 22 15:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 4.0-CURRENT i386 >Organization: University Francisco Marroquin - FISICC >Environment: >Description: update of tclcl to version 1.0b9 >How-To-Repeat: >Fix: # 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: # # tclcl # tclcl/files # tclcl/files/md5 # tclcl/Makefile # tclcl/patches # tclcl/patches/patch-aa # tclcl/pkg # tclcl/pkg/COMMENT # tclcl/pkg/DESCR # tclcl/pkg/PLIST # echo c - tclcl mkdir -p tclcl > /dev/null 2>&1 echo c - tclcl/files mkdir -p tclcl/files > /dev/null 2>&1 echo x - tclcl/files/md5 sed 's/^X//' >tclcl/files/md5 << 'END-of-tclcl/files/md5' XMD5 (tclcl-src-1.0b9.tar.gz) = a6237761c2a973a52d8b02ecac5ce47f END-of-tclcl/files/md5 echo x - tclcl/Makefile sed 's/^X//' >tclcl/Makefile << 'END-of-tclcl/Makefile' X# New ports collection makefile for: tclcl X# Version required: 1.0b9 X# Date created: 23 April 1999 X# Whom: obonilla X# X# $FreeBSD: ports/devel/tclcl/Makefile,v 1.4 1999/11/28 18:31:57 steve Exp $ X# X XDISTNAME= tclcl-src-1.0b9 XPKGNAME= tclcl-1.0b9 XCATEGORIES= devel XMASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ X XMAINTAINER= obonilla@fisicc-ufm.edu X XLIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ X otcl.1:${PORTSDIR}/lang/otcl X XWRKSRC= ${WRKDIR}/${PKGNAME} X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/otcldoc ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include X ${INSTALL_DATA} ${WRKSRC}/libtclcl.a ${PREFIX}/lib X @${LN} -sf ${PREFIX}/lib/libtclcl.a ${PREFIX}/lib/libTcl.a X.include END-of-tclcl/Makefile echo c - tclcl/patches mkdir -p tclcl/patches > /dev/null 2>&1 echo x - tclcl/patches/patch-aa sed 's/^X//' >tclcl/patches/patch-aa << 'END-of-tclcl/patches/patch-aa' X--- tclcl-1.0b8/otcldoc.orig Mon Apr 26 10:53:34 1999 X+++ otcldoc Mon Apr 26 10:53:43 1999 X@@ -1,7 +1,7 @@ X #!/bin/sh X # the exec restarts using tclsh which in turn ignores X # the command because of this backslash: \ X-exec tclsh "$0" "$@" X+exec tclsh8.2 "$0" "$@" X X # X # otcldoc - a simple script for translating otcl classes into END-of-tclcl/patches/patch-aa echo c - tclcl/pkg mkdir -p tclcl/pkg > /dev/null 2>&1 echo x - tclcl/pkg/COMMENT sed 's/^X//' >tclcl/pkg/COMMENT << 'END-of-tclcl/pkg/COMMENT' XTcl/C++ interface used by ns and nam END-of-tclcl/pkg/COMMENT echo x - tclcl/pkg/DESCR sed 's/^X//' >tclcl/pkg/DESCR << 'END-of-tclcl/pkg/DESCR' Xtcl/C++ interface used by ns and nam END-of-tclcl/pkg/DESCR echo x - tclcl/pkg/PLIST sed 's/^X//' >tclcl/pkg/PLIST << 'END-of-tclcl/pkg/PLIST' Xbin/tcl2c++ Xinclude/Tcl.h Xinclude/idlecallback.h Xinclude/iohandler.h Xinclude/rate-variable.h Xinclude/tclcl-config.h Xinclude/tclcl-mappings.h Xinclude/tclcl.h Xinclude/timer.h Xinclude/tracedvar.h Xlib/libTcl.a Xlib/libtclcl.a END-of-tclcl/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message