diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-16 20:59:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-16 20:59:02 +0800 |
commit | 2e2848d8fa372513dbaf79266aad2030ad575e12 (patch) | |
tree | 82f2cc7ce5150e106a78f5985cbdb4230a5df1e2 /devel | |
parent | 6104e583c3ff9e2ee62b5b5378651025b3fdf8d5 (diff) | |
download | freebsd-ports-graphics-2e2848d8fa372513dbaf79266aad2030ad575e12.tar.gz freebsd-ports-graphics-2e2848d8fa372513dbaf79266aad2030ad575e12.tar.zst freebsd-ports-graphics-2e2848d8fa372513dbaf79266aad2030ad575e12.zip |
2009-09-09 devel/p5-Algorithm-MDiff: the module was removed from CPAN
2009-09-09 devel/p5-Data-Postponed: the module was removed from CPAN
2009-09-08 net/asterisk12-addons: does not build
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Algorithm-MDiff/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Algorithm-MDiff/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Algorithm-MDiff/pkg-descr | 10 | ||||
-rw-r--r-- | devel/p5-Algorithm-MDiff/pkg-plist | 8 | ||||
-rw-r--r-- | devel/p5-Data-Postponed/Makefile | 30 | ||||
-rw-r--r-- | devel/p5-Data-Postponed/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Data-Postponed/pkg-descr | 15 | ||||
-rw-r--r-- | devel/p5-Data-Postponed/pkg-plist | 14 |
9 files changed, 0 insertions, 109 deletions
diff --git a/devel/Makefile b/devel/Makefile index b2c92f8c058..817c680cb30 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -983,7 +983,6 @@ SUBDIR += p5-Algorithm-Interval2Prefix SUBDIR += p5-Algorithm-LCS SUBDIR += p5-Algorithm-LUHN - SUBDIR += p5-Algorithm-MDiff SUBDIR += p5-Algorithm-MarkovChain SUBDIR += p5-Algorithm-Merge SUBDIR += p5-Algorithm-MinMax @@ -1210,7 +1209,6 @@ SUBDIR += p5-Data-OptList SUBDIR += p5-Data-ParseBinary SUBDIR += p5-Data-Path - SUBDIR += p5-Data-Postponed SUBDIR += p5-Data-Properties SUBDIR += p5-Data-Random SUBDIR += p5-Data-Remember diff --git a/devel/p5-Algorithm-MDiff/Makefile b/devel/p5-Algorithm-MDiff/Makefile deleted file mode 100644 index d9b44b74a3c..00000000000 --- a/devel/p5-Algorithm-MDiff/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: Algorithm::MDiff -# Date created: 04 Nov 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= Algorithm-MDiff -PORTVERSION= 0.94 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl interface to calculate m-difference between two objects - -DEPRECATED= the module was removed from CPAN -EXPIRATION_DATE= 2009-09-09 - -PERL_CONFIGURE= yes - -MAN3= Algorithm::MDiff.3 - -.include <bsd.port.mk> diff --git a/devel/p5-Algorithm-MDiff/distinfo b/devel/p5-Algorithm-MDiff/distinfo deleted file mode 100644 index cd3db4fd33c..00000000000 --- a/devel/p5-Algorithm-MDiff/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Algorithm-MDiff-0.94.tar.gz) = bfb35980fdeb6e93c963ff017a1b75e5 -SHA256 (Algorithm-MDiff-0.94.tar.gz) = 88dd1fd20833c6769552f481609ab476d37686d795dfe39c01fe84d308f2cfd2 -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 5f39acfef3c..00000000000 --- a/devel/p5-Algorithm-MDiff/pkg-descr +++ /dev/null @@ -1,10 +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]. - -Author: Jettero Heller <jettero@voltar.org> -WWW: http://search.cpan.org/dist/Algorithm-MDiff/ - ---will diff --git a/devel/p5-Algorithm-MDiff/pkg-plist b/devel/p5-Algorithm-MDiff/pkg-plist deleted file mode 100644 index f2322d65aeb..00000000000 --- a/devel/p5-Algorithm-MDiff/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/MDiff.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/MDiff/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/MDiff/MDiff.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/MDiff/MDiff.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/MDiff/autosplit.ix -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/MDiff -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm diff --git a/devel/p5-Data-Postponed/Makefile b/devel/p5-Data-Postponed/Makefile deleted file mode 100644 index 8783d80bb65..00000000000 --- a/devel/p5-Data-Postponed/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: p5-Data-Postponed -# Date created: 22 Jun 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= Data-Postponed -PORTVERSION= 0.20 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Delay the evaluation of expressions to allow changes to variables - -BUILD_DEPENDS= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS= ${BUILD_DEPENDS} - -DEPRECATED= the module was removed from CPAN -EXPIRATION_DATE= 2009-09-09 - -MAN3= Data::Postponed.3 \ - Data::Postponed::Forever.3 \ - Data::Postponed::Once.3 \ - Data::Postponed::OnceOnly.3 - -PERL_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/devel/p5-Data-Postponed/distinfo b/devel/p5-Data-Postponed/distinfo deleted file mode 100644 index 1212e8e6b9c..00000000000 --- a/devel/p5-Data-Postponed/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Data-Postponed-0.20.tar.gz) = fac6c27b9bc9e435419eb50dd98a4b73 -SHA256 (Data-Postponed-0.20.tar.gz) = 96ca6a2325bfa1c6ad135ece92c9e24e30e713a7b9ba4d857457e462cd850d8c -SIZE (Data-Postponed-0.20.tar.gz) = 22467 diff --git a/devel/p5-Data-Postponed/pkg-descr b/devel/p5-Data-Postponed/pkg-descr deleted file mode 100644 index 4ea04102b36..00000000000 --- a/devel/p5-Data-Postponed/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -This module allows you to delay the computation of values, usually so you -can change your mind about the returned value. Its a sort of time travel. - -The values returned by this module are overloaded objects which can be -operated on like numbers, strings, or booleans but aren't actually made -"real" until you use them in some context that requires that they be -computed first. - -As an aide to debugging and to prevent time paradoxes, the default -postpone() function's effect is that once a value has been computed, it -ceases to be overloaded and all of the input variables to it are turned -read only. - -WWW: http://search.cpan.org/dist/Data-Postponed -Author: Joshua ben Jore <jjore@cpan.org> diff --git a/devel/p5-Data-Postponed/pkg-plist b/devel/p5-Data-Postponed/pkg-plist deleted file mode 100644 index 78c0a30e80e..00000000000 --- a/devel/p5-Data-Postponed/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -%%SITE_PERL%%/Data/Postponed.pm -%%SITE_PERL%%/Data/Postponed/Forever.pm -%%SITE_PERL%%/Data/Postponed/Once.pm -%%SITE_PERL%%/Data/Postponed/OnceOnly.pm -%%SITE_PERL%%/Data/Postponed/Util/NoLonger.pm -%%SITE_PERL%%/Data/Postponed/Util/ReadOnly/Array.pm -%%SITE_PERL%%/Data/Postponed/Util/ReadOnly/Scalar.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Postponed/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Postponed -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data -@dirrm %%SITE_PERL%%/Data/Postponed/Util/ReadOnly -@dirrm %%SITE_PERL%%/Data/Postponed/Util -@dirrm %%SITE_PERL%%/Data/Postponed -@dirrmtry %%SITE_PERL%%/Data |