From owner-freebsd-ports Tue Mar 31 23:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05282 for freebsd-ports-outgoing; Tue, 31 Mar 1998 23:40:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05239; Tue, 31 Mar 1998 23:40:01 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA01981 for ; Tue, 31 Mar 1998 23:19:27 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id NAA27632 for ; Wed, 1 Apr 1998 13:12:31 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id LAA01558; Wed, 1 Apr 1998 11:13:49 +0400 (MSD) Message-Id: <199804010713.LAA01558@icc.surw.chel.su> Date: Wed, 1 Apr 1998 11:13:49 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6186: New port: xothello-0.01 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6186 >Category: ports >Synopsis: New port: xothello-0.01 >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: Tue Mar 31 23:40:00 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Othello aka Reversi game for X Window. # 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: # # xothello-0.01 # xothello-0.01/Makefile # xothello-0.01/files # xothello-0.01/files/md5 # xothello-0.01/patches # xothello-0.01/patches/patch-aa # xothello-0.01/patches/patch-ab # xothello-0.01/pkg # xothello-0.01/pkg/PLIST # xothello-0.01/pkg/COMMENT # xothello-0.01/pkg/DESCR # echo c - xothello-0.01 mkdir -p xothello-0.01 > /dev/null 2>&1 echo x - xothello-0.01/Makefile sed 's/^X//' >xothello-0.01/Makefile << 'END-of-xothello-0.01/Makefile' X# New ports collection makefile for: xothello X# Version required: 0.01 X# Date created: 31 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xothello XPKGNAME= xothello-0.01 XCATEGORIES= games x11 XMASTER_SITES= http://makosteszta.sote.hu/linux/othello/ XEXTRACT_SUFX= .tgz X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms X XUSE_X11= yes X Xpre-build: X @ ${RM} ${WRKSRC}/xothello X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xothello ${PREFIX}/bin X X.include END-of-xothello-0.01/Makefile echo c - xothello-0.01/files mkdir -p xothello-0.01/files > /dev/null 2>&1 echo x - xothello-0.01/files/md5 sed 's/^X//' >xothello-0.01/files/md5 << 'END-of-xothello-0.01/files/md5' XMD5 (xothello.tgz) = d5f8379eaf04286982ef064a324a3b7d END-of-xothello-0.01/files/md5 echo c - xothello-0.01/patches mkdir -p xothello-0.01/patches > /dev/null 2>&1 echo x - xothello-0.01/patches/patch-aa sed 's/^X//' >xothello-0.01/patches/patch-aa << 'END-of-xothello-0.01/patches/patch-aa' X--- Makefile Sat Feb 15 18:00:15 1997 X+++ /home/andy/tmp/wrk/Makefile Tue Mar 31 22:10:19 1998 X@@ -25,7 +25,7 @@ X X CFLAGS = $(CCFLAG) $(XINCLUDE) X LDFLAGS = $(LDFLAG) X-LIBS = -lforms $(SYSLIB) $(XLIB) X+LIBS = -lxforms $(SYSLIB) $(XLIB) X X #================================================================= X END-of-xothello-0.01/patches/patch-aa echo x - xothello-0.01/patches/patch-ab sed 's/^X//' >xothello-0.01/patches/patch-ab << 'END-of-xothello-0.01/patches/patch-ab' X--- xothello.c Sat Feb 15 18:01:04 1997 X+++ /home/andy/tmp/wrk/xothello.c Tue Mar 31 22:17:37 1998 X@@ -618,7 +618,7 @@ X void X Usage(void) X { X- USEPRT("Usage: othello [options]\n\n"); X+ USEPRT("Usage: xothello [options]\n\n"); X USEPRT("Options:\n"); X USEPRT(" -level [default=3, min=1, max=9]\n"); X USEPRT(" -changexo\n"); END-of-xothello-0.01/patches/patch-ab echo c - xothello-0.01/pkg mkdir -p xothello-0.01/pkg > /dev/null 2>&1 echo x - xothello-0.01/pkg/PLIST sed 's/^X//' >xothello-0.01/pkg/PLIST << 'END-of-xothello-0.01/pkg/PLIST' Xbin/xothello END-of-xothello-0.01/pkg/PLIST echo x - xothello-0.01/pkg/COMMENT sed 's/^X//' >xothello-0.01/pkg/COMMENT << 'END-of-xothello-0.01/pkg/COMMENT' XOthello aka Reversi game for X Window. END-of-xothello-0.01/pkg/COMMENT echo x - xothello-0.01/pkg/DESCR sed 's/^X//' >xothello-0.01/pkg/DESCR << 'END-of-xothello-0.01/pkg/DESCR' X Othello aka Reversi game for X Window. END-of-xothello-0.01/pkg/DESCR exit >How-To-Repeat: >Fix: Please, chexk and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message