[125352] trunk/dports/archivers

mcalhoun at macports.org mcalhoun at macports.org
Sun Sep 14 10:21:21 PDT 2014


Revision: 125352
          https://trac.macports.org/changeset/125352
Author:   mcalhoun at macports.org
Date:     2014-09-14 10:21:21 -0700 (Sun, 14 Sep 2014)
Log Message:
-----------
New port: lunzip

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

Added: trunk/dports/archivers/lunzip/Portfile
===================================================================
--- trunk/dports/archivers/lunzip/Portfile	                        (rev 0)
+++ trunk/dports/archivers/lunzip/Portfile	2014-09-14 17:21:21 UTC (rev 125352)
@@ -0,0 +1,42 @@
+# -*- 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
+
+name                lunzip
+version             1.6
+categories          archivers
+license             GPL-2+
+platforms           darwin
+maintainers         nomaintainer
+description         Decompressor for lzip files
+long_description    Lunzip is a decompressor for lzip files. It is written in C and its   \
+                    small size makes it well suited for embedded devices or software      \
+                    installers that need to decompress files but do not need compression  \
+                    capabilities. Lunzip is fully compatible with lzip-1.4 or newer.
+homepage            http://www.nongnu.org/lzip/lunzip.html
+master_sites        http://download.savannah.gnu.org/releases/lzip/lunzip/
+
+checksums           rmd160  39f3d2aead429dbc86a46061360723eb4553f5ef \
+                    sha256  d63abd01f4e39b3f37f1b13aa67d94a1ceb5d8500660d9de64a281cf1c24faba
+
+variant universal {}
+
+# respect default optimization
+configure.cflags-replace -Os -O2
+
+configure.args      CC="${configure.cc}" \
+                    CFLAGS="${configure.cflags} [get_canonical_archflags cxx]" \
+                    CPPFLAGS="${configure.cppflags}" \
+                    LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    file mkdir ${docdir}
+    xinstall -m 644 -v -W ${worksrcpath} \
+      AUTHORS ChangeLog COPYING NEWS ${docdir}
+}
+
+livecheck.type      regex
+livecheck.url       ${master_sites}/?C=M&O=D
+livecheck.regex     ${name}-(\[-0-9.\]+)\\.tar\\.gz


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


More information about the macports-changes mailing list