freebsd-ports/devel/mtbl/pkg-plist
Don Lewis 6c80702a12 devel/mtbl: Upgrade to version 1.4.0
The immutable sorted string table library project, mtbl 1.4.0, is
released. This release adds command-line options to support compression
levels in mtbl_merge, and a hex formatting option and a variety of
filtering options for mtbl_dump. Note that this release leaves the
MTBL file format unchanged. In detail:

 * Add -l option to specify compression level for mtbl_merge.
 * Add -x option to mtbl_dump to print data for the key and value
   each formatted with the length (8 digit hexadecimal), a colon,
   and then hex digit pairs separated by a dash.
 * Minimum and maximum Zstd compression levels changed from hardcoded
   1 and 22, respectively, to values defined by Zstd.
 * Add -k and -v options to mtbl_dump to print only entries for
   which the key or value, respectively, matches the given prefix.
 * Add -K and -V options to mbtl_dump to print only entries for
   which the length of the key or value, respectively, is greater
   than or equal to the given integer.

Sponsored by:	Farsight Security, Inc.
2021-10-26 16:23:30 -07:00

26 lines
574 B
Text

bin/mtbl_dump
bin/mtbl_info
bin/mtbl_merge
bin/mtbl_verify
include/mtbl.h
lib/libmtbl.a
lib/libmtbl.so
lib/libmtbl.so.1
lib/libmtbl.so.1.1.1
libdata/pkgconfig/libmtbl.pc
man/man1/mtbl_dump.1.gz
man/man1/mtbl_info.1.gz
man/man1/mtbl_merge.1.gz
man/man1/mtbl_verify.1.gz
man/man3/mtbl_crc32c.3.gz
man/man3/mtbl_fileset.3.gz
man/man3/mtbl_fixed.3.gz
man/man3/mtbl_iter.3.gz
man/man3/mtbl_merger.3.gz
man/man3/mtbl_metadata.3.gz
man/man3/mtbl_reader.3.gz
man/man3/mtbl_sorter.3.gz
man/man3/mtbl_source.3.gz
man/man3/mtbl_varint.3.gz
man/man3/mtbl_writer.3.gz
man/man7/mtbl.7.gz