summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-01-30 14:41:28 +0000
committerclsung <clsung@FreeBSD.org>2006-01-30 14:41:28 +0000
commitdbd003d162c43378590b1922417c705772a0a685 (patch)
tree383a061cc0798f31adb6464eb35cd827d997ce11 /textproc
parenta3e2b6499671c1e4a8d1203bb4a6435b1a531d89 (diff)
downloadFreeBSD-ports-dbd003d162c43378590b1922417c705772a0a685.zip
FreeBSD-ports-dbd003d162c43378590b1922417c705772a0a685.tar.gz
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>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-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
5 files changed, 45 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 500d5ac..3eaa305 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -462,6 +462,7 @@
SUBDIR += p5-Text-Tmpl
SUBDIR += p5-Text-VimColor
SUBDIR += p5-Text-WikiFormat
+ SUBDIR += p5-Text-WordDiff
SUBDIR += p5-Text-Wrapper
SUBDIR += p5-Time-Human
SUBDIR += p5-Tk-XMLViewer
diff --git a/textproc/p5-Text-WordDiff/Makefile b/textproc/p5-Text-WordDiff/Makefile
new file mode 100644
index 0000000..85c3bda
--- /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 0000000..28670d6
--- /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 0000000..f7863c8
--- /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 0000000..c1b71ab
--- /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
OpenPOWER on IntegriCloud