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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name lv2core |
---|
7 | version 2.0 |
---|
8 | maintainers gmail.com:dbevans |
---|
9 | categories audio |
---|
10 | platforms darwin |
---|
11 | homepage http://lv2plug.in/spec/ |
---|
12 | |
---|
13 | description LV2 Audio Plugin Standard and Package |
---|
14 | |
---|
15 | long_description \ |
---|
16 | LV2 is a standard for plugins and matching host applications, \ |
---|
17 | mainly targeted at audio processing and generation. It is a \ |
---|
18 | a simple but extensible successor of LADSPA, intended to address \ |
---|
19 | the limitations of LADSPA which many applications have outgrown. |
---|
20 | |
---|
21 | master_sites ${homepage} |
---|
22 | |
---|
23 | checksums md5 274e3b3a114ada6a80e537c0e8a05fe8 \ |
---|
24 | sha1 331ef2dd4d6f68df5498e2db10437c1a18664cf0 \ |
---|
25 | rmd160 48e5890b167e462c5eb95fb06c906c6ee8275a40 |
---|
26 | |
---|
27 | depends_build port:gawk |
---|
28 | |
---|
29 | livecheck.check regex |
---|
30 | livecheck.url ${homepage} |
---|
31 | livecheck.regex <a href="http://lv2plug.in/spec/${name}-(\[0-9.\]+).tar.gz">LV2 Core Package |
---|
32 | |
---|