Subject: CVS commit: pkgsrc/textproc
From: Olaf Seibert
Date: 2021-07-12 20:43:05
Message id: 20210712184305.54C8AFA95@cvs.NetBSD.org

Log Message:
textproc/py-patiencediff: added; used by devel/breezy.

Implementation of the patiencediff algorithm, as first described by Bram
Cohen: https://bramcohen.livejournal.com/73318.html

Like Python's difflib, this module provides both a convenience
unified_diff function for the generation of unified diffs of text files
as well as a SequenceMatcher that can be used on arbitrary lists.

Patiencediff provides a good balance of performance, nice output for
humans, and implementation simplicity.

The code in this package was extracted from the Bazaar code base.

Files:
RevisionActionfile
1.1addpkgsrc/textproc/py-patiencediff/DESCR
1.1addpkgsrc/textproc/py-patiencediff/Makefile
1.1addpkgsrc/textproc/py-patiencediff/PLIST
1.1addpkgsrc/textproc/py-patiencediff/distinfo