Package: latexdiff Version: 0.3.1 Revision: 1 # Not using mirror:ctan, because some mirrors don't have this file # Also, md5sum tends to differ #Source: ftp://ftp.tex.ac.uk/tex-archive/support/%n.zip Source: mirror:sourceforge:fink/%n-%v.zip SourceDirectory: %n Source-MD5: 955a9738995c874f31aaf6bc0fda6882 Depends: algorithm-diff-pm Description: Compare latex files and markup differences DescDetail: << latexdiff is a Perl script, which compares two latex files and marks up significant differences between them (i.e. a diff for latex files). Various options are available for visual markup using standard latex packages such as "color.sty". Changes not directly affecting visible text, for example in formatting commands, are still marked in the latex source. A rudimentary revision facilility is provided by another Perl script, latexrevise, which accepts or rejects all changes. Manual editing of the difference file can be used to override this default behaviour and accept or reject selected changes only. << License: GPL Maintainer: Bruno De Fraine DocFiles: CHANGES LICENSE README latexdiff-man.pdf CompileScript: echo "No compile script" InstallScript: << mkdir -p %i/bin mkdir -p %i/share/man/man1 make install INSTALLEXECPATH=%i/bin INSTALLMANPATH=%i/share/man <<