aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-WordDiff
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-01-30 14:41:28 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-01-30 14:41:28 +0000
commitff5ead4435e79f4e6ba306c864e94bc7b6184930 (patch)
tree744eafccc116e52136c5e107865ad4d49690ec34 /textproc/p5-Text-WordDiff
parent993f7fb87cc25c11e858292471c558e1ef217397 (diff)
downloadports-ff5ead4435e79f4e6ba306c864e94bc7b6184930.tar.gz
ports-ff5ead4435e79f4e6ba306c864e94bc7b6184930.zip
Add p5-Text-WordDiff 0.02, text::WordDiff - Track changes between
documents. - required for Bricolage 1.10.0 PR: ports/92472 Submitted by: Rod Taylor <ports@rbt.ca>
Notes
Notes: svn path=/head/; revision=154821
Diffstat (limited to 'textproc/p5-Text-WordDiff')
-rw-r--r--textproc/p5-Text-WordDiff/Makefile27
-rw-r--r--textproc/p5-Text-WordDiff/distinfo3
-rw-r--r--textproc/p5-Text-WordDiff/pkg-descr9
-rw-r--r--textproc/p5-Text-WordDiff/pkg-plist5
4 files changed, 44 insertions, 0 deletions
diff --git a/textproc/p5-Text-WordDiff/Makefile b/textproc/p5-Text-WordDiff/Makefile
new file mode 100644
index 000000000000..85c3bdae1d44
--- /dev/null
+++ b/textproc/p5-Text-WordDiff/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: textproc/p5-Text-WordDiff
+# Date created: 28 January 2006
+# Whom: Rod Taylor <ports@rbt.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-WordDiff
+PORTVERSION= 0.02
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@rbt.ca
+COMMENT= Text::WordDiff - Track changes between documents
+
+PERL_BUILD_DEPENDS= Test-Simple:${PORTSDIR}/devel/p5-Test-Simple
+PERL_RUN_DEPENDS= Algorithm-Diff:${PORTSDIR}/devel/p5-Algorithm-Diff \
+ Term-ANSIColor:${PORTSDIR}/devel/p5-Term-ANSIColor \
+ HTML-Entities:${PORTSDIR}/www/p5-HTML-Parser
+
+PERL_MODBUILD= yes
+
+MAN3= Text::WordDiff.3 Text::WordDiff::ANSIColor.3 Text::WordDiff::HTML.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Text-WordDiff/distinfo b/textproc/p5-Text-WordDiff/distinfo
new file mode 100644
index 000000000000..28670d6f59c7
--- /dev/null
+++ b/textproc/p5-Text-WordDiff/distinfo
@@ -0,0 +1,3 @@
+MD5 (Text-WordDiff-0.02.tar.gz) = e4ad90ec41816be47db9dd1b55af3fbb
+SHA256 (Text-WordDiff-0.02.tar.gz) = 3671230b494538c0b727ae48e2d6c7382904b7677bc5275b956a1b03da0f22d0
+SIZE (Text-WordDiff-0.02.tar.gz) = 13530
diff --git a/textproc/p5-Text-WordDiff/pkg-descr b/textproc/p5-Text-WordDiff/pkg-descr
new file mode 100644
index 000000000000..f7863c8b312c
--- /dev/null
+++ b/textproc/p5-Text-WordDiff/pkg-descr
@@ -0,0 +1,9 @@
+This module is a variation on the lovely Text::Diff module. Rather
+than generating traditional line-oriented diffs, however, it generates
+word-oriented diffs. This can be useful for tracking changes in
+narrative documents or documents with very long lines. To diff
+source code, one is still best off using Text::Diff. But if you
+want to see how a short story changed from one version to the next,
+this module will do the job very nicely.
+
+WWW: http://search.cpan.org/dist/Text-WordDiff/
diff --git a/textproc/p5-Text-WordDiff/pkg-plist b/textproc/p5-Text-WordDiff/pkg-plist
new file mode 100644
index 000000000000..c1b71ab4d603
--- /dev/null
+++ b/textproc/p5-Text-WordDiff/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Text/WordDiff.pm
+%%SITE_PERL%%/Text/WordDiff/HTML.pm
+%%SITE_PERL%%/Text/WordDiff/ANSIColor.pm
+@dirrm %%SITE_PERL%%/Text/WordDiff
+@dirrmtry %%SITE_PERL%%/Text