1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

The main function of wiggle is to apply a patch to a file in a similar

manner to the patch(1) program.

The distinctive difference of wiggle is that it will attempt to apply a
patch even if the before part of the patch doesn't match the target
file perfectly. This is achieved by breaking the file and patch into
words and finding the best alignment of words in the file with words in
the patch. Once this alignment has been found, any differences (word-
wise) in the patch are applied to the file as best as possible.
This commit is contained in:
Matthias Andree 2012-02-15 23:29:56 +00:00
parent ff8224ca02
commit 0cee5591d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291490

View File

@ -1413,6 +1413,7 @@
SUBDIR += webcpp
SUBDIR += website
SUBDIR += weka
SUBDIR += wiggle
SUBDIR += word2x
SUBDIR += wordnet
SUBDIR += words