Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (54a2a73c99b5771b4b3c17deb15a8f64efe13176)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (54a2a73c99b5771b4b3c17deb15a8f64efe13176)
  • Date: Fri, 11 Apr 2008 21:13:14 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 4 +++
net/ipcalc/BUILD | 1
net/ipcalc/DEPENDS | 1
net/ipcalc/DETAILS | 39
++++++++++++++++++++++++++++++++++++++
net/ipcalc/HISTORY | 4 +++
net/ipcalc/INSTALL | 1
net/ipcalc/ipcalc-0.41.tar.gz.sig |binary
7 files changed, 50 insertions(+)

New commits:
commit 54a2a73c99b5771b4b3c17deb15a8f64efe13176
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ipcalc: Added a script to calculate network information from IP/netmask

diff --git a/ChangeLog b/ChangeLog
index 10de7d1..d35b641 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-11 Eric Sandall <sandalle AT sourcemage.org>
+ * net/ipcalc: Added a script to calculate network information from
+ IP/netmask
+
2008-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* xorg-libs/pixman: merge from -modular

diff --git a/net/ipcalc/BUILD b/net/ipcalc/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/net/ipcalc/BUILD
@@ -0,0 +1 @@
+true
diff --git a/net/ipcalc/DEPENDS b/net/ipcalc/DEPENDS
new file mode 100755
index 0000000..1dd0168
--- /dev/null
+++ b/net/ipcalc/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/net/ipcalc/DETAILS b/net/ipcalc/DETAILS
new file mode 100755
index 0000000..212907a
--- /dev/null
+++ b/net/ipcalc/DETAILS
@@ -0,0 +1,39 @@
+ SPELL=ipcalc
+ VERSION=0.41
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://jodies.de/ipcalc-archive/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+ LICENSE[0]=GPL
+ WEB_SITE=http://jodies.de/ipcalc
+ ENTERED=20080411
+ SHORT='Calculate network information from IP/netmask'
+ DOCS="changelog contributors license"
+cat << EOF
+ipcalc takes an IP address and netmask and calculates the resulting
broadcast,
+network, Cisco wildcard mask, and host range. By giving a second netmask, you
+can design subnets and supernets. It is also intended to be a teaching tool
and
+presents the subnetting results as easy-to-understand binary values.
+
+Enter your netmask(s) in CIDR notation (/25) or dotted decimals
+(255.255.255.0). Inverse netmasks are recognized. If you omit the netmask
+ipcalc uses the default netmask for the class of your network.
+
+Look at the space between the bits of the addresses: The bits before it are
the
+network part of the address, the bits after it are the host part. You can see
+two simple facts: In a network address all host bits are zero, in a broadcast
+address they are all set.
+
+The class of your network is determined by its first bits.
+
+If your network is a private internet according to RFC 1918 this is remarked.
+When displaying subnets the new bits in the network part of the netmask are
+marked in a different color
+
+The wildcard is the inverse netmask as used for access control lists in Cisco
+routers.
+
+Do you want to split your network into subnets? Enter the address and netmask
+of your original network and play with the second netmask until the result
+matches your needs.
+EOF
diff --git a/net/ipcalc/HISTORY b/net/ipcalc/HISTORY
new file mode 100644
index 0000000..459814a
--- /dev/null
+++ b/net/ipcalc/HISTORY
@@ -0,0 +1,4 @@
+2008-04-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: Created
+ Does not install ipcalc.cgi
+
diff --git a/net/ipcalc/INSTALL b/net/ipcalc/INSTALL
new file mode 100755
index 0000000..57f43be
--- /dev/null
+++ b/net/ipcalc/INSTALL
@@ -0,0 +1 @@
+install -m 0755 -o root -g root ipcalc $INSTALL_ROOT/usr/sbin/ipcalc
diff --git a/net/ipcalc/ipcalc-0.41.tar.gz.sig
b/net/ipcalc/ipcalc-0.41.tar.gz.sig
new file mode 100644
index 0000000..c4f3a4c
Binary files /dev/null and b/net/ipcalc/ipcalc-0.41.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (54a2a73c99b5771b4b3c17deb15a8f64efe13176), Eric Sandall, 04/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page