[115554] trunk/dports/archivers/lrzip/Portfile
mfeiri at macports.org
mfeiri at macports.org
Sat Jan 4 13:52:49 PST 2014
Revision: 115554
https://trac.macports.org/changeset/115554
Author: mfeiri at macports.org
Date: 2014-01-04 13:52:49 -0800 (Sat, 04 Jan 2014)
Log Message:
-----------
lrzip: adopt this port, update to 0.616, add livecheck
Modified Paths:
--------------
trunk/dports/archivers/lrzip/Portfile
Modified: trunk/dports/archivers/lrzip/Portfile
===================================================================
--- trunk/dports/archivers/lrzip/Portfile 2014-01-04 21:05:51 UTC (rev 115553)
+++ trunk/dports/archivers/lrzip/Portfile 2014-01-04 21:52:49 UTC (rev 115554)
@@ -1,27 +1,30 @@
+# -*- 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$
-PortSystem 1.0
+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 GPL-2+
-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
+name lrzip
+version 0.616
+categories archivers
+maintainers mfeiri openmaintainer
+license GPL-2+
+homepage http://ck.kolivas.org/apps/lrzip/
+description Long Range ZIP or Lzma RZIP
+long_description lrzip is a compression program optimised for large files.\
+ The larger the file and the more memory you have, the \
+ better the compression advantage this will provide, \
+ especially once the files are larger than 100MB. The \
+ advantage can be chosen to be either size (much smaller \
+ than bzip2) or speed (much faster than bzip2).
+
+master_sites ${homepage}
+use_bzip2 yes
+checksums rmd160 6cc2a3f6fd13bfbaba93ae61bf0597383e0d98cd \
+ sha256 982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae
+
+depends_lib port:lzo2 port:bzip2 port:zlib
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "${name}-(\[\\d.\]+)${extract.suffix}"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140104/2fb022bb/attachment.html>
More information about the macports-changes
mailing list