GNU bug report logs - #64728
[PATCH] gnu: Add bfs.

Previous Next

Package: guix-patches;

Reported by: Tobias Kortkamp <tobias.kortkamp <at> gmail.com>

Date: Wed, 19 Jul 2023 11:17:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 64728-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Tobias Kortkamp <tobias.kortkamp <at> gmail.com>
Cc: 64728-done <at> debbugs.gnu.org
Subject: Re: bug#64728: [PATCH] gnu: Add bfs.
Date: Sun, 20 Aug 2023 23:03:02 +0200
[Message part 1 (text/plain, inline)]
Hi,

Tobias Kortkamp <tobias.kortkamp <at> gmail.com> skribis:

> * gnu/packages/admin.scm (bfs): New variable.

Applied with the changes below.

Thanks,
Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 63ba5c7b07..65d2e387b5 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5949,8 +5949,8 @@ (define-public bfs
     (inputs (list acl attr libcap oniguruma))
     (synopsis "Breadth-first search for your files")
     (description
-     "Bfs is a variant of the UNIX find command that operates breadth-first rather
-than depth-first.  It is otherwise compatible with many versions of find, including
-POSIX, GNU, and *BSD find.")
+     "Bfs is a variant of the UNIX @command{find} command that operates
+breadth-first rather than depth-first.  It is otherwise compatible with many
+versions of command{find}, including POSIX, GNU, and *BSD find.")
     (home-page "https://tavianator.com/projects/bfs.html")
     (license license:bsd-0)))

This bug report was last modified 1 year and 336 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.