# $Id: Portfile 29263 2007-09-19 18:37:24Z nox@macports.org $ PortSystem 1.0 name colordiff version 1.0.6a epoch 20070425 categories devel textproc maintainers nox description Color-highlighted diff(1) output long_description \ The Perl script colordiff is a wrapper for diff(1) \ and produces the same output but with pretty 'syntax' \ highlighting. Colour schemes can be customized. homepage http://colordiff.sourceforge.net/ platforms darwin master_sites ${homepage} checksums md5 db49d0779a453c96f0859cd20b7b1aa9 \ sha1 8504307169399526fdc9ea71125f5e6b5924e351 \ rmd160 c3ccc3f1bab08d05a3c11b31d4db6123c9891fd1 patchfiles patch-Makefile use_configure no build.type bsd build {} destroot.args INSTALL_DIR=${prefix}/bin \ MAN_DIR=${prefix}/share/man/man1 \ ETC_DIR=${prefix}/etc \ DESTROOT_DIR=${destroot} post-destroot { set docdir ${prefix}/share/doc/${name}-${version} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} BUGS CHANGES COPYING README ${destroot}${docdir} } livecheck.check regex livecheck.regex {

.*version ([^ ]*).*

}