# 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