pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-String-Approx String::Approx lets you matc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4da17a7d5d3c
branches:  trunk
changeset: 471643:4da17a7d5d3c
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Mar 29 18:48:13 2004 +0000

description:
String::Approx lets you match and substitute strings approximately.
With this you can emulate errors: typing errorrs, speling errors,
closely related vocabularies (colour color), genetic mutations (GAG
ACT), abbreviations (McScot, MacScot).

diffstat:

 textproc/p5-String-Approx/DESCR    |   4 ++++
 textproc/p5-String-Approx/Makefile |  17 +++++++++++++++++
 textproc/p5-String-Approx/PLIST    |   1 +
 textproc/p5-String-Approx/distinfo |   4 ++++
 4 files changed, 26 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r bce1c0781030 -r 4da17a7d5d3c textproc/p5-String-Approx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-Approx/DESCR   Mon Mar 29 18:48:13 2004 +0000
@@ -0,0 +1,4 @@
+String::Approx lets you match and substitute strings approximately.
+With this you can emulate errors: typing errorrs, speling errors,
+closely related vocabularies (colour color), genetic mutations (GAG
+ACT), abbreviations (McScot, MacScot).
diff -r bce1c0781030 -r 4da17a7d5d3c textproc/p5-String-Approx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-Approx/Makefile        Mon Mar 29 18:48:13 2004 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 18:48:13 tv Exp $
+#
+
+DISTNAME=              String-Approx-3.20
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            textproc perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=String/}
+
+MAINTAINER=            tv%duh.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/String-Approx/
+COMMENT=               Approximate (fuzzy) string matching library for Perl
+
+USE_BUILDLINK3=                yes
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/String/Approx/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bce1c0781030 -r 4da17a7d5d3c textproc/p5-String-Approx/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-Approx/PLIST   Mon Mar 29 18:48:13 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/29 18:48:13 tv Exp $
diff -r bce1c0781030 -r 4da17a7d5d3c textproc/p5-String-Approx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-String-Approx/distinfo        Mon Mar 29 18:48:13 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/03/29 18:48:13 tv Exp $
+
+SHA1 (String-Approx-3.20.tar.gz) = 66bcb703ac28acc470f6b97793fc661446050a54
+Size (String-Approx-3.20.tar.gz) = 43309 bytes



Home | Main Index | Thread Index | Old Index