diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-29 14:51:02 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-29 14:51:02 +0800 |
commit | 787ebc1b2a5f7f99496851883c0c5792982559fe (patch) | |
tree | 2c74f44e9c1b08277ca22d580b328f8c8580ee8f /textproc/Makefile | |
parent | f7c3083c47f22597981eda6e1a3ee4d00b8450e0 (diff) | |
download | freebsd-ports-gnome-787ebc1b2a5f7f99496851883c0c5792982559fe.tar.gz freebsd-ports-gnome-787ebc1b2a5f7f99496851883c0c5792982559fe.tar.zst freebsd-ports-gnome-787ebc1b2a5f7f99496851883c0c5792982559fe.zip |
NEW PORT devel/p5-String-ShowDiff
This module is a wrapper around the diff algorithm from the
module Algorithm::Diff. It's job is to simplify a visualization
of the differences of each strings.
Compared to the many other Diff modules, the output is
neither in diff-style nor are the recognised differences
on line or word boundaries, they are at character level.
PR: ports/51434
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5cf048e43f64..21a58088aa99 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -208,6 +208,7 @@ SUBDIR += p5-Spreadsheet-WriteExcel SUBDIR += p5-String-Scanf SUBDIR += p5-String-ShellQuote + SUBDIR += p5-String-ShowDiff SUBDIR += p5-String-Strip SUBDIR += p5-TeX-Hyphen SUBDIR += p5-Text-Autoformat |