Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvisvgm: whitespace only
  • Loading branch information
mojca committed Feb 9, 2017
1 parent 71dce19 commit 61528a8
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions graphics/dvisvgm/Portfile
@@ -1,4 +1,6 @@
PortSystem 1.0
# -*- 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

PortSystem 1.0

name dvisvgm
version 2.1.1
Expand All @@ -8,15 +10,19 @@ platforms darwin
license GPL-3+
maintainers nomaintainer
description DVI to SVG converter
long_description \
The command-line utility dvisvgm is a tool for TeX/LaTeX users. It \
converts DVI files to the XML-based scalable vector graphics format SVG.
long_description The command-line utility dvisvgm is a tool for TeX/LaTeX users. It \
converts DVI files to the XML-based scalable vector graphics format SVG.

homepage http://dvisvgm.bplaced.net/
master_sites https://github.com/mgieseki/dvisvgm/releases/download/${version}/

checksums rmd160 56dc3805ab683322a9c20733c6f5f6792c695b60 \
sha256 90f7a276a3fd2e0585faa356164145b936e69463317c4255a994b56b3ea00c33

depends_lib port:freetype port:zlib port:potrace port:texlive-bin port:pkgconfig
depends_lib port:freetype \
port:pkgconfig \
port:potrace \
port:texlive-bin \
port:zlib

test.run no

0 comments on commit 61528a8

Please sign in to comment.