all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30391] [PATCH] gnu: Add sipcalc.
@ 2018-02-08 12:37 Oleg Pykhalov
  2018-02-08 20:33 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Pykhalov @ 2018-02-08 12:37 UTC (permalink / raw)
  To: 30391

* 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:
+
+@itemize @bullet
+@item IPv4
+@itemize
+@item Retrieving of address information from interfaces.
+@item Classfull and CIDR output.
+@item Multiple address and netmask input and output formats (dotted quad, hex,
+number of bits).
+@item Output of broadcast address, network class, Cisco wildcard,
+hosts/range, network range.
+@item The ability to split a network based on a smaller netmask, now also with
+recursive runs on the generated subnets.  (also IPv6)
+@end itemize
+@item IPv6
+@itemize
+@item Compressed and expanded input and output addresses.
+@item Standard IPv6 network output.
+@item v4 in v6 output.
+@item Reverse DNS address generation.
+@end itemize
+@end itemize\n")
+    (license license:bsd-3)))
+
 (define-public alive
   (package
     (name "alive")
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#30391] [PATCH] gnu: Add sipcalc.
  2018-02-08 12:37 [bug#30391] [PATCH] gnu: Add sipcalc Oleg Pykhalov
@ 2018-02-08 20:33 ` Leo Famulari
  2018-02-09  5:50   ` Oleg Pykhalov
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-02-08 20:33 UTC (permalink / raw)
  To: Oleg Pykhalov; +Cc: 30391

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

On Thu, Feb 08, 2018 at 03:37:34PM +0300, Oleg Pykhalov wrote:
> * gnu/packages/admin.scm (sipcalc): New public variable.

Thanks, LGTM!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#30391] [PATCH] gnu: Add sipcalc.
  2018-02-08 20:33 ` Leo Famulari
@ 2018-02-09  5:50   ` Oleg Pykhalov
  0 siblings, 0 replies; 3+ messages in thread
From: Oleg Pykhalov @ 2018-02-09  5:50 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 30391

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

Hello Leo,

Thank you for review.

Leo Famulari <leo@famulari.name> writes:

  > On Thu, Feb 08, 2018 at 03:37:34PM +0300, Oleg Pykhalov wrote:
  >> * gnu/packages/admin.scm (sipcalc): New public variable.

Pushed as 8d0edc8246389c0f2bb1c8e9c9190c312746a4b4

Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-09  5:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-08 12:37 [bug#30391] [PATCH] gnu: Add sipcalc Oleg Pykhalov
2018-02-08 20:33 ` Leo Famulari
2018-02-09  5:50   ` Oleg Pykhalov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.