diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-21 06:30:15 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-21 06:30:15 +0000 |
commit | f19c9262322eebfa38dbf5b4679b599b172f2468 (patch) | |
tree | 3f9dcfb46c64014805329a5c04e6832d2fbc5000 /net/ipcalc | |
parent | 20e5ccceb788c4d1513f5ff7561371757b1dfbce (diff) | |
download | ports-f19c9262322eebfa38dbf5b4679b599b172f2468.tar.gz ports-f19c9262322eebfa38dbf5b4679b599b172f2468.zip |
Notes
Diffstat (limited to 'net/ipcalc')
-rw-r--r-- | net/ipcalc/Makefile | 22 | ||||
-rw-r--r-- | net/ipcalc/distinfo | 1 | ||||
-rw-r--r-- | net/ipcalc/pkg-comment | 1 | ||||
-rw-r--r-- | net/ipcalc/pkg-descr | 9 | ||||
-rw-r--r-- | net/ipcalc/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
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 <bsd.port.mk> 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 |