# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # daq # daq/distinfo # daq/Makefile # daq/pkg-plist # daq/pkg-descr # echo c - daq mkdir -p daq > /dev/null 2>&1 echo x - daq/distinfo sed 's/^X//' >daq/distinfo << '45b299445b77fc00f3b21f5ec0802cfe' XSHA256 (daq-0.5.tar.gz) = 36f2954a5994e0047c43a6e48e033712a4f2dbabb63556aa07d6344f3f834eec XSIZE (daq-0.5.tar.gz) = 449703 45b299445b77fc00f3b21f5ec0802cfe echo x - daq/Makefile sed 's/^X//' >daq/Makefile << 'b6f14dff2716ce021a84b68f4a1ca07a' X# New ports collection makefile for: daq X# Date created: 13 January 2011 X# Whom: Dean Freeman (wfreeman@sourcefire.com) X# X# $FreeBSD$ X# X XPORTNAME= daq XPORTVERSION= 0.5 XCATEGORIES= net XMASTER_SITES= SF/snort/snort X XMAINTAINER= wfreeman@sourcefire.com XCOMMENT= Data Acquisition abstraction library for snort 2.9+ X XLIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet \ X pcap.1:${PORTSDIR}/net/libpcap XBUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_LDCONFIG= yes XUSE_BISON= build X XCONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib X X.include b6f14dff2716ce021a84b68f4a1ca07a echo x - daq/pkg-plist sed 's/^X//' >daq/pkg-plist << '4c696552c60e55352998b8353cb2c84a' Xbin/daq-modules-config Xinclude/daq.h Xinclude/daq_api.h Xinclude/daq_common.h Xinclude/sfbpf.h Xinclude/sfbpf_dlt.h Xlib/libdaq.so.0 Xlib/libdaq.so Xlib/libdaq.la Xlib/libdaq_static.la Xlib/libdaq.a Xlib/libdaq_static.a Xlib/libsfbpf.so.0 Xlib/libsfbpf.so Xlib/libsfbpf.la Xlib/libsfbpf.a Xlib/libdaq_static_modules.la Xlib/libdaq_static_modules.a Xlib/daq/daq_pcap.so Xlib/daq/daq_pcap.la Xlib/daq/daq_dump.so Xlib/daq/daq_dump.la Xlib/daq/daq_ipfw.so Xlib/daq/daq_ipfw.la X@dirrm lib/daq 4c696552c60e55352998b8353cb2c84a echo x - daq/pkg-descr sed 's/^X//' >daq/pkg-descr << '97c5c3e06484ed8026c9868e8a98b922' XSnort 2.9 introduces the DAQ, or Data Acquisition library, Xfor packet I/O. The DAQ replaces direct calls to PCAP functions Xwith an abstraction layer that facilitates operation on a variety Xof hardware and software interfaces without requiring changes Xto Snort. It is possible to select the DAQ type and mode Xwhen invoking Snort to perform PCAP readback or inline operation, etc. X XThe DAQ library may be useful for other packet processing applications Xand the modular nature allows you to build new modules for other Xplatforms. X XWWW: http://www.snort.org/ 97c5c3e06484ed8026c9868e8a98b922 exit