Ticket #42007: Portfile

File Portfile, 1.5 KB (added by rudloff@…, 10 years ago)
Line 
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# $Id$
3
4PortSystem              1.0
5PortGroup               python 1.0
6PortGroup               github 1.0
7
8categories              graphics
9platforms               darwin
10maintainers             strasweb.fr:rudloff
11license                 MIT
12
13description             A cross-platform tool for losslessly optimizing PNG and JPG files.
14
15long_description        Trimage is a cross-platform GUI and command-line interface to optimize image files for websites, using optipng, pngcrush, advpng and jpegoptim, depending on the filetype (currently, PNG and JPG files are supported). It was inspired by imageoptim. All image files are losslessy compressed on the highest available compression levels, and EXIF and other metadata is removed. Trimage gives you various input functions to fit your own workflow: A regular file dialog, dragging and dropping and various command line options.
16
17homepage                http://trimage.org/
18
19
20depends_lib-append      port:py-pyqt4 \
21                        port:optipng \
22                        port:pngcrush \
23                        port:advancecomp \
24                        port:jpegoptim
25
26github.setup            Kilian Trimage 1.0.5
27checksums               rmd160 96b34c485a1ee66a174836498ab5d61de84bb48f \
28                        sha1   512ce9261924485f4397d8b741f7f05154dd90a4
29                       
30python.versions         27