Date: Sat, 6 Oct 2012 13:42:27 +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: r305362 - head/games/blue Message-ID: <201210061342.q96DgRuc073461@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <nemysis@gmx.ch> 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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210061342.q96DgRuc073461>