Commits
Ryan Schmidt authored 4b5828121c2
3 3 | PortSystem 1.0 |
4 4 | PortGroup compiler_blacklist_versions 1.0 |
5 5 | PortGroup muniversal 1.0 |
6 6 | PortGroup xcodeversion 1.0 |
7 7 | |
8 8 | # Please keep the cairo and cairo-devel ports as similar as possible. |
9 9 | |
10 10 | name cairo-devel |
11 11 | conflicts cairo |
12 12 | set my_name cairo |
13 - | version 1.15.10 |
13 + | version 1.15.12 |
14 14 | categories graphics |
15 15 | maintainers {ryandesign @ryandesign} |
16 16 | license {LGPL-2.1 MPL-1.1} |
17 17 | homepage https://www.cairographics.org/ |
18 18 | master_sites ${homepage}snapshots/ |
19 19 | platforms darwin macosx |
20 20 | use_parallel_build yes |
21 21 | dist_subdir ${my_name} |
22 22 | distname ${my_name}-${version} |
23 23 | use_xz yes |
24 24 | |
25 25 | description a vector graphics library with cross-device output support |
26 26 | |
27 27 | long_description Cairo is ${description}. It is designed to produce \ |
28 28 | identical output on all output media while taking \ |
29 29 | advantage of display hardware acceleration when \ |
30 30 | available (e.g. through the X Render Extension). |
31 31 | |
32 - | checksums rmd160 aedd3bdca6bbcc8f340f015864c46752775ce176 \ |
33 - | sha256 62ca226134cf2f1fd114bea06f8b374eb37f35d8e22487eaa54d5e9428958392 \ |
34 - | size 41881364 |
32 + | checksums rmd160 f7c013af222c0bf55f123fa97ccb8b055a60f982 \ |
33 + | sha256 7623081b94548a47ee6839a7312af34e9322997806948b6eec421a8c6d0594c9 \ |
34 + | size 41883440 |
35 35 | |
36 36 | depends_build port:pkgconfig |
37 37 | |
38 38 | depends_lib path:lib/pkgconfig/pixman-1.pc:libpixman \ |
39 39 | path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
40 40 | port:fontconfig \ |
41 41 | port:freetype \ |
42 42 | port:libpng \ |
43 43 | port:zlib \ |
44 44 | port:expat |