---
name: ipguard
version: 1.04_1
origin: security/ipguard
comment: Tool designed to protect LAN IP address space by ARP spoofing
arch: freebsd:9:x86:64
www: http://ipguard.deep.perm.ru/
maintainer: sead@deep.perm.ru
prefix: /usr/local
licenselogic: single
flatsize: 70891
desc: |
  ipguard listens network for ARP packets. All permitted MAC-IP pairs
  listed in 'ethers' file. If it recieves one with MAC-IP pair, which is
  not listed in 'ethers' file, it will send ARP reply with configured
  fake address. This will prevent not permitted host to work properly in
  local ethernet segment.

  Author: SeaD <sead at deep.perm.ru>
  WWW: http://ipguard.deep.perm.ru/
deps:
  libnet11: {origin: net/libnet, version: '1.1.6_1,1'}
categories: [security, net]
files:
  /usr/local/etc/rc.d/ipguard: 02c22c185e0485f348c8df8f218fb804be4686ca4f10baf240b32fccaa450cc5
  /usr/local/man/man8/ipguard.8.gz: 534daaa53a13f1c1487264f3ccd31cab71c844859551f817ba30a9774ed3943a
  /usr/local/sbin/ipguard: e2631fb161031194903c46eb28d6014eaa6290adbf142c1ba18b2f852fe84a4f
  /usr/local/share/doc/ipguard/COPYRIGHT: ed3ebd488147ffc47b598ebf110f32fdde2e11cd89b62a85c2f2ed8c35c1ccef
  /usr/local/share/doc/ipguard/NEWS: afdb8463e57982f50421ea37f8071be59511695fc19b0210adb2ab9b84e9f556
  /usr/local/share/doc/ipguard/README: c68a32c0ebde8465f366bd6b389e92a74c2a4c4876afa11e5adfc89aed4c00e0
  /usr/local/share/doc/ipguard/README.log: fc618e443bece08b103fd01df7486cf01b1d6712648b919425148b1f085d81ce
  /usr/local/share/doc/ipguard/README.tcpdump: 5a3647ad61088b3e117d31035e12a9b9f9e367a613f696ca8b78aaa863887cd1
  /usr/local/share/doc/ipguard/ethers.sample: 03eedfb33dbceece4a8fdeb357c1c486734cfb038f5dda5ec8754ee0d73ddd80
  /usr/local/share/doc/ipguard/rfc826.txt: 01bc62fe6a37e90f1246ac43e8e145f1322b4ed1474836145c3da93d2bd3c8a6
directories:
  /usr/local/share/doc/ipguard/: n
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
