From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 19 07:16:24 2023 Received: (at submit) by debbugs.gnu.org; 19 Jul 2023 11:16:24 +0000 Received: from localhost ([127.0.0.1]:55064 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qM5AN-0002Rm-JM for submit@debbugs.gnu.org; Wed, 19 Jul 2023 07:16:24 -0400 Received: from lists.gnu.org ([2001:470:142::17]:53608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qM5AJ-0002RR-DQ for submit@debbugs.gnu.org; Wed, 19 Jul 2023 07:16:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qM5AD-0002qP-Is for guix-patches@gnu.org; Wed, 19 Jul 2023 07:16:13 -0400 Received: from mail-ed1-x536.google.com ([2a00:1450:4864:20::536]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qM5AB-0004Lr-6e for guix-patches@gnu.org; Wed, 19 Jul 2023 07:16:13 -0400 Received: by mail-ed1-x536.google.com with SMTP id 4fb4d7f45d1cf-5216095a698so1794803a12.0 for ; Wed, 19 Jul 2023 04:16:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1689765369; x=1690370169; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=RqRM1abO05i+W3IblDTlMs7/LrW6ILE3O0xXpvcPYjc=; b=Riz7BqpfjEgLDOwnEwwg/t+ZwqzI6OwBpuayagbIYSzWsOH63qxCOtzrmTCKd8v/NE +vPRPtTNfj3r/cd27g/YMXn3PTcKYgY7h1sLyb4hB1MGvxaD6w9K6yhFYojeBYv9DADg pYZI/k07LH05VK/noYH+bnXTl77+ZGmovCHGLgmy/vKdyBvDKlkgBEbbgMfsSaXgDhIV mAg3VVCBCWTG5rn9ie2ELnRIrgCKG5Fhyf68kxVDnW2vdUWx5BRw5Aj8/PmF1Vr9r+/M CMVXd4H3F+K/dKVHP+wv6ShOuyLHfQ/OHcNtyjzrWXVAmONF0Can7YnDczU+k8Nvqxbm LHqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689765369; x=1690370169; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=RqRM1abO05i+W3IblDTlMs7/LrW6ILE3O0xXpvcPYjc=; b=b5Jbv4VKbeH7nO4f0AKp13dQ1qoYVOOQKSu1SvTO6JC7AXaai2w1qlb0dQdN8KW4V9 zWN4poYv2tymkySYRK6rK4meEe51f9erhZEINCywq+XYDO056re3+VpCuEzTfYds2ONx LK9RNxItjO2sSn2OqNweOLGdjFcAv8Z12eHvi+aEGEIYHBEpqQVsNTkYlG6sLKnRLa3t tUr7diRlhnX3HV4hpEeLmNHX6RrFUozzywPWOacyQasAiJ8f0uEPki8MoaVSPbLqhIvm GAXcVh7Kv9uZSsRX5LxNwqizj7cYgx6tHZLW6CYN1SkVGY5dl+y5BWulBU6ouyB/2w6q tNPw== X-Gm-Message-State: ABy/qLZljjrzzB71MUoFBNsvxzu8zFFnyrGkJ61vWlX2z69zsl/W7Ojb 6pJWHDBwT1lTrfkO4ZXvWJ1EdlskqJ8= X-Google-Smtp-Source: APBJJlFdxO6IrC9fujztEz9CqZteEmPn/K5dvQblIufZ+vnG3AUxn7bbLqA6fKEBt88K0pEpFRAIiw== X-Received: by 2002:a05:6402:4301:b0:521:7a4b:9d1 with SMTP id m1-20020a056402430100b005217a4b09d1mr2119834edc.2.1689765368995; Wed, 19 Jul 2023 04:16:08 -0700 (PDT) Received: from anubis.kortkamp.xyz (p200300ff7f03c200371e8e960342a955.dip0.t-ipconnect.de. [2003:ff:7f03:c200:371e:8e96:342:a955]) by smtp.gmail.com with ESMTPSA id y19-20020a056402135300b0051a53d7b160sm2551084edw.80.2023.07.19.04.16.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Jul 2023 04:16:08 -0700 (PDT) From: Tobias Kortkamp To: guix-patches@gnu.org Subject: [PATCH] gnu: Add bfs. Date: Wed, 19 Jul 2023 13:15:41 +0200 Message-ID: <2866b092114ec8c68a1ddd13ba512ff42c0b4644.1689765291.git.tobias.kortkamp@gmail.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a00:1450:4864:20::536; envelope-from=tobias.kortkamp@gmail.com; helo=mail-ed1-x536.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Tobias Kortkamp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/admin.scm (bfs): New variable. --- gnu/packages/admin.scm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index ec32041055..9ce7036cfe 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -60,6 +60,7 @@ ;;; Copyright © 2023 Yovan Naumovski ;;; Copyright © 2023 Alexey Abramov ;;; Copyright © 2023 Bruno Victal +;;; Copyright © 2023 Tobias Kortkamp ;;; ;;; This file is part of GNU Guix. ;;; @@ -97,7 +98,9 @@ (define-module (gnu packages admin) #:use-module (guix packages) #:use-module (guix utils) #:use-module (gnu packages) + #:use-module (gnu packages acl) #:use-module (gnu packages algebra) + #:use-module (gnu packages attr) #:use-module (gnu packages autogen) #:use-module (gnu packages autotools) #:use-module (gnu packages base) @@ -174,6 +177,7 @@ (define-module (gnu packages admin) #:use-module (gnu packages tcl) #:use-module (gnu packages terminals) #:use-module (gnu packages texinfo) + #:use-module (gnu packages textutils) #:use-module (gnu packages time) #:use-module (gnu packages tls) #:use-module (gnu packages version-control) @@ -5900,3 +5904,39 @@ (define-public mactelnet ;; Note: applies to src/md5.{c,h} ;; This file is likely to be gone in the next release. license:zlib)))) + +(define-public bfs + (package + (name "bfs") + (version "3.0.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tavianator/bfs") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ffma9p82bl0ai4h439cnhvcyyy8x593m27xlf16gsg6knpldm58")))) + (build-system gnu-build-system) + (arguments + (list #:make-flags #~(list (string-append "CC=" + #$(cc-for-target)) + (string-append "PREFIX=" + #$output) "bfs") + #:phases #~(modify-phases %standard-phases + (delete 'configure) + (add-before 'check 'disable-exec-no-path-test + (lambda _ + ;; This test unsets PATH. It then probably cannot find + ;; echo since it's not inside _PATH_STDPATH (?). We + ;; delete the test to disable it. + (delete-file "tests/posix/exec_nopath.sh")))))) + (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.") + (home-page "https://tavianator.com/projects/bfs.html") + (license license:bsd-0))) base-commit: b2750695f72519286cb0530431396767588cc67d -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 20 17:03:15 2023 Received: (at 64728-done) by debbugs.gnu.org; 20 Aug 2023 21:03:15 +0000 Received: from localhost ([127.0.0.1]:54948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXpZr-0007DW-8N for submit@debbugs.gnu.org; Sun, 20 Aug 2023 17:03:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58252) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXpZp-0007DJ-37 for 64728-done@debbugs.gnu.org; Sun, 20 Aug 2023 17:03:14 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qXpZg-0002bq-7V; Sun, 20 Aug 2023 17:03:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=ZwSKRjwp92SlMPblingh0aT6GtEpsNTJ4pAtF1vEthM=; b=DMkDZanx6hZTLlIuuYGJ LC0Gc8gwAaLfeFbGc4uU/IUKiXdUrFoHHdLls4Ujy8kpvGEApZTZ5Gz8q5MSjAa6B8zdcG2hB0oei e8RCHwm7Y9h3XeCCkwh0vJpzvAiXX87XNndvLJqcbH7eR6WKdIt9AhAxQAKdTd86c0C9d+8tVrRav fwGF8xuWcJiKWZ0K/ZQ9vviAcJnVmlzi4DX7Jmdu7G4/klmKnp8db+GzKgSO816bYM7HbzI/sLo70 cclCs3pZGxGbc4ciXhefQCWq1D9ZveX6TZOnzLm+ykAQq9dHu01gb02LvpDlZBqGghMfMZfNwC1ws f6+yAV/WpRBmDw==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tobias Kortkamp Subject: Re: bug#64728: [PATCH] gnu: Add bfs. References: <2866b092114ec8c68a1ddd13ba512ff42c0b4644.1689765291.git.tobias.kortkamp@gmail.com> Date: Sun, 20 Aug 2023 23:03:02 +0200 In-Reply-To: <2866b092114ec8c68a1ddd13ba512ff42c0b4644.1689765291.git.tobias.kortkamp@gmail.com> (Tobias Kortkamp's message of "Wed, 19 Jul 2023 13:15:41 +0200") Message-ID: <877cppqveh.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64728-done Cc: 64728-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Tobias Kortkamp skribis: > * gnu/packages/admin.scm (bfs): New variable. Applied with the changes below. Thanks, Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: 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))) --=-=-=-- From unknown Tue Aug 19 02:51:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 18 Sep 2023 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator