ports/84151: New port devel/p5-Algorithm-LCS Fast (XS) implementation of the Longest Common Subsequence Algorithm
Andrew Kilpatrick
tiger at whitetigersd.com
Tue Jul 26 23:50:20 UTC 2005
>Number: 84151
>Category: ports
>Synopsis: New port devel/p5-Algorithm-LCS Fast (XS) implementation of the Longest Common Subsequence Algorithm
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 26 23:50:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Andrew Kilpatrick
>Release: FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD morrigan.ixomaxip.com 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Tue May 25 22:47:12 GMT 2004 root at perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Fast (XS) implementation of the Longest Common Subsequence Algorithm
>How-To-Repeat:
>Fix:
--- p5-Algorithm-LCS.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# p5-Algorithm-LCS
# p5-Algorithm-LCS/distinfo
# p5-Algorithm-LCS/Makefile
# p5-Algorithm-LCS/pkg-descr
# p5-Algorithm-LCS/pkg-plist
#
echo c - p5-Algorithm-LCS
mkdir -p p5-Algorithm-LCS > /dev/null 2>&1
echo x - p5-Algorithm-LCS/distinfo
sed 's/^X//' >p5-Algorithm-LCS/distinfo << 'END-of-p5-Algorithm-LCS/distinfo'
XMD5 (Algorithm-LCS-1.04.tar.gz) = 741a53415523eade93a006899cbe15aa
XSIZE (Algorithm-LCS-1.04.tar.gz) = 10149
END-of-p5-Algorithm-LCS/distinfo
echo x - p5-Algorithm-LCS/Makefile
sed 's/^X//' >p5-Algorithm-LCS/Makefile << 'END-of-p5-Algorithm-LCS/Makefile'
X# New ports collection makefile for: Algorithm::LCS
X# Date created: 26 July 2005
X# Whom: tiger
X#
X# $FreeBSD$
X#
X
XPORTNAME= Algorithm-LCS
XPORTVERSION= 1.04
XCATEGORIES= devel perl5
XMASTER_SITES= ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR= Algorithm
XPKGNAMEPREFIX= p5-
X
XMAINTAINER= tiger at whitetigersd.com
XCOMMENT= Fast (XS) implementation of the Longest Common Subsequence Algorithm
X
XPERL_CONFIGURE= yes
XMAN3=cw Algorithm::LCS.3
X
X.include <bsd.port.mk>
END-of-p5-Algorithm-LCS/Makefile
echo x - p5-Algorithm-LCS/pkg-descr
sed 's/^X//' >p5-Algorithm-LCS/pkg-descr << 'END-of-p5-Algorithm-LCS/pkg-descr'
X--snip from README--
X
XAlgorithm::LCS reimplements Algorithm::Diff's core loop in XS,
Xand provides a simple OO interface to it.
X
XCOPYRIGHT AND LICENCE
X
XCopyright (C) 2003 Joe Schaefer
X
XThis library is free software; you can redistribute it and/or modify
Xit under the same terms as Perl itself.
END-of-p5-Algorithm-LCS/pkg-descr
echo x - p5-Algorithm-LCS/pkg-plist
sed 's/^X//' >p5-Algorithm-LCS/pkg-plist << 'END-of-p5-Algorithm-LCS/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/LCS.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/LCS.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/LCS.so
X at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS 2>/dev/null || true
X at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
X at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true
END-of-p5-Algorithm-LCS/pkg-plist
exit
--- p5-Algorithm-LCS.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list