From 86ecfc4446a4cd90cda647c1650c96a59e461ea0 Mon Sep 17 00:00:00 2001 From: krion Date: Fri, 27 Feb 2004 19:05:00 +0000 Subject: Add py-ski 6.5, Imagine you are skiing down an infinite slope, facing such hazards as trees, ice, bare ground, and the man-eating Yeti! Unfortunately, you have put your jet-powered skis on backwards, so you can't see ahead where you are going; only behind where you have been. However, you can turn to either side, jump or hop through the air, teleport through hyperspace, launch nuclear ICBMs, and cast spells to call the Fire Demon. And since the hazards occur in patches, you can skillfully outmaneuver them. A fun and very silly game that proves you don't need fancy graphical user interfaces to have a good time. WWW: http://catb.org/~esr/ski/ PR: ports/63453 Submitted by: janos.mohacsi@bsd.hu --- games/Makefile | 1 + games/py-ski/Makefile | 26 ++++++++++++++++++++++++++ games/py-ski/distinfo | 2 ++ games/py-ski/pkg-descr | 11 +++++++++++ 4 files changed, 40 insertions(+) create mode 100644 games/py-ski/Makefile create mode 100644 games/py-ski/distinfo create mode 100644 games/py-ski/pkg-descr (limited to 'games') diff --git a/games/Makefile b/games/Makefile index 7b00082b3c99..ba79d7652fe7 100644 --- a/games/Makefile +++ b/games/Makefile @@ -323,6 +323,7 @@ SUBDIR += ptkei SUBDIR += py-sgflib SUBDIR += py-sgfsummary + SUBDIR += py-ski SUBDIR += pyching SUBDIR += pydance SUBDIR += pykawari diff --git a/games/py-ski/Makefile b/games/py-ski/Makefile new file mode 100644 index 000000000000..3e5c195adbbd --- /dev/null +++ b/games/py-ski/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: py-ski +# Date created: 27 Feb 2004 +# Whom: janos.mohacsi@bsd.hu +# +# $FreeBSD$ +# + +PORTNAME= ski +PORTVERSION= 6.5 +CATEGORIES= games python +MASTER_SITES= http://catb.org/~esr/ski/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= janos.mohacsi@bsd.hu +COMMENT= Skiing simulation with curses interface in python + +USE_PYTHON= yes +NO_BUILD= yes +MAN6= ski.6 +PLIST_FILES= bin/ski + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/ski ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ski.6 ${PREFIX}/man/man6/ + +.include diff --git a/games/py-ski/distinfo b/games/py-ski/distinfo new file mode 100644 index 000000000000..5ac2ff863c33 --- /dev/null +++ b/games/py-ski/distinfo @@ -0,0 +1,2 @@ +MD5 (ski-6.5.tar.gz) = f9cc93f7a0223f65b011b4c873ba50df +SIZE (ski-6.5.tar.gz) = 17389 diff --git a/games/py-ski/pkg-descr b/games/py-ski/pkg-descr new file mode 100644 index 000000000000..b8aa9f112b37 --- /dev/null +++ b/games/py-ski/pkg-descr @@ -0,0 +1,11 @@ +Imagine you are skiing down an infinite slope, facing such hazards as +trees, ice, bare ground, and the man-eating Yeti! Unfortunately, you have +put your jet-powered skis on backwards, so you can't see ahead where you +are going; only behind where you have been. However, you can turn to +either side, jump or hop through the air, teleport through hyperspace, +launch nuclear ICBMs, and cast spells to call the Fire Demon. And since +the hazards occur in patches, you can skillfully outmaneuver them. A fun +and very silly game that proves you don't need fancy graphical user +interfaces to have a good time. + +WWW: http://catb.org/~esr/ski/ -- cgit