dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/app-text/wdiff/wdiff-1.1.1.exheres-0 (920B) - raw

      1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 require gnu [ suffix=gz ]
      5 
      6 SUMMARY="A front end to diff for comparing files on a word per word basis"
      7 DESCRIPTION="
      8 The program wdiff is a front end to diff for comparing files on a word per word basis. A word is
      9 anything between whitespace. This is useful for comparing two texts in which a few words have been
     10 changed and for which paragraphs have been refilled. It works by creating two temporary files, one
     11 word per line, and then executes diff on these files. It collects the diff output and uses it to
     12 produce a nicer display of word differences between the original files.
     13 "
     14 
     15 LICENCES="GPL-3"
     16 SLOT="0"
     17 PLATFORMS="~amd64 ~x86"
     18 
     19 DEPENDENCIES="
     20     run:
     21         sys-apps/diffutils
     22     test:
     23         app-misc/screen
     24 "
     25 
     26 BUGS_TO="djc@djc.id.au"
     27 
     28 DEFAULT_SRC_CONFIGURE_PARAMS=( "--enable-experimental" )
     29