From krion@voodoo.oberon.net  Mon Apr 28 08:15:00 2003
Return-Path: <krion@voodoo.oberon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9563F37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Apr 2003 08:15:00 -0700 (PDT)
Received: from office.LF.net (office.LF.net [212.9.190.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E5A1343FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Apr 2003 08:14:59 -0700 (PDT)
	(envelope-from krion@voodoo.oberon.net)
Received: from voodoo.oberon.net ([212.118.165.100])
	by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168)
	(Exim 4.10)
	id 19AALG-00022E-00
	for FreeBSD-gnats-submit@freebsd.org; Mon, 28 Apr 2003 17:14:54 +0200
Received: from krion by voodoo.oberon.net with local (Exim 4.10)
	id 19AALY-000NZH-00
	for FreeBSD-gnats-submit@freebsd.org; Mon, 28 Apr 2003 17:15:12 +0200
Message-Id: <E19AALY-000NZH-00@voodoo.oberon.net>
Date: Mon, 28 Apr 2003 17:15:12 +0200
From: Kirill Ponomarew <ponomarew@oberon.net>
Sender: krion <krion@voodoo.oberon.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: games/tictactoe3d
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51501
>Category:       ports
>Synopsis:       New port: games/tictactoe3d
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 08:20:12 PDT 2003
>Closed-Date:    Thu May 01 10:25:06 PDT 2003
>Last-Modified:  Thu May 01 10:25:06 PDT 2003
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
New port: games/tictactoe3d

This is a simple "3D" tic tac toe game you can play
against the computer.

>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:
#
#	games/tictactoe3d/files/patch-Makefile
#	games/tictactoe3d/Makefile
#	games/tictactoe3d/distinfo
#	games/tictactoe3d/files
#	games/tictactoe3d/pkg-descr
#	games/tictactoe3d/pkg-plist
#
echo x - games/tictactoe3d/files/patch-Makefile
sed 's/^X//' >games/tictactoe3d/files/patch-Makefile << 'END-of-games/tictactoe3d/files/patch-Makefile'
X--- Makefile.orig	Mon Apr 28 16:54:30 2003
X+++ Makefile	Mon Apr 28 16:54:54 2003
X@@ -2,7 +2,7 @@
X CC=gcc
X CC_GTK_FLAGS=`gtk-config --cflags`
X LINK_GTK_FLAGS=`gtk-config --libs`
X-FLAGS=-c -Wall 
X+FLAGS=-O -pipe -c -Wall 
X ttt.h:ai.h gui.h
X main.o:main.c ttt.h 
X 	$(CC) $(FLAGS) main.c
END-of-games/tictactoe3d/files/patch-Makefile
echo x - games/tictactoe3d/Makefile
sed 's/^X//' >games/tictactoe3d/Makefile << 'END-of-games/tictactoe3d/Makefile'
X# New ports collection makefile for:  tictactoe3d
X# Date created:       	Mon Apr 28 16:46:17 CEST 2003
X# Whom:                Kirill Ponomarew <ponomarew@oberon.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tictactoe3d
XPORTVERSION=	1.0
XCATEGORIES=	games
XMASTER_SITES=	http://www.che.iitm.ac.in/~ch99057/software/
XDISTNAME=	ttt3d
X
XMAINTAINER=	ponomarew@oberon.net
XCOMMENT=	This is a simple "3D" tic tac toe game
X
XWRKSRC=		${WRKDIR}/ttt3d
X
XUSE_GMAKE=	yes
XUSE_GNOME=	gtk12
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/ttt ${PREFIX}/bin/tictactoe3d
X
X.include <bsd.port.mk>
END-of-games/tictactoe3d/Makefile
echo x - games/tictactoe3d/distinfo
sed 's/^X//' >games/tictactoe3d/distinfo << 'END-of-games/tictactoe3d/distinfo'
XMD5 (ttt3d.tar.gz) = 280c142f143557a385681f129387b9c7
END-of-games/tictactoe3d/distinfo
echo c - games/tictactoe3d/files
mkdir -p games/tictactoe3d/files > /dev/null 2>&1
echo x - games/tictactoe3d/pkg-descr
sed 's/^X//' >games/tictactoe3d/pkg-descr << 'END-of-games/tictactoe3d/pkg-descr'
XThis is a simple "3D" tic tac toe game you can play
Xagainst the computer.
X
XWWW: http://www.che.iitm.ac.in/~ch99057/software
END-of-games/tictactoe3d/pkg-descr
echo x - games/tictactoe3d/pkg-plist
sed 's/^X//' >games/tictactoe3d/pkg-plist << 'END-of-games/tictactoe3d/pkg-plist'
Xbin/tictactoe3d
END-of-games/tictactoe3d/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Thu May 1 10:25:00 PDT 2003 
State-Changed-Why:  
Committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51501 
>Unformatted:
