[118658] trunk/dports/archivers

eborisch at macports.org eborisch at macports.org
Mon Apr 7 10:07:50 PDT 2014


Revision: 118658
          https://trac.macports.org/changeset/118658
Author:   eborisch at macports.org
Date:     2014-04-07 10:07:50 -0700 (Mon, 07 Apr 2014)
Log Message:
-----------
lbzip2: New port. Closes #43247

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

Added: trunk/dports/archivers/lbzip2/Portfile
===================================================================
--- trunk/dports/archivers/lbzip2/Portfile	                        (rev 0)
+++ trunk/dports/archivers/lbzip2/Portfile	2014-04-07 17:07:50 UTC (rev 118658)
@@ -0,0 +1,37 @@
+# -*- 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                    lbzip2
+version                 2.5
+categories              archivers
+platforms               darwin
+maintainers             nomaintainer
+license                 GPL-3+
+
+description             ${name} - parallel bzip2 compression utility
+
+long_description        ${name} is a free, multi-threaded compression utility \
+                        with support for bzip2 compressed file format.
+
+homepage                http://${name}.org/
+master_sites            http://archive.${name}.org/
+
+checksums \
+    rmd160  47346a01d26754ff6d3b78deebad2f6aaa2704bb \
+    sha256  46c75ee93cc95eedc6005625442b2b8e59a2bef3ba80987d0491f055185650e9
+
+configure.args-append   --enable-largefile
+
+variant debug \
+  description { Enable tracing and other options useful to developers } {
+    configure.args-append \
+                            --enable-tracing \
+                            --enable-warnings \
+                            --disable-silent-rules
+    configure.optflags      -g
+}
+
+test.run                yes
+test.target             check


Property changes on: trunk/dports/archivers/lbzip2/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/20140407/6e23e3ce/attachment.html>


More information about the macports-changes mailing list