FreeBSD Bugzilla – Attachment 127434 Details for
Bug 171273
[PATCH] games/galaxis: Changed pkg-descr and all to ${PORTNAME}, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
galaxis-1.8.patch
galaxis-1.8.patch (text/plain), 2.11 KB, created by
nemysis
on 2012-09-03 02:40:04 UTC
(
hide
)
Description:
galaxis-1.8.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-09-03 02:40:04 UTC
Size:
2.11 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/games/galaxis/Makefile ./Makefile >--- /usr/ports/games/galaxis/Makefile 2011-09-24 12:06:21.000000000 +0200 >+++ ./Makefile 2012-09-03 03:13:44.000000000 +0200 >@@ -1,27 +1,22 @@ >-# New ports collection makefile for: galaxis >-# Date created: 30 June 1997 >-# Whom: Andrey Zakhvatov >-# > # $FreeBSD: ports/games/galaxis/Makefile,v 1.19 2011/09/24 10:06:21 dhn Exp $ >-# > > PORTNAME= galaxis > PORTVERSION= 1.8 > CATEGORIES= games > MASTER_SITES= http://www.catb.org/~esr/galaxis/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= nemysis@gmx.ch > COMMENT= Clone of the nifty little Macintosh game > > MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" > ALL_TARGET= ${PORTNAME} > USE_GMAKE= yes > >-MAN6= galaxis.6 >-PLIST_FILES= bin/galaxis >+MAN6= ${PORTNAME}.6 >+PLIST_FILES= bin/${PORTNAME} > > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis >- ${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${MANPREFIX}/man/man6 >+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ >+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MANPREFIX}/man/man6 > > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/games/galaxis/pkg-descr ./pkg-descr >--- /usr/ports/games/galaxis/pkg-descr 2003-02-09 20:39:16.000000000 +0100 >+++ ./pkg-descr 2012-09-03 03:24:54.000000000 +0200 >@@ -1,7 +1,13 @@ > GALAXIS for UNIX >- by Eric S. Raymond <esr@snark.thyrsus.com> > >-This directory contains curses-based clone of the nifty little Macintosh >-freeware game Galaxis. >+Lifeboats from a crippled interstellar liner are adrift in a starfield. >+To find them, you can place probes that look in all eight compass directions >+and tell you how many lifeboats they see. If you drop a probe directly on a >+lifeboat it will be revealed immediately. Your objective: find the lifeboats >+as quickly as possible, before the stranded passengers run out of oxygen! >+ >+This is a UNIX-hosted, curses-based clone of the nifty little Macintosh freeware >+game Galaxis. It doesn't have the super-simple, point-and-click interface of the >+original, but compensates by automating away some of the game's simpler deductions. > > WWW: http://www.catb.org/~esr/galaxis/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 171273
: 127434