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 | |
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
-rw-r--r-- | MOVED | 3 | ||||
-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 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/asterisk12-addons/Makefile | 41 | ||||
-rw-r--r-- | net/asterisk12-addons/distinfo | 3 | ||||
-rw-r--r-- | net/asterisk12-addons/files/patch-Makefile | 23 | ||||
-rw-r--r-- | net/asterisk12-addons/pkg-descr | 5 | ||||
-rw-r--r-- | net/asterisk12-addons/pkg-plist | 11 |
16 files changed, 3 insertions, 193 deletions
@@ -4162,3 +4162,6 @@ multimedia/phonon-gstreamer|multimedia/qt4-phonon-gst|2009-09-11|Superseded by m multimedia/phonon|multimedia/qt4-phonon|2009-09-11|Superseded by multimedia/qt4-phonon editors/bed||2009-09-13|Removed: marked IGNORE for more than two years, unmaintained devel/eric||2009-09-16|Removed: obsoleted by devel/eric4 +devel/p5-Algorithm-MDiff||2009-09-16|Has expired: the module was removed from CPAN +devel/p5-Data-Postponed||2009-09-16|Has expired: the module was removed from CPAN +net/asterisk12-addons||2009-09-16|Has expired: does not build 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 diff --git a/net/Makefile b/net/Makefile index 3da4bbc83f9..eb0493d2eb0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -34,7 +34,6 @@ SUBDIR += asterisk-bristuff SUBDIR += asterisk-oh323 SUBDIR += asterisk12 - SUBDIR += asterisk12-addons SUBDIR += asterisk12-app-ldap SUBDIR += asterisk16 SUBDIR += asterisk16-addons diff --git a/net/asterisk12-addons/Makefile b/net/asterisk12-addons/Makefile deleted file mode 100644 index 1fd049a835c..00000000000 --- a/net/asterisk12-addons/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: asterisk-addons -# Date created: 23 March 2006 -# Whom: Fabian Gast <fgast@only640k.org> -# -# $FreeBSD$ -# - -PORTNAME= asterisk-addons -PORTVERSION= 1.2.3 -PORTREVISION= 5 -CATEGORIES= net -MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ - http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ -PKGNAMESUFFIX= 12 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Additional modules for the Asterisk Open Source PBX - -BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk -RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk - -BROKEN= does not build -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2009-09-08 -ONLY_FOR_ARCHS= i386 -USE_MYSQL= yes -USE_GMAKE= yes - -CONF_SAMPLES= cdr_mysql.conf.sample res_mysql.conf.sample -ASTETCDIR= ${PREFIX}/etc/asterisk - -post-patch: - @${REINPLACE_CMD} 's,^CFLAGS+=-I../asterisk,CFLAGS+=-I${LOCALBASE}/include,' ${WRKSRC}/Makefile - -post-install: - ${MKDIR} ${ASTETCDIR} -.for f in ${CONF_SAMPLES} - ${INSTALL_DATA} ${WRKSRC}/configs/$f ${ASTETCDIR} -.endfor - -.include <bsd.port.mk> diff --git a/net/asterisk12-addons/distinfo b/net/asterisk12-addons/distinfo deleted file mode 100644 index 1553a3f59f8..00000000000 --- a/net/asterisk12-addons/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (asterisk-addons-1.2.3.tar.gz) = 2089e119985508b5a4a1916e2242184d -SHA256 (asterisk-addons-1.2.3.tar.gz) = 4eeb3f9f5ceb64b0742e8118ca7ba842330d28e7fd505a828730db0ee2997467 -SIZE (asterisk-addons-1.2.3.tar.gz) = 750973 diff --git a/net/asterisk12-addons/files/patch-Makefile b/net/asterisk12-addons/files/patch-Makefile deleted file mode 100644 index cfd4ba9c1c6..00000000000 --- a/net/asterisk12-addons/files/patch-Makefile +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig Fri Dec 2 05:14:28 2005 -+++ Makefile Tue Mar 28 00:15:47 2006 -@@ -20,8 +20,8 @@ - CFLAGS+=-D_GNU_SOURCE - - INSTALL=install --INSTALL_PREFIX= --ASTLIBDIR=$(INSTALL_PREFIX)/usr/lib/asterisk -+INSTALL_PREFIX=$(PREFIX) -+ASTLIBDIR=$(INSTALL_PREFIX)/lib/asterisk - MODULES_DIR=$(ASTLIBDIR)/modules - - # -@@ -56,7 +56,8 @@ - $(MAKE) -C format_mp3 all - - install: all -- for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done -+ mkdir -p $(DESTDIR)$(MODULES_DIR) -+ for x in $(MODS); do $(BSD_INSTALL_PROGRAM) $$x $(DESTDIR)$(MODULES_DIR) ; done - - clean: - rm -f *.so *.o .depend diff --git a/net/asterisk12-addons/pkg-descr b/net/asterisk12-addons/pkg-descr deleted file mode 100644 index 797a19b3c61..00000000000 --- a/net/asterisk12-addons/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package contains additional modules for the Asterisk Open Source PBX -which are, for one reason or another, not included in the normal base -distribution. Many of these modules are experimental. - -WWW: http://www.asteriskpbx.com diff --git a/net/asterisk12-addons/pkg-plist b/net/asterisk12-addons/pkg-plist deleted file mode 100644 index 09713ed4936..00000000000 --- a/net/asterisk12-addons/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -@unexec if cmp -s %D/etc/asterisk/cdr_mysql.conf %D/etc/asterisk/cdr_mysql.conf.sample; then rm -f %D/etc/asterisk/cdr_mysql.conf; fi -etc/asterisk/cdr_mysql.conf.sample -@exec [-f %B/cdr_mysql.conf ] || cp %B/%f %B/cdr_mysql.conf -@unexec if cmp -s %D/etc/asterisk/res_mysql.conf %D/etc/asterisk/res_mysql.conf.sample; then rm -f %D/etc/asterisk/res_mysql.conf; fi -etc/asterisk/res_mysql.conf.sample -@exec [-f %B/res_mysql.conf ] || cp $B/%f %B/res_mysql.conf -lib/asterisk/modules/app_addon_sql_mysql.so -lib/asterisk/modules/app_saycountpl.so -lib/asterisk/modules/cdr_addon_mysql.so -lib/asterisk/modules/format_mp3.so -lib/asterisk/modules/res_config_mysql.so |