[125886] trunk/dports/audio

devans at macports.org devans at macports.org
Sun Sep 28 18:40:09 PDT 2014


Revision: 125886
          https://trac.macports.org/changeset/125886
Author:   devans at macports.org
Date:     2014-09-28 18:40:09 -0700 (Sun, 28 Sep 2014)
Log Message:
-----------
serd: new port, a lightweight C library for RDF syntax (#45185).

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

Added: trunk/dports/audio/serd/Portfile
===================================================================
--- trunk/dports/audio/serd/Portfile	                        (rev 0)
+++ trunk/dports/audio/serd/Portfile	2014-09-29 01:40:09 UTC (rev 125886)
@@ -0,0 +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
+PortGroup               waf 1.0
+
+name                    serd
+version                 0.20.0
+license                 MIT
+categories              audio
+maintainers             gmail.com:aggraef openmaintainer
+platforms               darwin
+
+description             lightweight C library for RDF syntax
+long_description        ${name} is a ${description}. \
+                        It supports reading and writing Turtle and NTriples.
+
+homepage                http://drobilla.net/software/serd/
+master_sites            http://download.drobilla.net/
+
+use_bzip2               yes
+
+checksums               rmd160  097ae78907780c79ea96e3c518deecca2d8fd099 \
+                        sha256  64515f4f5eb27ba2ba151027a72a77672f6ee8a2a3b58991ad5c045135feabbf
+
+depends_build           port:pkgconfig
+
+livecheck.type          regex
+livecheck.url           ${master_sites}
+livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/audio/serd/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/915a9656/attachment-0001.html>


More information about the macports-changes mailing list