diff options
author | grant <grant@pkgsrc.org> | 2002-06-17 11:52:29 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-06-17 11:52:29 +0000 |
commit | b50089351604f4d2b351b9444e03659be50b4684 (patch) | |
tree | 69258064d0098877e42de2fa965f183ec138df97 /net/sipcalc | |
parent | 7f4f8c43476c73f4aa240d6c30de7a9db0121ca3 (diff) | |
download | pkgsrc-b50089351604f4d2b351b9444e03659be50b4684.tar.gz |
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.
Diffstat (limited to 'net/sipcalc')
-rw-r--r-- | net/sipcalc/DESCR | 15 | ||||
-rw-r--r-- | net/sipcalc/Makefile | 15 | ||||
-rw-r--r-- | net/sipcalc/PLIST | 3 | ||||
-rw-r--r-- | net/sipcalc/distinfo | 4 |
4 files changed, 37 insertions, 0 deletions
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 |