---
name: daq
version: 2.0.0
origin: net/daq
comment: Data Acquisition abstraction library for snort 2.9+
arch: freebsd:9:x86:64
www: http://www.snort.org/
maintainer: zi@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- GPLv2
flatsize: 628547
desc: |
  Snort 2.9 introduces the DAQ, or Data Acquisition library,
  for packet I/O.  The DAQ replaces direct calls to PCAP functions
  with an abstraction layer that facilitates operation on a variety
  of hardware and software interfaces without requiring changes
  to Snort.  It is possible to select the DAQ type and mode
  when invoking Snort to perform PCAP readback or inline operation, etc.

  The DAQ library may be useful for other packet processing applications
  and the modular nature allows you to build new modules for other
  platforms.

  WWW: http://www.snort.org/
deps:
  libdnet: {origin: net/libdnet, version: 1.11_3}
categories:
- net
shlibs_required:
- libsfbpf.so.0
shlibs_provided:
- libsfbpf.so.0
- libdaq.so.2
- daq_pcap.so
- daq_ipfw.so
- daq_dump.so
files:
  /usr/local/bin/daq-modules-config: b9f68413b74b6608dc0a64bd7a06c2e2d8085286611790e02f28e768d51f82c0
  /usr/local/include/daq.h: 3dacf6fde768e8bf22728436e0eeaddf1c2aee9256c51f99f2a528478508b615
  /usr/local/include/daq_api.h: 5899350884f338b0380bdd8d2a22c20e74a08bb48e374d48df7013c7b99f1df5
  /usr/local/include/daq_common.h: 90bf93948fc249a00431451eb7c291f599d9a7c3297cd5cdb94acc0bd8d45f5e
  /usr/local/include/sfbpf.h: 1d762d40d9b03d6481a870f5864f2c91b0a2f80dee7cf114f2c1fc9730833520
  /usr/local/include/sfbpf_dlt.h: b6ad7eaadd91ea85c1bc806ec978a0bd6524520ff816eb89ab607e0f55a8092c
  /usr/local/lib/daq/daq_dump.la: 48ca1a83ca9be2c0442278f96013b97c499bc9f3d4d8d89482273797932b6204
  /usr/local/lib/daq/daq_dump.so: 7691fa23fcd636162d4d137b2ed6ef092e828dd46db837249253fc93959bf6fe
  /usr/local/lib/daq/daq_ipfw.la: 94339a78132ceb6a7da3c9261f391ee6b825e963ff62cce005baa79137aa86e4
  /usr/local/lib/daq/daq_ipfw.so: 8906b88e7182cabb76cfb947b0c786eab3b1d7c93be8d4a22438c82d164ed28f
  /usr/local/lib/daq/daq_pcap.la: 05c2295700b706433e4f49a49d390c395c50ebb76ba9266b94707644560fd1d1
  /usr/local/lib/daq/daq_pcap.so: 7beb91904fde5418b7df251ad71bd791773906052b69802d48c0ff34e3af40f9
  /usr/local/lib/libdaq.a: 610e6309e82257ca7c52703b2195b1cd402a1c44bc9986a312a80ed0d605e1cf
  /usr/local/lib/libdaq.la: 21b011f4039d7e022679ea93ca996611e7ef7f1dda2c8723491295bdf53e344a
  /usr/local/lib/libdaq.so: '-'
  /usr/local/lib/libdaq.so.2: 64eb1fc46615c68afa28f381b62ed9d248881993af0b7f316d310c444d9e0614
  /usr/local/lib/libdaq_static.a: caaf066bfea237e1029e830d9fee24c227746f7ea54879412a2ea0185cc8b93b
  /usr/local/lib/libdaq_static.la: 06b4bc6a0c9d264215e0d8b1274b8ff0506282afff1c35c5cc56b21f55026c6d
  /usr/local/lib/libdaq_static_modules.a: e42aa0e1a30e27d0849ffc6b6d823d3d8c928834d5f9760f11db3272d5887575
  /usr/local/lib/libdaq_static_modules.la: 4ab497992ce6a46aaf4a4480407b80f0616b557daa982698211e46f2b4b50e6e
  /usr/local/lib/libsfbpf.a: 0da470800a2eba87fb12e4c41a499069b5c9365a7a12418c421c24cf6132ea03
  /usr/local/lib/libsfbpf.la: 654db530c67229243a0705f4cbb5b4f832253b2df54580449d27f91ba74a8798
  /usr/local/lib/libsfbpf.so: '-'
  /usr/local/lib/libsfbpf.so.0: 1032bdca716aebc91c59f29aaef2058c5ea57c876a5f0ef058592e9de2934b1b
  /usr/local/share/licenses/daq-2.0.0/GPLv2: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819
  /usr/local/share/licenses/daq-2.0.0/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/daq-2.0.0/catalog.mk: 9d2e3f98f3781180e2951779f76e56e6509887b1ab409237708d3fe30cc5841e
directories:
  /usr/local/share/licenses/daq-2.0.0/: n
  /usr/local/share/licenses/: y
  /usr/local/lib/daq/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
