From owner-svn-ports-head@FreeBSD.ORG Sat Oct 6 13:42:27 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 A51F71065672; Sat, 6 Oct 2012 13:42:27 +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 769CF8FC0C; Sat, 6 Oct 2012 13:42:27 +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 q96DgRao073464; Sat, 6 Oct 2012 13:42:27 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q96DgRuc073461; Sat, 6 Oct 2012 13:42:27 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210061342.q96DgRuc073461@svn.freebsd.org> From: "Jason E. Hale" Date: Sat, 6 Oct 2012 13:42:27 +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: r305362 - head/games/blue 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: Sat, 06 Oct 2012 13:42:27 -0000 Author: jhale Date: Sat Oct 6 13:42:26 2012 New Revision: 305362 URL: http://svn.freebsd.org/changeset/ports/305362 Log: - Add LICENSE - Mark MAKE_JOBS_SAFE - Update pkg-descr - Convert Makefile header to new format - Pass maintainership to submitter PR: ports/172188 Submitted by: nemysis Approved by: makc (mentor) Modified: head/games/blue/Makefile (contents, props changed) head/games/blue/pkg-descr (contents, props changed) Modified: head/games/blue/Makefile ============================================================================== --- head/games/blue/Makefile Sat Oct 6 13:40:15 2012 (r305361) +++ head/games/blue/Makefile Sat Oct 6 13:42:26 2012 (r305362) @@ -11,12 +11,17 @@ CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/bluemoon/ DISTNAME= bluemoon-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= A Blue Moon card solitaire +MAINTAINER= nemysis@gmx.ch +COMMENT= Blue Moon card solitaire + +LICENSE= BSD USE_GMAKE= yes ALL_TARGET= bluemoon -PLIST_FILES= bin/blue bin/bluemoon +MAKE_JOBS_SAFE= yes + +PLIST_FILES= bin/blue \ + bin/bluemoon MAN6= bluemoon.6 MLINKS= bluemoon.6 blue.6 @@ -28,6 +33,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bluemoon ${PREFIX}/bin @${LN} -sf bluemoon ${PREFIX}/bin/blue - ${INSTALL_MAN} ${WRKSRC}/bluemoon.6 ${MANPREFIX}/man/man6 + ${INSTALL_MAN} ${MAN6:S|^|${WRKSRC}/|} ${MAN6PREFIX}/man/man6 .include Modified: head/games/blue/pkg-descr ============================================================================== --- head/games/blue/pkg-descr Sat Oct 6 13:40:15 2012 (r305361) +++ head/games/blue/pkg-descr Sat Oct 6 13:42:26 2012 (r305362) @@ -1,6 +1,18 @@ - Blue Moon - by Tim Lister and Eric S. Raymond +bluemoon - Blue Moon card solitaire -This simple game includes complete instructions on the game screen. +This 52-card solitaire starts with the entire deck shuffled and +dealt out in four rows. The aces are then moved to the left end of +the layout, making 4 initial free spaces. You may move to a space +only the card that matches the left neighbor in suit, and is one +greater in rank. Kings are high, so no cards may be placed to their +right (they create dead spaces). + +When no moves can be made, cards still out of sequence are reshuffled +and dealt face up after the ends of the partial sequences, leaving +a card space after each sequence, so that each row looks like a +partial sequence followed by a space, followed by enough cards to +make a row of 14. A moment's reflection will show that this game +cannot take more than 13 deals. A good score is 1-3 deals, 4-7 is +average, 8 or more is poor. WWW: http://www.catb.org/~esr/bluemoon/