Commits
Ryan Schmidt authored and Benjamin Gilbert committed 2658964a63d
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 | |
6 6 | github.setup jcupitt nip2 8.6.0 v |
7 7 | description nip2 is a user-interface to the VIPS image processing \ |
8 8 | library. |
9 9 | long_description nip2 is an image processing spreadsheet. It's good for \ |
10 10 | large images and for colour. |
11 - | maintainers bgilbert gmail.com:jcupitt |
11 + | maintainers {bgilbert @bgilbert} {gmail.com:jcupitt @jcupitt} |
12 12 | categories graphics |
13 13 | platforms darwin |
14 14 | license GPL-2+ |
15 15 | homepage https://jcupitt.github.io/libvips/ |
16 16 | github.tarball_from releases |
17 17 | |
18 18 | checksums rmd160 9a2b8a0dae72474018825d75ae78c94992c97948 \ |
19 19 | sha256 1ed55f0890a626d7a45c513e4788058d99b45008b793072c3f7e80231a7c7186 |
20 20 | |
21 21 | configure.args --disable-update-desktop |