diff options
author | epg <epg> | 2003-12-03 16:11:50 +0000 |
---|---|---|
committer | epg <epg> | 2003-12-03 16:11:50 +0000 |
commit | 8d4852853bc0fcf5d49ccb04a179150a1be206fb (patch) | |
tree | 08f1e1335bb5dd2a7ce32d7f83c69b096765666e /textproc | |
parent | aa49a09b36a1e31572b2eb94414723be57730551 (diff) | |
download | pkgsrc-8d4852853bc0fcf5d49ccb04a179150a1be206fb.tar.gz |
import p5-Text-Diff-0.35.
This module provides a high-level interface to the diff algorithm
in the p5-ALgorithm-Diff package.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Diff/DESCR | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Diff/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Text-Diff/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Diff/distinfo | 4 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-Text-Diff/DESCR b/textproc/p5-Text-Diff/DESCR new file mode 100644 index 00000000000..0e0b2d9f598 --- /dev/null +++ b/textproc/p5-Text-Diff/DESCR @@ -0,0 +1,2 @@ +This module provides a high-level interface to the diff algorithm +in the p5-ALgorithm-Diff package. diff --git a/textproc/p5-Text-Diff/Makefile b/textproc/p5-Text-Diff/Makefile new file mode 100644 index 00000000000..8d2dddfb3f8 --- /dev/null +++ b/textproc/p5-Text-Diff/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 16:11:50 epg Exp $ + +DISTNAME= Text-Diff-0.35 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= High-level text diffing module for Perl + +DEPENDS+= p5-Algorithm-Diff-1.15:../../devel/p5-Algorithm-Diff + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Diff/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Diff/PLIST b/textproc/p5-Text-Diff/PLIST new file mode 100644 index 00000000000..c5d3632e3d0 --- /dev/null +++ b/textproc/p5-Text-Diff/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 16:11:50 epg Exp $ diff --git a/textproc/p5-Text-Diff/distinfo b/textproc/p5-Text-Diff/distinfo new file mode 100644 index 00000000000..0875f25ba9f --- /dev/null +++ b/textproc/p5-Text-Diff/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/03 16:11:50 epg Exp $ + +SHA1 (Text-Diff-0.35.tar.gz) = 75f71127f5515d689107a131742074fc143f6171 +Size (Text-Diff-0.35.tar.gz) = 14746 bytes |