# -*- 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
# $Id: Portfile 77608 2011-04-06 02:12:19Z ryandesign@macports.org $

PortSystem          1.0

name                snappy
version             1.0.1
categories          archivers
platforms           darwin
maintainers         perlhacker.org:sepp
license             Apache-2.0

description         a fast compressor/decompressor

long_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. \
                    On a single core of a Core i7 processor in 64-bit mode, \
                    Snappy compresses at about 250 MB/sec or more and \
                    decompresses at about 500 MB/sec or more.

homepage            http://code.google.com/p/snappy/
master_sites        googlecode

depends_lib         port:lzo2 \
                    port:zlib

checksums           sha1    25fbae93cd4b7794e4a3705f0c5cb7ef3b9e32de \
                    rmd160  b5028ee1932456575ff025f644ebd8ee3518696a
