summaryrefslogtreecommitdiff
path: root/textproc/libdiff/pkg-descr
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-09-22 06:48:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-09-22 06:48:58 +0000
commit1e777d2df1c57e8ed8f66b9d1d9b933dca50b6aa (patch)
tree71abf329ec847e905755b15cbc771e87417ceb28 /textproc/libdiff/pkg-descr
parentUpdate to the 20180916 snapshot of GCC 9. (The last two weeks' versions (diff)
libdiff is a C library generating the shortest edit script, longest common
subsequence, and edit distance between arbitrary sequences of bytes. It derives from Tatsuhiko Kubo's onp and dtl. WWW: https://github.com/kristapsdz/libdiff
Diffstat (limited to 'textproc/libdiff/pkg-descr')
-rw-r--r--textproc/libdiff/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/libdiff/pkg-descr b/textproc/libdiff/pkg-descr
new file mode 100644
index 000000000000..afd745647e06
--- /dev/null
+++ b/textproc/libdiff/pkg-descr
@@ -0,0 +1,5 @@
+libdiff is a C library generating the shortest edit script, longest common
+subsequence, and edit distance between arbitrary sequences of bytes. It derives
+from Tatsuhiko Kubo's onp and dtl.
+
+WWW: https://github.com/kristapsdz/libdiff