aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-ParagraphDiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-11-04 16:30:35 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-11-04 16:30:35 +0000
commit95493bd9554196cc165edc8d5430d29d00492541 (patch)
tree00b4903eae841923879f9cf02a8b8be1048d302f /textproc/p5-Text-ParagraphDiff
parent6aecd38bc2f8d1f73d4f98d2559763da05ba7990 (diff)
downloadports-95493bd9554196cc165edc8d5430d29d00492541.tar.gz
ports-95493bd9554196cc165edc8d5430d29d00492541.zip
Add p5-Text-ParagraphDiff 2.41,
visual difference for paragraphed text. PR: 58859 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=93078
Diffstat (limited to 'textproc/p5-Text-ParagraphDiff')
-rw-r--r--textproc/p5-Text-ParagraphDiff/Makefile34
-rw-r--r--textproc/p5-Text-ParagraphDiff/distinfo1
-rw-r--r--textproc/p5-Text-ParagraphDiff/pkg-descr5
-rw-r--r--textproc/p5-Text-ParagraphDiff/pkg-plist5
4 files changed, 45 insertions, 0 deletions
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