Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Feb 2000 12:42:52 -0500 (EST)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/16527: new port: games/tkmoo
Message-ID:  <20000206174252.860461A1D@argon.blackdawn.com>

next in thread | raw e-mail | index | archive | help

>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 <Andrew.Wilson@cm.cf.ac.uk>
X
X--Will <andrews@technologist.com>
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 <andrews@technologist.com>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000206174252.860461A1D>