Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Sep 2012 23:54:08 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jgh@FreeBSD.org
Subject:   ports/171237: [NEW PORT] games/schiff: Steer your ship(s) with the keyboard
Message-ID:  <20120901215412.7550A106566B@hub.freebsd.org>
Resent-Message-ID: <201209012200.q81M0S8v074487@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171237
>Category:       ports
>Synopsis:       [NEW PORT] games/schiff: Steer your ship(s) with the keyboard
>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:   Sat Sep 01 22:00:28 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
Schiff is the German word for ship.
Steer your ship(s) with the keyboard to rotate or move forward / backward.
Try to avoid enemy bullets and the floating yellow rectangles.
Become last ship floating to win the game.

WWW: http://thepythongamebook.com/en:resources:games:schiff

Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>Fix:

--- .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:
#
#	schiff
#	schiff/files
#	schiff/files/schiff.in
#	schiff/Makefile
#	schiff/pkg-descr
#	schiff/distinfo
#
echo c - schiff
mkdir -p schiff > /dev/null 2>&1
echo c - schiff/files
mkdir -p schiff/files > /dev/null 2>&1
echo x - schiff/files/schiff.in
sed 's/^X//' >schiff/files/schiff.in << 'ea9868bab31e524a8422c61b4a5d90fc'
X#!/bin/sh
X#
X# $FreeBSD$
X
Xecho "Schiff: Starting up..."
Xcd "%%DATADIR%%"
X./schiff.py
ea9868bab31e524a8422c61b4a5d90fc
echo x - schiff/Makefile
sed 's/^X//' >schiff/Makefile << '2b990638da3cc76aae2e43681990d1a5'
X# New Ports collection makefile for:	schiff
X# Date created:		2012-09-01
X# Whom:			nemysis@gmx.ch
X#
X# $FreeBSD$
X#
X
XPORTNAME=	schiff
XPORTVERSION=	16
XCATEGORIES=	games
XMASTER_SITES=	SF/pygamebook/${PORTNAME:S/s/S/}/${PORTNAME}${PORTVERSION}.py/ \
X		SF/nemysisfreebsdp/:icons
XDISTFILES=	${PORTNAME}${DISTVERSION}.py \
X		${PORTNAME}_icons.tar.gz:icons
XDIST_SUBDIR=	python
XEXTRACT_ONLY=	${PORTNAME}_icons.tar.gz
X
XMAINTAINER=	nemysis@gmx.ch
XCOMMENT=	Steer your ship(s) with the keyboard
X
XLICENSE=	GPLv3
X
XRUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
X
X#NO_WRKSUBDIR=	yes
X
XFETCH_ARGS?=	-Fpr
XUSE_PYTHON=	yes
XNO_BUILD=	yes
X
XPLIST_FILES=	bin/${PORTNAME} \
X		share/pixmaps/${PORTNAME}_48.png \
X		share/pixmaps/${PORTNAME}_64.png \
X		share/pixmaps/${PORTNAME}_72.png \
X		share/pixmaps/${PORTNAME}_96.png
X
XPORTDATA=	*
X
XSUB_FILES=	${PORTNAME}
X
X.include <bsd.port.options.mk>
X
Xdo-install:
X# Scripts
X	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
X
X# Executable
X	${MKDIR} ${DATADIR}
X	${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/schiff16.py ${DATADIR}/${PORTNAME}.py
X
X# Pixmaps
X	${INSTALL_DATA} ${WRKDIR}/*.png ${PREFIX}/share/pixmaps
X
X.include <bsd.port.mk>
2b990638da3cc76aae2e43681990d1a5
echo x - schiff/pkg-descr
sed 's/^X//' >schiff/pkg-descr << 'f810cc449ae58f2770610dfd7d63b690'
XSchiff is the German word for ship.
XSteer your ship(s) with the keyboard to rotate or move forward / backward.
XTry to avoid enemy bullets and the floating yellow rectangles.
XBecome last ship floating to win the game.
X
XWWW: http://thepythongamebook.com/en:resources:games:schiff
f810cc449ae58f2770610dfd7d63b690
echo x - schiff/distinfo
sed 's/^X//' >schiff/distinfo << 'b1c1c4e4736f6bf6e6e2e089df3ef6e3'
XSHA256 (python/schiff16.py) = 85a350632ad28883a2752a817046381b1d00ec4b8c13026d0f30fa6504e17e00
XSIZE (python/schiff16.py) = 56221
XSHA256 (python/schiff_icons.tar.gz) = 1dcec1edfa9d8a6481c629dfce8989f0138997648fc9feb05d7804bb8a21d529
XSIZE (python/schiff_icons.tar.gz) = 31744
b1c1c4e4736f6bf6e6e2e089df3ef6e3
exit
--- .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?20120901215412.7550A106566B>