Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16480

Added Files:
        libsnappy1-shlibs.info 
Log Message:
new pkg libsnappy

--- NEW FILE: libsnappy1-shlibs.info ---
Package: libsnappy1-shlibs
Version: 1.1.0
Revision: 1
Description: Fast compressor/decompressor library
License: OSI-Approved
Maintainer: Hanspeter Niederstrasser <nie...@users.sourceforge.net>
Depends: <<
        lzo2-shlibs
<<
BuildDepends: <<
        fink-package-precedence,
        lzo2,
        pkgconfig
<<
Source: http://snappy.googlecode.com/files/snappy-%v.tar.gz
Source-MD5: c8f3ef29b5281e78f4946b2d739cea4f
ConfigureParams: --enable-dependency-tracking --disable-gtest --with-gflags=no
CompileScript: <<
        #!/bin/sh -ev
        ./configure %c
        make -w
        fink-package-precedence --prohibit-bdep=libsnappy1-dev .
<<
InfoTest: TestScript: make check || exit 2
InstallScript: <<
        make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Shlibs: %p/lib/libsnappy.1.dylib 3.0.0 %n (>= 1.1.0-1)
SplitOff: <<
        Package: libsnappy1-dev
        Description: libsnappy1 developer files
        Depends: %N (= %v-%r)
        BuildDependsOnly: true
        Files: <<
                include
                lib/libsnappy.dylib
                lib/libsnappy.la
        <<
        DocFiles: AUTHORS COPYING ChangeLog NEWS README
<<
Homepage: https://code.google.com/p/snappy/
DescDetail: <<
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.

Snappy is widely used inside Google, in everything from BigTable 
and MapReduce to our internal RPC systems. (Snappy has previously 
been referred to as "Zippy" in some presentations and the likes.)
<<


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to