From f19c9262322eebfa38dbf5b4679b599b172f2468 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 21 May 2001 06:30:15 +0000 Subject: add ipcalc IP Calculator --- net/ipcalc/Makefile | 22 ++++++++++++++++++++++ net/ipcalc/distinfo | 1 + net/ipcalc/pkg-comment | 1 + net/ipcalc/pkg-descr | 9 +++++++++ net/ipcalc/pkg-plist | 1 + 5 files changed, 34 insertions(+) create mode 100644 net/ipcalc/Makefile create mode 100644 net/ipcalc/distinfo create mode 100644 net/ipcalc/pkg-comment create mode 100644 net/ipcalc/pkg-descr create mode 100644 net/ipcalc/pkg-plist (limited to 'net/ipcalc') diff --git a/net/ipcalc/Makefile b/net/ipcalc/Makefile new file mode 100644 index 000000000000..fff142d6ca28 --- /dev/null +++ b/net/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 diff --git a/net/ipcalc/distinfo b/net/ipcalc/distinfo new file mode 100644 index 000000000000..ce6e08b338cf --- /dev/null +++ b/net/ipcalc/distinfo @@ -0,0 +1 @@ +MD5 (ipcalc.pl) = 69cabe6175621afaf3397a6b9e2e4bb5 diff --git a/net/ipcalc/pkg-comment b/net/ipcalc/pkg-comment new file mode 100644 index 000000000000..51af2d016308 --- /dev/null +++ b/net/ipcalc/pkg-comment @@ -0,0 +1 @@ +IP Calculator diff --git a/net/ipcalc/pkg-descr b/net/ipcalc/pkg-descr new file mode 100644 index 000000000000..3f21a6a260b8 --- /dev/null +++ b/net/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/ipcalc/pkg-plist b/net/ipcalc/pkg-plist new file mode 100644 index 000000000000..8d7f8e11f9a1 --- /dev/null +++ b/net/ipcalc/pkg-plist @@ -0,0 +1 @@ +bin/ipcalc -- cgit v1.2.3