the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: colordiff
Version: 1.0.6
Revision: 1
Depends: system-perl
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: a27bfccc24cd9874eb1d1abe40dc2457
PatchScript: <<
sed -e "s|/etc|%p/etc|g" colordiff.pl > colordiff
sed -i.bak 's|\(color_patch\)es|\1|g' colordiffrc*
rm *.bak
mv cdiff.sh cdiff
<<
####
CompileScript: echo nothing to do
InstallScript: <<
install -m 755 -d %i/bin
install -m 755 colordiff cdiff %i/bin
install -m 755 -d %i/share/man/man1
install -m 644 colordiff.1 %i/share/man/man1
install -m 755 -d %i/etc
install -m 644 colordiffrc* %i/etc
<<
Description: Colorized diff wrapper
DescDetail: <<
colordiff is a wrapper for diff and produces the same output as diff
but with coloured syntax highlighting at the command line to improve
readability. Theoutput is similar to how a diff-generated patch might
appear in Vim or Emacs with the appropriate syntax highlighting
options enabled. The colour schemes can be read from a central
configuration file or from a local user ~/.colordiffrc file.
colordiff makes use of ANSI colours and as such will only work when
ANSI colours can be used - typical examples are xterms and Eterms, as
well as console sessions.
colordiff has been tested on various flavours of Linux and under
OpenBSD, but should be broadly portable to other systems.
<<
DocFiles: BUGS CHANGES COPYING INSTALL README TODO
Maintainer: Corey Halpin
Homepage: http://colordiff.sourceforge.net/
License: GPL/LGPL