---
name: wiggle
version: 0.9.1
origin: textproc/wiggle
comment: Apply rejected patches and perform word-wise diffs
arch: freebsd:9:x86:64
www: http://git.neil.brown.name/git?p=wiggle.git;a=summary
maintainer: mandree@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 120928
desc: "The main function of wiggle is to apply a patch to a file in a similar\nmanner
  to the patch(1) program.\n\nThe distinctive difference of wiggle is that it will
  attempt to apply a\npatch even if the \"before\" part of the patch doesn't match
  the target\nfile perfectly. This is achieved by breaking the file and patch into\nwords
  and finding the best alignment of words in the file with words in\nthe patch. Once
  this alignment has been found, any differences (word-\nwise) in the patch are applied
  to the file as best as possible.\n\nAlso, wiggle will (in some cases) detect changes
  that have already been\napplied, and will ignore them.\n\t\t\t\t\t\t\t-- Neil Brown\n\nWWW:\thttp://git.neil.brown.name/git?p=wiggle.git;a=summary\n"
categories: [textproc]
files:
  /usr/local/bin/wiggle: 009311e181e78ae6bbe19ba4a051f73b959e1f2be2577a019b5ca2a30e9d389d
  /usr/local/man/man1/wiggle.1.gz: bf89649f6b87fb76b2e345d08c2e56ffdafd963bfbf0d6994c3116c751a34d9c
  /usr/local/share/licenses/wiggle-0.9.1/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/wiggle-0.9.1/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/wiggle-0.9.1/catalog.mk: c64863124c6a398a54558080d10cba6a986d46b02b0076946ea229b550986742
directories:
  /usr/local/share/licenses/wiggle-0.9.1/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
