Ticket #36044: Portfile

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