From unknown Fri Jun 20 07:09:38 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#35156 <35156@debbugs.gnu.org> To: bug#35156 <35156@debbugs.gnu.org> Subject: Status: [PATCH] Add htttrack Reply-To: bug#35156 <35156@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:09:38 +0000 retitle 35156 [PATCH] Add htttrack reassign 35156 guix-patches submitter 35156 Nicolas Goaziou severity 35156 normal tag 35156 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 05 08:15:09 2019 Received: (at submit) by debbugs.gnu.org; 5 Apr 2019 12:15:09 +0000 Received: from localhost ([127.0.0.1]:45135 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCNkT-0001ni-DQ for submit@debbugs.gnu.org; Fri, 05 Apr 2019 08:15:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50487) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCNkR-0001nC-8W for submit@debbugs.gnu.org; Fri, 05 Apr 2019 08:15:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:48704) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hCNkJ-00072R-F2 for submit@debbugs.gnu.org; Fri, 05 Apr 2019 08:15:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCNkI-0001eN-4n for guix-patches@gnu.org; Fri, 05 Apr 2019 08:14:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCNkG-0006vy-8m for guix-patches@gnu.org; Fri, 05 Apr 2019 08:14:58 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:41367) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hCNkD-0006kn-4P for guix-patches@gnu.org; Fri, 05 Apr 2019 08:14:55 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 944FCFF812 for ; Fri, 5 Apr 2019 12:14:49 +0000 (UTC) From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [PATCH] Add htttrack Date: Fri, 05 Apr 2019 14:14:48 +0200 Message-ID: <87imvs7io7.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.199 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.7 (/) 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: -0.3 (/) --=-=-= Content-Type: text/plain Hello, The following patch adds HTTrack offline website browser. Feedback welcome. Regards, -- Nicolas Goaziou --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-httrack.patch Content-Transfer-Encoding: quoted-printable Content-Description: Add httrack >From 9ce157feeb529e2bfaa82a357288311093dfa2c4 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 5 Apr 2019 14:12:48 +0200 Subject: [PATCH] gnu: Add httrack. * gnu/packages/web.scm (httrack): New variable. --- gnu/packages/web.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index e84b42358c..c19e49b5f5 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -30,6 +30,7 @@ ;;; Copyright =C2=A9 2018 G=C3=A1bor Boskovits ;;; Copyright =C2=A9 2018 M=C4=83d=C4=83lin Ionel Patra=C8=99cu ;;; Copyright =C2=A9 2018 Alex Vong +;;; Copyright =C2=A9 2019 Nicolas Goaziou ;;; ;;; This file is part of GNU Guix. ;;; @@ -6430,3 +6431,35 @@ compressed JSON header blocks. provided by Guix. The list of packages is searchable and provides instructions on how to use Guix in a shared HPC environment.") (license l:agpl3+)))) + +(define-public httrack + (package + (name "httrack") + (version "3.48.21") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/xroche/httrack.git") + (commit version) + (recursive? #t))) ;for "coucal" submodule + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cn4h7bzvp2mf5id229cgb101cqmwycc1nkd1n91c69akzivdhl2")))) + (build-system gnu-build-system) + (inputs + `(("libressl" ,libressl) + ("zlib" ,zlib))) + (home-page "https://www.httrack.com/") + (synopsis "Easy-to-use offline browser utility") + (description "HTTrack allows you to download a World Wide Web site from +the Internet to a local directory, building recursively all directories, +getting HTML, images, and other files from the server to your computer. + +HTTrack arranges the original site's relative link-structure. Simply open +a page of the ``mirrored'' website in your browser, and you can browse the +site from link to link, as if you were viewing it online. HTTrack can also +update an existing mirrored site, and resume interrupted downloads. + +HTTrack is fully configurable, and has an integrated help system.") + (license license:gpl3+))) --=20 2.21.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 05 08:39:32 2019 Received: (at 35156) by debbugs.gnu.org; 5 Apr 2019 12:39:32 +0000 Received: from localhost ([127.0.0.1]:45150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCO84-0002Nq-Ce for submit@debbugs.gnu.org; Fri, 05 Apr 2019 08:39:32 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:42913) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCO80-0002Nd-Ei for 35156@debbugs.gnu.org; Fri, 05 Apr 2019 08:39:31 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id A49B320023 for <35156@debbugs.gnu.org>; Fri, 5 Apr 2019 12:39:24 +0000 (UTC) From: Nicolas Goaziou To: 35156@debbugs.gnu.org Subject: Followup: Update to 3.49.2 Date: Fri, 05 Apr 2019 14:39:23 +0200 Message-ID: <87ef6g7hj8.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 35156 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.7 (-) --=-=-= Content-Type: text/plain This is an update to the latest 3.49.2, which is not tagged as a new release in the repository ! --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-httrack.patch Content-Transfer-Encoding: quoted-printable Content-Description: Update htttrack >From e0d495da8aeab8e0b6d37475af821455e1a1a249 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 5 Apr 2019 14:12:48 +0200 Subject: [PATCH] gnu: Add httrack. * gnu/packages/web.scm (httrack): New variable. --- gnu/packages/web.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index e84b42358c..d6f15d5154 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -30,6 +30,7 @@ ;;; Copyright =C2=A9 2018 G=C3=A1bor Boskovits ;;; Copyright =C2=A9 2018 M=C4=83d=C4=83lin Ionel Patra=C8=99cu ;;; Copyright =C2=A9 2018 Alex Vong +;;; Copyright =C2=A9 2019 Nicolas Goaziou ;;; ;;; This file is part of GNU Guix. ;;; @@ -6430,3 +6431,32 @@ compressed JSON header blocks. provided by Guix. The list of packages is searchable and provides instructions on how to use Guix in a shared HPC environment.") (license l:agpl3+)))) + +(define-public httrack + (package + (name "httrack") + (version "3.49.2") + (source (origin + (method url-fetch) + (uri (string-append "https://mirror.httrack.com/historical/" + "httrack-" version ".tar.gz")) + (sha256 + (base32 + "09a0gm67nml86qby1k1gh7rdxamnrnzwr6l9r5iiq94favjs0xrl")))) + (build-system gnu-build-system) + (inputs + `(("libressl" ,libressl) + ("zlib" ,zlib))) + (home-page "https://www.httrack.com/") + (synopsis "Easy-to-use offline browser utility") + (description "HTTrack allows you to download a World Wide Web site from +the Internet to a local directory, building recursively all directories, +getting HTML, images, and other files from the server to your computer. + +HTTrack arranges the original site's relative link-structure. Simply open +a page of the ``mirrored'' website in your browser, and you can browse the +site from link to link, as if you were viewing it online. HTTrack can also +update an existing mirrored site, and resume interrupted downloads. + +HTTrack is fully configurable, and has an integrated help system.") + (license license:gpl3+))) --=20 2.21.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 11 07:27:01 2019 Received: (at 35156) by debbugs.gnu.org; 11 Apr 2019 11:27:01 +0000 Received: from localhost ([127.0.0.1]:53946 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEXrB-0005Nq-21 for submit@debbugs.gnu.org; Thu, 11 Apr 2019 07:27:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEXrA-0005Ne-5r for 35156@debbugs.gnu.org; Thu, 11 Apr 2019 07:27:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEXqz-00056s-Uc; Thu, 11 Apr 2019 07:26:51 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=50338 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hEXqz-0007j4-Dt; Thu, 11 Apr 2019 07:26:49 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Nicolas Goaziou Subject: Re: [bug#35156] Followup: Update to 3.49.2 References: <87imvs7io7.fsf@nicolasgoaziou.fr> <87ef6g7hj8.fsf@nicolasgoaziou.fr> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 Germinal an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 11 Apr 2019 13:26:48 +0200 In-Reply-To: <87ef6g7hj8.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 05 Apr 2019 14:39:23 +0200") Message-ID: <87tvf4235z.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35156 Cc: 35156@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 (---) Nicolas Goaziou skribis: > From e0d495da8aeab8e0b6d37475af821455e1a1a249 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Fri, 5 Apr 2019 14:12:48 +0200 > Subject: [PATCH] gnu: Add httrack. > > * gnu/packages/web.scm (httrack): New variable. LGTM, thanks! Ludo'. From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 11 08:06:47 2019 Received: (at 35156-done) by debbugs.gnu.org; 11 Apr 2019 12:06:47 +0000 Received: from localhost ([127.0.0.1]:53992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEYTf-0000CA-Gr for submit@debbugs.gnu.org; Thu, 11 Apr 2019 08:06:47 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:57993) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEYTd-0000C1-Pt for 35156-done@debbugs.gnu.org; Thu, 11 Apr 2019 08:06:46 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 596E21BF20C; Thu, 11 Apr 2019 12:06:42 +0000 (UTC) From: Nicolas Goaziou To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#35156] Followup: Update to 3.49.2 References: <87imvs7io7.fsf@nicolasgoaziou.fr> <87ef6g7hj8.fsf@nicolasgoaziou.fr> <87tvf4235z.fsf@gnu.org> Date: Thu, 11 Apr 2019 14:06:40 +0200 In-Reply-To: <87tvf4235z.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 11 Apr 2019 13:26:48 +0200") Message-ID: <87sguou4of.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35156-done Cc: 35156-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 (-) Hello, Ludovic Court=C3=A8s writes: > Nicolas Goaziou skribis: > >> From e0d495da8aeab8e0b6d37475af821455e1a1a249 Mon Sep 17 00:00:00 2001 >> From: Nicolas Goaziou >> Date: Fri, 5 Apr 2019 14:12:48 +0200 >> Subject: [PATCH] gnu: Add httrack. >> >> * gnu/packages/web.scm (httrack): New variable. > > LGTM, thanks! Applied as ed132a57c103a764f5831521f2ae332e5b34b762. Thank you. Regards, --=20 Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 11 08:50:28 2019 Received: (at 35156) by debbugs.gnu.org; 11 Apr 2019 12:50:28 +0000 Received: from localhost ([127.0.0.1]:54008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEZ9w-0001Hr-7J for submit@debbugs.gnu.org; Thu, 11 Apr 2019 08:50:28 -0400 Received: from tobias.gr ([80.241.217.52]:41582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEZ9t-0001Hi-WC for 35156@debbugs.gnu.org; Thu, 11 Apr 2019 08:50:26 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id a6033126; Thu, 11 Apr 2019 12:50:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to:cc :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=o/LE1apveunnISct34Vw/T WwcCBP/42I3wJ8J2yTIYQ=; b=mgGwoW/5i276ugRb6A/7X/HOCPvPgk/yp8FqZD pahEbqfC0vHilXbtfSfPQNPY6SCFGz/R3FNZyi0x0JQMHAJcLMhRCoFzc/ZzjSWw RJpSmCpMJLxpNnluUkNm/EWAnCIVWOCX/yrJ1saT3PFcsnGUFRjxVUOFm26HeLQY 5J5QjtoywzNonbMBB08JnUbx/KhOVlJnkMzVLTyeseSwoYbaWqAG9mUS0izOlW/d VOdwNNuD1HibElvPlu+gxQulh2dBA2azjBcTd0SO4+8jA8mW5KmgP4a+Pt6tmTbM 6vCm/CKouJtEMNfee0DBtBg7gt1eBNCQffr5tTT1wFvY65AA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 8f9a69ba (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 11 Apr 2019 12:50:21 +0000 (UTC) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: Re: [bug#35156] [PATCH] Add htttrack References: <87imvs7io7.fsf@nicolasgoaziou.fr> In-reply-to: <87imvs7io7.fsf@nicolasgoaziou.fr> Date: Thu, 11 Apr 2019 14:50:24 +0200 Message-ID: <87lg0gso33.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35156 Cc: 35156@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; format=flowed Guixen, > (define-module (gnu packages web) > #:use-module (ice-9 match) > #:use-module ((guix licenses) #:prefix l:) [...] > + (license license:gpl3+))) Hehe. I guess nobody built this ;-) Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXK84EQAKCRANsP+IT1Vt ea+lAQC//iJK0U+ELnIvyh74bUUgGmd9UjhKUL/Q+NL4joYtyQEAp6KcMptMW2we YV0VeJGRxRTsAliSoUAXDTEw6G2S7wM= =2ZBS -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 11 13:43:36 2019 Received: (at 35156) by debbugs.gnu.org; 11 Apr 2019 17:43:36 +0000 Received: from localhost ([127.0.0.1]:55134 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEdjc-0004YW-6x for submit@debbugs.gnu.org; Thu, 11 Apr 2019 13:43:36 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:44919) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEdjY-0004YJ-2d for 35156@debbugs.gnu.org; Thu, 11 Apr 2019 13:43:35 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 0372220002; Thu, 11 Apr 2019 17:43:27 +0000 (UTC) From: Nicolas Goaziou To: Tobias Geerinckx-Rice Subject: Re: [bug#35156] [PATCH] Add htttrack References: <87imvs7io7.fsf@nicolasgoaziou.fr> <87lg0gso33.fsf@nckx> Date: Thu, 11 Apr 2019 19:43:27 +0200 In-Reply-To: <87lg0gso33.fsf@nckx> (Tobias Geerinckx-Rice's message of "Thu, 11 Apr 2019 14:50:24 +0200") Message-ID: <87mukwtp34.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 35156 Cc: 35156@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.7 (-) Hello, Tobias Geerinckx-Rice writes: > Guixen, > >> (define-module (gnu packages web) >> #:use-module (ice-9 match) >> #:use-module ((guix licenses) #:prefix l:) > > [...] > >> + (license license:gpl3+))) > > Hehe. I guess nobody built this ;-) I did, but I usually start defining packages in an incubator.scm from GUIX_PACKAGE_PATH. It is well possible that I forgot to remove the initial draft there after moving the package into web.scm, so I didn't catch the mistake. I got bitten by this in the past already. OTOH, this kind of discrepancy is... frustrating =/ Thank you for the fix. Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 11 15:19:27 2019 Received: (at 35156) by debbugs.gnu.org; 11 Apr 2019 19:19:27 +0000 Received: from localhost ([127.0.0.1]:55181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEfEN-0006x6-AH for submit@debbugs.gnu.org; Thu, 11 Apr 2019 15:19:27 -0400 Received: from tobias.gr ([80.241.217.52]:52718) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEfEK-0006ww-T1 for 35156@debbugs.gnu.org; Thu, 11 Apr 2019 15:19:25 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 48cfd201; Thu, 11 Apr 2019 19:19:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to:cc :subject:message-id:references:in-reply-to:date:mime-version :content-type; s=2018; i=me@tobias.gr; bh=WMuFfIMfw/IQWFC6GmvSmE IFEMDM1sq57TOb1wkQopA=; b=XbrOCqAkQKAuKK6LHXREzlcsufnwm0nADRiBKX DKUU2p2fFr2EKN2hbMal1M1DEQSTCW+ITAMDwRNVO8Gryf9Yr+gKnVqE0P8NPZwJ N/yaTRcHjcN++xgTRzP3qURivovuNlC/f/j7eDoJrTK16oQTtNRBUQdN1vObRUca nbTvMI11wlvN9NjEz/uy+MeYACBLjTw6JhjsJ9aa3p6dicki1EW5hyGG4NC4J1WW XiVW/t5IF+ffzzlFuC4YpJ+r0wf2p9GmMPS9DRDwVnwN+IqfYxWXH6g5gxcMOj6d up6DfsOTaAjII1smFq5qKKS0h3WtrJ+r4HfQl5Q3PcZb18Ig== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 0ce04c47 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 11 Apr 2019 19:19:19 +0000 (UTC) From: Tobias Geerinckx-Rice To: Nicolas Goaziou Subject: Re: [bug#35156] [PATCH] Add htttrack Message-ID: <874l74wdso.fsf@nckx> References: <87imvs7io7.fsf@nicolasgoaziou.fr> <87lg0gso33.fsf@nckx> <87mukwtp34.fsf@nicolasgoaziou.fr> In-reply-to: <87mukwtp34.fsf@nicolasgoaziou.fr> Date: Thu, 11 Apr 2019 21:19:19 +0200 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35156 Cc: 35156@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; format=flowed Nicolas, You're absolutely right that > OTOH, this kind of discrepancy is... frustrating =/ It's all very ad hoc, including the different helpful prefixes added by some importers but not others. > Thank you for the fix. Oh, no worries. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXK+TNwAKCRANsP+IT1Vt eT6LAQDwh1wZ5yl35zbIB4dkJMkjh5HudGRbd6NFxIOsrnKt0wEAqdWqhTh6pXsQ LzdHXhKSvTdmFtHNdIEBWQOiifrQJwg= =gqaj -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:09:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 10 May 2019 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