Commits

Andrew Stromnov authored 3fb9bff5ae6
blosc: update to version 1.14.3
No tags

archivers/blosc/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup cmake 1.1
5 5 PortGroup github 1.0
6 6
7 -github.setup Blosc c-blosc 1.14.2 v
7 +github.setup Blosc c-blosc 1.14.3 v
8 8 revision 0
9 9 name blosc
10 10 categories archivers devel
11 11 platforms darwin
12 12 license MIT
13 13
14 14 maintainers stromnov openmaintainer
15 15
16 16 description A blocking, shuffling and loss-less compression library.
17 17
18 18 long_description Blosc is a high performance compressor optimized \
19 19 for binary data. It has been designed to transmit data \
20 20 to the processor cache faster than the traditional, \
21 21 non-compressed, direct memory fetch approach via \
22 22 a memcpy() OS call. It uses the blocking technique \
23 23 to reduce activity on the memory bus as much as possible.
24 24
25 25 homepage http://www.blosc.org/
26 26
27 -checksums rmd160 25039b2408d0da47a7eb720f3229c942e9d53f51 \
28 - sha256 4b732a98ef5e42cebd1acca6928b058dc6200551e5cf1a39810fb2abdea0f2b2
27 +checksums rmd160 f7a182761ec47adc6b2e7cc983632622a3987ea1 \
28 + sha256 cf924d5902f4d7a60c6a79c4e3d56c4b7a86cdc082a5a1deb01f2a4599273534

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut