[148734] trunk/dports/devel

khindenburg at macports.org khindenburg at macports.org
Sun May 15 16:15:26 PDT 2016


Revision: 148734
          https://trac.macports.org/changeset/148734
Author:   khindenburg at macports.org
Date:     2016-05-15 16:15:26 -0700 (Sun, 15 May 2016)
Log Message:
-----------
wandio: new port #49363

Added Paths:
-----------
    trunk/dports/devel/wandio/
    trunk/dports/devel/wandio/Portfile

Added: trunk/dports/devel/wandio/Portfile
===================================================================
--- trunk/dports/devel/wandio/Portfile	                        (rev 0)
+++ trunk/dports/devel/wandio/Portfile	2016-05-15 23:15:26 UTC (rev 148734)
@@ -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                wandio
+version             1.0.3
+
+categories          devel
+maintainers         caida.org:alistair \
+                    openmaintainer
+
+description         C library for compressed file I/O
+long_description    Libwandio is a software library written in C that provides \
+                    an API for transparently reading from and writing to files \
+                    using a variety of supported compression methods. I/O \
+                    performance is improved by doing any compression and/or \
+                    decompression using a separate thread.
+
+platforms           darwin
+license             GPL-2
+
+homepage            http://research.wand.net.nz/software/libwandio.php
+master_sites        http://research.wand.net.nz/software/wandio/
+
+checksums           rmd160  39af9d065b54e7a9602463f0dbb3b784a0bd85f4 \
+                    sha256  31dcc1402ace3023020446d6c7284fd84447f9b36e570206a179895e1eaa705b
+
+depends_lib-append  port:bzip2 \
+                    port:curl \
+                    port:lzo2 \
+                    port:xz \
+                    port:zlib
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/devel/wandio/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/20160515/f1891b19/attachment.html>


More information about the macports-changes mailing list