---
name: bro
version: 2.1_1
origin: security/bro
comment: System for detecting network intruders in real-time
arch: freebsd:9:x86:64
www: http://bro-ids.org/
maintainer: leres@ee.lbl.gov
prefix: /usr/local
licenselogic: single
flatsize: 5236217
desc: |
  Bro is an open-source, Unix-based Network Intrusion Detection System (NIDS)
  that passively monitors network traffic and looks for suspicious activity.
  Bro detects intrusions by first parsing network traffic to extract is
  application-level semantics and then executing event-oriented analyzers that
  compare the activity with patterns deemed troublesome. Its analysis includes
  detection of specific attacks (including those defined by signatures, but
  also those defined in terms of events) and unusual activities (e.g., certain
  hosts connecting to certain services, or patterns of failed connection
  attempts).

  Bro is documented in the USENIX 1998 Security Conference proceedings.

  WWW: http://bro-ids.org/
deps:
  lbl-hf: {origin: sysutils/lbl-hf, version: 1.3}
  lbl-cf: {origin: sysutils/lbl-cf, version: 1.2.4}
  GeoIP: {origin: net/GeoIP, version: 1.4.8_3}
  perl: {origin: lang/perl5.14, version: 5.14.4}
categories:
- security
shlibs_required:
- libGeoIP.so.5
options: {LBL_HF: on, LBL_CF: on, IPV6: on, BROCCOLI: off, ASSERT: off}
