# -*- 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 138906 2015-07-22 21:33:10Z sean@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup junghans cwdiff 0.3.1 v categories textproc platforms darwin maintainers sean openmaintainer license GPL-2+ supported_archs noarch description A script that wraps wdiff to support directories and colorize the output long_description ${description} depends_lib port:wdiff checksums rmd160 0a9c0f21ed4afb4206decf381718fbc43f0155cd \ sha256 a596edcbe2ab459f1b57e21375815e8250700176850be91d920696394ccd5443 use_configure no build {} destroot { xinstall -m 755 ${worksrcpath}/cwdiff ${destroot}${prefix}/bin/ }