---
name: bird-devel
version: 20130301
origin: net/bird-devel
comment: Dynamic IP routing daemon (devel version)
arch: freebsd:10:x86:64
www: http://bird.mpls.in/
maintainer: melifaro@ipfw.ru
prefix: /usr/local
licenselogic: single
flatsize: 475059
desc: |
  The BIRD project aims to develop a fully functional dynamic IP routing daemon.

  - Both IPv4 and IPv6
  - Multiple routing tables
  - BGP
  - RIP
  - OSPF
  - LDP
  - L3VPN
  - Static routes
  - Inter-table protocol
  - Command-line interface
  - Soft reconfiguration
  - Powerful language for route filtering

  WWW: http://bird.mpls.in/
categories:
- net
options: {KMPLS: off}
files:
  /usr/local/etc/bird.conf.example: a656f0fa27e2f1ea1f91a0906867de46aa292ad332cac79381278df9d49607c1
  /usr/local/etc/rc.d/bird: 0061e4630c04453fce56b0e13f3805819ff1b2d889b343969315139c6ad5f41a
  /usr/local/sbin/bird: b6823ee7bd26bcae64531069a3ceb1fe26c531961f1e17ec443d1a0984e29427
  /usr/local/sbin/birdc: aee02f190d632344ec9164c56fbe4d409220dc98a7c21bc302db5c47d96efe1b
scripts:
  post-install: |
    if [ ! -f /usr/local/etc/bird.conf ] ; then cp -p /usr/local/etc/bird.conf.example /usr/local/etc/bird.conf; fi
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/bird.conf.example /usr/local/etc/bird.conf; then rm -f /usr/local/etc/bird.conf; fi
    cd /usr/local
  post-deinstall: |
    cd /usr/local
