Created attachment 164495 [details] SHAR file Hi, Here is port of command line tool based on snappy. The main advantages: - high compression / decompression speed (few times faster than gzip). - supports many snappy formats (framing, framing2, snzip, snappy-java, snappy-in-java) - first command-line tool for snappy in FreeBSD ports repository (I hope :)) It works fine (at least for me). Portlint and testport are fine and attached to ticket.
Created attachment 164496 [details] poudriere-testport for 10-stable
Created attachment 164497 [details] Portlint
WWW: https://github.com/kubo/snzip
Since there are only few entries in pkg-plist, it can be simplified by adding PLIST_FILES=bin/snzip and PORTDOCS=* to Makefile.
Created attachment 164504 [details] SHAR file Corrected: moved plist to Makefile
A commit references this bug: Author: sunpoet Date: Tue Dec 22 17:11:40 UTC 2015 New revision: 404258 URL: https://svnweb.freebsd.org/changeset/ports/404258 Log: - Add snzip 1.0.2 - While I'm here: - Add LICENSE_FILE - Add OPTIONS_DEFINE Snzip is one of command line tools using snappy. This supports five types of file formats: framing-format, old framing-format, SNZ format, snappy-java format and snappy-in-java format. The default format is framing-format. WWW: https://github.com/kubo/snzip PR: 205511 Submitted by: <mizhka@gmail.com> Changes: head/archivers/Makefile head/archivers/snzip/ head/archivers/snzip/Makefile head/archivers/snzip/distinfo head/archivers/snzip/pkg-descr
Thank you!
Committed. Thanks!