freebsd-ports/dns/dnstable/pkg-plist
Don Lewis 9db4cb7b4e Add new port dns/dnstable.
dnstable implements an encoding format for passive DNS data. It
consists of a C library, libdnstable, and several command line
utilities for creating, querying, and merging dnstable data files.

It stores key-value records in Sorted String Table (SSTable) files
and provides high-level interfaces for querying or iterating over
the stored records. dnstable encodes individual records using a
format tailored for efficiently storing passive DNS data and can
quickly perform both "forward" and "inverse" searches.

Differential Revision:	https://reviews.freebsd.org/D2214
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-04-03 22:22:45 +00:00

21 lines
536 B
Text

bin/dnstable_convert
bin/dnstable_dump
bin/dnstable_lookup
bin/dnstable_merge
include/dnstable.h
lib/libdnstable.a
lib/libdnstable.so
lib/libdnstable.so.0
lib/libdnstable.so.0.0.0
libdata/pkgconfig/libdnstable.pc
man/man1/dnstable_convert.1.gz
man/man1/dnstable_dump.1.gz
man/man1/dnstable_lookup.1.gz
man/man1/dnstable_merge.1.gz
man/man3/dnstable_entry.3.gz
man/man3/dnstable_iter.3.gz
man/man3/dnstable_merge_func.3.gz
man/man3/dnstable_query.3.gz
man/man3/dnstable_reader.3.gz
man/man5/dnstable-encoding.5.gz
man/man7/dnstable.7.gz