all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Bavier <ericbavier@openmailbox.org>
To: Marius Bakke <mbakke@fastmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add gzstream.
Date: Tue, 30 Aug 2016 13:48:46 -0500	[thread overview]
Message-ID: <20160830134846.328552cd@openmailbox.org> (raw)
In-Reply-To: <87eg56yvdh.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me>

Thanks for the patch!  Comments below:

On Tue, 30 Aug 2016 19:17:14 +0100
Marius Bakke <mbakke@fastmail.com> wrote:

> From 5e96b895c1ed77a6bfdcbe5c6dbd68220fd5a8dc Mon Sep 17 00:00:00 2001
> From: Marius Bakke <m.bakke@warwick.ac.uk>
> Date: Fri, 12 Aug 2016 02:29:51 +0100
> Subject: [PATCH 1/1] gnu: Add gzstream.
> 
> * gnu/packages/compression.scm (gzstream): New variable.
> ---
> [...]
> +    (source (origin
> +              (method url-fetch)
> +              (uri
> +               ;; No versioned URL, but last release was in 2003.
> +               "http://www.cs.unc.edu/Research/compgeom/gzstream/gzstream.tgz")
> +              (file-name (string-append name "-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "00y19pqjsdj5zcrx4p9j56pl73vayfwnb7y2hvp423nx0cwv5b4r"))))

There's a gzstream.o file in the tarball.  Could you remove it an origin
snippet?

> [...]
> +    (home-page "http://www.cs.unc.edu/Research/compgeom/gzstream/")
> +    (synopsis "C++ library that provides the functionality of zlib in a C++ iostream")

Maybe: "Compressed C++ iostream"

> +    (description "gzstream is a small library for providing zlib functionality in a C++
> +iostream.  It is basically just a wrapper.")

The second sentence may be left off, IMO.

> +    (license license:lgpl2.1)))
                        ^
This should be lgpl2.1+ because of the "or later" in the file headers.

Could you send an updated patch?

`~Eric

  reply	other threads:[~2016-08-30 18:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-30 18:17 [PATCH] gnu: Add gzstream Marius Bakke
2016-08-30 18:48 ` Eric Bavier [this message]
2016-08-31 12:53   ` Marius Bakke
2016-09-06 19:27     ` Efraim Flashner

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=20160830134846.328552cd@openmailbox.org \
    --to=ericbavier@openmailbox.org \
    --cc=guix-devel@gnu.org \
    --cc=mbakke@fastmail.com \
    /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.