diff based on words, not lines.
This commit is contained in:
parent
b48cf21d31
commit
334769906e
21
textproc/p5-Text-WordDiff/Makefile
Normal file
21
textproc/p5-Text-WordDiff/Makefile
Normal 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>
|
4
textproc/p5-Text-WordDiff/distinfo
Normal file
4
textproc/p5-Text-WordDiff/distinfo
Normal 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
|
3
textproc/p5-Text-WordDiff/pkg/DESCR
Normal file
3
textproc/p5-Text-WordDiff/pkg/DESCR
Normal 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.
|
9
textproc/p5-Text-WordDiff/pkg/PLIST
Normal file
9
textproc/p5-Text-WordDiff/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user