Bug 205511 - [NEW PORT] archivers/snzip: compression/decompression tool based on snappy
Summary: [NEW PORT] archivers/snzip: compression/decompression tool based on snappy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL: https://github.com/kubo/snzip
Keywords: feature, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-12-22 14:05 UTC by Michael Zhilin
Modified: 2015-12-23 16:57 UTC (History)
0 users

See Also:


Attachments
SHAR file (1.90 KB, application/x-shar)
2015-12-22 14:05 UTC, Michael Zhilin
no flags Details
poudriere-testport for 10-stable (21.66 KB, text/plain)
2015-12-22 14:05 UTC, Michael Zhilin
no flags Details
Portlint (12 bytes, text/plain)
2015-12-22 14:06 UTC, Michael Zhilin
no flags Details
SHAR file (1.59 KB, patch)
2015-12-22 17:07 UTC, Michael Zhilin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Zhilin freebsd_committer freebsd_triage 2015-12-22 14:05:00 UTC
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.
Comment 1 Michael Zhilin freebsd_committer freebsd_triage 2015-12-22 14:05:58 UTC
Created attachment 164496 [details]
poudriere-testport for 10-stable
Comment 2 Michael Zhilin freebsd_committer freebsd_triage 2015-12-22 14:06:20 UTC
Created attachment 164497 [details]
Portlint
Comment 3 Michael Zhilin freebsd_committer freebsd_triage 2015-12-22 14:08:10 UTC
WWW: https://github.com/kubo/snzip
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-12-22 16:19:41 UTC
Since there are only few entries in pkg-plist, it can be simplified by adding PLIST_FILES=bin/snzip and PORTDOCS=* to Makefile.
Comment 5 Michael Zhilin freebsd_committer freebsd_triage 2015-12-22 17:07:06 UTC
Created attachment 164504 [details]
SHAR file

Corrected: moved plist to Makefile
Comment 6 commit-hook freebsd_committer freebsd_triage 2015-12-22 17:12:35 UTC
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
Comment 7 Michael Zhilin freebsd_committer freebsd_triage 2015-12-22 20:56:22 UTC
Thank you!
Comment 8 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-12-23 16:57:19 UTC
Committed. Thanks!