From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 19 22:20:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 B49E916A41F for ; Mon, 19 Sep 2005 22:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8558F43D53 for ; Mon, 19 Sep 2005 22:20:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8JMKArG018185 for ; Mon, 19 Sep 2005 22:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8JMKAKK018184; Mon, 19 Sep 2005 22:20:10 GMT (envelope-from gnats) Resent-Date: Mon, 19 Sep 2005 22:20:10 GMT Resent-Message-Id: <200509192220.j8JMKAKK018184@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, Dmitry Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03B0016A41F for ; Mon, 19 Sep 2005 22:10:24 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88EAB43D49 for ; Mon, 19 Sep 2005 22:10:23 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [82.148.12.249] (port=2514 helo=nexii.panopticon) by mx1.mail.ru with esmtp id 1EHTqA-0007CK-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 20 Sep 2005 02:10:22 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id BE9FE30D8 for ; Tue, 20 Sep 2005 02:13:44 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id AFC143143; Tue, 20 Sep 2005 02:13:12 +0400 (MSD) Message-Id: <20050919221312.AFC143143@hades.panopticon> Date: Tue, 20 Sep 2005 02:13:12 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86351: New port: games/connectfive Place five pieces in a row on a 3d board X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 22:20:13 -0000 >Number: 86351 >Category: ports >Synopsis: New port: games/connectfive Place five pieces in a row on a 3d board >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 19 22:20:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 5.4-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #4: Mon Sep 12 01:19:38 MSD 2005 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: Place five pieces in a row on a 3d board A 3d version of gomoku. Similar to connect four, but it is played in 3D on a 19x19 board and a play is allowed on any location of the board. WWW: http://sourceforge.net/projects/connectfive - Dmitry Marakasov >How-To-Repeat: >Fix: --- connectfive-1.0.2.shar begins here --- # 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: # # connectfive # connectfive/Makefile # connectfive/distinfo # connectfive/files # connectfive/files/patch-Makefile.linux # connectfive/pkg-descr # connectfive/pkg-plist # echo c - connectfive mkdir -p connectfive > /dev/null 2>&1 echo x - connectfive/Makefile sed 's/^X//' >connectfive/Makefile << 'END-of-connectfive/Makefile' X# New ports collection makefile for: connectfive X# Date created: 20 Sep 2005 X# Whom: Dmitry Marakasov X# X# $FreeBSD$ X# X XPORTNAME= connectfive XPORTVERSION= 1.0.2 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= connectfive XDISTNAME= connectFive X XMAINTAINER= amdmi3@mail.ru XCOMMENT= Place five pieces in a row on a 3d board X XMAKEFILE= Makefile.linux XMAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ X CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" XALL_TARGET= default X XUSE_SDL= sdl XUSE_GL= yes XUSE_GMAKE= yes XUSE_REINPLACE= yes X XWRKSRC= ${WRKDIR}/connectFive X Xpost-patch: X @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/*.cpp ${WRKSRC}/*.h X @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile.linux X @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/connect.cpp X Xdo-install: X @${MKDIR} ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/connectfive ${PREFIX}/bin/ X ${MKDIR} ${DATADIR} X ${INSTALL_DATA} ${WRKSRC}/data/* ${DATADIR}/ X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.txt ${WRKSRC}/LICENSE.txt ${WRKSRC}/README.txt ${DOCSDIR}/ X.endif X X.include END-of-connectfive/Makefile echo x - connectfive/distinfo sed 's/^X//' >connectfive/distinfo << 'END-of-connectfive/distinfo' XMD5 (connectFive.tar.gz) = c4560bc04ef8231039096dc53316d358 XSIZE (connectFive.tar.gz) = 631555 END-of-connectfive/distinfo echo c - connectfive/files mkdir -p connectfive/files > /dev/null 2>&1 echo x - connectfive/files/patch-Makefile.linux sed 's/^X//' >connectfive/files/patch-Makefile.linux << 'END-of-connectfive/files/patch-Makefile.linux' X--- Makefile.linux.orig Tue Sep 20 01:08:02 2005 X+++ Makefile.linux Tue Sep 20 01:36:38 2005 X@@ -1,9 +1,9 @@ X # Configuration section ------------------------------------------------------- X outputName := connectfive # Filename to give to final executable X cppExtension := .cpp # File extension of source files X-CPPFLAGS += -I /usr/local/include # List flags to pass to C/C++ preprocessor X-CXXFLAGS += -Wall -O0 -g # List flags to pass to C++ compiler X-LDFLAGS += -L /usr/local/lib -L /usr/X11R6/lib X+#CPPFLAGS += -I/usr/local/include -I/usr/X11R6/include X+#CXXFLAGS += -Wall -O0 -g # List flags to pass to C++ compiler X+#LDFLAGS += -L /usr/local/lib -L /usr/X11R6/lib X # List flags to pass to linker X LDLIBS += -lGLU -lGL -lXext -lX11 -lm -lXmu \ X `sdl-config --libs` X@@ -37,5 +37,5 @@ X rm -f *.o *~ *.d X X ${outputName} : ${allCppObjects} X- g++ -o $@ $^ ${LDFLAGS} ${LOADLIBES} ${LDLIBS} X+ ${CXX} -o $@ $^ ${LDFLAGS} ${LOADLIBES} ${LDLIBS} X END-of-connectfive/files/patch-Makefile.linux echo x - connectfive/pkg-descr sed 's/^X//' >connectfive/pkg-descr << 'END-of-connectfive/pkg-descr' XPlace five pieces in a row on a 3d board X XA 3d version of gomoku. Similar to connect four, but it is played Xin 3D on a 19x19 board and a play is allowed on any location of the Xboard. X XWWW: http://sourceforge.net/projects/connectfive X X- Dmitry Marakasov END-of-connectfive/pkg-descr echo x - connectfive/pkg-plist sed 's/^X//' >connectfive/pkg-plist << 'END-of-connectfive/pkg-plist' Xbin/connectfive X%%DATADIR%%/marble1.bmp X%%DATADIR%%/marble2.bmp X%%DATADIR%%/marble3.bmp X%%DATADIR%%/times14.glf X%%DATADIR%%/times48.glf X%%DATADIR%%/times72.glf X%%DATADIR%%/timesLarge.glf X%%DATADIR%%/wood2.bmp X%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt X%%PORTDOCS%%%%DOCSDIR%%/README.txt X%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt X@dirrm %%DATADIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-connectfive/pkg-plist exit --- connectfive-1.0.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: