GNU bug report logs -
#27396
[PATCH] gnu: networking: Add nzbget
Previous Next
Reported by: Rutger Helling <rhelling <at> mykolab.com>
Date: Fri, 16 Jun 2017 12:48:01 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27396 in the body.
You can then email your comments to 27396 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#27396
; Package
guix-patches
.
(Fri, 16 Jun 2017 12:48:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Rutger Helling <rhelling <at> mykolab.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 16 Jun 2017 12:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hey Guix,
this patch adds nzbget.
[Message part 2 (text/html, inline)]
[0001-gnu-networking-Add-nzbget.patch (text/x-diff, attachment)]
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Tue, 20 Jun 2017 21:37:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Rutger Helling <rhelling <at> mykolab.com>
:
bug acknowledged by developer.
(Tue, 20 Jun 2017 21:37:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 27396-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Rutger Helling <rhelling <at> mykolab.com> skribis:
> Hey Guix,
>
> this patch adds nzbget.
> From 10b8ae648cb426c3da6a8f81128a15fef438dc89 Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling <at> mykolab.com>
> Date: Fri, 16 Jun 2017 14:38:59 +0200
> Subject: [PATCH] gnu: networking: Add nzbget.
>
> * gnu/packages/networking.scm (nzbget): New variable.
Nice. Applied with the attached changes. The description you proposed
had too many superlatives ;-) (see
<https://www.gnu.org/software/guix/manual/html_node/Synopses-and-Descriptions.html>)
so I wrote something based on their ‘README’ file. Note the “+” in the
license, meaning “version 2 or any later version at the user’s option”
as specified in source file headers.
Thanks,
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 77f0e9b32..06a2c8be6 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -67,6 +67,7 @@
#:use-module (gnu packages textutils)
#:use-module (gnu packages tls)
#:use-module (gnu packages valgrind)
+ #:use-module (gnu packages xml)
#:use-module (ice-9 match))
(define-public macchanger
@@ -1124,13 +1125,15 @@ gone wild and are suddenly taking up your bandwidth.")
("zlib", zlib)))
(native-inputs `(("pkg-config", pkg-config)))
(home-page "https://github.com/nzbget/nzbget")
- (synopsis "C++ Usenet downloader")
- (description "NZBGet is a binary downloader, which downloads files from
-Usenet based on information given in nzb-files. NZBGet is written in C++ and is
-known for its extraordinary performance and efficiency. NZBGet can be run at
-almost every platform - classic PCs,NAS, media players,
-SAT-receivers,WLAN-routers, etc.")
- (license license:gpl2)))
+ (synopsis "Usenet binary file downloader")
+ (description
+ "NZBGet is a binary newsgrabber, which downloads files from Usenet based
+on information given in @code{nzb} files. NZBGet can be used in standalone
+and in server/client modes. In standalone mode, you pass NZBGet @command{nzb}
+files as command-line parameters and it downloads them and exits. NZBGet also
+contains a Web interface. Its server can be controlled through remote
+procedure calls (RPCs).")
+ (license license:gpl2+)))
(define-public openvswitch
(package
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 19 Jul 2017 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 335 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.