From unknown Sun Jun 22 04:34:25 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#40875 <40875@debbugs.gnu.org> To: bug#40875 <40875@debbugs.gnu.org> Subject: Status: [PATCH] Add tarsplitter Reply-To: bug#40875 <40875@debbugs.gnu.org> Date: Sun, 22 Jun 2025 11:34:25 +0000 retitle 40875 [PATCH] Add tarsplitter reassign 40875 guix-patches submitter 40875 Lars-Dominik Braun severity 40875 normal tag 40875 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 26 13:47:46 2020 Received: (at submit) by debbugs.gnu.org; 26 Apr 2020 17:47:46 +0000 Received: from localhost ([127.0.0.1]:34847 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jSlNa-0000dB-6c for submit@debbugs.gnu.org; Sun, 26 Apr 2020 13:47:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:35391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jSkbl-0005gJ-Ka for submit@debbugs.gnu.org; Sun, 26 Apr 2020 12:58:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53402) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSkbk-0006GI-NZ for guix-patches@gnu.org; Sun, 26 Apr 2020 12:58:21 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSkbj-0004oW-FR for guix-patches@gnu.org; Sun, 26 Apr 2020 12:58:20 -0400 Received: from luma.6xq.net ([78.47.253.203]:58594) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jSkbi-0004f6-KX for guix-patches@gnu.org; Sun, 26 Apr 2020 12:58:19 -0400 Received: from localhost (dynamic-2a01-0c22-d063-3500-5bd4-dbd4-2048-8cfe.c22.pool.telefonica.de [IPv6:2a01:c22:d063:3500:5bd4:dbd4:2048:8cfe]) by luma.6xq.net (Postfix) with ESMTPSA id 65497BFADC for ; Sun, 26 Apr 2020 18:58:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=6xq.net; s=20120712; t=1587920289; bh=bGo+bZc61PaULx6LhyMSBgejLguSUPuMhjlxKRTfKoY=; h=Date:From:To:Subject:From; b=Z83hTbIZV2zEXhAKwZahtO8nqNkaXOdc3Q3mo+MhNOfp39rXa2YjNiN5u24w+ngoZ 0DCdhTa0NsHdB40UjcwGltlraqwYFWBMzeHGkZ3o/WxHNJ3Al2BWDqBnNWTVZJORXh yNxwcCTXIPTp6in6rLuwBN3UjX8Dyu7yXFdck7ss= Date: Sun, 26 Apr 2020 18:58:08 +0200 From: Lars-Dominik Braun To: guix-patches@gnu.org Subject: [PATCH] Add tarsplitter Message-ID: <20200426165808.GA206869@noor.fritz.box> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.47.253.203; envelope-from=lars@6xq.net; helo=luma.6xq.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/26 12:58:09 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 78.47.253.203 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 26 Apr 2020 13:47:44 -0400 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: -2.4 (--) --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Hi, the attched patch adds the software tarsplitter. I wasn’t sure about the file compression.scm, but all the file archive related software seems to be in there too. Cheers, Lars --RnlQjJ0d97Da+TV1 Content-Type: text/x-diff; charset=iso-8859-1 Content-Disposition: attachment; filename="0001-gnu-Add-tarsplitter.patch" Content-Transfer-Encoding: 8bit >From 15496c335e1642339194b58a50b98f3241357d1f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 26 Apr 2020 17:54:54 +0200 Subject: [PATCH] gnu: Add tarsplitter * gnu/packages/compression.scm (tarsplitter): New variable --- gnu/packages/compression.scm | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 33801d201d..e8ddddf696 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -27,6 +27,7 @@ ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen ;;; Copyright © 2020 Björn Höfling ;;; Copyright © 2020 Arun Isaac +;;; Copyright © 2020 Lars-Dominik Braun ;;; ;;; This file is part of GNU Guix. ;;; @@ -52,6 +53,7 @@ #:use-module (guix build-system cmake) #:use-module (guix build-system glib-or-gtk) #:use-module (guix build-system gnu) + #:use-module (guix build-system go) #:use-module (guix build-system python) #:use-module (guix build-system trivial) #:use-module (gnu packages) @@ -2131,3 +2133,39 @@ independent. Supported formats are 7z, ARJ, bzip2, gzip, LHA, lzma, lzop, RAR, RPM, DEB, tar, and ZIP. It cannot perform functions for archives, whose archiver is not installed.") (license license:gpl2+))) + +(define-public tarsplitter + (package + (name "tarsplitter") + (version "2.2.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/AQUAOSOTech/tarsplitter.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17qkg95r97kcrs17b0mcqswx99280ni47j5yx8xa7nl3bdhm6325")))) + (build-system go-build-system) + (arguments + `(#:import-path "github.com/AQUAOSOTech/tarsplitter" + #:install-source? #f + #:phases + (modify-phases %standard-phases + (add-after 'install 'install-documentation + (lambda* (#:key import-path outputs #:allow-other-keys) + (let* ((source (string-append "src/" import-path)) + (out (assoc-ref outputs "out")) + (doc (string-append out "/share/doc/" ,name "-" ,version))) + (with-directory-excursion source + (install-file "README.md" doc)) + #t)))))) + (home-page "https://github.com/AQUAOSOTech/tarsplitter") + (synopsis + "Multithreaded tar utility") + (description + "Archive huge numbers of files, or spilt massive tar archives into smaller + chunks.") + (license license:expat))) + -- 2.26.2 --RnlQjJ0d97Da+TV1-- From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 26 14:09:56 2020 Received: (at 40875-done) by debbugs.gnu.org; 26 Apr 2020 18:09:56 +0000 Received: from localhost ([127.0.0.1]:34852 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jSlj2-00018t-Co for submit@debbugs.gnu.org; Sun, 26 Apr 2020 14:09:56 -0400 Received: from flashner.co.il ([178.62.234.194]:45704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jSlj1-00018e-6L for 40875-done@debbugs.gnu.org; Sun, 26 Apr 2020 14:09:55 -0400 Received: from localhost (unknown [31.210.177.209]) by flashner.co.il (Postfix) with ESMTPSA id 03DDD4025C; Sun, 26 Apr 2020 18:09:48 +0000 (UTC) Date: Sun, 26 Apr 2020 21:09:16 +0300 From: Efraim Flashner To: Lars-Dominik Braun Subject: Re: [bug#40875] [PATCH] Add tarsplitter Message-ID: <20200426180916.GF5243@E5400> References: <20200426165808.GA206869@noor.fritz.box> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="DO5DiztRLs659m5i" Content-Disposition: inline In-Reply-To: <20200426165808.GA206869@noor.fritz.box> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 40875-done Cc: 40875-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: -1.0 (-) --DO5DiztRLs659m5i Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks great. And I can't believe you found a go package without any dependencies! (I joke). Patch pushed. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --DO5DiztRLs659m5i Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl6lzkwACgkQQarn3Mo9 g1HXZxAApPT8nV2JvtYhDHPmtZIgF+0O6QIXU6mmAs02t3LkawB9fndTZb36JYNT YIG+Wet1fk2f8DU06UrraajZj80nCFTWHWZu1w2rrWFOYo7fSxi45FfammHCJ2Vc YB8UBsQ+Vt61UdQFL2KS3Nd1U8HIPi9uMAaDdY2aD3Dra8OJ17dtCg03jxF1FrnG m5T+KV9kLgBKAzddrnjVHjwezTDmPMD6TdPNMKvChHWCiuBQzrsSUhNlZ1Q3M1ft qFPoHBYhrPgAhYiHmMOvgYceP8Az0gUV7G4rf6Nn/U7ldl0WCFn6IAjJHU/H0FWs uMO+9enV2BpKKpqf/Z5pVhMmIRp3Ot7NMFpPcUlQJp1luMM2jMGJUeGeNjrukGWh jrS5jfuhgRWEs32HbyCbYgen2IZgJ1Xf+vUvZYQwNHmRL7MAlQND3r1YS6rsGZ1q JE1CntE9cnnQFg2GHpDw8FacScb6Gphcmt0zjES+2ckhfeLW0ZKTkpxRCbMXyM51 OCMhI33Po0nBjKrLyQ3Arg8C9bLt5XdgwSSOLKqqUswy4eJhz9xDlRnbww6bqF6b HcQB0WtH3zGCPk5b9p5RB+k5lXnPfKmCSMQnKV4yTJLbzRLLTUICyZTtsU36EJaL vApeQkDQc+KxD7ZAr0zKS7cBuvVuTLRr2QPrcgPl0wSrWwsFDdQ= =uCQx -----END PGP SIGNATURE----- --DO5DiztRLs659m5i-- From unknown Sun Jun 22 04:34:25 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, 25 May 2020 11:24:07 +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