From 9c00cdf1d47bd2d07807cd529c664b008d045e51 Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 23 Dec 2010 08:56:12 +0000 Subject: [PATCH] - remove p5-Algorithm-MDiff, it's abandoned upstream, removed from CPAN and unused. ok kevlo@ (MAINTAINER) --- devel/Makefile | 3 +-- devel/p5-Algorithm-MDiff/Makefile | 20 -------------------- devel/p5-Algorithm-MDiff/distinfo | 5 ----- devel/p5-Algorithm-MDiff/pkg/DESCR | 5 ----- devel/p5-Algorithm-MDiff/pkg/PLIST | 11 ----------- 5 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 devel/p5-Algorithm-MDiff/Makefile delete mode 100644 devel/p5-Algorithm-MDiff/distinfo delete mode 100644 devel/p5-Algorithm-MDiff/pkg/DESCR delete mode 100644 devel/p5-Algorithm-MDiff/pkg/PLIST diff --git a/devel/Makefile b/devel/Makefile index 91ff712a92d..1e836a49c61 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Algorithm-MDiff/Makefile b/devel/p5-Algorithm-MDiff/Makefile deleted file mode 100644 index f28ca9b0f0c..00000000000 --- a/devel/p5-Algorithm-MDiff/Makefile +++ /dev/null @@ -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 - -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -.include diff --git a/devel/p5-Algorithm-MDiff/distinfo b/devel/p5-Algorithm-MDiff/distinfo deleted file mode 100644 index c0e117c9811..00000000000 --- a/devel/p5-Algorithm-MDiff/distinfo +++ /dev/null @@ -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 diff --git a/devel/p5-Algorithm-MDiff/pkg/DESCR b/devel/p5-Algorithm-MDiff/pkg/DESCR deleted file mode 100644 index 8d283a16146..00000000000 --- a/devel/p5-Algorithm-MDiff/pkg/DESCR +++ /dev/null @@ -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]. diff --git a/devel/p5-Algorithm-MDiff/pkg/PLIST b/devel/p5-Algorithm-MDiff/pkg/PLIST deleted file mode 100644 index 75e1c274fea..00000000000 --- a/devel/p5-Algorithm-MDiff/pkg/PLIST +++ /dev/null @@ -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