From owner-freebsd-ports Sun Feb 6 9:51:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id E058E3E03 for ; Sun, 6 Feb 2000 09:49:34 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50388; Sun, 6 Feb 2000 09:50:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by builder.freebsd.org (Postfix) with ESMTP id 01DA03DB3 for ; Sun, 6 Feb 2000 09:42:34 -0800 (PST) Received: from shadow.blackdawn.com (postfix@13-046.008.popsite.net [209.69.195.46]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id JAA22038 for ; Sun, 6 Feb 2000 09:43:07 -0800 (PST) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (Postfix) with ESMTP id A2E6B1B1D for ; Sun, 6 Feb 2000 12:42:56 -0500 (EST) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 860461A1D; Sun, 6 Feb 2000 12:42:52 -0500 (EST) Message-Id: <20000206174252.860461A1D@argon.blackdawn.com> Date: Sun, 6 Feb 2000 12:42:52 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/16527: new port: games/tkmoo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16527 >Category: ports >Synopsis: new port: games/tkmoo >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: Sun Feb 6 09:50:10 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Fri Jan 28 16:46:16 EST 2000 root@argon.blackdawn.com:/usr/src/sys/compile/KRYPTON i386 >Description: This is a Tk-based M** interface with scripting capability. I've actually had this in my ports-creation directory for about two or three months. Well, at least now it'll get in. :-) >How-To-Repeat: Use the shar below to add the port to tree. >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: # # tkmoo # tkmoo/files # tkmoo/files/md5 # tkmoo/pkg # tkmoo/pkg/COMMENT # tkmoo/pkg/DESCR # tkmoo/pkg/PLIST # tkmoo/patches # tkmoo/patches/patch-aa # tkmoo/Makefile # echo c - tkmoo mkdir -p tkmoo > /dev/null 2>&1 echo c - tkmoo/files mkdir -p tkmoo/files > /dev/null 2>&1 echo x - tkmoo/files/md5 sed 's/^X//' >tkmoo/files/md5 << 'END-of-tkmoo/files/md5' XMD5 (tkMOO-light-0.3.23.tar.gz) = 9b62844ff7422b2497d0024ab4261ead END-of-tkmoo/files/md5 echo c - tkmoo/pkg mkdir -p tkmoo/pkg > /dev/null 2>&1 echo x - tkmoo/pkg/COMMENT sed 's/^X//' >tkmoo/pkg/COMMENT << 'END-of-tkmoo/pkg/COMMENT' XTk-based M** client with scripting support END-of-tkmoo/pkg/COMMENT echo x - tkmoo/pkg/DESCR sed 's/^X//' >tkmoo/pkg/DESCR << 'END-of-tkmoo/pkg/DESCR' XTkMOO is a Tk-based M** interface. It has support for triggers, Xgags, scripts, etc. It is a graphical alternative to using tintin++, Xtinyfugue, kmud, and others. X XWWW: http://www.cm.cf.ac.uk/User/Andrew.Wilson/tkMOO-light/ XAuthor: Andrew Wilson X X--Will END-of-tkmoo/pkg/DESCR echo x - tkmoo/pkg/PLIST sed 's/^X//' >tkmoo/pkg/PLIST << 'END-of-tkmoo/pkg/PLIST' Xbin/tkmoo Xshare/tkmoo/plugins/ansi.tcl Xshare/tkmoo/plugins/simpleedit.tcl Xshare/tkmoo/plugins/mcp21.tcl Xshare/tkmoo/plugins/message.tcl Xshare/tkmoo/plugins/status.tcl Xshare/tkmoo/plugins/webbrowser.tcl X@dirrm share/tkmoo/plugins X@dirrm share/tkmoo END-of-tkmoo/pkg/PLIST echo c - tkmoo/patches mkdir -p tkmoo/patches > /dev/null 2>&1 echo x - tkmoo/patches/patch-aa sed 's/^X//' >tkmoo/patches/patch-aa << 'END-of-tkmoo/patches/patch-aa' X--- Makefile Sat Jan 1 07:00:56 2000 X+++ Makefile.new Wed Feb 2 19:32:13 2000 X@@ -7,18 +7,18 @@ X # ... in the '.tkMOO-lite' directory under your home directory X # ** if you change this value then you'll need to set your TKMOO_LIB_DIR X # ** environment variable to the same value X-TKMOO_LIB_DIR = $$HOME/.tkMOO-lite X+TKMOO_LIB_DIR ?= $$HOME/.tkMOO-lite X X # where will the executable be installed? X # ... in the 'bin' directory under your home directory X-TKMOO_BIN_DIR = $$HOME/bin X+TKMOO_BIN_DIR ?= $$HOME/bin X X # which version of WISH will the client use? 'make' will warn you X # if WISH can't be found where you say it is. X WISH4.1 = /usr/local/bin/wish4.1 X WISH4.2 = /usr/local/bin/wish4.2 X-WISH8.0 = /usr/local/bin/wish8.0 X-WISH = $(WISH8.0) X+WISH8.2 ?= /usr/local/bin/wish8.2 X+WISH = $(WISH8.2) X X # ---------------- NO NEED TO CHANGE ANYTHING BELOW THIS LINE --------------- X END-of-tkmoo/patches/patch-aa echo x - tkmoo/Makefile sed 's/^X//' >tkmoo/Makefile << 'END-of-tkmoo/Makefile' X# New ports collection makefile for: tkMOO X# Version required: 0.3.23 X# Date created: 20 Jan 2000 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= tkMOO-light-0.3.23 XPKGNAME= tkmoo-0.3.23 XCATEGORIES= games tk82 XMASTER_SITES= http://www.awns.com/tkMOO-light/Source/ X XMAINTAINER= andrews@technologist.com X XRUN_DEPENDS= ${WISH82}:${PORTSDIR}/x11-toolkits/tk82 X XWISH82?= ${LOCALBASE}/bin/wish8.2 XMAKE_ENV+= TKMOO_LIB_DIR="${PREFIX}/share/tkmoo" \ X TKMOO_BIN_DIR="${PREFIX}/bin" WISH8.2="${WISH82}" X Xdo-install: X @${MKDIR} ${PREFIX}/share/tkmoo/plugins X @${INSTALL_DATA} ${WRKSRC}/plugins/* ${PREFIX}/share/tkmoo/plugins X @${INSTALL_SCRIPT} ${WRKSRC}/tkMOO-lite ${PREFIX}/bin/tkmoo X X.include END-of-tkmoo/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message