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 vsd2svg |
---|
7 | version 0.0.3 |
---|
8 | license GPL-2+ |
---|
9 | categories graphics |
---|
10 | maintainers nomaintainer |
---|
11 | platforms darwin |
---|
12 | homepage http://dia-installer.de/vsd2svg |
---|
13 | master_sites sourceforge:project/vsd2svg/vsd2svg/${version} |
---|
14 | use_xz yes |
---|
15 | |
---|
16 | description \ |
---|
17 | A commandline tool to convert files in VSD (Visio) format to SVG. |
---|
18 | |
---|
19 | long_description \ |
---|
20 | ${description} VSD is the format used by Visio. |
---|
21 | |
---|
22 | checksums sha256 146f17deeee4f5f75753f8a2aa75d9d22f184be29c05fbc5d8c0029c23e54ce7 \ |
---|
23 | rmd160 6f7bcdba2a07d359516a7af4e7710e4bf60a2186 |
---|
24 | |
---|
25 | depends_build port:pkgconfig |
---|
26 | |
---|
27 | depends_lib port:libvisio |
---|
28 | |
---|
29 | livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix} |
---|