From owner-svn-ports-head@FreeBSD.ORG Fri Sep 7 23:35:53 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 519D2106564A; Fri, 7 Sep 2012 23:35:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 020CF8FC0C; Fri, 7 Sep 2012 23:35:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q87NZqbr083263; Fri, 7 Sep 2012 23:35:52 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q87NZq0d083260; Fri, 7 Sep 2012 23:35:52 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201209072335.q87NZq0d083260@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 7 Sep 2012 23:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303843 - head/games/galaxis X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 23:35:53 -0000 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 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 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 -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/