1 | # -*- 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 |
---|
2 | # $Id: Portfile 125490 2014-09-18 20:46:07Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup waf 1.0 |
---|
6 | |
---|
7 | name sord |
---|
8 | version 0.12.2 |
---|
9 | revision 0 |
---|
10 | license MIT |
---|
11 | categories audio |
---|
12 | maintainers ryandesign |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | description lightweight C library for storing RDF data in memory |
---|
16 | long_description ${name} is a ${description}. |
---|
17 | |
---|
18 | homepage http://drobilla.net/software/sord/ |
---|
19 | master_sites http://download.drobilla.net/ |
---|
20 | |
---|
21 | use_bzip2 yes |
---|
22 | |
---|
23 | checksums rmd160 1ce1252b4f40938d6208e1b2cd5cff75113c135f \ |
---|
24 | sha256 bd0538d37de5e782023a7261d8ee9d83a792a12eeea7d94dec7a93dd9cda0767 |
---|
25 | |
---|
26 | depends_build port:pkgconfig |
---|
27 | |
---|
28 | depends_lib port:pcre |
---|
29 | |
---|
30 | livecheck.type regex |
---|
31 | livecheck.url ${master_sites} |
---|
32 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|