guix-patches
[Top][All Lists]
Advanced

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

[bug#30391] [PATCH] gnu: Add sipcalc.


From: Oleg Pykhalov
Subject: [bug#30391] [PATCH] gnu: Add sipcalc.
Date: Thu, 8 Feb 2018 15:37:34 +0300

* gnu/packages/admin.scm (sipcalc): New public variable.
---
 gnu/packages/admin.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index a5c9d410c..1c4dda1c0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -523,6 +523,50 @@ and exploration tool, since it can create almost any kind 
of connection you
 would need and has several interesting built-in capabilities.")
     (license license:gpl2+)))
 
+(define-public sipcalc
+  (package
+    (name "sipcalc")
+    (version "1.1.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://www.routemeister.net/projects";
+                           "/sipcalc/files/sipcalc" "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0mv3wndj4z2bsshh2k8d5sy3j8wxzgf8mzmmkvj1k8gpcz37dm6g"))))
+    (build-system gnu-build-system)
+    (home-page "http://www.routemeister.net/projects/sipcalc/";)
+    (synopsis "Command-line IP subnet calculator")
+    (description
+     "Sipcalc is an advanced command-line IP subnet calculator.  It can take
+multiple forms of input (IPv4/IPv6/interface/hostname) and output a multitude
+of information about a given subnet.
+
+Features include:
+
address@hidden @bullet
address@hidden IPv4
address@hidden
address@hidden Retrieving of address information from interfaces.
address@hidden Classfull and CIDR output.
address@hidden Multiple address and netmask input and output formats (dotted 
quad, hex,
+number of bits).
address@hidden Output of broadcast address, network class, Cisco wildcard,
+hosts/range, network range.
address@hidden The ability to split a network based on a smaller netmask, now 
also with
+recursive runs on the generated subnets.  (also IPv6)
address@hidden itemize
address@hidden IPv6
address@hidden
address@hidden Compressed and expanded input and output addresses.
address@hidden Standard IPv6 network output.
address@hidden v4 in v6 output.
address@hidden Reverse DNS address generation.
address@hidden itemize
address@hidden itemize\n")
+    (license license:bsd-3)))
+
 (define-public alive
   (package
     (name "alive")
-- 
2.15.1






reply via email to

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