Bug 153997 - new port: net/daq, Snort 2.9.x DAQ library
Summary: new port: net/daq, Snort 2.9.x DAQ library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eygene Ryabinkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-14 21:10 UTC by William Freeman
Modified: 2011-01-18 17:02 UTC (History)
0 users

See Also:


Attachments
file.shar (2.29 KB, text/plain)
2011-01-14 21:10 UTC, William Freeman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description William Freeman 2011-01-14 21:10:06 UTC
Snort 2.9 and hire use the DAQ library to abstract networking and capture functions.  This port is offered to satisfy a dependency with Snort 2.9.  I am also submitting an updated snort port.
Comment 1 Eygene Ryabinkin freebsd_committer freebsd_triage 2011-01-15 07:50:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rea

Will process this PR.
Comment 2 Eygene Ryabinkin freebsd_committer freebsd_triage 2011-01-15 14:53:52 UTC
I had changed some of the port's contents.  Here is the
changelog:
 - properly spelled "January";
 - fixed plist and moved it to the pkg-plist to make Makefile smaller;
 - added dependencies for bison and flex;
 - pruned obsolete MD5 checksum from the distinfo;
 - added ${LOCALBASE}/{include,lib} to the configure flags to properly
   catch libpcap on 7.x;
 - reformatted pkg-descr to fit into 70-72 columns and avoid hanging
   words.

New shar(1) archive is available at
  http://codelabs.ru/fbsd/ports/daq/new-port.shar
Please, test it.

And I also wonder if there is some small application (preferrably
in the form of source code) to test the new port: 7.x version will
use libpcap from ports, because there's no system libpcap, whereas
8.x and 9.x versions have libpcap in the base system, so I really
don't know what libpcap version is preferrable -- the system one
or the one from the libpcap port?  I think that it is better to
test this before adding the port.

Any remarks?
--=20
Eygene Ryabinkin                                        ,,,^..^,,,
[ Life's unfair - but root password helps!           | codelabs.ru ]
[ 82FE 06BC D497 C0DE 49EC  4FF0 16AF 9EAE 8152 ECFB | freebsd.org ]
Comment 3 Eygene Ryabinkin freebsd_committer freebsd_triage 2011-01-15 15:20:10 UTC
State Changed
From-To: open->feedback

Awaiting original poster's feedback.
Comment 4 William Freeman 2011-01-15 22:12:39 UTC
Wow... I miss-spelled January? that's lame.  The rest of that sounds good
though.  Thanks.

-- 
Dean Freeman
Research Analyst, Sourcefire VRT
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-01-18 16:46:59 UTC
rea         2011-01-18 16:46:54 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/daq              Makefile distinfo pkg-descr pkg-plist 
  Log:
  New port: net/daq
  
  DAQ is the data acquisition library for Snort 2.9.
  
  PR: 153997
  Feature safe: yes
  Approved by: erwin (mentor)
  
  Revision  Changes    Path
  1.2306    +1 -0      ports/net/Makefile
  1.1       +29 -0     ports/net/daq/Makefile (new)
  1.1       +2 -0      ports/net/daq/distinfo (new)
  1.1       +12 -0     ports/net/daq/pkg-descr (new)
  1.1       +25 -0     ports/net/daq/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Eygene Ryabinkin freebsd_committer freebsd_triage 2011-01-18 17:01:50 UTC
State Changed
From-To: feedback->closed

New port committed, thanks for your work!