From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 15 00:20:19 2006 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 4665016A47E for ; Thu, 15 Jun 2006 00:20:19 +0000 (UTC) (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 A3ADF43D55 for ; Thu, 15 Jun 2006 00:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5F0KHBV054623 for ; Thu, 15 Jun 2006 00:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5F0KHk0054622; Thu, 15 Jun 2006 00:20:17 GMT (envelope-from gnats) Resent-Date: Thu, 15 Jun 2006 00:20:17 GMT Resent-Message-Id: <200606150020.k5F0KHk0054622@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 363BC16A479 for ; Thu, 15 Jun 2006 00:14:25 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx27.mail.ru (mx27.mail.ru [194.67.23.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id B926043D46 for ; Thu, 15 Jun 2006 00:14:24 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=44815 helo=nexii.panopticon) by mx27.mail.ru with esmtp id 1FqfV9-0006QK-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Jun 2006 04:14:23 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 6724311443 for ; Thu, 15 Jun 2006 04:19:47 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id EB6B83C0; Thu, 15 Jun 2006 04:15:50 +0400 (MSD) Message-Id: <20060615001550.EB6B83C0@hades.panopticon> Date: Thu, 15 Jun 2006 04:15:50 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98966: [NEW PORT] games/pengupop Online multiplayer clone of Bust a Move 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: Thu, 15 Jun 2006 00:20:19 -0000 >Number: 98966 >Category: ports >Synopsis: [NEW PORT] games/pengupop Online multiplayer clone of Bust a Move >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: Thu Jun 15 00:20:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: The aim of this game is to shoot colored balls so the form similarily colored groups, causing them to fall out of the screen. You can either win by clearing your entire field, or lose if any balls attach below the white line near the bottom. The main difference between this game and the classic Bust a Move, is online multiplayer support, with menu options for playing against random opponents, or starting or joining a named (private) game. WWW: http://www.junoplay.com/ >How-To-Repeat: >Fix: --- pengupop-2.0.1.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: # # pengupop # pengupop/Makefile # pengupop/distinfo # pengupop/pkg-descr # pengupop/files # pengupop/files/patch-main.c # echo c - pengupop mkdir -p pengupop > /dev/null 2>&1 echo x - pengupop/Makefile sed 's/^X//' >pengupop/Makefile << 'END-of-pengupop/Makefile' X# New ports collection makefile for: pengupop X# Date created: 14 Jun 2006 X# Whom: Dmitry Marakasov X# X# $FreeBSD$ X# X XPORTNAME= pengupop XPORTVERSION= 2.0.1 XCATEGORIES= games XMASTER_SITES= http://www.junoplay.com/files/ X XMAINTAINER= amdmi3@mail.ru XCOMMENT= Online multiplayer clone of Bust a Move X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_SDL= sdl XUSE_GCC= 3.4+ XCONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ X LDFLAGS="`${SDL_CONFIG} --libs`" X XPLIST_FILES= bin/pengupop X X.include X X.if ${OSVERSION} < 500000 XBROKEN= does not build on FreeBSD 4.x: lack of swprintf X.endif X Xpost-patch: X @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/*.c X @${REINPLACE_CMD} -e 's|-linux-gnu|-portbld-freebsd|' \ X ${WRKSRC}/configure X @${REINPLACE_CMD} -e 's|-lSDL||' ${WRKSRC}/Makefile.in X X.include END-of-pengupop/Makefile echo x - pengupop/distinfo sed 's/^X//' >pengupop/distinfo << 'END-of-pengupop/distinfo' XMD5 (pengupop-2.0.1.tar.gz) = 8d295753ff9e68c78ae2eb4d438a6f14 XSHA256 (pengupop-2.0.1.tar.gz) = 63b54ded0f0df20de9a379617dd1df6693f0f804b96b2286c55820d30191b439 XSIZE (pengupop-2.0.1.tar.gz) = 1438651 END-of-pengupop/distinfo echo x - pengupop/pkg-descr sed 's/^X//' >pengupop/pkg-descr << 'END-of-pengupop/pkg-descr' XThe aim of this game is to shoot colored balls so the form similarily Xcolored groups, causing them to fall out of the screen. You can Xeither win by clearing your entire field, or lose if any balls Xattach below the white line near the bottom. X XThe main difference between this game and the classic Bust a Move, Xis online multiplayer support, with menu options for playing against Xrandom opponents, or starting or joining a named (private) game. X XWWW: http://www.junoplay.com/ END-of-pengupop/pkg-descr echo c - pengupop/files mkdir -p pengupop/files > /dev/null 2>&1 echo x - pengupop/files/patch-main.c sed 's/^X//' >pengupop/files/patch-main.c << 'END-of-pengupop/files/patch-main.c' X--- main.c.orig Wed Jun 14 15:41:04 2006 X+++ main.c Thu Jun 15 03:42:45 2006 X@@ -29,6 +29,7 @@ X #include X #endif X X+#include X #include X #include X #include END-of-pengupop/files/patch-main.c exit --- pengupop-2.0.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: