---
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: 475123
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: 87e558cce9737adc6d6bc875f8551769458b3acad863fe84354925b9a2abcd81
  /usr/local/sbin/bird: 7eea09b398688c4d043604ad4fb1e075cbe51655986fd9a99fb9a4f86dd1ea68
  /usr/local/sbin/birdc: 6f03ea8378c4e4ef6aad120f33cb6fb856e2901e076f420b1092f31b94c2a264
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
