pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc p5-Text-WordDiff: add version 0.09
details: https://anonhg.NetBSD.org/pkgsrc/rev/e64fa51813e6
branches: trunk
changeset: 380226:e64fa51813e6
user: markd <markd%pkgsrc.org@localhost>
date: Tue May 31 21:06:57 2022 +0000
description:
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.
diffstat:
textproc/Makefile | 3 ++-
textproc/p5-Text-WordDiff/DESCR | 6 ++++++
textproc/p5-Text-WordDiff/Makefile | 21 +++++++++++++++++++++
textproc/p5-Text-WordDiff/distinfo | 5 +++++
4 files changed, 34 insertions(+), 1 deletions(-)
diffs (61 lines):
diff -r 22ae3b647f1c -r e64fa51813e6 textproc/Makefile
--- a/textproc/Makefile Tue May 31 21:03:08 2022 +0000
+++ b/textproc/Makefile Tue May 31 21:06:57 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1316 2022/05/12 08:10:26 adam Exp $
+# $NetBSD: Makefile,v 1.1317 2022/05/31 21:06:57 markd Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -844,6 +844,7 @@
SUBDIR+= p5-Text-WagnerFischer
SUBDIR+= p5-Text-WikiCreole
SUBDIR+= p5-Text-WikiFormat
+SUBDIR+= p5-Text-WordDiff
SUBDIR+= p5-Text-WrapI18N
SUBDIR+= p5-Text-Wrapper
SUBDIR+= p5-Text-Xslate
diff -r 22ae3b647f1c -r e64fa51813e6 textproc/p5-Text-WordDiff/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WordDiff/DESCR Tue May 31 21:06:57 2022 +0000
@@ -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.
diff -r 22ae3b647f1c -r e64fa51813e6 textproc/p5-Text-WordDiff/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WordDiff/Makefile Tue May 31 21:06:57 2022 +0000
@@ -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"
diff -r 22ae3b647f1c -r e64fa51813e6 textproc/p5-Text-WordDiff/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WordDiff/distinfo Tue May 31 21:06:57 2022 +0000
@@ -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