- remove p5-Algorithm-MDiff, it's abandoned upstream, removed from CPAN and unused.
ok kevlo@ (MAINTAINER)
This commit is contained in:
parent
748105d75d
commit
9c00cdf1d4
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.878 2010/12/22 20:24:02 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.879 2010/12/23 08:56:12 jasper Exp $
|
||||
# $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $
|
||||
|
||||
SUBDIR =
|
||||
@ -328,7 +328,6 @@
|
||||
SUBDIR += p5-Algorithm-Diff
|
||||
SUBDIR += p5-Algorithm-IncludeExclude
|
||||
SUBDIR += p5-Algorithm-Munkres
|
||||
SUBDIR += p5-Algorithm-MDiff
|
||||
SUBDIR += p5-Algorithm-MarkovChain
|
||||
SUBDIR += p5-Algorithm-Permute
|
||||
SUBDIR += p5-Alien-wxWidgets
|
||||
|
@ -1,20 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/12/03 11:44:25 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= interface to calculate m-difference between two objects
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Algorithm-MDiff-0.94
|
||||
REVISION= 2
|
||||
CATEGORIES= devel
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Algorithm-MDiff-0.94.tar.gz) = v7NZgP3rbpPJY/8Beht15Q==
|
||||
RMD160 (Algorithm-MDiff-0.94.tar.gz) = lckw6WO6zuVo/RD0rJNETVixJK0=
|
||||
SHA1 (Algorithm-MDiff-0.94.tar.gz) = 0Q8G2u6UrqqU+KzFgwkG7TsITGg=
|
||||
SHA256 (Algorithm-MDiff-0.94.tar.gz) = iN0f0ggzxnaVUvSBYJq0dtN2hteV3+OcAf6E0wjyz9I=
|
||||
SIZE (Algorithm-MDiff-0.94.tar.gz) = 2959
|
@ -1,5 +0,0 @@
|
||||
Algorithm::MDiff is another form of comparing two different perl objects.
|
||||
M-difference works as follows: Two strings are m-different if at least m
|
||||
of the characters in the string differ; that is, if m=3, then there are at
|
||||
least 3 indices (i, j, k) such that str1[i] != str2[i], str1[j] != str2[j],
|
||||
and str1[k] != str2[k].
|
@ -1,11 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2004/09/14 23:43:56 espie Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Algorithm/
|
||||
${P5ARCH}/Algorithm/MDiff.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Algorithm/
|
||||
${P5ARCH}/auto/Algorithm/MDiff/
|
||||
${P5ARCH}/auto/Algorithm/MDiff/MDiff.bs
|
||||
${P5ARCH}/auto/Algorithm/MDiff/MDiff.so
|
||||
${P5ARCH}/auto/Algorithm/MDiff/autosplit.ix
|
||||
@man man/man3p/Algorithm::MDiff.3p
|
Loading…
Reference in New Issue
Block a user