This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] wiggle 0.6 -- A program for applying patches with conflicting changes


Included in Debian stable

  http://packages.debian.org/unstable/wiggle

Jari

sdesc: "A program for applying patches with conflicting changes"
ldesc: "A program for applying patches that patch(1) cannot apply due to
conflicting changes in the original. Wiggle will always apply all
changes in the patch to the original. If it cannot find a way to
cleanly apply a patch, it inserts it in the original in a manner
similar to merge(1), and report an unresolvable conflict."
category: Utils
requires: cygwin

a) manual

  wget        \
    http://cygwin.cante.net/wiggle/wiggle-0.6-1-src.tar.bz2 \
    http://cygwin.cante.net/wiggle/wiggle-0.6-1.tar.bz2 \
    http://cygwin.cante.net/wiggle/setup.hint

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir wiggle ; cd wiggle
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/wiggle/get.sh \
          http://cygwin.cante.net/wiggle/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]