[77558] trunk/dports/archivers

blb at macports.org blb at macports.org
Sun Apr 3 14:43:08 PDT 2011


Revision: 77558
          http://trac.macports.org/changeset/77558
Author:   blb at macports.org
Date:     2011-04-03 14:43:06 -0700 (Sun, 03 Apr 2011)
Log Message:
-----------
New port: archivers/snappy, A fast a compressor/decompressor; ticket #28998

Added Paths:
-----------
    trunk/dports/archivers/snappy/
    trunk/dports/archivers/snappy/Portfile

Added: trunk/dports/archivers/snappy/Portfile
===================================================================
--- trunk/dports/archivers/snappy/Portfile	                        (rev 0)
+++ trunk/dports/archivers/snappy/Portfile	2011-04-03 21:43:06 UTC (rev 77558)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem		1.0
+
+categories		archivers
+platforms		darwin
+name			snappy
+version			1.0.1
+maintainers		perlhacker.org:sepp
+license			BSD
+description		A fast a 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	http://snappy.googlecode.com/files/
+
+depends_lib		port:lzo2 \
+				port:zlib
+
+checksums		sha1	25fbae93cd4b7794e4a3705f0c5cb7ef3b9e32de \
+				rmd160	b5028ee1932456575ff025f644ebd8ee3518696a
+
+configure.args	--prefix=${prefix}


Property changes on: trunk/dports/archivers/snappy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110403/380c392d/attachment.html>


More information about the macports-changes mailing list