[Midnightbsd-cvs] mports: mports/devel:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Nov 7 22:25:44 EST 2007


Log Message:
-----------


Modified Files:
--------------
    mports/devel:
        Makefile (r1.170 -> r1.171)

Added Files:
-----------
    mports/devel/p5-String-Approx:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.170
retrieving revision 1.171
diff -L devel/Makefile -L devel/Makefile -u -r1.170 -r1.171
--- devel/Makefile
+++ devel/Makefile
@@ -156,6 +156,7 @@
     SUBDIR += p5-Scope-Guard
     SUBDIR += p5-Spiffy
     SUBDIR += p5-Storable
+    SUBDIR += p5-String-Approx
     SUBDIR += p5-String-Ediff
     SUBDIR += p5-Test-Base
     SUBDIR += p5-Test-Harness
--- /dev/null
+++ devel/p5-String-Approx/pkg-descr
@@ -0,0 +1,8 @@
+String::Approx lets you match and substitute strings
+approximately.  With this you can emulate errors: typing
+errors, spelling errors, closely related vocabularies
+(colour color), genetic mutations (GAG ACT), abbreviations
+(McScot, MacScot).
+EXTREMELY USEFUL FOR WRITING LANGUAGE TESTS AND QUIZES !
+
+WWW: http://search.cpan.org/dist/String-Approx/
--- /dev/null
+++ devel/p5-String-Approx/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/String/Approx.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Approx/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Approx/Approx.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Approx/Approx.so
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Approx
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/String
--- /dev/null
+++ devel/p5-String-Approx/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:	p5-String-Approx
+# Date created:				7 Nov 2007
+# Whom:	      				Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/devel/p5-String-Approx/Makefile,v 1.1 2007/11/08 03:25:42 laffer1 Exp $
+#
+
+PORTNAME=	String-Approx
+PORTVERSION=	3.26
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	String
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Perl extension for approximate matching (fuzzy matching)
+LICENSE=	lgpl
+
+BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+
+PERL_CONFIGURE=	YES
+
+MAN3=		String::Approx.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-String-Approx/distinfo
@@ -0,0 +1,3 @@
+MD5 (String-Approx-3.26.tar.gz) = fc14d72986431025125d4970dd6b7f88
+SHA256 (String-Approx-3.26.tar.gz) = e5c5340834625034ec351e1f96f3f9650dcdaab71d1f5d68881df21db1836824
+SIZE (String-Approx-3.26.tar.gz) = 44800


More information about the Midnightbsd-cvs mailing list