mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.2 KiB
Tcl
32 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup kde4 1.1
|
|
|
|
name libkomparediff2
|
|
version 4.14.3
|
|
revision 3
|
|
categories kde kde4
|
|
license GPL-2+ LGPL-2+
|
|
maintainers nomaintainer
|
|
description KDE Diff library
|
|
long_description This library is part of kompare, a GUI front-end program \
|
|
that enables differences between source files to be viewed \
|
|
and merged. It can be used to compare differences on files \
|
|
or the contents of folders.
|
|
platforms darwin
|
|
homepage https://www.kde.org/applications/development/kompare/
|
|
master_sites kde:stable/${version}/src/
|
|
use_xz yes
|
|
|
|
checksums rmd160 d0d62bf65f4919aaa33096d0ede28b6c8f7e9dc2 \
|
|
sha256 bf9a9170d5655685468175a3ce4b393bcd108142b5522186f0e87cedb338a62f
|
|
|
|
#Binaries do not link to openssl, nor use the ssl backend of kdelibs4
|
|
license_noconflict openssl
|
|
|
|
depends_lib-append port:kdelibs4
|
|
|
|
livecheck.url ${kde4.mirror}
|
|
livecheck.regex (\\d+(\\.\\d+)+)
|