Port details |
- snappy Fast compressor/decompressor library
- 1.2.1_1 archivers
=18 1.2.1_1Version of this port present on the latest quarterly branch. - Maintainer: vanilla@FreeBSD.org
 - Port Added: 2011-04-04 10:21:18
- Last Update: 2024-07-09 02:23:44
- Commit Hash: 4998b87
- People watching this port, also watch:: alsa-lib, pcre, indexinfo, libxml2, libXau
- License: BSD3CLAUSE
- WWW:
- https://google.github.io/snappy/
- Description:
- Snappy is a compression/decompression library. It does not aim for maximum
compression, or compatibility with any other compression library; instead,
it aims for very high speeds and reasonable compression. For instance,
compared to the fastest mode of zlib, Snappy is an order of magnitude faster
for most inputs, but the resulting compressed files are anywhere from 20% to
100% bigger.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- snappy>0:archivers/snappy
- To install the port:
- cd /usr/ports/archivers/snappy/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/snappy
- pkg install snappy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: snappy
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1717485290
SHA256 (google-snappy-1.2.1_GH0.tar.gz) = 736aeb64d86566d2236ddffa2865ee5d7a82d26c9016b36218fcc27ea4f09f86
SIZE (google-snappy-1.2.1_GH0.tar.gz) = 1108761
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- devel/apitrace
- for Libraries
-
- archivers/c-blosc
- archivers/php-snappy
- archivers/py-python-snappy
- archivers/rubygem-snappy
- archivers/snzip
- cad/camotics
- databases/keydb
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- archivers_snappy
- USES:
- cmake compiler:c++11-lang cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1_1 09 Jul 2024 02:23:44
    |
Yuri Victorovich (yuri)  |
archivers/snappy: Enable RTTI
This fixes the build problem at least in www/proxygen when it expects
typeinfo of some Snappy class that is missing w/out the RTTI info.
PR: 279969
Approved by: vanilla@FreeBSD.org (maintainer) |
1.2.1 06 Jun 2024 05:21:12
    |
Vanilla I. Shu (vanilla)  |
archivers/snappy: update to 1.2.1 |
1.2.0 16 May 2024 14:32:36
    |
Vanilla I. Shu (vanilla)  |
archivers/snappy: remove PIE_UNSAFE after
b40aa97071012f71a9c8937ef41d3153f070243f. |
1.2.0 07 Apr 2024 16:50:07
    |
Daniel Engberg (diizzy)  |
archivers/snappy: Improve port
* Convert from PORTVERSION to DISTVERSION
* Define LICENSE_FILE
* Remove CMAKE_BUILD_TYPE
* Use = instead of += for PLIST_SUB, SUB_FILES, SUB_LIST
* Rearrange port for better readability
PR: 278228
Reviewed by: vanilla (maintainer) |
1.2.0 07 Apr 2024 10:14:25
    |
Vanilla I. Shu (vanilla)  |
archivers/snappy: update to 1.2.0. |
1.1.10 03 Aug 2023 13:46:18
    |
Vanilla I. Shu (vanilla)  |
archivers/snappy: mark as PIE_UNSAFE
PR: 268920
Reported by: netchild@ |
1.1.10 14 Apr 2023 14:16:09
    |
Robert Clausecker (fuz)  |
archivers/snappy: fix build on armv7
A recent commit introduced NEON intrinsics that are only available on
aarch64. Work around this problem by adding polyfill for the missing
intrinsic.
Approved by: portmgr (build fix blanket)
Obtained from: https://stackoverflow.com/a/70154591/417501
See also: https://groups.google.com/g/snappy-compression/c/m1ZNPsobiQs
MFH: 2023Q2 |
1.1.10 12 Mar 2023 12:21:31
    |
Vanilla I. Shu (vanilla)  |
archivers/snappy: update to 1.1.10. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.9_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.9_1 20 Jul 2022 14:20:49
    |
Tobias C. Berner (tcberner)  |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1.9_1 20 Sep 2021 14:20:24
    |
Bernhard Froehlich (decke)  |
archivers/snappy: Add CPE information
Approved by: portmgr (blanket) |
1.1.9_1 16 Jun 2021 02:40:17
    |
Yuri Victorovich (yuri)  |
archivers/snappy: Enable RTTI info
devel/folly is (silently) built with unresolved symbols because snappy disables
RTTI info.
This later causes www/proxygen build failure.
PR: 256625
Approved by: vanilla (maintainer) |
1.1.9 06 May 2021 15:05:57
    |
