From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctp7O-0002uj-Se for guix-patches@gnu.org; Fri, 31 Mar 2017 01:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctp7O-00011b-2m for guix-patches@gnu.org; Fri, 31 Mar 2017 01:29:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55300) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ctp7N-000116-VE for guix-patches@gnu.org; Fri, 31 Mar 2017 01:29:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ctp7N-0008AC-KW for guix-patches@gnu.org; Fri, 31 Mar 2017 01:29:01 -0400 Subject: bug#26108: [PATCH 6/7] gnu: Add mia. Resent-Message-ID: Date: Fri, 31 Mar 2017 01:27:54 -0400 From: John Darrington Message-ID: <20170331052754.GA24198@gnu.org> References: <1489608324-23632-1-git-send-email-jmd@gnu.org> <1489608324-23632-6-git-send-email-jmd@gnu.org> <87inmq52ig.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87inmq52ig.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus Cc: 26108@debbugs.gnu.org On Thu, Mar 30, 2017 at 03:15:51PM +0200, Ricardo Wurmus wrote: > > > + (synopsis "Toolkit for gray scale medical image analysis") > > + (description "MIA provides a combination of command line tools, plug-ins, > > +and libraries that make it possible run image processing tasks interactively > > +in a command shell and to prototype using the shell's scripting > > +language. It is built around a plug-in structure that makes it easy to add > > +functionality without compromising the original code base and it makes use of a > > +wide variety of external libraries that provide additional functionality.") > > + (home-page "http://mia.sourceforge.net") > > + (license license:gpl3+))) > > The rest looks good to me (I did not check the license). Would you like > to push an updated version or would you like me to make the changes > myself? Feel free to make any changes you think necessary and commit it if appropriate. J'