Sipcalc is an ip subnet calculator. Features include: - IPv4 * Retrieving of address information from interfaces. * Classfull and CIDR output. * Multiple address and netmask input and output formats (dotted quad, hex, number of bits). * Output of broadcast address, network class, Cisco wildcard, * hosts/range, network range. * The ability to "split" a network based on a smaller netmask, now * also with recursive runs on the generated subnets. (also IPv6) - IPv6 * Compressed and expanded input and output addresses. * Standard IPv6 network output. * v4 in v6 output. * Reverse DNS address generation.
15 lines
381 B
Makefile
15 lines
381 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/06/17 11:52:29 grant Exp $
|
|
#
|
|
|
|
DISTNAME= sipcalc-1.1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.routemeister.net/projects/sipcalc/
|
|
COMMENT= IPv4/IPv6 subnet calculator
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --disable-web
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|