emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#35156: closed ([PATCH] Add htttrack)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35156: closed ([PATCH] Add htttrack)
Date: Thu, 11 Apr 2019 12:07:03 +0000

Your message dated Thu, 11 Apr 2019 14:06:40 +0200
with message-id <address@hidden>
and subject line Re: [bug#35156] Followup: Update to 3.49.2
has caused the debbugs.gnu.org bug report #35156,
regarding [PATCH] Add htttrack
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35156: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35156
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Add htttrack Date: Fri, 05 Apr 2019 14:14:48 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello,

The following patch adds HTTrack offline website browser.

Feedback welcome.

Regards,

-- 
Nicolas Goaziou
>From 9ce157feeb529e2bfaa82a357288311093dfa2c4 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <address@hidden>
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 © 2018 Gábor Boskovits <address@hidden>
 ;;; Copyright © 2018 Mădălin Ionel Patrașcu <address@hidden>
 ;;; Copyright © 2018 Alex Vong <address@hidden>
+;;; Copyright © 2019 Nicolas Goaziou <address@hidden>
 ;;;
 ;;; 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+)))
-- 
2.21.0


--- End Message ---
--- Begin Message --- Subject: Re: [bug#35156] Followup: Update to 3.49.2 Date: Thu, 11 Apr 2019 14:06:40 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello,

Ludovic Courtès <address@hidden> writes:

> Nicolas Goaziou <address@hidden> skribis:
>
>> From e0d495da8aeab8e0b6d37475af821455e1a1a249 Mon Sep 17 00:00:00 2001
>> From: Nicolas Goaziou <address@hidden>
>> 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,

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]