[Midnightbsd-cvs] mports: textproc/p5-Text-WordDiff: add p5-Text-WordDiff

crash at midnightbsd.org crash at midnightbsd.org
Sun May 11 18:34:23 EDT 2008


Log Message:
-----------
add p5-Text-WordDiff

Added Files:
-----------
    mports/textproc/p5-Text-WordDiff:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ 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/
--- /dev/null
+++ 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
+ at dirrm %%SITE_PERL%%/Text/WordDiff
+ at dirrmtry %%SITE_PERL%%/Text
--- /dev/null
+++ textproc/p5-Text-WordDiff/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:	textproc/p5-Text-WordDiff
+# Date created:				28 January 2006
+# Whom:					Rod Taylor <ports at rbt.ca>
+#
+# $FreeBSD: ports/textproc/p5-Text-WordDiff/Makefile,v 1.5 2008/05/11 15:18:53 leeym Exp $
+# $MidnightBSD: mports/textproc/p5-Text-WordDiff/Makefile,v 1.1 2008/05/11 22:34:23 crash Exp $
+
+PORTNAME=	Text-WordDiff
+PORTVERSION=	0.04
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Track changes between documents
+LICENSE=        perl
+RUN_DEPENDS=	${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \
+		${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \
+		${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
+
+PERL_MODBUILD=	yes
+
+MAN3=		Text::WordDiff.3 Text::WordDiff::ANSIColor.3 Text::WordDiff::HTML.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ textproc/p5-Text-WordDiff/distinfo
@@ -0,0 +1,3 @@
+MD5 (Text-WordDiff-0.04.tar.gz) = c647ac82c5d63f022a152ab298c7b331
+SHA256 (Text-WordDiff-0.04.tar.gz) = 9d2ca68fca986ab22103fdf361034d51b270152f2e157d0dc88d5cdb3639a79f
+SIZE (Text-WordDiff-0.04.tar.gz) = 13922


More information about the Midnightbsd-cvs mailing list