[62794] trunk/dports/archivers

blb at macports.org blb at macports.org
Sun Jan 17 13:02:12 PST 2010


Revision: 62794
          http://trac.macports.org/changeset/62794
Author:   blb at macports.org
Date:     2010-01-17 13:02:10 -0800 (Sun, 17 Jan 2010)
Log Message:
-----------
New port - archivers/lrzip, Compression program optimized for large files; ticket #23030

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

Added: trunk/dports/archivers/lrzip/Portfile
===================================================================
--- trunk/dports/archivers/lrzip/Portfile	                        (rev 0)
+++ trunk/dports/archivers/lrzip/Portfile	2010-01-17 21:02:10 UTC (rev 62794)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem		1.0
+
+name			lrzip
+version			0.43
+categories		archivers
+platforms		darwin
+maintainers		gmail.com:jlaurila
+description		Compression program optimized for large files.
+use_bzip2		yes
+long_description \
+			lrzip is a compression program, similar in functionality to \
+			gzip or bzip2, but able to take advantage from long distance \
+			redundancies in files, which can sometimes allow lrzip to produce \
+			much better compression ratios than other programs.
+license			GPLv2+
+homepage		http://ck.kolivas.org/apps/lrzip/
+master_sites		${homepage}
+checksums		md5 3708ff76bd277858e4899631d4b8a1b0 \
+			sha1 249138ca84e3e8a90ad17ff33f4d1921871f8c30 \
+			rmd160 5fd91453fd852eba03f27593a21766d251f58000
+depends_lib		port:lzo2 port:bzip2 port:zlib
+configure.args		--disable-asm CFLAGS="-I${prefix}/include"
+build.env		LIBRARY_PATH=${prefix}/lib:/usr/lib
+destroot.destdir	prefix=${destroot}${prefix} \
+			INSTALL_MAN=${destroot}${prefix}/share/man


Property changes on: trunk/dports/archivers/lrzip/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/20100117/bbcc5437/attachment.html>


More information about the macports-changes mailing list