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/PLIST | |
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/PLIST')
-rw-r--r-- | net/sipcalc/PLIST | 3 |
1 files changed, 3 insertions, 0 deletions
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 |