aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-06-17 04:55:11 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-06-17 04:55:11 +0000
commitfb667f8dfa8a2dd20aacd1415ac5a574bd832a9f (patch)
treea548e74a5cb6c6e9ba5e4615c0c3aad156354938 /textproc/Makefile
parent491be1937976ec315b4cf350d47d99efd392f0c1 (diff)
downloadports-fb667f8dfa8a2dd20aacd1415ac5a574bd832a9f.tar.gz
ports-fb667f8dfa8a2dd20aacd1415ac5a574bd832a9f.zip
New port: textproc/py-patiencediff
This package contains the Python implementation of the "Patience Diff" algorithm, as first described by Bram Cohen. "Patience Diff" 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. WWW: https://pypi.org/project/patiencediff/ PR: 238299 Submitted by: fullermd@over-yonder.net Tested by: pkubaj (PowerPC64)
Notes
Notes: svn path=/head/; revision=504385
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 611b3341672d..c209b9df78b6 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1313,6 +1313,7 @@
SUBDIR += py-parsel
SUBDIR += py-parsimonious
SUBDIR += py-parso
+ SUBDIR += py-patiencediff
SUBDIR += py-pdfminer
SUBDIR += py-pdfminer.six
SUBDIR += py-pdfminer3k