From owner-cvs-all@FreeBSD.ORG Wed Feb 15 23:31:10 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 162401065672; Wed, 15 Feb 2012 23:31:10 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DFFFA8FC0C; Wed, 15 Feb 2012 23:31:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1FNV9D6089933; Wed, 15 Feb 2012 23:31:09 GMT (envelope-from mandree@repoman.freebsd.org) Received: (from mandree@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1FNV9sn089932; Wed, 15 Feb 2012 23:31:09 GMT (envelope-from mandree) Message-Id: <201202152331.q1FNV9sn089932@repoman.freebsd.org> From: Matthias Andree Date: Wed, 15 Feb 2012 23:31:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/wiggle Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 23:31:10 -0000 mandree 2012-02-15 23:31:09 UTC FreeBSD ports repository Added files: textproc/wiggle Makefile distinfo pkg-descr Log: New port textproc/wiggle Apply rejected patches and perform word-wise diffs. 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. Revision Changes Path 1.1 +54 -0 ports/textproc/wiggle/Makefile (new) 1.1 +2 -0 ports/textproc/wiggle/distinfo (new) 1.1 +1 -0 ports/textproc/wiggle/pkg-descr (new)