Port details |
- snzip Compression/decompression tool based on snappy library
- 1.0.5 archivers
=0 1.0.4_1Version of this port present on the latest quarterly branch. - Maintainer: mizhka@freebsd.org
 - Port Added: 2015-12-22 17:11:47
- Last Update: 2021-12-16 06:42:57
- Commit Hash: 290efed
- License: BSD2CLAUSE
- Description:
- 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
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/archivers/snzip/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/snzip
- pkg install snzip
- PKGNAME: snzip
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1639634540
SHA256 (kubo-snzip-v1.0.5_GH0.tar.gz) = 0e666e607a62e333cd3dc674870382a138b727fa07e69e2e4eebcfb4a5c8ab12
SIZE (kubo-snzip-v1.0.5_GH0.tar.gz) = 2374794
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- Library dependencies:
-
- libsnappy.so : archivers/snappy
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for snzip-1.0.5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- archivers_snzip
- USES:
- autoreconf compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Dec 2021 06:42:57 1.0.5
|
Michael Zhilin (mizhka)  |
archivers/snzip: fix portlint/portclippy warnings |
16 Dec 2021 06:31:15 1.0.5
|
Michael Zhilin (mizhka)  |
archivers/snzip: update to 1.0.5 and unbreak
This commit unbreaks snzip and update it to latest version.
Also it adds new binaries "snzcat and snunzip". |
16 May 2021 17:33:22 1.0.4_1
|
Dmitry Marakasov (amdmi3)  |
archivers/snzip: mark BROKEN (fails to link)
Approved by: portmgr blanket |
07 Apr 2021 08:09:01 1.0.4_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.0.4_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Jul 2019 20:46:57
1.0.4_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
28 Feb 2019 04:33:36
1.0.4
|
linimon  |
Pet portlint. |
16 Jan 2019 05:14:27
1.0.4
|
linimon  |
This port requires C++11-aware compiler. Add USES=compiler:c++11-lang
to fix build on GCC-based architectures.
PR: 234941
Submitted by: Piotr Kubaj
Approved by: maintainer |
26 Dec 2016 15:14:42
1.0.4
|
rene  |
archivers/snappy: update to 1.0.4
PR: 213646
Submitted by: maintainer (mizhka@gmail.com) |
19 May 2016 10:21:25
1.0.2
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 13:29:17
1.0.2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
22 Dec 2015 17:11:40
1.0.2
|
sunpoet  |
- 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> |