svn commit: r303843 - head/games/galaxis
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Sep 7 23:35:53 UTC 2012
Author: amdmi3
Date: Fri Sep 7 23:35:52 2012
New Revision: 303843
URL: http://svn.freebsd.org/changeset/ports/303843
Log:
- Cleanup makefile
- Use more informative pkg-descr
- Pass maintainership to submitter
PR: ports/171273
Submitted by: nemysis <nemysis at gmx.ch>
Modified:
head/games/galaxis/Makefile
head/games/galaxis/pkg-descr
Modified: head/games/galaxis/Makefile
==============================================================================
--- head/games/galaxis/Makefile Fri Sep 7 23:33:08 2012 (r303842)
+++ head/games/galaxis/Makefile Fri Sep 7 23:35:52 2012 (r303843)
@@ -10,18 +10,18 @@ PORTVERSION= 1.8
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/galaxis/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= nemysis at 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 ${MAN6PREFIX}/man/man6/
.include <bsd.port.mk>
Modified: head/games/galaxis/pkg-descr
==============================================================================
--- head/games/galaxis/pkg-descr Fri Sep 7 23:33:08 2012 (r303842)
+++ head/games/galaxis/pkg-descr Fri Sep 7 23:35:52 2012 (r303843)
@@ -1,7 +1,15 @@
GALAXIS for UNIX
- by Eric S. Raymond <esr at 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/
More information about the svn-ports-head
mailing list