the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: whatmask
Version: 1.2
Revision: 1
License: GPL
Homepage: http://www.laffeycomputer.com/whatmask.html
Description: Subnet calculator
DescDetail: <<
Given a subnet mask or IP address and subnet mask, Whatmask will echo
back the following:
* The netmask in the following formats: CIDR, Netmask, Wildcard Bits
* The Network Address
* The Broadcast Address
* The number of Usable IP Addresses
* The First Usable IP Address
* The Last Usable IP Address
sample output:
------------------------------------------------
TCP/IP NETWORK INFORMATION
------------------------------------------------
IP Entered = ..................: 192.168.0.13
CIDR = ........................: /24
Netmask = .....................: 255.255.255.0
Wildcard Bits = ...............: 0.0.0.255
------------------------------------------------
Network Address = .............: 192.168.0.0
Broadcast Address = ...........: 192.168.0.255
Usable IP Addresses = .........: 254
First Usable IP Address = .....: 192.168.0.1
Last Usable IP Address = ......: 192.168.0.254
<<
Source: http://downloads.laffeycomputer.com/current_builds/%n/%n-%v.tar.gz
Source-MD5: 26aeff74dbba70262ccd426e681dcf4a
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS ChangeLog COPYING NEWS README
Maintainer: None
DescPackaging: <<
Original maintainer: Carsten Klapp
<<