From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Subject: Re: [PATCH] gnu: Add tftp-hpa. Date: Mon, 6 Feb 2017 09:29:38 +0100 Message-ID: References: <20170205233331.30598-1-boskovits@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c1916a4b0f8480547d86e90 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1caeg9-0004V7-90 for guix-devel@gnu.org; Mon, 06 Feb 2017 03:29:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1caeg8-0004pL-48 for guix-devel@gnu.org; Mon, 06 Feb 2017 03:29:41 -0500 Received: from mail-ua0-x243.google.com ([2607:f8b0:400c:c08::243]:32783) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1caeg7-0004pD-Vb for guix-devel@gnu.org; Mon, 06 Feb 2017 03:29:40 -0500 Received: by mail-ua0-x243.google.com with SMTP id d5so6591484uag.0 for ; Mon, 06 Feb 2017 00:29:39 -0800 (PST) In-Reply-To: <20170205233331.30598-1-boskovits@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --94eb2c1916a4b0f8480547d86e90 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello! Sorry for my english! This will be the my first contribution, so i hope all went well. I would like to get some assistance in selecting a category for this package. Should it be networking, or something else? I would be glad if someone could also verify if my licese selection is correct. 2017-02-06 0:33 GMT+01:00 Boskovits, G=C3=A1bor : > From: Boskovits,G=C3=A1bor > > --- > gnu/packages/tftp-hpa.scm | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > create mode 100644 gnu/packages/tftp-hpa.scm > > diff --git a/gnu/packages/tftp-hpa.scm b/gnu/packages/tftp-hpa.scm > new file mode 100644 > index 000000000..469123b67 > --- /dev/null > +++ b/gnu/packages/tftp-hpa.scm > @@ -0,0 +1,27 @@ > +(define-module (gnu packages tftp-hpa) > + #:use-module (guix packages) > + #:use-module (guix download) > + #:use-module (guix build-system gnu) > + #:use-module (guix licenses)) > + > +(define-public tftp-hpa > + (package > + (name "tftp-hpa") > + (version "5.2") > + (source (origin > + (method url-fetch) > + (uri (string-append "https://www.kernel.org/pub/software/" > + "network/tftp/tftp-hpa/tftp-hpa-" > version > + ".tar.xz")) > + (sha256 > + (base32 > + "12vidchglhyc20znq5wdsbhi9mqg90 > jnl7qr9qs8hbvaz4fkdvmg")))) > + (build-system gnu-build-system) > + (arguments `(#:tests? #f)) ; no test target > + (synopsis "HPA's tftp client") > + (description > + "This is a tftp client derived from OpenBSD tftp with some extra > options > +added and bugs fixed. The source includes readline support but it is no= t > +enabled due to licence conflicts between the BSD advertising clause and > the GPL.") > + (home-page "http://git.kernel.org/cgit/network/tftp/tftp-hpa.git/ > about/") > + (license bsd-4))) > -- > 2.11.0 > > --94eb2c1916a4b0f8480547d86e90 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello!

Sorry for my = english!

This will be the my first contribution, so i hope all= went well.

I would like to get some assistance in selecting a= category for this package.

Should it be networking, or someth= ing else?

I would be glad if someone could also verify if my l= icese selection is correct.

2017-02-06 0:33 GMT+01:00 Boskovits, G=C3=A1bor <bos= kovits@gmail.com>:
From: Bo= skovits,G=C3=A1bor <boskovits@gma= il.com>

---
=C2=A0gnu/packages/tftp-hpa.scm | 27 +++++++++++++++++++++++++++
=C2=A01 file changed, 27 insertions(+)
=C2=A0create mode 100644 gnu/packages/tftp-hpa.scm

diff --git a/gnu/packages/tftp-hpa.scm b/gnu/packages/tftp-hpa.scm
new file mode 100644
index 000000000..469123b67
--- /dev/null
+++ b/gnu/packages/tftp-hpa.scm
@@ -0,0 +1,27 @@
+(define-module (gnu packages tftp-hpa)
+=C2=A0 #:use-module (guix packages)
+=C2=A0 #:use-module (guix download)
+=C2=A0 #:use-module (guix build-system gnu)
+=C2=A0 #:use-module (guix licenses))
+
+(define-public tftp-hpa
+=C2=A0 (package
+=C2=A0 =C2=A0 (name "tftp-hpa")
+=C2=A0 =C2=A0 (version "5.2")
+=C2=A0 =C2=A0 (source (origin
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (method url-fetch)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (uri (string-append "= ;https://www.kernel.org/pub/software/"
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "network/tftp/tftp-hpa/t= ftp-hpa-" version
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ".tar.xz"))
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (sha256
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(base32
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "12vidch= glhyc20znq5wdsbhi9mqg90jnl7qr9qs8hbvaz4fkdvmg"))))
+=C2=A0 =C2=A0 (build-system gnu-build-system)
+=C2=A0 =C2=A0 (arguments `(#:tests? #f)) ; no test target
+=C2=A0 =C2=A0 (synopsis "HPA's tftp client")
+=C2=A0 =C2=A0 (description
+=C2=A0 =C2=A0 =C2=A0"This is a tftp client derived from OpenBSD tftp = with some extra options
+added and bugs fixed.=C2=A0 The source includes readline support but it is= not
+enabled due to licence conflicts between the BSD advertising clause and th= e GPL.")
+=C2=A0 =C2=A0 (home-page "http://gi= t.kernel.org/cgit/network/tftp/tftp-hpa.git/about/")
+=C2=A0 =C2=A0 (license bsd-4)))
--
2.11.0


--94eb2c1916a4b0f8480547d86e90--