---
name: subnetcalc
version: 2.1.4
origin: net/subnetcalc
comment: IPv4/IPv6 Subnet Calculator
arch: freebsd:9:x86:64
www: http://www.iem.uni-due.de/~dreibh/subnetcalc/
maintainer: dreibh@iem.uni-due.de
prefix: /usr/local
licenselogic: single
licenses: [GPLv3]
flatsize: 62118
desc: |
  SubNetCalc is an IPv4/IPv6 subnet address calculator. For given IPv4 or IPv6
  address and netmask or prefix length, it calculates network address, broadcast
  address, maximum number of hosts and host address range. The output is
  colourized for better readability (e.g. network part, host part). Also, it
  prints the addresses in binary format for better understandability.

  Furthermore, it can identify the address type (e.g. multicast, unique local,
  site local, etc.) and extract additional information from the address
  (e.g. type, scope, interface ID, etc.). Finally, it can generate IPv6 unique
  local prefixes.

  WWW: http://www.iem.uni-due.de/~dreibh/subnetcalc/
deps:
  GeoIP: {origin: net/GeoIP, version: 1.4.8_3}
categories: [net]
files:
  /usr/local/bin/subnetcalc: a17a48384ab3f531b28c5694b58e9cd75209e044fa148f45a28383267c7a42fb
  /usr/local/man/man1/subnetcalc.1.gz: 1439f81f44000baa7dca1cf2f9202e22ef055edc65131cd881d8573bc0fd6183
  /usr/local/share/licenses/subnetcalc-2.1.4/GPLv3: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
  /usr/local/share/licenses/subnetcalc-2.1.4/LICENSE: feb018c22cc4001bbeccc04db5569c5aeaec18f1ebbee51a52d56c251418e243
  /usr/local/share/licenses/subnetcalc-2.1.4/catalog.mk: 20169049f001ea36d112e8ced0f05d3440fe746acb0aa85d5f52c71772f3df76
directories:
  /usr/local/share/licenses/subnetcalc-2.1.4/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
