Add p5-Algorithm-LCS 1.04, fast (XS) implementation of the Longest

Common Subsequence Algorithm.

PR:		ports/84151
Submitted by:	tiger@whitetigersd.com
This commit is contained in:
Lars Thegler 2005-09-14 20:14:43 +00:00
parent 42097b596c
commit 3d639f4dfb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142743
5 changed files with 42 additions and 0 deletions

View file

@ -657,6 +657,7 @@
SUBDIR += p5-Algorithm-Diff
SUBDIR += p5-Algorithm-Evolutionary
SUBDIR += p5-Algorithm-Interval2Prefix
SUBDIR += p5-Algorithm-LCS
SUBDIR += p5-Algorithm-LUHN
SUBDIR += p5-Algorithm-MDiff
SUBDIR += p5-Algorithm-MarkovChain

View file

@ -0,0 +1,28 @@
# New ports collection makefile for: Algorithm::LCS
# Date created: 26 July 2005
# Whom: tiger@whitetigersd.com
#
# $FreeBSD$
#
PORTNAME= Algorithm-LCS
PORTVERSION= 1.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/J/JO/JOESUF
PKGNAMEPREFIX= p5-
MAINTAINER= tiger@whitetigersd.com
COMMENT= Fast (XS) implementation of the Longest Common Subsequence Algorithm
PERL_CONFIGURE= yes
MAN3= Algorithm::LCS.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again.
.endif
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
MD5 (Algorithm-LCS-1.04.tar.gz) = 741a53415523eade93a006899cbe15aa
SIZE (Algorithm-LCS-1.04.tar.gz) = 10149

View file

@ -0,0 +1,4 @@
Algorithm::LCS reimplements Algorithm::Diff's core loop in XS,
and provides a simple OO interface to it.
WWW: http://search.cpan.org/dist/Algorithm-LCS/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/LCS.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/LCS.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/LCS.so
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true