GNU bug report logs -
#75009
[PATCH] gnu: Add tellico.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Sat, 21 Dec 2024 16:25:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
References: <cover.1737626066.git.sughosha <at> disroot.org>
<fc8cd48842817e3fc847faf12cb7cce36d349f28.1737626066.git.sughosha <at> disroot.org>
User-Agent: mu4e 1.12.7; emacs 30.0.92
Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/networking.scm (yaz): New variable.
>
> Change-Id: Ib360e71ebbfa006008dbe558c265d142b14d67e7
> ---
> gnu/packages/networking.scm | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index 295c2421ec..fa752be027 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -65,6 +65,7 @@
> ;;; Copyright 2022 Dominic Martinez <dom <at> dominicm.dev>
> ;;; Copyright 2024 Alexey Abramov <levenson <at> mmer.org>
> ;;; Copyright 2024 James Smith <jsubuntuxp <at> disroot.org>
> +;;; Copyright 2025 Sughosha <sughosha <at> disroot.org>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -4672,6 +4673,27 @@ (define-public ngtcp2
> QUIC protocol.")
> (license license:expat)))
>
> +(define-public yaz
> + (package
> + (name "yaz")
> + (version "5.34.3")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append "https://download.indexdata.com/pub/yaz/yaz-"
> + version ".tar.gz"))
> + (sha256
> + (base32 "1h54vda4rgisih309jbdzs6d5vk5mfv5ca9csdbwwrg8hgjbjk6f"))))
> + (build-system gnu-build-system)
> + (home-page "https://www.indexdata.com/resources/software/yaz/")
> + (synopsis "Z39.50 toolkit for C")
> + (description
> + "YAZ is a programmers toolkit supporting the development of
> +Z39.50/SRW/SRU clients and servers. Z39.50-2003 (version 3) as well as SRU
> +version 1.1 thru 2.0 are supported in both the client and server roles. The
> +Solr webservice is supported in the client role through the ZOOM API.")
> + (license license:bsd-3)))
It is best to write synopsis and description in an easy to understand
way, people who are not familiar with Z39.50 don't know what this is,
and try to use ascii. and guix lint say: sentences in description should
be followed by two spaces; possible infractions at 94, 205.
> +
> (define-public yggdrasil
> (package
> (name "yggdrasil")
Date: Fri, 24 Jan 2025 11:03:04 +0800
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 154 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.