pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-Text-WordDiff



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue May 31 21:08:16 UTC 2022

Added Files:
        pkgsrc/textproc/p5-Text-WordDiff: DESCR Makefile distinfo

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

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/p5-Text-WordDiff/DESCR \
    pkgsrc/textproc/p5-Text-WordDiff/Makefile \
    pkgsrc/textproc/p5-Text-WordDiff/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/p5-Text-WordDiff/DESCR
diff -u /dev/null pkgsrc/textproc/p5-Text-WordDiff/DESCR:1.1
--- /dev/null   Tue May 31 21:08:16 2022
+++ pkgsrc/textproc/p5-Text-WordDiff/DESCR      Tue May 31 21:08:16 2022
@@ -0,0 +1,6 @@
+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.
Index: pkgsrc/textproc/p5-Text-WordDiff/Makefile
diff -u /dev/null pkgsrc/textproc/p5-Text-WordDiff/Makefile:1.1
--- /dev/null   Tue May 31 21:08:16 2022
+++ pkgsrc/textproc/p5-Text-WordDiff/Makefile   Tue May 31 21:08:16 2022
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/05/31 21:08:16 markd Exp $
+
+DISTNAME=      Text-WordDiff-0.09
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TI/TIMK/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Text-WordDiff
+COMMENT=       Track changes between documents
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Algorithm-Diff-[0-9]*:../../devel/p5-Algorithm-Diff
+DEPENDS+=      p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+DEPENDS+=      p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
+
+PERL5_MODULE_TYPE=     Module::Build
+PERL5_PACKLIST=                auto/Text/WordDiff/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/p5-Text-WordDiff/distinfo
diff -u /dev/null pkgsrc/textproc/p5-Text-WordDiff/distinfo:1.1
--- /dev/null   Tue May 31 21:08:16 2022
+++ pkgsrc/textproc/p5-Text-WordDiff/distinfo   Tue May 31 21:08:16 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/31 21:08:16 markd Exp $
+
+BLAKE2s (Text-WordDiff-0.09.tar.gz) = 8fcd2ce65fbc839d491169eb6849f40786b6e2022d1e1f1e0388e121940bf71d
+SHA512 (Text-WordDiff-0.09.tar.gz) = 4a3182a4b2ca8f904e88e59a6df3fb43607571af6c248b7c1063d1602e0ba93dd1baba0338ef1a1ba7aefcb9808e4c358880ac3f7fedd711e9001b6c9aa8341e
+Size (Text-WordDiff-0.09.tar.gz) = 26020 bytes



Home | Main Index | Thread Index | Old Index