Commits
Marius Schamschula authored c6017e1c264
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 icns-gimp |
6 6 | version 0.1 |
7 - | revision 2 |
7 + | revision 3 |
8 8 | license GPL-2+ |
9 9 | maintainers nomaintainer |
10 10 | description Gimp file format plug-in for Macintosh icon files (.icns) |
11 11 | long_description \ |
12 12 | Gimp file format plug-in for Macintosh icon files (.icns) \ |
13 13 | Currently read-only. \ |
14 14 | Can load true color, 8-bit, 4-bit, and 1-bit icons at 128x128, \ |
15 15 | 48x48, 32x32, and 16x16 sizes. \ |
16 16 | Multiple images are loaded as separate layers. |
17 17 | |
18 18 | universal_variant no |
19 19 | |
20 20 | categories graphics |
21 21 | homepage http://leuksman.com/pages/icns |
22 22 | platforms darwin |
23 23 | master_sites sourceforge:gimp-mac-helper |
24 - | checksums md5 e491775279b973db3cab06c7359855e8 |
24 + | |
25 + | checksums rmd160 5bad3e5bdbb37c0fc0bbab1f13586e98dba5e427 \ |
26 + | sha256 33916ff2fc12a65d369f0e06ad9aec9950cc3b924d923bc2aebcb464923ffc7c \ |
27 + | size 16785 |
25 28 | |
26 29 | depends_build port:pkgconfig |
27 30 | depends_lib path:lib/pkgconfig/gimp-2.0.pc:gimp2 |
28 31 | |
29 32 | patchfiles patch-Makefile.diff |
30 33 | |
31 34 | post-patch { |
32 35 | reinplace "s|#define ICO_DBG||g" \ |
33 36 | ${worksrcpath}/icnsload.c |
34 37 | } |