Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30979/stable/main/finkinfo/text

Added Files:
        latexdiff.info 
Log Message:
from 10.[56]

--- NEW FILE: latexdiff.info ---
Package: latexdiff
Version: 0.5
Revision: 4
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.

This package installs both 'latexdiff-ext' (which uses an external
diff module) and 'latexdiff-fast' (which uses the standard diff
utility); the default 'latexdiff' command is managed through the
update-alternatives system. You can change this default using e.g.
  sudo update-alternatives --set latexdiff `which latexdiff-fast`
See 'man update-alternatives' for more information.

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.  
<<
Homepage: http://bullard.esc.cam.ac.uk/~tilmann/soft.html
License: GPL
Maintainer: Bruno De Fraine <br...@defraine.net>
Depends: algorithm-diff-pm
Source: http://bullard.esc.cam.ac.uk/~tilmann/software/%n-%v.tar.gz
Source-MD5: d162be21eae775f1b9bf7c2a211a0591
NoSourceDirectory: yes
PatchScript: <<
  /usr/bin/sed -i '' -e 's|/usr/bin/perl|/usr/bin/env perl|g' \
    latexdiff latexdiff-fast latexdiff-vc latexrevise
<<
CompileScript: # None
InfoTest: <<
  TestScript: make test-ext test-fast || exit 2
<<
DocFiles: CHANGES LICENSE README latexdiff-man.pdf
InstallScript: <<
 mkdir -p %i/bin
 mkdir -p %i/share/man/man1
 install latexdiff %i/bin/latexdiff-ext
 install latexdiff-fast %i/bin/latexdiff-fast
 make install-latexrevise install-latexdiff-vc install-man 
INSTALLEXECPATH=%i/bin INSTALLMANPATH=%i/share/man
<<
PostInstScript: <<
 update-alternatives --install %p/bin/latexdiff latexdiff %p/bin/latexdiff-ext 
10
 update-alternatives --install %p/bin/latexdiff latexdiff %p/bin/latexdiff-fast 
20
<<
PreRmScript: <<
 update-alternatives --remove latexdiff %p/bin/latexdiff-ext
 update-alternatives --remove latexdiff %p/bin/latexdiff-fast
<<


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to