Date: Fri, 7 Sep 2012 23:35:52 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303843 - head/games/galaxis Message-ID: <201209072335.q87NZq0d083260@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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 ${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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209072335.q87NZq0d083260>