diff options
author | seanc <seanc@FreeBSD.org> | 2003-08-27 03:49:25 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-08-27 03:49:25 +0000 |
commit | 8714162e2c680cb47193707e7037c2fd7d742b61 (patch) | |
tree | 282dc033264e2130cc467eefb3cb00dcbeb37889 /net-mgmt/subcalc | |
parent | 578daaefa1068f2f207c682f9fc580671f814785 (diff) | |
download | FreeBSD-ports-8714162e2c680cb47193707e7037c2fd7d742b61.zip FreeBSD-ports-8714162e2c680cb47193707e7037c2fd7d742b61.tar.gz |
Add subcalc, a utility that is used for subnet calculation and IPv6
DNS PTR record generation. subcalc takes command line arguments in
a similar format to ifconfig(8) so the synopsis should be familiar to
the user. Given an address family, address and a netmask/prefix
length, subcalc will calculate the number of hosts and address ranges
of the specific network.
PR: ports/55979
Submitted by: Chris S.J. Peron
Diffstat (limited to 'net-mgmt/subcalc')
-rw-r--r-- | net-mgmt/subcalc/Makefile | 20 | ||||
-rw-r--r-- | net-mgmt/subcalc/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/subcalc/pkg-descr | 8 | ||||
-rw-r--r-- | net-mgmt/subcalc/pkg-plist | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/net-mgmt/subcalc/Makefile b/net-mgmt/subcalc/Makefile new file mode 100644 index 0000000..17ed220 --- /dev/null +++ b/net-mgmt/subcalc/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: subcalc +# Date created: 24 August 2003 +# Whom: Chris S.J. Peron <maneo@bsdpro.com> +# +# $FreeBSD$ +# + +PORTNAME= subcalc +PORTVERSION= 1.0 +CATEGORIES= ipv6 net +MASTER_SITES= http://www.seccuris.com/documents/downloads/ +MASTER_SITE_SUBDIR= subcalc + +MAINTAINER= maneo@bsdpro.com +COMMENT= Advanced IP/IPv6 subnet calculation and discovery + +MAN1= subcalc.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/net-mgmt/subcalc/distinfo b/net-mgmt/subcalc/distinfo new file mode 100644 index 0000000..c1a6756 --- /dev/null +++ b/net-mgmt/subcalc/distinfo @@ -0,0 +1 @@ +MD5 (subcalc-1.0.tar.gz) = edb4cb00cadee478a013e24846926655 diff --git a/net-mgmt/subcalc/pkg-descr b/net-mgmt/subcalc/pkg-descr new file mode 100644 index 0000000..d8d3413 --- /dev/null +++ b/net-mgmt/subcalc/pkg-descr @@ -0,0 +1,8 @@ +The subcalc utility is used for subnet calculation and IPv6 DNS PTR +record generation. subcalc takes command line arguments in a similar +format to ifconfig(8) so the synopsis should be familiar to the user. +Given an address family, address and a netmask/prefix length, subcalc +will calculate the number of hosts and address ranges of the specific +network. + +WWW: http://www.seccuris.com diff --git a/net-mgmt/subcalc/pkg-plist b/net-mgmt/subcalc/pkg-plist new file mode 100644 index 0000000..8194aa8 --- /dev/null +++ b/net-mgmt/subcalc/pkg-plist @@ -0,0 +1 @@ +bin/subcalc |