diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-24 23:22:40 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-24 23:22:40 +0000 |
commit | df479a98693f5419f688ae9367f98e3245615027 (patch) | |
tree | d6ef4b85c18b7cc7418964f6dc338486582cd3b4 /net-mgmt/sipcalc/pkg-descr | |
parent | f8a3a9f0fd17324b506710dda403e5a68937ec37 (diff) | |
download | ports-df479a98693f5419f688ae9367f98e3245615027.tar.gz ports-df479a98693f5419f688ae9367f98e3245615027.zip |
Add new port net/sipcalc - IP subnet calculator with IPv6 support
PR: 36264
Submitted by: Janos Mohacsi <janos.mohacsi@dante.org.uk>
Notes
Notes:
svn path=/head/; revision=56559
Diffstat (limited to 'net-mgmt/sipcalc/pkg-descr')
-rw-r--r-- | net-mgmt/sipcalc/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-mgmt/sipcalc/pkg-descr b/net-mgmt/sipcalc/pkg-descr new file mode 100644 index 000000000000..a291eaaed04a --- /dev/null +++ b/net-mgmt/sipcalc/pkg-descr @@ -0,0 +1,24 @@ +Sipcalc is an ip subnet calculator. +Features: + +IPv4 - +* Retrieving of address information from interfaces. +* Classful and CIDR output. +* Multiple address and netmask formats (dotted quad, hex, number of bits). +* Output of broadcast address, network class, Cisco wildcard, hosts/range, + network range. +* Output of a userdefined number of extra networks. +* The ability to "split" a network based on a smaller netmask, + now also with recursive runs on the generated subnets. +* DNS resolution. + +IPv6 - +* Compressed and expanded input addresses. +* Compressed and expanded output. +* Standard IPv6 network output. +* Reverse dns address generation. +* The ability to "split" a network based on a smaller netmask, + now also with recursive runs on the generated subnets. +* DNS resolution. + +WWW: http://www.routemeister.net/projects/sipcalc/ |