You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1013 B
Tcl
30 lines
1013 B
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 python 1.0
|
|
|
|
name icdiff
|
|
version 2.0.10
|
|
revision 0
|
|
|
|
checksums rmd160 8213f2cb567e0789827c590235423c1aede51edc \
|
|
sha256 75a3de5c9af35ab45fb0504df59770c514a12c0d2b2c99e5f9c5c2429957e133 \
|
|
size 16378
|
|
|
|
categories textproc sysutils devel
|
|
platforms {darwin any}
|
|
maintainers {raimue @raimue} \
|
|
openmaintainer
|
|
license PSF
|
|
supported_archs noarch
|
|
|
|
description improved colored diff
|
|
long_description \
|
|
icdiff can show you the differences between similar files without getting \
|
|
in the way. This is especially helpful for identifying and understanding \
|
|
small changes within existing lines.
|
|
|
|
homepage https://www.jefftk.com/icdiff
|
|
|
|
python.default_version 314
|