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

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

[debbugs-tracker] bug#30002: closed ([PATCH 1/2] gnu: Add darkstat.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30002: closed ([PATCH 1/2] gnu: Add darkstat.)
Date: Mon, 08 Jan 2018 13:00:02 +0000

Your message dated Mon, 08 Jan 2018 20:59:53 +0800
with message-id <address@hidden>
and subject line Re: [bug#30002] [PATCH 1/2] gnu: Add darkstat.
has caused the debbugs.gnu.org bug report #30002,
regarding [PATCH 1/2] gnu: Add darkstat.
to be marked as done.

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


-- 
30002: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30002
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add darkstat. Date: Sat, 6 Jan 2018 16:45:22 +0800
* gnu/packages/monitoring.scm (darkstat): New variable.
---
 gnu/packages/monitoring.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index c136265c5..f178232cc 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Ludovic Courtès <address@hidden>
+;;; Copyright © 2018 Sou Bunnbu <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -22,6 +23,7 @@
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix build-system perl)
   #:use-module (guix build-system gnu)
+  #:use-module (gnu packages admin)
   #:use-module (gnu packages base)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages gd)
@@ -122,3 +124,35 @@ etc. via a Web interface.  Features include:
   notification and problem history, log file, etc.
 @end itemize\n")
     (license license:gpl2)))
+
+(define-public darkstat
+  (package
+    (name "darkstat")
+    (version "3.0.719")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://unix4lyfe.org/darkstat/darkstat-";
+                                  version ".tar.bz2"))
+              (sha256
+               (base32
+                "1mzddlim6dhd7jhr4smh0n2fa511nvyjhlx76b03vx7phnar1bxf"))))
+    (build-system gnu-build-system)
+    (arguments '(#:tests? #f))          ; no tests
+    (inputs
+     `(("libpcap" ,libpcap)
+       ("zlib" ,zlib)))
+    (home-page "https://unix4lyfe.org/darkstat/";)
+    (synopsis "Network statistics gatherer")
+    (description
+     "@command{darkstat} is a packet sniffer that runs as a background process,
+gathers all sorts of statistics about network usage, and serves them over
+HTTP.  Features:
+
address@hidden
address@hidden Traffic graphs, reports per host, shows ports for each host.
address@hidden Embedded web-server with deflate compression.
address@hidden Asynchronous reverse DNS resolution using a child process.
address@hidden Small.  Portable.  Single-threaded.  Efficient.
address@hidden Supports IPv6.
address@hidden itemize")
+    (license license:gpl2)))
-- 
2.13.3




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30002] [PATCH 1/2] gnu: Add darkstat. Date: Mon, 08 Jan 2018 20:59:53 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
address@hidden (Ludovic Courtès) writes:

> 宋文武 <address@hidden> skribis:
>
>> * gnu/packages/monitoring.scm (darkstat): New variable.
>
> LGTM, thanks!
>

Pushed, thank you!


--- End Message ---

reply via email to

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