Bug 199292

Summary: [NEW PORT] devel/fstrm: C implementation of the Frame Streams data transport protocol
Product: Ports & Packages Reporter: Leo Vandewoestijne <freebsd>
Component: Individual Port(s)Assignee: Bartek Rutkowski <robak>
Status: Closed FIXED    
Severity: Affects Some People CC: robak, truckman
Priority: --- Keywords: needs-qa, patch
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 199298    
Attachments:
Description Flags
new port fstrm - shar file none

Description Leo Vandewoestijne 2015-04-08 13:13:38 UTC
Created attachment 155339 [details]
new port fstrm - shar file

fstrm is (besides protobuf-c) a requirement to enable dnstap in dns/knot.
And so I made a simple port to install it, such that dnstap can become a config option in Knot DNS.

https://github.com/farsightsec/fstrm/
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-04-09 14:45:47 UTC
A commit references this bug:

Author: robak
Date: Thu Apr  9 14:45:14 UTC 2015
New revision: 383649
URL: https://svnweb.freebsd.org/changeset/ports/383649

Log:
  devel/fstrm: NEW PORT - Implementation of the Frame Streams data transport protocol in C

  fstrm is an optimized C implementation of Frame Streams that
  includes a fast, lockless circular queue implementation
  and exposes library interfaces for setting up a dedicated
  Frame Streams I/O thread and asynchronously submitting data
  frames for transport from worker threads. It was originally
  written to facilitate the addition of high speed binary
  logging to DNS servers written in C using the dnstap
  log format.

  WWW: https://github.com/farsightsec/fstrm

  PR:		199292
  Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>

Changes:
  head/devel/Makefile
  head/devel/fstrm/
  head/devel/fstrm/Makefile
  head/devel/fstrm/distinfo
  head/devel/fstrm/pkg-descr
  head/devel/fstrm/pkg-plist
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2015-04-09 14:46:36 UTC
Committed, with some changes, thanks for your work!