summaryrefslogtreecommitdiff
path: root/net-mgmt/ipcalc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-21 06:30:15 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-21 06:30:15 +0000
commitf19c9262322eebfa38dbf5b4679b599b172f2468 (patch)
tree3f9dcfb46c64014805329a5c04e6832d2fbc5000 /net-mgmt/ipcalc
parentResurrect xosd.c patch that I accidentally nuked with revision 1.2 of (diff)
add ipcalc
IP Calculator
Notes
Notes: svn path=/head/; revision=42833
Diffstat (limited to 'net-mgmt/ipcalc')
-rw-r--r--net-mgmt/ipcalc/Makefile22
-rw-r--r--net-mgmt/ipcalc/distinfo1
-rw-r--r--net-mgmt/ipcalc/pkg-comment1
-rw-r--r--net-mgmt/ipcalc/pkg-descr9
-rw-r--r--net-mgmt/ipcalc/pkg-plist1
5 files changed, 34 insertions, 0 deletions
diff --git a/net-mgmt/ipcalc/Makefile b/net-mgmt/ipcalc/Makefile
new file mode 100644
index 000000000000..fff142d6ca28
--- /dev/null
+++ b/net-mgmt/ipcalc/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# New ports collection makefile for: ipcalc
+# Date created: May 21, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+
+PORTNAME= ipcalc
+PORTVERSION= 0.33
+CATEGORIES= net
+MASTER_SITES= http://jodies.cx/
+DISTFILES= ipcalc.pl
+EXTRACT_ONLY=
+
+MAINTAINER= ports@FreeBSD.org
+
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} ${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/ipcalc/distinfo b/net-mgmt/ipcalc/distinfo
new file mode 100644
index 000000000000..ce6e08b338cf
--- /dev/null
+++ b/net-mgmt/ipcalc/distinfo
@@ -0,0 +1 @@
+MD5 (ipcalc.pl) = 69cabe6175621afaf3397a6b9e2e4bb5
diff --git a/net-mgmt/ipcalc/pkg-comment b/net-mgmt/ipcalc/pkg-comment
new file mode 100644
index 000000000000..51af2d016308
--- /dev/null
+++ b/net-mgmt/ipcalc/pkg-comment
@@ -0,0 +1 @@
+IP Calculator
diff --git a/net-mgmt/ipcalc/pkg-descr b/net-mgmt/ipcalc/pkg-descr
new file mode 100644
index 000000000000..3f21a6a260b8
--- /dev/null
+++ b/net-mgmt/ipcalc/pkg-descr
@@ -0,0 +1,9 @@
+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 sub- and supernetworks. It is also intended to be a teaching tool
+and presents the 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.
+
+WWW: http://jodies.de/ipcalc/
diff --git a/net-mgmt/ipcalc/pkg-plist b/net-mgmt/ipcalc/pkg-plist
new file mode 100644
index 000000000000..8d7f8e11f9a1
--- /dev/null
+++ b/net-mgmt/ipcalc/pkg-plist
@@ -0,0 +1 @@
+bin/ipcalc