Date: Wed, 01 Aug 2012 16:01:52 +0200 From: User & nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/170311: [NEW PORT] games/kye: Kye is a puzzle game with arcade game elements Message-ID: <20120801140201.82EA2106566C@hub.freebsd.org> Resent-Message-ID: <201208011410.q71EA2WO052366@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170311 >Category: ports >Synopsis: [NEW PORT] games/kye: Kye is a puzzle game with arcade game elements >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: Wed Aug 01 14:10:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: User & >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: This is a clone of the game Kye for Windows, originally by Colin Garbutt. It is a puzzle game, which is a little like the old falling-rocks puzzle games, and perhaps also inspired a little by Sokoban. But Kye has more variety of objects, and so is capable of posing quite complex puzzles. This clone is written by Colin Phipps <cph@moria.org.uk> in Python and uses gtk. So it will run on modern Linux systems easily enough, and indeed should work on any system with working Python and pygtk. It works on Windows as well, for instance. WWW: http://games.moria.org.uk/kye/ 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: # # kye # kye/Makefile # kye/pkg-descr # kye/distinfo # kye/pkg-plist # kye/files # kye/files/pkg-message.in # echo c - kye mkdir -p kye > /dev/null 2>&1 echo x - kye/Makefile sed 's/^X//' >kye/Makefile << '4da59d631a5f13bead4ea80ab5c87a54' X# New Ports collection makefile for: Python Kye X# Date created: 2012-07-17 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= kye XPORTVERSION= 1.0 XCATEGORIES= games XMASTER_SITES= http://games.moria.org.uk/kye/download/ XDIST_SUBDIR= kye X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Kye is a puzzle game with arcade game elements X XLICENSE= GPLv2 X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 X XUSE_GNOME= pygtk2 librsvg2 XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes XNO_BUILD= yes X XPORTDATA= * XPORTDOCS= NEWS README X XSUB_FILES= pkg-message X Xpost-install: X# Data X.if !defined (NOPORTDATA) X ${INSTALL_DATA} ${WRKSRC}/kye-icon.png ${PREFIX}/share/pixmaps/Kye.png X ${INSTALL_DATA} ${WRKSRC}/kye-edit-icon.png ${PREFIX}/share/pixmaps/Kye-edit.png X.endif X X# Documentation X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X. for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X# pkg-message X @${ECHO_CMD} X @${CAT} ${PKGMESSAGE} X @${ECHO_CMD} X X.include <bsd.port.mk> 4da59d631a5f13bead4ea80ab5c87a54 echo x - kye/pkg-descr sed 's/^X//' >kye/pkg-descr << '7f6222b7997a3e5bd868da897d4ead8b' XThis is a clone of the game Kye for Windows, originally by Colin Garbutt. It Xis a puzzle game, which is a little like the old falling-rocks puzzle games, Xand perhaps also inspired a little by Sokoban. But Kye has more variety of Xobjects, and so is capable of posing quite complex puzzles. X XThis clone is written by Colin Phipps <cph@moria.org.uk> in Python and uses Xgtk. So it will run on modern Linux systems easily enough, and indeed should Xwork on any system with working Python and pygtk. It works on Windows as well, Xfor instance. X XWWW: http://games.moria.org.uk/kye/ 7f6222b7997a3e5bd868da897d4ead8b echo x - kye/distinfo sed 's/^X//' >kye/distinfo << '4e300acca4dbb29e03961381dc20b39b' XSHA256 (kye/kye-1.0.tar.gz) = d58a9e62a0ec736a072a932603cdc5b3f4890b28c32c346639513d4e247ca747 XSIZE (kye/kye-1.0.tar.gz) = 55245 4e300acca4dbb29e03961381dc20b39b echo x - kye/pkg-plist sed 's/^X//' >kye/pkg-plist << '40e17cc5d8a7027c5dcca77a5a7141a9' Xbin/Kye Xbin/Kye-edit Xlib/python2.7/site-packages/kye/__init__.py Xlib/python2.7/site-packages/kye/__init__.pyc Xlib/python2.7/site-packages/kye/__init__.pyo Xlib/python2.7/site-packages/kye/app.py Xlib/python2.7/site-packages/kye/app.pyc Xlib/python2.7/site-packages/kye/app.pyo Xlib/python2.7/site-packages/kye/canvas.py Xlib/python2.7/site-packages/kye/canvas.pyc Xlib/python2.7/site-packages/kye/canvas.pyo Xlib/python2.7/site-packages/kye/common.py Xlib/python2.7/site-packages/kye/common.pyc Xlib/python2.7/site-packages/kye/common.pyo Xlib/python2.7/site-packages/kye/defaults.py Xlib/python2.7/site-packages/kye/defaults.pyc Xlib/python2.7/site-packages/kye/defaults.pyo Xlib/python2.7/site-packages/kye/dialogs.py Xlib/python2.7/site-packages/kye/dialogs.pyc Xlib/python2.7/site-packages/kye/dialogs.pyo Xlib/python2.7/site-packages/kye/editor.py Xlib/python2.7/site-packages/kye/editor.pyc Xlib/python2.7/site-packages/kye/editor.pyo Xlib/python2.7/site-packages/kye/frame.py Xlib/python2.7/site-packages/kye/frame.pyc Xlib/python2.7/site-packages/kye/frame.pyo Xlib/python2.7/site-packages/kye/game.py Xlib/python2.7/site-packages/kye/game.pyc Xlib/python2.7/site-packages/kye/game.pyo Xlib/python2.7/site-packages/kye/input.py Xlib/python2.7/site-packages/kye/input.pyc Xlib/python2.7/site-packages/kye/input.pyo Xlib/python2.7/site-packages/kye/leveledit.py Xlib/python2.7/site-packages/kye/leveledit.pyc Xlib/python2.7/site-packages/kye/leveledit.pyo Xlib/python2.7/site-packages/kye/objects.py Xlib/python2.7/site-packages/kye/objects.pyc Xlib/python2.7/site-packages/kye/objects.pyo Xlib/python2.7/site-packages/kye/palette.py Xlib/python2.7/site-packages/kye/palette.pyc Xlib/python2.7/site-packages/kye/palette.pyo Xlib/python2.7/site-packages/kye/stbar.py Xlib/python2.7/site-packages/kye/stbar.pyc Xlib/python2.7/site-packages/kye/stbar.pyo Xshare/pixmaps/Kye-edit.png Xshare/pixmaps/Kye.png X@dirrmtry %%DATADIR%% X@dirrmtry share/applications X@dirrmtry lib/python2.7/site-packages/kye X@dirrmtry lib/python2.7/site-packages X@dirrmtry lib/python2.7 40e17cc5d8a7027c5dcca77a5a7141a9 echo c - kye/files mkdir -p kye/files > /dev/null 2>&1 echo x - kye/files/pkg-message.in sed 's/^X//' >kye/files/pkg-message.in << 'c6871fc20d773c76a03ee753c7fda73a' X=============================================================================== X XPython Kye has been installed. X XThis package does not include all Python Kye Levels. X XTo obtain the original extra Levels use the "games/kye-data" Port. X X XIn addition, you can search for additional extra Levels here: X X http://kye.8m.com/gfclevels.html X X http://www.classicdosgames.com/game/Kye.html X Xand other Sites and put it in X X /usr/local/share/kye X X XYou could manually change Permissions these Levels with X X chmod 644 /usr/local/share/kye/*.kye X X=============================================================================== c6871fc20d773c76a03ee753c7fda73a 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?20120801140201.82EA2106566C>