From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 21 08:19:01 2020 Received: (at submit) by debbugs.gnu.org; 21 Jun 2020 12:19:01 +0000 Received: from localhost ([127.0.0.1]:59326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmyw4-0008JO-31 for submit@debbugs.gnu.org; Sun, 21 Jun 2020 08:19:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:41904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmyvy-0008JE-Ri for submit@debbugs.gnu.org; Sun, 21 Jun 2020 08:18:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmyvy-00032o-Lg for guix-patches@gnu.org; Sun, 21 Jun 2020 08:18:50 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:18858) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmyvs-0007ab-L1 for guix-patches@gnu.org; Sun, 21 Jun 2020 08:18:49 -0400 Received: from localhost.localdomain (194-96-48-73.hdsl.highway.telekom.at [194.96.48.73]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 49qWm96PwGz3wFK for ; Sun, 21 Jun 2020 14:18:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1592741913; bh=7e3W/CbK+SCOTqAg2e1+eIc7J5z+c2gYpiy/QbOu+8o=; h=From:To:Subject:Date; b=WZmlwEGXx0virupikRRiIoPUqnZywbKiUJB0UiEUZo/hq0zI3zsYl1dYygv1TNkNo ySGHVC5BTGP1dQniH6KkvM70TCiGgtEHvwMXec4rFEEAB6PL8JtJicdDMEAlkFUHPJ KKekI/uUzjwosmm8qapMrCRTDv1P1/Ptw/qoEaIM= From: Leo Prikler To: guix-patches@gnu.org Subject: [PATCH] gnu: add convmv. Date: Sun, 21 Jun 2020 14:17:56 +0200 Message-Id: <20200621121755.17707-1-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 Received-SPF: pass client-ip=129.27.2.202; envelope-from=leo.prikler@student.tugraz.at; helo=mailrelay.tugraz.at X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/21 08:18:36 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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.3 (--) * gnu/packages/convmv.scm: New file. * gnu/local.mk: Add it to build. --- gnu/local.mk | 1 + gnu/packages/convmv.scm | 61 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 gnu/packages/convmv.scm diff --git a/gnu/local.mk b/gnu/local.mk index fd3cc88af5..ee1bcab2a0 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -134,6 +134,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/compton.scm \ %D%/packages/conky.scm \ %D%/packages/connman.scm \ + %D%/packages/convmv.scm \ %D%/packages/cook.scm \ %D%/packages/coq.scm \ %D%/packages/cpio.scm \ diff --git a/gnu/packages/convmv.scm b/gnu/packages/convmv.scm new file mode 100644 index 0000000000..825d73833c --- /dev/null +++ b/gnu/packages/convmv.scm @@ -0,0 +1,61 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2020 Leo Prikler +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages convmv) + #:use-module (gnu packages) + #:use-module (gnu packages perl) + #:use-module (guix licenses) + #:use-module (guix packages) + #:use-module (guix download) + #:use-module (guix build-system gnu)) + +(define-public convmv + (package + (name "convmv") + (version "2.05") + (source (origin + (method url-fetch) + (uri (string-append "https://www.j3e.de/linux/convmv/convmv-" + version ".tar.gz")) + (sha256 + (base32 + "19hwv197p7c23f43vvav5bs19z9b72jzca2npkjsxgprwj5ardjk")))) + (build-system gnu-build-system) + (arguments + `(#:test-target "test" + #:make-flags `(,(string-append "PREFIX=" (assoc-ref %outputs "out"))) + #:phases + (modify-phases %standard-phases + (delete 'bootstrap) + (delete 'configure) + (add-before 'check 'unpack-testsuite + (lambda _ + (invoke "tar" "xf" "testsuite.tar") + (patch-shebang "suite/dotests.sh") + (patch-shebang "suite/parsable_tester.pl") + #t)) + ))) + (inputs + `(("perl" ,perl))) + (synopsis "Convert filenames between character sets") + (description + "convmv is a file renamer, that converts between different encodings, +e.g. from ISO-8859-1 to UTF-8. It is particularly usefuls for files with +names, that display incorrectly.") + (license (list gpl2 gpl3)) + (home-page "https://www.j3e.de/"))) -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 21 09:54:59 2020 Received: (at 41978-done) by debbugs.gnu.org; 21 Jun 2020 13:54:59 +0000 Received: from localhost ([127.0.0.1]:59367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jn0R0-0004YG-WE for submit@debbugs.gnu.org; Sun, 21 Jun 2020 09:54:59 -0400 Received: from lepiller.eu ([89.234.186.109]:37588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jn0Qz-0004Y7-Al for 41978-done@debbugs.gnu.org; Sun, 21 Jun 2020 09:54:58 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 03249c77; Sun, 21 Jun 2020 13:54:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=w+FVtJpezHzQ YAD+y8vQPALnt9qzxVuRJqN+3+HklYk=; b=COf1CR29YHBwrXeRV4qO0QIEtVgn HZpmKkqzT7XMgfy9RuUdh10weWnZUfj49/dOhTaTc5P6folxSzxHEgisyEnA0vr/ cxYZ4tg8uJmTdX26fXQ3gJ/m2HPZntfc+vGyng6cMNTxZpKvnCTHn2p5W/XqlYhL 5dhgz06CHpQhVIKAA2bzCdNr7WGz6snlQouYI5vMa23Phs/6hHZx+fGQHUWpe6j3 YSvTtzqiL+MzlnfvQ4O0iF76Am0KsP5J3DSQLScGswKgBJTNDsDLcmFvBLdBBP0G 6Cg1HE7fgkjsFRVRfTWfZ44B4IX8ZiHLI5aVsv/2/eO5289/vPkihiW1+g== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 4a8830f6 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 21 Jun 2020 13:54:54 +0000 (UTC) Date: Sun, 21 Jun 2020 15:54:46 +0200 From: Julien Lepiller To: Leo Prikler Subject: Re: [bug#41978] [PATCH] gnu: add convmv. Message-ID: <20200621155446.1a5d3980@tachikoma.lepiller.eu> In-Reply-To: <20200621121755.17707-1-leo.prikler@student.tugraz.at> References: <20200621121755.17707-1-leo.prikler@student.tugraz.at> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 41978-done Cc: 41978-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 (-) Pushed as bdafdfcec9861f53f93fc9cf81c2e83fe45c35dd with a change to make closing parenthesis less lonely :) Thank you! From unknown Sun Jun 15 10:55:54 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, 20 Jul 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