---
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: 486611
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: c1d108860bd7ac24490ecaf51980774734bab91cf2c8430d5e3367771f495bfc
  /usr/local/sbin/birdc: 1d4875624ba260f512abe90471358c0cd92b52348106fc6edba6109860858b17
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
