unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: "Taylan Ulrich \"Bayırlı/Kammer\"" <taylanbayirli@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add openntpd.
Date: Tue, 10 Feb 2015 10:25:38 +0100	[thread overview]
Message-ID: <87r3ty9kz1.fsf@gnu.org> (raw)
In-Reply-To: <87iofag6o2.fsf@taylan.uni.cx> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Mon, 09 Feb 2015 21:40:29 +0100")

taylanbayirli@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis:

> From d9e0a4d07ee7e82582589b1e1cd3be218dd6b08f Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
>  <taylanbayirli@gmail.com>
> Date: Mon, 9 Feb 2015 21:39:41 +0100
> Subject: [PATCH] gnu: Add openntpd.
>
> * gnu/packages/ntp.scm (openntpd): New variable.

[...]

> +(define-public openntpd
> +  (package
> +    (name "openntpd")
> +    (version "5.7p3")
> +    (source (origin
> +              (method url-fetch)
> +              ;; XXX Use mirror://openbsd
> +              (uri (string-append
> +                    "http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/openntpd-"
> +                    version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "0filjmb3b8rc39bvhm8q2azzj10ljfgq41qih71pxv919j57qhag"))))
> +    (build-system gnu-build-system)
> +    (home-page "http://www.openntpd.org/")
> +    (synopsis "NTP client and server by the OpenBSD Project")
> +    (description "OpenNTPD is the OpenBSD Project's implementation of a client
> +and server for the Network Time Protocol.")

Could you write a bit about what sets it apart?  Notably that it’s
minimalist compared to ntpd.

> +    (license l:isc)))

The web site says it’s “under a BSD license”.  Could you double-check
which license that is?

TIA,
Ludo’.

  reply	other threads:[~2015-02-10  9:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-09 20:40 [PATCH] gnu: Add openntpd Taylan Ulrich Bayırlı/Kammer
2015-02-10  9:25 ` Ludovic Courtès [this message]
2015-02-10  9:54   ` Taylan Ulrich Bayırlı/Kammer
2015-02-10 12:53     ` Ludovic Courtès

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=87r3ty9kz1.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=taylanbayirli@gmail.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 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).