diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-11-05 00:30:35 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-11-05 00:30:35 +0800 |
commit | 53c8918faf5befd74a3ea00e616f763ef9227f50 (patch) | |
tree | 0080cee77a7697d47c3f12a2acdd62e95055c8da /textproc | |
parent | dd7e8858b289df564fcd81f961a6c08c18c38e7b (diff) | |
download | freebsd-ports-gnome-53c8918faf5befd74a3ea00e616f763ef9227f50.tar.gz freebsd-ports-gnome-53c8918faf5befd74a3ea00e616f763ef9227f50.tar.zst freebsd-ports-gnome-53c8918faf5befd74a3ea00e616f763ef9227f50.zip |
Add p5-Text-ParagraphDiff 2.41,
visual difference for paragraphed
text.
PR: 58859
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-ParagraphDiff/Makefile | 34 | ||||
-rw-r--r-- | textproc/p5-Text-ParagraphDiff/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-ParagraphDiff/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Text-ParagraphDiff/pkg-plist | 5 |
5 files changed, 46 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5311ee10f73c..6a5639110dd5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -258,6 +258,7 @@ SUBDIR += p5-Text-MagicTemplate SUBDIR += p5-Text-Metaphone SUBDIR += p5-Text-Netstring + SUBDIR += p5-Text-ParagraphDiff SUBDIR += p5-Text-Query SUBDIR += p5-Text-Quoted SUBDIR += p5-Text-Reflow diff --git a/textproc/p5-Text-ParagraphDiff/Makefile b/textproc/p5-Text-ParagraphDiff/Makefile new file mode 100644 index 000000000000..287642d79c6e --- /dev/null +++ b/textproc/p5-Text-ParagraphDiff/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-Text-ParagraphDiff +# Date created: Nov 3 2003 +# Whom: Cheng-Lung Sung <clsung@dragon2.net> +# +# $FreeBSD$ +# + +PORTNAME= Text-ParagraphDiff +PORTVERSION= 2.41 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.ORG +COMMENT= Visual difference for paragraphed text + +BUILD_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} + +MAN3= Text::ParagraphDiff.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Text-ParagraphDiff/distinfo b/textproc/p5-Text-ParagraphDiff/distinfo new file mode 100644 index 000000000000..3f3abc3d7f9a --- /dev/null +++ b/textproc/p5-Text-ParagraphDiff/distinfo @@ -0,0 +1 @@ +MD5 (Text-ParagraphDiff-2.41.tar.gz) = df1973148a8bd16d4586c3db24fbcfba diff --git a/textproc/p5-Text-ParagraphDiff/pkg-descr b/textproc/p5-Text-ParagraphDiff/pkg-descr new file mode 100644 index 000000000000..34294cacc7e6 --- /dev/null +++ b/textproc/p5-Text-ParagraphDiff/pkg-descr @@ -0,0 +1,5 @@ +Text::ParagraphDiff - Visual Difference for paragraphed text + +WWW: http://search.cpan.org/~jryan/Text-ParagraphDiff/ + +Author: Joseph F. Ryan <ryan.311@osu.edu> diff --git a/textproc/p5-Text-ParagraphDiff/pkg-plist b/textproc/p5-Text-ParagraphDiff/pkg-plist new file mode 100644 index 000000000000..9d4f885f1173 --- /dev/null +++ b/textproc/p5-Text-ParagraphDiff/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Text/ParagraphDiff.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParagraphDiff/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParagraphDiff +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true |