unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: David Hashe <david.hashe@dhashe.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add gnugo.
Date: Thu, 19 Feb 2015 20:04:57 +0300	[thread overview]
Message-ID: <874mqh6ddy.fsf@gmail.com> (raw)
In-Reply-To: <1424354241-31310-1-git-send-email-david.hashe@dhashe.com> (David Hashe's message of "Thu, 19 Feb 2015 07:57:21 -0600")

Hello, I didn't try the patch, but I have a couple of notes.

David Hashe (2015-02-19 16:57 +0300) wrote:

> ---
>  gnu-system.am          |  1 +
>  gnu/packages/gnugo.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 45 insertions(+)
>  create mode 100644 gnu/packages/gnugo.scm
>
> diff --git a/gnu-system.am b/gnu-system.am
> index eeadd8f..723a00c 100644
> --- a/gnu-system.am
> +++ b/gnu-system.am
> @@ -122,6 +122,7 @@ GNU_SYSTEM_MODULES =				\
>    gnu/packages/global.scm			\
>    gnu/packages/gnome.scm			\
>    gnu/packages/gnunet.scm			\
> +  gnu/packages/gnugo.scm			\

Alphabetically it should be above gnunet.scm.

[...]

> +    (build-system gnu-build-system)
> +    (inputs `(("readline" , readline)
> +              ("texinfo", texinfo)))

Should be: “("readline" ,readline)” and “("texinfo" ,texinfo)”
(without spaces after the commas)

> +    (synopsis "Go game")
> +    (description "GNU Go is a program that plays the game of Go, in which players place stones on a grid to form territory or capture other stones.  While it can be played directly from the terminal, rendered in ASCII characters, it is also possible to play GNU Go with 3rd party graphical interfaces or even in Emacs.  It supports the standard game storage format (SGF, Smart Game Format) and inter-process communication format (GMP, Go Modem Protocol)")

Please, wrap the description to 72-78 chars (some people even make 80
chars per line) and add a period at the end of the final sentence.  Also
you may test it with "guix lint gnugo".

> +    (home-page "http://www.gnu.org/software/gnugo/")
> +    (license gpl3+)))

-- 
Alex

  reply	other threads:[~2015-02-19 17:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-19 13:57 [PATCH] gnu: Add gnugo David Hashe
2015-02-19 17:04 ` Alex Kost [this message]
2015-02-19 19:37 ` Andreas Enge
2015-02-19 23:39 ` Mark H Weaver
     [not found]   ` <1424393853.31280.12.camel@Octavian>
2015-02-20  4:15     ` Mark H Weaver
2015-02-20  4:17   ` David Hashe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874mqh6ddy.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=david.hashe@dhashe.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).