notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2023Q2
snappy Fast compressor/decompressor library
1.1.10 archivers on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.10Version of this port present on the latest quarterly branch.
Maintainer: vanilla@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-04-14 14:22:41
Last Update: 2023-04-14 14:19:44
Commit Hash: 96167b4
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (20 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/snappy-1.1.10/catalog.mk
  3. /usr/local/share/licenses/snappy-1.1.10/LICENSE
  4. /usr/local/share/licenses/snappy-1.1.10/BSD3CLAUSE
  5. include/snappy-c.h
  6. include/snappy-sinksource.h
  7. include/snappy-stubs-public.h
  8. include/snappy.h
  9. lib/cmake/Snappy/SnappyConfig.cmake
  10. lib/cmake/Snappy/SnappyConfigVersion.cmake
  11. lib/cmake/Snappy/SnappyTargets-release.cmake
  12. lib/cmake/Snappy/SnappyTargets.cmake
  13. lib/libsnappy.a
  14. lib/libsnappy.so
  15. lib/libsnappy.so.1
  16. lib/libsnappy.so.1.1.10
  17. libdata/pkgconfig/snappy.pc
  18. @owner
  19. @group
  20. @mode
Collapse this list.
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 = 1678607829 SHA256 (google-snappy-1.1.10_GH0.tar.gz) = 49d831bffcc5f3d01482340fe5af59852ca2fe76c3e05df0e67203ebbe0f1d90 SIZE (google-snappy-1.1.10_GH0.tar.gz) = 1105312

Packages (timestamps in pop-ups are UTC):
snappy
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.21.2.21.1.81.2.21.2.2-1.1.8-
FreeBSD:13:quarterly1.2.1_11.2.1_11.1.101.2.1_11.2.1_11.1.101.1.101.1.10
FreeBSD:14:latest1.2.21.2.21.1.9_11.2.21.2.21.1.10-1.1.10
FreeBSD:14:quarterly1.2.1_11.2.1_1-1.2.1_11.2.1_11.1.101.1.101.1.10
FreeBSD:15:latest1.2.21.2.2n/a1.2.2n/a1.1.101.1.101.1.10
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Libraries
  1. emulators/libretro-ppsspp
  2. emulators/ppsspp
  3. emulators/ppsspp-qt5
  4. www/chromium
  5. www/iridium
  6. www/ungoogled-chromium

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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/google/snappy/tar.gz/1.1.10?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.10
14 Apr 2023 14:19:44
commit hash: 96167b41ab1143f7ee78afc8440ea5ec81e87089commit hash: 96167b41ab1143f7ee78afc8440ea5ec81e87089commit hash: 96167b41ab1143f7ee78afc8440ea5ec81e87089commit hash: 96167b41ab1143f7ee78afc8440ea5ec81e87089 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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

(cherry picked from commit 9a0a2422622d5feee7d77ddc954540daff449a1d)

Number of commits found: 1