# -*- 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 91773 2012-04-10 12:27:13Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                kate
version             4.8.2
categories          kde kde4
maintainers         nicos openmaintainer
description         Kate provides advanced editor components.
long_description    The Kate project develops two main products: KatePart, the advanced \
                    editor component which is used in numerous KDE applications requiring \
                    a text editing component, and Kate, a MDI text editor application. \
                    In addition, we provide KWrite, a simple SDI editor shell which allows \
                    the user to select his/her favourite editor component.
platforms           darwin
homepage            http://kate-editor.org/
master_sites        kde:stable/${version}/src/
use_xz              yes
distname            kate-${version}
checksums           rmd160  4e59da0d1ffc1d386e0befba98aebb753de2605d \
                    sha256  f38d59eef6bd43fa29ea1756685a4ac23ebf6fa554d74196995b377b6322bea9

depends_lib-append  port:kdelibs4 \
                    port:oxygen-icons

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