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 sratom |
---|
8 | version 0.4.6 |
---|
9 | revision 0 |
---|
10 | license MIT |
---|
11 | categories audio |
---|
12 | maintainers ryandesign |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | description library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax |
---|
16 | long_description ${name} is a ${description}. |
---|
17 | |
---|
18 | homepage http://drobilla.net/software/sratom/ |
---|
19 | master_sites http://download.drobilla.net/ |
---|
20 | |
---|
21 | use_bzip2 yes |
---|
22 | |
---|
23 | checksums rmd160 4c984f787285cd55ef95320511edc54720bafd11 \ |
---|
24 | sha256 a4b9beaeaedc4f651beb15cd1cfedff905b0726a9010548483475ad97d941220 |
---|
25 | |
---|
26 | depends_build port:pkgconfig |
---|
27 | |
---|
28 | depends_lib port:lv2 |
---|
29 | |
---|
30 | livecheck.type regex |
---|
31 | livecheck.url ${master_sites} |
---|
32 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|