---
name: netselect
version: 0.3
origin: net/netselect
comment: Ultrafast implementation of ping
arch: freebsd:9:x86:64
www: http://apenwarr.ca/netselect/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [BSD]
flatsize: 15809
desc: |
  netselect is an ultrafast intelligent parallelizing binary-search
  implementation of "ping."

  netselect determines several facts about all of the hosts given on the command
  line, much faster than you would if you tried to use ping and traceroute.
  For example, if I type:

    netselect -v ftp.fceia.unr.edu.ar \
        ftp.kulnet.kuleuven.ac.be \
        ftp.cdrom.com ftp.debian.org \
        ftp.de.debian.org

  It tells me statistics about each of the hostnames I provided,
  in much less time than doing a whole bunch of traceroutes.

  WWW: http://apenwarr.ca/netselect/
categories: [net]
options: {SUID: off}
files:
  /usr/local/bin/netselect: 1af2999c282ddde532d3903e52255e96668532379b9b0bc2e68e1995551c8a20
  /usr/local/share/licenses/netselect-0.3/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/share/licenses/netselect-0.3/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/netselect-0.3/catalog.mk: a6263ad9113610b66207335c7bf2063168db75287901e6c38d2f44ac293e2630
directories:
  /usr/local/share/licenses/netselect-0.3/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
