Commits
Ryan Schmidt authored 2f90598b588
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name GraphicsMagick |
6 - | version 1.3.29 |
6 + | version 1.3.30 |
7 7 | set branch [join [lrange [split ${version} .] 0 1] .] |
8 8 | categories graphics |
9 9 | platforms darwin |
10 10 | maintainers {ryandesign @ryandesign} openmaintainer |
11 11 | license MIT |
12 12 | |
13 13 | description image processing tools collection |
14 14 | |
15 15 | long_description GraphicsMagick is the swiss army knife of image \ |
16 16 | processing. It provides a robust collection of tools and \ |
17 17 | libraries which support reading, writing, and manipulating an \ |
18 18 | image in over 88 major formats including important formats \ |
19 19 | like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, SVG, and TIFF. |
20 20 | |
21 21 | homepage http://www.graphicsmagick.org/ |
22 22 | master_sites sourceforge:project/graphicsmagick/graphicsmagick/${version} \ |
23 23 | ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/${branch}/ |
24 24 | |
25 - | checksums rmd160 59ecf7531ddb04e833923c0373ceb932b6b5900f \ |
26 - | sha256 e18df46a6934c8c12bfe274d09f28b822f291877f9c81bd9a506f879a7610cd4 \ |
27 - | size 5462424 |
25 + | checksums rmd160 5048f04e926ae2a4d2141ed1b8605a511e077fbc \ |
26 + | sha256 d965e5c6559f55eec76c20231c095d4ae682ea0cbdd8453249ae8771405659f1 \ |
27 + | size 5496116 |
28 28 | |
29 29 | depends_lib port:libxml2 \ |
30 30 | port:bzip2 \ |
31 31 | port:xz \ |
32 32 | port:zlib \ |
33 33 | port:libpng \ |
34 34 | port:tiff \ |
35 35 | port:freetype \ |
36 36 | port:libiconv \ |
37 37 | port:libtool \ |