diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 06:51:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 06:51:02 +0000 |
commit | 0d9e646092caa5531228f24f6345da2ac84bbf47 (patch) | |
tree | 5b238d9be93a009155e4711bd5e36efc0c179e34 /textproc/p5-String-ShowDiff/pkg-plist | |
parent | 5bc16c875d768d04bcf1a393b07a65985628719c (diff) | |
download | ports-0d9e646092caa5531228f24f6345da2ac84bbf47.tar.gz ports-0d9e646092caa5531228f24f6345da2ac84bbf47.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>
Notes
Notes:
svn path=/head/; revision=79849
Diffstat (limited to 'textproc/p5-String-ShowDiff/pkg-plist')
-rw-r--r-- | textproc/p5-String-ShowDiff/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-String-ShowDiff/pkg-plist b/textproc/p5-String-ShowDiff/pkg-plist new file mode 100644 index 000000000000..d7fcf9d93265 --- /dev/null +++ b/textproc/p5-String-ShowDiff/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/String/ShowDiff.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/ShowDiff/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/ShowDiff/ +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String +@dirrm lib/perl5/site_perl/%%PERL_VER%%/String |