---
name: bird-devel
version: 20130301
origin: net/bird-devel
comment: Dynamic IP routing daemon (devel version)
arch: freebsd:9:x86:64
www: http://bird.mpls.in/
maintainer: melifaro@ipfw.ru
prefix: /usr/local
licenselogic: single
flatsize: 486947
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: 6854c7d122036bfa377820369dc806c224566603e87c5acb8a21662cde79bb61
  /usr/local/sbin/birdc: 60eeacd2477a093b1df3f6fbf22bb7105b21ea0d6b4f6f1718a431112585e4d7
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
