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 enc2ly |
---|
7 | version 0.3 |
---|
8 | categories textproc |
---|
9 | maintainers nomaintainer |
---|
10 | license GPL-3+ |
---|
11 | description Converts musical notation from Encore to Lilypond |
---|
12 | long_description converts musical notation from Encore to Lilypond. |
---|
13 | |
---|
14 | homepage http://enc2ly.sourceforge.net/ |
---|
15 | platforms darwin |
---|
16 | master_sites sourceforge:enc2ly |
---|
17 | checksums rmd160 74bad6291e7248e478ab13df08dbf46d2bd25683 \ |
---|
18 | sha256 9c5e3dcc4936765259a842396db06e78fd764f2022cdd4bcbe111a89d8044f79 |
---|
19 | |
---|
20 | depends_lib port:gettext port:libiconv |
---|
21 | |
---|
22 | configure.env-append LIBS=-lintl |
---|
23 | |
---|
24 | livecheck.type regex |
---|
25 | livecheck.url ${homepage}source.html |
---|
26 | livecheck.regex ${name}-(\\d+(\\.\\d+)+) |
---|