all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: iyzsong@member.fsf.org (宋文武)
To: Nils Gillmann <niasterisk@grrlz.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add powwow.
Date: Thu, 10 Mar 2016 08:46:29 +0800	[thread overview]
Message-ID: <87vb4vgnx6.fsf@member.fsf.org> (raw)
In-Reply-To: <87y49ui7zx.fsf@grrlz.net> (Nils Gillmann's message of "Mon, 07 Mar 2016 17:10:42 +0100")

Nils Gillmann <niasterisk@grrlz.net> writes:

> I removed gplv3+ as addressed by ludo' and rekado,
> corrected the url in "website" (added missing ".net").
>
> Here's the new patch, rebased against current master.
Thanks!
>
> From f59e5027d4fb9559e179fb4693617820f6680223 Mon Sep 17 00:00:00 2001
> From: Nils Gillmann <niasterisk@grrlz.net>
> Date: Thu, 3 Mar 2016 12:41:08 +0100
> Subject: [PATCH] gnu: Add powwow.
>
> * gnu/packages/admin.scm (powwow): New variable.
> ---
>  gnu/packages/admin.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
> index b0b2046..1a26fa0 100644
> --- a/gnu/packages/admin.scm
> +++ b/gnu/packages/admin.scm
I think it isn’t for admin…  how about put it in games.scm?
> @@ -9,6 +9,7 @@
>  ;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
>  ;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
>  ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
> +;;; Copyright © 2016 Nils Gillmann <niasterisk@grrlz.net>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -1496,3 +1497,27 @@ for writing audit records to the disk.  Viewing the logs is done with the
>  @code{ausearch} or @code{aureport} utilities.  Configuring the audit rules is
>  done with the @code{auditctl} utility.")
>      (license license:gpl2+)))
> +
> +(define-public powwow
> +  (package
> +    (name "powwow")
> +    (version "1.2.17")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "http://www.hoopajoo.net/static/projects/powwow-"
Make it under 80 characters limit?
> +                                  version ".tar.gz"))
> +              (file-name (string-append name "-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "1xmsg2y7qcvj67i9ilnih0mvfxcpni7fzrz343x9rdfnkkzf3pp8"))))
> +    (inputs
> +     `(("ncurses" ,ncurses)))
> +    (build-system gnu-build-system)
> +    (home-page "http://www.hoopajoo.net/projects/powwow.html")
> +    (synopsis "POWWOW is a enhanced telnet client which can be used for MUD")
Don’t mention itself in synopsis, I think “MUD and telnet client” should do.
> +    (description
> +     "POWWOW is a client software which can be used for telnet as well as for
> +@dfn{Multi-User Dungeon} (MUD).  Additionally it can serve as a nice client for
> +the chat server psyced with the specific config located at
> +http://lavachat.symlynx.com/unix/")
> +    (license license:gpl2+)))
> -- 
> 2.6.3
Otherwise, look good to me!

  reply	other threads:[~2016-03-10  0:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-03 12:03 [PATCH] gnu: Add powwow Nils Gillmann
2016-03-03 13:55 ` Ricardo Wurmus
2016-03-03 14:24   ` Nils Gillmann
2016-03-03 16:49   ` Ludovic Courtès
2016-03-03 22:43     ` Nils Gillmann
2016-03-07  3:10     ` Nils Gillmann
2016-03-07 16:10     ` Nils Gillmann
2016-03-10  0:46       ` 宋文武 [this message]
2016-03-11  0:38         ` 宋文武
2016-03-11 15:53           ` Nils Gillmann

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

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

  git send-email \
    --in-reply-to=87vb4vgnx6.fsf@member.fsf.org \
    --to=iyzsong@member.fsf.org \
    --cc=guix-devel@gnu.org \
    --cc=niasterisk@grrlz.net \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.