Date: Sun, 9 Oct 2005 22:55:04 +0400 (MSD) From: Dmitry Marakasov <amdmi3@mail.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/87175: New port: games/volleyball A game similar to GNU Arcade Volleyball Message-ID: <20051009185504.2EAAE3252@hades.panopticon> Resent-Message-ID: <200510091900.j99J0MoU000674@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 09 19:00:22 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: 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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051009185504.2EAAE3252>