Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv21751

Added Files:
        cidr.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8
except for description, which contains packagename


--- NEW FILE: cidr.info ---
Package: cidr
Version: 2.3.2
Revision: 1
#Source: http://geeksoul.com/robert/cidr/%n-%v.tar.gz
Source: http://www.pogma.com/fink/%n-%v.tar.gz
SourceDirectory: %n-%v
CompileScript: make CC=cc
InstallScript: <<
mkdir -p %i/bin %i/share/man/man1
install -m 755 cidr %i/bin
install -m 644 cidr.1 %i/share/man/man1
<<
DocFiles: README gpl.txt rfc1878.txt
Description: Calculates CIDR network, broadcast addresses
DescDetail: <<
cidr is a program to calculate CIDR network and broadcast addresses for a
given IP and mask.  I wrote this primarily to aid myself in reconfiguring my
home LAN, where I often change IP addresses and subnet ranges, because I find
it difficult to remember the appropriate network and broadcast address for a
given /N subnet.  The proper addresses are found in the subnet tables in RFC
1878. 

The program takes an IP and netmask and outputs the network address,
broadcast address, and total number of addresses for the corresponding
subnet.  The IP address can be in binary, decimal, hexadecimal, or
dotted-quad form, and the mask can be in binary, decimal, hex, dotted-quad,
or prefix.  I decided to have the program accept those forms of input
primarily as a learning tool, since I thought it would be interesting to
see how bitwise changes in an IP address affect the dotted-quad form of
that address.
<<
License: GPL
Homepage: http://geeksoul.com/robert/cidr/
Maintainer: Jon Dugan <[email protected]>
Source-MD5: b349453a0196fddd3ffa0af5fbbacf54 


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to