[125891] trunk/dports/audio

devans at macports.org devans at macports.org
Sun Sep 28 18:55:38 PDT 2014


Revision: 125891
          https://trac.macports.org/changeset/125891
Author:   devans at macports.org
Date:     2014-09-28 18:55:38 -0700 (Sun, 28 Sep 2014)
Log Message:
-----------
sratom: new port, a library for serialising LV2 atoms to/from RDF (#45185).

Added Paths:
-----------
    trunk/dports/audio/sratom/
    trunk/dports/audio/sratom/Portfile

Added: trunk/dports/audio/sratom/Portfile
===================================================================
--- trunk/dports/audio/sratom/Portfile	                        (rev 0)
+++ trunk/dports/audio/sratom/Portfile	2014-09-29 01:55:38 UTC (rev 125891)
@@ -0,0 +1,33 @@
+# -*- 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
+PortGroup               waf 1.0
+
+name                    sratom
+version                 0.4.6
+license                 MIT
+categories              audio
+maintainers             gmail.com:aggraef openmaintainer
+platforms               darwin
+
+description             library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax
+long_description        ${name} is a ${description}.
+
+homepage                http://drobilla.net/software/sratom/
+master_sites            http://download.drobilla.net/
+
+use_bzip2               yes
+
+checksums               rmd160  4c984f787285cd55ef95320511edc54720bafd11 \
+                        sha256  a4b9beaeaedc4f651beb15cd1cfedff905b0726a9010548483475ad97d941220
+
+depends_build-append    port:pkgconfig
+
+depends_lib             port:lv2 \
+                        port:serd \
+                        port:sord
+
+livecheck.type          regex
+livecheck.url           ${master_sites}
+livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/audio/sratom/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/20140928/1f0561f5/attachment.html>


More information about the macports-changes mailing list