From owner-freebsd-ports Fri Apr 30 1:40: 4 1999 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 57559158EE for ; Fri, 30 Apr 1999 01:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA74871; Fri, 30 Apr 1999 01:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (slwag1p05.ozemail.com.au [203.108.157.21]) by hub.freebsd.org (Postfix) with ESMTP id 05B5B158DD for ; Fri, 30 Apr 1999 01:36:16 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id SAA68670; Fri, 30 Apr 1999 18:36:16 +1000 (EST) Message-Id: <199904300836.SAA68670@blues.ghis.net> Date: Fri, 30 Apr 1999 18:36:16 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11400: new port: wmtictactoe-0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11400 >Category: ports >Synopsis: new port: wmtictactoe-0.4 >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 30 01:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: New port of wmtictactoe. Tic-Tac-Toe in a dockapp. >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: # # wmtictactoe # wmtictactoe/patches # wmtictactoe/patches/patch-aa # wmtictactoe/Makefile # wmtictactoe/files # wmtictactoe/files/md5 # wmtictactoe/pkg # wmtictactoe/pkg/PLIST # wmtictactoe/pkg/DESCR # wmtictactoe/pkg/COMMENT # echo c - wmtictactoe mkdir -p wmtictactoe > /dev/null 2>&1 echo c - wmtictactoe/patches mkdir -p wmtictactoe/patches > /dev/null 2>&1 echo x - wmtictactoe/patches/patch-aa sed 's/^X//' >wmtictactoe/patches/patch-aa << 'END-of-wmtictactoe/patches/patch-aa' X--- Makefile.orig Wed Apr 28 19:57:46 1999 X+++ Makefile Wed Apr 28 20:13:14 1999 X@@ -1,9 +1,10 @@ X+INCLUDES = -I/usr/X11R6/include X LIBDIR = -L/usr/X11R6/lib X LIBS = -lXpm -lXext -lX11 X OBJS = wmtictactoe.o ../wmgeneral/wmgeneral.o X X .c.o: X- cc -c -g -O2 -Wall $< -o $*.o X+ cc -c -g -O2 -Wall $(INCLUDES) $< -o $*.o X X all: wmtictactoe X X@@ -17,5 +18,4 @@ X rm wmtictactoe X X install: X- /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/local/bin/wmtictactoe X- X+ /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/X11R6/bin/wmtictactoe END-of-wmtictactoe/patches/patch-aa echo x - wmtictactoe/Makefile sed 's/^X//' >wmtictactoe/Makefile << 'END-of-wmtictactoe/Makefile' X# New ports collection makefile for: wmtictactoe X# Version required: 0.4 X# Date created: 28 Apr 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= wmtictactoe-0.4 XCATEGORIES= games windowmaker afterstep XMASTER_SITES= http://atlas.ucpel.tche.br/~acamargo/ X XMAINTAINER= jim@phrantic.phear.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe XUSE_X_PREFIX= yes X Xpost-install: X @${ECHO} " " X @${ECHO} "-------------------------------------------------------" X @${ECHO} "===> Run 'wmtictactoe --help' for the available options" X @${ECHO} "-------------------------------------------------------" X @${ECHO} " " X X.include END-of-wmtictactoe/Makefile echo c - wmtictactoe/files mkdir -p wmtictactoe/files > /dev/null 2>&1 echo x - wmtictactoe/files/md5 sed 's/^X//' >wmtictactoe/files/md5 << 'END-of-wmtictactoe/files/md5' XMD5 (wmtictactoe-0.4.tar.gz) = dd96623a1748f50d62cc7c94deacdfea END-of-wmtictactoe/files/md5 echo c - wmtictactoe/pkg mkdir -p wmtictactoe/pkg > /dev/null 2>&1 echo x - wmtictactoe/pkg/PLIST sed 's/^X//' >wmtictactoe/pkg/PLIST << 'END-of-wmtictactoe/pkg/PLIST' Xbin/wmtictactoe END-of-wmtictactoe/pkg/PLIST echo x - wmtictactoe/pkg/DESCR sed 's/^X//' >wmtictactoe/pkg/DESCR << 'END-of-wmtictactoe/pkg/DESCR' XYet another app for the Window Maker dock or AfterStep Wharf. XwmTicTacToe is exactly what it sounds like.. Tic-Tac-Toe in a dock Xapp. X XWWW Homepage: http://atlas.ucpel.tche.br/~acamargo/ X X- Jim END-of-wmtictactoe/pkg/DESCR echo x - wmtictactoe/pkg/COMMENT sed 's/^X//' >wmtictactoe/pkg/COMMENT << 'END-of-wmtictactoe/pkg/COMMENT' XwmTicTacToe is a dock application game for the Window Maker dock. END-of-wmtictactoe/pkg/COMMENT exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message