Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (915c7e89b95d0e1ac51c3256430be87e0ee8a406)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (915c7e89b95d0e1ac51c3256430be87e0ee8a406)
  • Date: Mon, 29 May 2017 15:00:16 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
net/sipcalc/DETAILS | 44 ++++++++++++++++++++++++++++++++++++++++++++
net/sipcalc/HISTORY | 2 ++
3 files changed, 49 insertions(+)

New commits:
commit 915c7e89b95d0e1ac51c3256430be87e0ee8a406
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sipcalc: new spell, advanced console-based IP subnet calculator

diff --git a/ChangeLog b/ChangeLog
index 78dd6cd..0de0edf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-05-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/sipcalc: new spell, advanced console-based IP subnet calculator
+
2017-05-27 Thomas Orgis <sobukus AT sourcemage.org>
* gnome3-libs/gtk-engines3: moved current gtk-engines version
to proper place to be able to downgrade gtk-engines2 for gtk+2
diff --git a/net/sipcalc/DETAILS b/net/sipcalc/DETAILS
new file mode 100755
index 0000000..8635304
--- /dev/null
+++ b/net/sipcalc/DETAILS
@@ -0,0 +1,44 @@
+ SPELL=sipcalc
+ VERSION=1.1.6
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=http://www.routemeister.net/projects/${SPELL}/files/${SOURCE}
+
SOURCE_HASH=sha512:9d2047a6fb6ef177d455f44abea19bab7d0131b16eb2444b2b074e94e776854fa74084ab625d2be9b64d136979ede71722c2e24dca12ff54e4a5bb02f947570e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=""
+ DOCS="doc/sipcalc.txt ${DOCS}"
+ WEB_SITE=http://www.routemeister.net/projects/sipcalc/
+ LICENSE[0]=BSD
+ ENTERED=20170529
+ KEYWORDS="net"
+ SHORT="advanced console-based IP subnet calculator"
+cat << EOF
+Sipcalc is a console-based IP subnet calculator with IPv4 and IPv6 support.
+
+Features include:
+
+o IPv4
+ - Multiple address and netmask input formats.
+ - Retrieving of address information from interfaces.
+ - Classfull and CIDR output.
+ - Multiple address and netmask output formats (dotted quad, hex, number of
+ bits).
+ - Output of broadcast address, network class, Cisco wildcard, hosts/range,
+ network range.
+ - Output of multiple types of bitmaps.
+ - Output of a user-defined number of extra networks.
+ - Multiple networks input from commandline.
+ - Parsing of a newline-separated list of networks from standard input.
+ - Ability to "split" a network based on a smaller netmask, now also with
+ recursive runs on the generated subnets.
+ - DNS resolution.
+
+o IPv6
+ - Compressed and expanded input addresses.
+ - Compressed and expanded output.
+ - Standard IPv6 network output.
+ - v4 in v6 output.
+ - Reverse DNS address generation.
+ - Ability to "split" a network based on a smaller netmask, now also with
+ recursive runs on the generated subnets.
+ - DNS resolution.
+EOF
diff --git a/net/sipcalc/HISTORY b/net/sipcalc/HISTORY
new file mode 100644
index 0000000..e5f69bc
--- /dev/null
+++ b/net/sipcalc/HISTORY
@@ -0,0 +1,2 @@
+2017-05-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: created spell, version 1.1.6



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (915c7e89b95d0e1ac51c3256430be87e0ee8a406), Vlad Glagolev, 05/29/2017

Archive powered by MHonArc 2.6.24.

Top of Page