Commits
Ryan Schmidt authored 39912e28dc0
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 | PortGroup github 1.0 |
5 5 | PortGroup muniversal 1.0 |
6 6 | |
7 7 | github.setup libgd libgd 2.2.4 gd- |
8 8 | revision 1 |
9 9 | name gd2 |
10 10 | categories graphics |
11 - | maintainers ryandesign |
11 + | maintainers {ryandesign @ryandesign} |
12 12 | license gd |
13 - | homepage http://www.libgd.org/ |
13 + | homepage https://libgd.github.io |
14 14 | platforms darwin |
15 15 | use_parallel_build yes |
16 16 | |
17 17 | description GD creates PNG and JPEG images, among other formats |
18 18 | |
19 19 | long_description gd is a graphics library. It allows your code to \ |
20 20 | quickly draw images complete with lines, arcs, \ |
21 21 | text, multiple colors, cut and paste from other \ |
22 22 | images, and flood fills, and write out the result \ |
23 23 | as a .PNG file. This is particularly useful in \ |