diff based on words, not lines.

This commit is contained in:
espie 2006-04-18 18:02:25 +00:00
parent b48cf21d31
commit 334769906e
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/04/18 18:02:25 espie Exp $
COMMENT= "diff based on word, not lines for perl"
DISTNAME= Text-WordDiff-0.02
PKGNAME= p5-${DISTNAME}
PKG_ARCH= *
CATEGORIES= textproc perl5
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
CONFIGURE_STYLE= perl modbuild
REGRESS_DEPENDS= ::devel/p5-Test-Pod
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Text-WordDiff-0.02.tar.gz) = e4ad90ec41816be47db9dd1b55af3fbb
RMD160 (Text-WordDiff-0.02.tar.gz) = 015154d40474bdb1eb8fb79e450602987cd17a05
SHA1 (Text-WordDiff-0.02.tar.gz) = 1b155f0244164309f098b02a0a9d85c9ddde431d
SIZE (Text-WordDiff-0.02.tar.gz) = 13530

View File

@ -0,0 +1,3 @@
This module is a variation on the lovely Text::Diff module. Rather than
generating traditional line-oriented diffs, however, it generates
word-oriented diffs.

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/04/18 18:02:25 espie Exp $
${P5SITE}/Text/
${P5SITE}/Text/WordDiff/
${P5SITE}/Text/WordDiff.pm
${P5SITE}/Text/WordDiff/ANSIColor.pm
${P5SITE}/Text/WordDiff/HTML.pm
@man man/man3p/Text::WordDiff.3p
@man man/man3p/Text::WordDiff::ANSIColor.3p
@man man/man3p/Text::WordDiff::HTML.3p