Initial import of String-Approx-3.15.
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).
This commit is contained in:
parent
193416c9df
commit
0725a30a4c
22
textproc/p5-String-Approx/Makefile
Normal file
22
textproc/p5-String-Approx/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/15 02:12:17 kevlo Exp $
|
||||||
|
|
||||||
|
COMMENT= "module for approximate matching"
|
||||||
|
|
||||||
|
DISTNAME= String-Approx-3.15
|
||||||
|
PKGNAME= p5-${DISTNAME}
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
NEED_VERSION= 1.414
|
||||||
|
|
||||||
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||||
|
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= String
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= perl
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
textproc/p5-String-Approx/files/md5
Normal file
3
textproc/p5-String-Approx/files/md5
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (String-Approx-3.15.tar.gz) = 6506be7f5ca2ba87369fc96d03962a9b
|
||||||
|
RMD160 (String-Approx-3.15.tar.gz) = 0b23540c6c4c9f737ad0419b4d563854dd427fda
|
||||||
|
SHA1 (String-Approx-3.15.tar.gz) = 3836d35a2d44141f80d32dcb3c39c50769b49927
|
4
textproc/p5-String-Approx/pkg/DESCR
Normal file
4
textproc/p5-String-Approx/pkg/DESCR
Normal file
@ -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).
|
6
textproc/p5-String-Approx/pkg/PLIST
Normal file
6
textproc/p5-String-Approx/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/15 02:12:17 kevlo Exp $
|
||||||
|
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/String/Approx.pm
|
||||||
|
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/String/Approx/Approx.bs
|
||||||
|
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/String/Approx/Approx.so
|
||||||
|
man/man3/String::Approx.3p
|
||||||
|
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/String/Approx
|
Loading…
Reference in New Issue
Block a user