Vanilla I. Shu (vanilla)  |
archivers/snappy: update to 1.1.9, also build static library.
PR: 246592
Reported by: Mitchell Holland <mitchell.holland@akips.com> |
1.1.8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.8 22 Jan 2020 00:12:31
  |
vanilla  |
Update to 1.1.8. |
1.1.7 23 Nov 2019 15:40:08
  |
vanilla  |
1: update to 1.1.7.
2: install snappy.pc for backward compatible.
PR: 227220
Submitted by: tcovert+freebsd@sahuagin.net |
1.1.6_1 26 Jul 2019 20:46:57
  |
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 |
1.1.6 26 Dec 2018 21:58:28
  |
linimon  |
Add USES=compiler:c++11-lang to fix linking with devel/smack on GCC-based
architectures.
PR: 234411
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.1.6 24 Dec 2017 10:48:23
  |
danfe  |
Remove BROKEN_sparc64 statement which was originally added in r277772 by
linimon@ 6.5 years ago for Snappy 1.0.2. It now builds and runs fine on
10.4-STABLE running under QEMU 2.9.0 (regression tests pass, courtesy of
TEST_TARGET). While at it, move OPTIONS_DEFINE knob where it is usually
expected to be found in the Makefile. |
1.1.6 04 Aug 2017 07:11:00
  |
vanilla  |
Update to 1.1.6. |
1.1.4 30 Jan 2017 12:49:22
  |
vanilla  |
Fix building on i386 (with SSE2 enable)
PR: 216553
Submitted by: vvd@unislabs.com |
1.1.4 28 Jan 2017 15:30:53
  |
vanilla  |
Update to 1.1.4. |
1.1.3 30 Sep 2015 15:04:23
  |
swills  |
archivers/snappy: fix build
PR: 203451
Reported by: Dusan Vejnovic <freebsd@dussan.org>
Approved by: vanilla (maintianer) |
1.1.3 30 Sep 2015 02:42:54
  |
vanilla  |
Change WWW to current site. |
1.1.3 30 Sep 2015 02:40:54
  |
vanilla  |
1: Upgrade to 1.1.3.
2: switch to GITHUB. |
1.1.1_1 19 Oct 2014 23:12:07
  |
bapt  |
Clean up plist |
1.1.1_1 16 Jun 2014 15:16:18
  |
amdmi3  |
- Add missing USES=libtool to archivers/snappy
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
1.1.1 03 Jun 2014 14:34:06
  |
vanilla  |
Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared
library version.
PR: ports/190409
Submitted by: ports at robakdesign.com
Approved by: portmgr@ (for NO_STAGE) |
1.1.0 15 Jan 2014 22:22:20
  |
bapt  |
Use BROKEN_sparc64
Stop patching Makefile and let stage take care installing PORTDICS or not
This avoid including too many times bsd.port.mk |
1.1.0 24 Sep 2013 06:24:17
  |
bapt  |
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery |
20 Sep 2013 13:11:21

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
1.1.0 20 Feb 2013 21:15:13
  |
sunpoet  |
- Fix build when devel/googletest was installed
- Convert to new options framework
Approved by: vanilla (maintainer) |
1.1.0 19 Feb 2013 08:17:14
  |
vanilla  |
Upgrade to 1.1.0. |
1.0.5 18 Dec 2012 07:57:31
  |
danfe  |
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here. |
1.0.5 15 Mar 2012 15:29:32
 |
vanilla  |
Upgrade to 1.0.5.
Feature safe: yes |
1.0.4 09 Nov 2011 15:26:04
 |
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.0.4 29 Oct 2011 17:40:45
 |
miwi  |
- Fix build on FreeBSD 10 |
1.0.4 19 Sep 2011 01:00:04
 |
vanilla  |
Upgrade to 1.0.4. |
1.0.3 19 Jul 2011 13:11:30
 |
vanilla  |
Upgrade to 1.0.3. |
1.0.2 16 Jul 2011 05:18:48
 |
linimon  |
Mark as broken on sparc64: does not compile. |
1.0.2 21 May 2011 15:09:34
 |
vanilla  |
Upgrade to 1.0.2. |
1.0.1_1 07 Apr 2011 08:41:17
 |
vanilla  |
fix pkg-plist.
Obtained from: erwin@ |
1.0.1 04 Apr 2011 10:21:01
 |
vanilla  |
Add snappy, google's compress/uncompress library. |