From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 28 08:20:15 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 639BF37B446 for ; Mon, 28 Apr 2003 08:20:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 602A443FBF for ; Mon, 28 Apr 2003 08:20:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3SFKDUp000344 for ; Mon, 28 Apr 2003 08:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3SFKDgC000343; Mon, 28 Apr 2003 08:20:13 -0700 (PDT) Resent-Date: Mon, 28 Apr 2003 08:20:13 -0700 (PDT) Resent-Message-Id: <200304281520.h3SFKDgC000343@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9563F37B401 for ; 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 ; 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: Date: Mon, 28 Apr 2003 17:15:12 +0200 From: Kirill Ponomarew Sender: krion To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/51501: New port: games/tictactoe3d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 15:20:15 -0000 >Number: 51501 >Category: ports >Synopsis: New port: games/tictactoe3d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 28 08:20:12 PDT 2003 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: