# -*- 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
# $Id: Portfile 91775 2012-04-10 13:13:13Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                libkexiv2
version             4.8.2
categories          kde kde4
license             GPL-2+ LGPL-2+
maintainers         nicos openmaintainer
description         Wrapper around Exiv2 for KDE.
long_description    LibKExiv2 is a wrapper around Exiv2 library to manipulate pictures metadata as \
                    EXIF, IPTC, and XMP. This Metadata interface follow Metadata Working Group Specification. \
                    This library is used by kipi-plugins, digiKam and others kipi host programs.
platforms           darwin
homepage            http://www.kde.org
master_sites        kde:stable/${version}/src/
use_xz              yes
distname            libkexiv2-${version}
checksums           rmd160  908b0af2f7c7310bd6fc8dfd83876dee1862d58b \
                    sha256  e8524fc9f6716ced651e020c314a69335f001d6b77e4bb96cfab78e9dca99bd5

depends_lib-append  port:kdelibs4 \
                    port:exiv2

livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
livecheck.regex     libkexiv2-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
