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 serd |
---|
8 | version 0.20.0 |
---|
9 | revision 0 |
---|
10 | license MIT |
---|
11 | categories audio |
---|
12 | maintainers ryandesign |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | description lightweight C library for RDF syntax |
---|
16 | long_description ${name} is a ${description}. \ |
---|
17 | It supports reading and writing Turtle and NTriples. |
---|
18 | |
---|
19 | homepage http://drobilla.net/software/serd/ |
---|
20 | master_sites http://download.drobilla.net/ |
---|
21 | |
---|
22 | use_bzip2 yes |
---|
23 | |
---|
24 | checksums rmd160 097ae78907780c79ea96e3c518deecca2d8fd099 \ |
---|
25 | sha256 64515f4f5eb27ba2ba151027a72a77672f6ee8a2a3b58991ad5c045135feabbf |
---|
26 | |
---|
27 | depends_build port:pkgconfig |
---|
28 | |
---|
29 | livecheck.type regex |
---|
30 | livecheck.url ${master_sites} |
---|
31 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|