diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-01-30 14:41:28 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-01-30 14:41:28 +0000 |
commit | ff5ead4435e79f4e6ba306c864e94bc7b6184930 (patch) | |
tree | 744eafccc116e52136c5e107865ad4d49690ec34 /textproc | |
parent | 993f7fb87cc25c11e858292471c558e1ef217397 (diff) | |
download | ports-ff5ead4435e79f4e6ba306c864e94bc7b6184930.tar.gz ports-ff5ead4435e79f4e6ba306c864e94bc7b6184930.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-WordDiff/Makefile | 27 | ||||
-rw-r--r-- | textproc/p5-Text-WordDiff/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-WordDiff/pkg-descr | 9 | ||||
-rw-r--r-- | textproc/p5-Text-WordDiff/pkg-plist | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 500d5ac8eecb..3eaa3053e17c 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 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 |