unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: Josselin Poiret <dev@jpoiret.xyz>,
	68242@debbugs.gnu.org, Simon Tournier <zimon.toutoune@gmail.com>,
	Mathieu Othacehe <othacehe@gnu.org>,
	Tobias Geerinckx-Rice <me@tobias.gr>,
	Ricardo Wurmus <rekado@elephly.net>,
	Christopher Baines <guix@cbaines.net>
Subject: [bug#68242] [core-updates] Compress man pages using zstd
Date: Mon, 08 Jan 2024 18:30:28 +0100	[thread overview]
Message-ID: <87a5pf3f7v.fsf_-_@gnu.org> (raw)
In-Reply-To: <e96aa71c826ae79cb42e92471dda7d0fbddf4321.1704484373.git.maxim.cournoyer@gmail.com> (Maxim Cournoyer's message of "Fri, 5 Jan 2024 14:52:54 -0500")

Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

> * guix/man-db.scm (<mandb-entry>): Adjust comment.
> (abbreviate-file-name): Adjust regexp.
> (gz-compressed?, zstd-compressed?): New predicates.
> (entry->string): Use them.
> (man-page->entry): Adjust doc.  Use input port reader appropriate to the
> compression type, if any.
> (man-files): Adjust regexp.
> (mandb-entries): Adjust link resolving predicate.
> * guix/profiles.scm (manual-database): Add guile-zlib extension.
>
> Change-Id: I6336e46e2d324c520a7d15d6cafd12bbf43c5b09

[...]

>  (define-module (guix man-db)
>    #:use-module (zlib)
> +  #:use-module (zstd)

Maybe #:autoload both modules for good measure.

Otherwise LGTM, thanks!

Ludo’.




  reply	other threads:[~2024-01-08 17:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-04 15:16 [bug#68242] [PATCH 0/5] Compress man pages using zstd Maxim Cournoyer
2024-01-05 19:52 ` [bug#68242] [PATCH core-updates v2 " Maxim Cournoyer
2024-01-05 19:52   ` [bug#68242] [PATCH core-updates v2 1/5] utils: Lower xz compression memory usage limit to 20% Maxim Cournoyer
2024-01-08 17:26     ` [bug#68242] [core-updates] Compress man pages using zstd Ludovic Courtès
2024-01-05 19:52   ` [bug#68242] [PATCH core-updates v2 2/5] compression: Enable zstd parallel compression Maxim Cournoyer
2024-01-08 17:26     ` [bug#68242] [core-updates] Compress man pages using zstd Ludovic Courtès
2024-01-05 19:52   ` [bug#68242] [PATCH core-updates v2 3/5] packages: Repack patched source archives via zstd by default Maxim Cournoyer
2024-01-08 17:25     ` [bug#68242] [core-updates] Compress man pages using zstd Ludovic Courtès
2024-01-05 19:52   ` [bug#68242] [PATCH core-updates v2 4/5] build: gnu-build-system: Compress man pages with zstd Maxim Cournoyer
2024-01-08 17:29     ` [bug#68242] [core-updates] Compress man pages using zstd Ludovic Courtès
2024-01-09  1:17       ` Maxim Cournoyer
2024-01-05 19:52   ` [bug#68242] [PATCH core-updates v2 5/5] man-db: Add support for zstd compressed man pages Maxim Cournoyer
2024-01-08 17:30     ` Ludovic Courtès [this message]
2024-01-09  3:31       ` bug#68242: [core-updates] Compress man pages using zstd Maxim Cournoyer

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=87a5pf3f7v.fsf_-_@gnu.org \
    --to=ludo@gnu.org \
    --cc=68242@debbugs.gnu.org \
    --cc=dev@jpoiret.xyz \
    --cc=guix@cbaines.net \
    --cc=maxim.cournoyer@gmail.com \
    --cc=me@tobias.gr \
    --cc=othacehe@gnu.org \
    --cc=rekado@elephly.net \
    --cc=zimon.toutoune@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).