diff options
author | tv <tv@pkgsrc.org> | 2004-03-29 18:48:13 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-03-29 18:48:13 +0000 |
commit | a6a9abbe25bb8dee2af8ebc8dff2210c12faf701 (patch) | |
tree | 028c32d2953f1492d7b848bc2ceb825d24bec6b3 /textproc | |
parent | 6db84bbaa4ec2997198b3c37744e234b1df89567 (diff) | |
download | pkgsrc-a6a9abbe25bb8dee2af8ebc8dff2210c12faf701.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/p5-String-Approx/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-String-Approx/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-String-Approx/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-String-Approx/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/p5-String-Approx/DESCR b/textproc/p5-String-Approx/DESCR new file mode 100644 index 00000000000..f9935df7ce6 --- /dev/null +++ b/textproc/p5-String-Approx/DESCR @@ -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 --git a/textproc/p5-String-Approx/Makefile b/textproc/p5-String-Approx/Makefile new file mode 100644 index 00000000000..f28d18d123b --- /dev/null +++ b/textproc/p5-String-Approx/Makefile @@ -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 +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 --git a/textproc/p5-String-Approx/PLIST b/textproc/p5-String-Approx/PLIST new file mode 100644 index 00000000000..1e0afcda07e --- /dev/null +++ b/textproc/p5-String-Approx/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/29 18:48:13 tv Exp $ diff --git a/textproc/p5-String-Approx/distinfo b/textproc/p5-String-Approx/distinfo new file mode 100644 index 00000000000..189e475edf4 --- /dev/null +++ b/textproc/p5-String-Approx/distinfo @@ -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 |