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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name jpeginfo |
---|
7 | version 1.6.1 |
---|
8 | categories multimedia |
---|
9 | platforms darwin |
---|
10 | maintainers yandex.com:bstj \ |
---|
11 | openmaintainer |
---|
12 | license GPL-2+ |
---|
13 | |
---|
14 | description Prints information and tests integrity of JPEG/JFIF files. |
---|
15 | long_description Utility to get information about jpeg files and check them for errors. \ |
---|
16 | Program also supports automagic deletion of broken jpegs. |
---|
17 | |
---|
18 | homepage http://www.kokkonen.net/tjko/projects.html |
---|
19 | master_sites http://www.kokkonen.net/tjko/src/ |
---|
20 | |
---|
21 | checksums rmd160 d145384f4bfc002eb93da6ab9053965164394492 \ |
---|
22 | sha256 629e31cf1da0fa1efe4a7cc54c67123a68f5024f3d8e864a30457aeaed1d7653 |
---|
23 | |
---|
24 | depends_lib port:jpeg |
---|
25 | |
---|
26 | destroot.destdir INSTALL_ROOT=${destroot} |
---|