Date: Sat, 6 Oct 2012 13:40:15 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305361 - head/games/bs Message-ID: <201210061340.q96DeFNR073045@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Sat Oct 6 13:40:15 2012 New Revision: 305361 URL: http://svn.freebsd.org/changeset/ports/305361 Log: - Add LICENSE - Mark MAKE_JOBS_SAFE - Update pkg-descr - Convert Makefile header to new format - Pass maintainership to submitter PR: ports/172186 Submitted by: nemysis <nemysis@gmx.ch> Approved by: makc (mentor) Modified: head/games/bs/Makefile (contents, props changed) head/games/bs/pkg-descr (contents, props changed) Modified: head/games/bs/Makefile ============================================================================== --- head/games/bs/Makefile Sat Oct 6 13:19:20 2012 (r305360) +++ head/games/bs/Makefile Sat Oct 6 13:40:15 2012 (r305361) @@ -1,27 +1,26 @@ -# New ports collection makefile for: bs -# Date created: 11 May 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= bs PORTVERSION= 2.8 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/bs/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Battleships solitaire game with a color interface +LICENSE= GPLv2 + MAKE_ARGS= CC="${CC}" ALL_TARGET= # empty USE_GMAKE= yes +MAKE_JOBS_SAFE= yes MAN6= bs.6 PLIST_FILES= bin/bs do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/bs.6 ${MANPREFIX}/man/man6 + ${INSTALL_MAN} ${MAN6:S|^|${WRKSRC}/|} ${MAN6PREFIX}/man/man6 .include <bsd.port.mk> Modified: head/games/bs/pkg-descr ============================================================================== --- head/games/bs/pkg-descr Sat Oct 6 13:19:20 2012 (r305360) +++ head/games/bs/pkg-descr Sat Oct 6 13:40:15 2012 (r305361) @@ -1,4 +1,9 @@ -Battleships solitaire game with a color point-and-shoot -interface in the style of blue and galaxis games (for console). +Battleships solitaire game with a color point-and-shoot interface +in the style of blue and galaxis games (for console). + +This program allows you to play the familiar Battleships game against +the computer on a 10x10 board. The interface is visual and largely +self-explanatory; you place your ships and pick your shots by moving +the cursor around the `sea' with the rogue/hack motion keys hjklyubn. WWW: http://www.catb.org/~esr/bs/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210061340.q96DeFNR073045>