From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 1 22:00:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF905106566B for ; Sat, 1 Sep 2012 22:00:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A03FC8FC0C for ; Sat, 1 Sep 2012 22:00:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q81M0SqR074488 for ; Sat, 1 Sep 2012 22:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q81M0S8v074487; Sat, 1 Sep 2012 22:00:28 GMT (envelope-from gnats) Resent-Date: Sat, 1 Sep 2012 22:00:28 GMT Resent-Message-Id: <201209012200.q81M0S8v074487@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, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7550A106566B for ; Sat, 1 Sep 2012 21:54:12 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id D0EC38FC14 for ; Sat, 1 Sep 2012 21:54:11 +0000 (UTC) Received: (qmail invoked by alias); 01 Sep 2012 21:54:08 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp038) with SMTP; 01 Sep 2012 23:54:08 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sat, 01 Sep 2012 23:54:08 +0200 Message-Id: <20120901215412.7550A106566B@hub.freebsd.org> Date: Sat, 01 Sep 2012 23:54:08 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171237: [NEW PORT] games/schiff: Steer your ship(s) with the keyboard X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2012 22:00:28 -0000 >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 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 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: