From owner-svn-ports-all@FreeBSD.ORG Sat Oct 6 13:40:16 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41FD3106566C; Sat, 6 Oct 2012 13:40:16 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 13B8C8FC1E; Sat, 6 Oct 2012 13:40:16 +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 q96DeFI6073048; Sat, 6 Oct 2012 13:40:15 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q96DeFNR073045; Sat, 6 Oct 2012 13:40:15 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210061340.q96DeFNR073045@svn.freebsd.org> From: "Jason E. Hale" Date: Sat, 6 Oct 2012 13:40:15 +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: r305361 - head/games/bs X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 13:40:16 -0000 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 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 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/