From amdmi3@mail.ru  Sun Oct  9 18:52:05 2005
Return-Path: <amdmi3@mail.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DF1D316A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  9 Oct 2005 18:52:04 +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 4BFBE43D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  9 Oct 2005 18:52:04 +0000 (GMT)
	(envelope-from amdmi3@mail.ru)
Received: from [82.148.12.249] (port=2813 helo=nexii.panopticon)
	by mx1.mail.ru with esmtp 
	id 1EOgHA-0008Kx-00
	for FreeBSD-gnats-submit@freebsd.org; Sun, 09 Oct 2005 22:52:01 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.2])
	by nexii.panopticon (Postfix) with ESMTP id E7B0A31FA
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  9 Oct 2005 22:56:09 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 2EAAE3252; Sun,  9 Oct 2005 22:55:04 +0400 (MSD)
Message-Id: <20051009185504.2EAAE3252@hades.panopticon>
Date: Sun,  9 Oct 2005 22:55:04 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@mail.ru>
Reply-To: Dmitry Marakasov <amdmi3@mail.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: games/volleyball A game similar to GNU Arcade Volleyball
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87175
>Category:       ports
>Synopsis:       New port: games/volleyball A game similar to GNU Arcade Volleyball
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 09 19:00:22 GMT 2005
>Closed-Date:    Sun Oct 16 02:26:23 GMT 2005
>Last-Modified:  Sun Oct 16 02:26:23 GMT 2005
>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:
Volleyball is a simple sports game, starring two penguins. Is a two
player game, and follows the basic rules of actual Volleyball. Each
player hits the ball, trying to reach the opponents field. If the
ball touches the floor of the opponents field, the player scores
one point.

WWW: http://www.losersjuegos.com.ar/juegos/volleyball/volleyball.php

- Dmitry Marakasov <amdmi3@mail.ru>
>How-To-Repeat:
>Fix:

--- volleyball-0.8.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:
#
#	volleyball
#	volleyball/Makefile
#	volleyball/distinfo
#	volleyball/pkg-plist
#	volleyball/pkg-descr
#
echo c - volleyball
mkdir -p volleyball > /dev/null 2>&1
echo x - volleyball/Makefile
sed 's/^X//' >volleyball/Makefile << 'END-of-volleyball/Makefile'
X# New ports collection makefile for:	volleyball
X# Date created:		09 Oct 2005
X# Whom:			Dmitry Marakasov <amdmi3@mail.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	volleyball
XPORTVERSION=	0.8
XCATEGORIES=	games
XMASTER_SITES=	http://www.losersjuegos.com.ar/juegos/volleyball/descargas/
XDISTNAME=	${PORTNAME}20051004
X
XMAINTAINER=	amdmi3@mail.ru
XCOMMENT=	A game similar to GNU Arcade Volleyball
X
XUSE_SDL=	sdl
XUSE_GMAKE=	yes
XMAKE_ARGS=	CC="${CC}" CFLAGS="`${SDL_CONFIG} --cflags` ${CFLAGS}" \
X		LDFLAGS="`${SDL_CONFIG} --libs`"
XALL_TARGET=	volleyball
XUSE_REINPLACE=	yes
X
XWRKSRC=	${WRKDIR}/${PORTNAME}/paso_8
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|ima/|${DATADIR}/|' ${WRKSRC}/*.c
X	@${REINPLACE_CMD} -e 's|^\([LDC]*FLAGS\)|#\1|' ${WRKSRC}/Makefile
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/volleyball ${PREFIX}/bin/
X	${MKDIR} ${DATADIR}
X	${INSTALL_DATA} ${WRKSRC}/ima/* ${DATADIR}/
X
X.include <bsd.port.mk>
END-of-volleyball/Makefile
echo x - volleyball/distinfo
sed 's/^X//' >volleyball/distinfo << 'END-of-volleyball/distinfo'
XMD5 (volleyball20051004.tar.gz) = ecb73928e6102d8a6788a98b7c631495
XSIZE (volleyball20051004.tar.gz) = 366477
END-of-volleyball/distinfo
echo x - volleyball/pkg-plist
sed 's/^X//' >volleyball/pkg-plist << 'END-of-volleyball/pkg-plist'
Xbin/volleyball
X%%DATADIR%%/LICENSE-KIND.FILES
X%%DATADIR%%/fondo.bmp
X%%DATADIR%%/fuente.bmp
X%%DATADIR%%/pelota.bmp
X%%DATADIR%%/personaje_1.bmp
X%%DATADIR%%/personaje_2.bmp
X@dirrm %%DATADIR%%
END-of-volleyball/pkg-plist
echo x - volleyball/pkg-descr
sed 's/^X//' >volleyball/pkg-descr << 'END-of-volleyball/pkg-descr'
XVolleyball is a simple sports game, starring two penguins. Is a two
Xplayer game, and follows the basic rules of actual Volleyball. Each
Xplayer hits the ball, trying to reach the opponents field. If the
Xball touches the floor of the opponents field, the player scores
Xone point.
X
XWWW: http://www.losersjuegos.com.ar/juegos/volleyball/volleyball.php
X
X- Dmitry Marakasov <amdmi3@mail.ru>
END-of-volleyball/pkg-descr
exit
--- volleyball-0.8.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Oct 16 02:26:21 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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