From 92592a8a6a8aea76c67855ff47aa3a0957704e2d Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 10 Jun 1997 09:48:34 +0000 Subject: The classic space-age stock trading game. PR: 3797 Submitted by: Andrey Zakhvatov --- games/starlanes/Makefile | 29 +++++++++++++++++++++++++++++ games/starlanes/distinfo | 1 + games/starlanes/files/patch-aa | 19 +++++++++++++++++++ games/starlanes/files/patch-ab | 11 +++++++++++ games/starlanes/pkg-comment | 1 + games/starlanes/pkg-descr | 10 ++++++++++ games/starlanes/pkg-plist | 4 ++++ 7 files changed, 75 insertions(+) create mode 100644 games/starlanes/Makefile create mode 100644 games/starlanes/distinfo create mode 100644 games/starlanes/files/patch-aa create mode 100644 games/starlanes/files/patch-ab create mode 100644 games/starlanes/pkg-comment create mode 100644 games/starlanes/pkg-descr create mode 100644 games/starlanes/pkg-plist diff --git a/games/starlanes/Makefile b/games/starlanes/Makefile new file mode 100644 index 000000000000..ede216db8ca1 --- /dev/null +++ b/games/starlanes/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: starlanes +# Version required: 1.2.2 +# Date created: 7 May 1997 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= starlanes-1.2.2 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/strategy + +MAINTAINER= andy@icc.surw.chel.su + +ALL_TARGET= +MAN6= starlanes.6 + +pre-build: + @ ${RM} ${WRKSRC}/starlanes + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/starlanes ${PREFIX}/bin/starlanes + @ ${INSTALL_MAN} ${WRKSRC}/starlanes.6 ${PREFIX}/man/man6 + @ ${MKDIR} ${PREFIX}/share/doc/starlanes + @ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/starlanes/COPYING + @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/starlanes/README + +.include diff --git a/games/starlanes/distinfo b/games/starlanes/distinfo new file mode 100644 index 000000000000..bed0d5828533 --- /dev/null +++ b/games/starlanes/distinfo @@ -0,0 +1 @@ +MD5 (starlanes-1.2.2.tar.gz) = c340e5b71070cea48de57231dc23b255 diff --git a/games/starlanes/files/patch-aa b/games/starlanes/files/patch-aa new file mode 100644 index 000000000000..9ab476297f38 --- /dev/null +++ b/games/starlanes/files/patch-aa @@ -0,0 +1,19 @@ +*** starlanes.c Sun Mar 30 01:42:18 1997 +--- /home/andy/tmp/wrk/starlanes.c Sat May 10 15:33:29 1997 +*************** +*** 26,32 **** + #include + #include + #include +! #include + #include + + /* color stuff: */ +--- 26,32 ---- + #include + #include + #include +! #include + #include + + /* color stuff: */ diff --git a/games/starlanes/files/patch-ab b/games/starlanes/files/patch-ab new file mode 100644 index 000000000000..57a417f3d47c --- /dev/null +++ b/games/starlanes/files/patch-ab @@ -0,0 +1,11 @@ +--- ./Makefile.org Sat Mar 29 16:36:44 1997 ++++ ./Makefile Tue Jun 10 02:44:54 1997 +@@ -3,7 +3,7 @@ + # + + CC=gcc +-CCOPTS=-Wall ++CCOPTS=-Wall ${CFLAGS} + CURSESLIB=ncurses + INSTALLDIR=/usr/local + diff --git a/games/starlanes/pkg-comment b/games/starlanes/pkg-comment new file mode 100644 index 000000000000..a3b0377f6214 --- /dev/null +++ b/games/starlanes/pkg-comment @@ -0,0 +1 @@ +The classic space-age stock trading game diff --git a/games/starlanes/pkg-descr b/games/starlanes/pkg-descr new file mode 100644 index 000000000000..49c7dd8b42f1 --- /dev/null +++ b/games/starlanes/pkg-descr @@ -0,0 +1,10 @@ +The classic space-age stock trading game, text-only using ncurses. + +This is a port to C from a version of Starlanes for the Osborne 1. The +original source is from a First Osborne Group (FOG) disk that I probably +picked up in 1982. The author isn't identified. Based on comments in +a TRS-80 version I picked up off the web, it would appear that it was +first published in Creative Computing magazine. + +-Beej +beej@ecst.csuchico.edu diff --git a/games/starlanes/pkg-plist b/games/starlanes/pkg-plist new file mode 100644 index 000000000000..48a75198aecc --- /dev/null +++ b/games/starlanes/pkg-plist @@ -0,0 +1,4 @@ +bin/starlanes +man/man6/starlanes.6.gz +share/doc/starlanes/COPYING +share/doc/starlanes/README -- cgit v1.2.3