This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] ipcalc 0.41 -- Parameter calculator for IPv4 addresses


Included in Debian stable

    http://packages.debian.org/unstable/ipcalc

Jari

sdesc: "Parameter calculator for IPv4 addresses"
ldesc: "Program takes an IP address and netmask in CIDR notation or dotted
decimal notation and calculates the resulting broadcast, network,
Cisco wildcard mask, and host range. By giving a second netmask, you
can design sub- and supernetworks. It is also intended to be a
teaching tool and presents the results as easy-to-understand binary
values."
category: Utils Perl
requires: cygwin perl

a) manual

  wget        \
    http://cygwin.cante.net/ipcalc/ipcalc-0.41-1-src.tar.bz2 \
    http://cygwin.cante.net/ipcalc/ipcalc-0.41-1.tar.bz2 \
    http://cygwin.cante.net/ipcalc/setup.hint

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir ipcalc ; cd ipcalc
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/ipcalc/get.sh \
          http://cygwin.cante.net/ipcalc/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]