From 0a5b710d668611dfc8e9351caeea96f3ab7df34a Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 17 Jun 2002 11:52:29 +0000 Subject: Initial import of sipcalc-1.1.1. 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. --- net/sipcalc/DESCR | 15 +++++++++++++++ net/sipcalc/Makefile | 15 +++++++++++++++ net/sipcalc/PLIST | 3 +++ net/sipcalc/distinfo | 4 ++++ 4 files changed, 37 insertions(+) create mode 100644 net/sipcalc/DESCR create mode 100644 net/sipcalc/Makefile create mode 100644 net/sipcalc/PLIST create mode 100644 net/sipcalc/distinfo (limited to 'net') diff --git a/net/sipcalc/DESCR b/net/sipcalc/DESCR new file mode 100644 index 00000000000..367195e3b01 --- /dev/null +++ b/net/sipcalc/DESCR @@ -0,0 +1,15 @@ +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. diff --git a/net/sipcalc/Makefile b/net/sipcalc/Makefile new file mode 100644 index 00000000000..2be28ebd1a6 --- /dev/null +++ b/net/sipcalc/Makefile @@ -0,0 +1,15 @@ +# $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" diff --git a/net/sipcalc/PLIST b/net/sipcalc/PLIST new file mode 100644 index 00000000000..50c8f3c07c2 --- /dev/null +++ b/net/sipcalc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/17 11:52:29 grant Exp $ +bin/sipcalc +man/man1/sipcalc.1 diff --git a/net/sipcalc/distinfo b/net/sipcalc/distinfo new file mode 100644 index 00000000000..72d55006d65 --- /dev/null +++ b/net/sipcalc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/17 11:52:29 grant Exp $ + +SHA1 (sipcalc-1.1.1.tar.gz) = a73ceab1f3f38b1e802d93ab6de0251c4c96d222 +Size (sipcalc-1.1.1.tar.gz) = 61800 bytes -- cgit v1.2.3