[Lunar-commits] r26595 - in moonbase/trunk/utils: . ipcalc

Moritz Heiber moe at lunar-linux.org
Sun Nov 4 20:19:36 CET 2007


Author: moe
Date: 2007-11-04 20:19:36 +0100 (Sun, 04 Nov 2007)
New Revision: 26595

Added:
   moonbase/trunk/utils/ipcalc/
   moonbase/trunk/utils/ipcalc/BUILD
   moonbase/trunk/utils/ipcalc/DEPENDS
   moonbase/trunk/utils/ipcalc/DETAILS
Log:
Adding ipcalc .. subnet calculator



Added: moonbase/trunk/utils/ipcalc/BUILD
===================================================================
--- moonbase/trunk/utils/ipcalc/BUILD	                        (rev 0)
+++ moonbase/trunk/utils/ipcalc/BUILD	2007-11-04 19:19:36 UTC (rev 26595)
@@ -0,0 +1,9 @@
+(
+  
+  prepare_install &&
+
+  install -m755 $SOURCE_DIRECTORY/ipcalc /usr/bin/ &&
+
+  gather_docs changelog license contributors
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/utils/ipcalc/DEPENDS
===================================================================
--- moonbase/trunk/utils/ipcalc/DEPENDS	                        (rev 0)
+++ moonbase/trunk/utils/ipcalc/DEPENDS	2007-11-04 19:19:36 UTC (rev 26595)
@@ -0,0 +1 @@
+depends perl

Added: moonbase/trunk/utils/ipcalc/DETAILS
===================================================================
--- moonbase/trunk/utils/ipcalc/DETAILS	                        (rev 0)
+++ moonbase/trunk/utils/ipcalc/DETAILS	2007-11-04 19:19:36 UTC (rev 26595)
@@ -0,0 +1,16 @@
+	  MODULE=ipcalc
+	 VERSION=0.41
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://jodies.de/ipcalc-archive/
+      SOURCE_VFY=sha1:b75b498f2fa5ecfa30707a51da63c6a5775829f3
+        WEB_SITE=http://jodies.de/ipcalc
+	 ENTERED=20071104
+         UPDATED=20071104           
+	   SHORT="a IP calculator"
+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.
+EOF



More information about the Lunar-commits mailing list