From a4442963eb3cae79542cb7d8a9ec5a1cf5286fc9 Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 6 May 2003 03:49:05 +0000 Subject: As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>, remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix. --- math/PDL/Makefile | 81 -------------------------------------------- math/PDL/distinfo | 1 - math/PDL/files/patch-aa | 20 ----------- math/PDL/files/patch-cpoly.c | 21 ------------ math/PDL/files/patch-gg | 12 ------- math/PDL/pkg-descr | 16 --------- math/PDL/pkg-plist | 1 - 7 files changed, 152 deletions(-) delete mode 100644 math/PDL/Makefile delete mode 100644 math/PDL/distinfo delete mode 100644 math/PDL/files/patch-aa delete mode 100644 math/PDL/files/patch-cpoly.c delete mode 100644 math/PDL/files/patch-gg delete mode 100644 math/PDL/pkg-descr delete mode 100644 math/PDL/pkg-plist (limited to 'math') diff --git a/math/PDL/Makefile b/math/PDL/Makefile deleted file mode 100644 index 2c5dee1..0000000 --- a/math/PDL/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: PDL -# Date created: 08 February 1999 -# Whom: Anton Berezin -# -# $FreeBSD$ -# - -PORTNAME= PDL -PORTVERSION= 2.3.4 -CATEGORIES= math perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= PDL pdl - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl Data Language - -BUILD_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ - ${PERL_SITELIBDIR}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 \ - ${PERL_SITELIBDIR}/Inline.pm:${PORTSDIR}/devel/p5-Inline \ - ${PERL_SITELIBDIR}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter -RUN_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ - ${PERL_SITELIBDIR}/Term/ReadLine/readline.pm:${PORTSDIR}/devel/p5-ReadLine-Perl - -USE_MESA= yes -PERL_CONFIGURE= yes -PERL_SITELIBDIR= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -SCRIPTS_ENV= PERL=${PERL} - -.if defined(KITCHEN_SINK) -LIB_DEPENDS+= fftw.2:${PORTSDIR}/math/fftw \ - gsl.4:${PORTSDIR}/math/gsl -RUN_DEPENDS+= ppmtogif:${PORTSDIR}/graphics/netpbm \ - mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \ - saoimage:${PORTSDIR}/astro/saoimage -.endif - -.SILENT: - -.if !defined(KITCHEN_SINK) -pre-extract: - ${ECHO} "You can build additional functionality into PDL by defining KITCHEN_SINK" -.endif - -.include - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= test script t/flexraw.t fails all 26 tests -.endif -.if ${PERL_LEVEL} < 500601 -IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again -.endif # ${PERL_LEVEL} < 500601 - -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -post-patch: - for f in ${WRKSRC}/Basic/Core/*.PL ${WRKSRC}/Basic/Core/*.p \ - ${WRKSRC}/Doc/Doc/*.PL ${WRKSRC}/Doc/Pod/*.PL \ - ${WRKSRC}/Graphics/TriD/OpenGL/examples/clip \ - ${WRKSRC}/t/*.t ; do \ - ${PERL} -pi -e "s!/usr/local/bin/perl!${PERL}!" $$f ; \ - done - -test: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} make test - -# autogen plist -post-install: - @(cd ${WRKSRC}/blib/man3 ; \ - ${FIND} *.3 | ${SED} "s,^,lib/perl5/${PERL_VERSION}/man/man3/," \ - >> ${TMPPLIST} ; \ - cd ${WRKSRC}/blib/man1 ; \ - ${FIND} *.1 | ${SED} "s,^,man/man1/," >> ${TMPPLIST}) - @(cd ${PERL_SITELIBDIR}/${PERL_ARCH} ; ${FIND} PDL* -type f | \ - ${SED} "s,^,lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/," \ - >> ${TMPPLIST} ; \ - ${FIND} PDL* -type d | sort -r | \ - ${SED} "s,^,@dirrm lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/," \ - >> ${TMPPLIST}) - -.include diff --git a/math/PDL/distinfo b/math/PDL/distinfo deleted file mode 100644 index 2e3f1e6..0000000 --- a/math/PDL/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (PDL-2.3.4.tar.gz) = 5412cc612efba2bb940153ace3870092 diff --git a/math/PDL/files/patch-aa b/math/PDL/files/patch-aa deleted file mode 100644 index 07c535f..0000000 --- a/math/PDL/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- perldl.conf.orig Wed Sep 25 00:54:05 2002 -+++ perldl.conf Wed Sep 25 00:56:00 2002 -@@ -22,7 +22,7 @@ - # 0 -> don't use - # true -> force use - -- WITH_POSIX_THREADS => undef, -+ WITH_POSIX_THREADS => 0, - - MALLOCDBG => undef, - # { -@@ -75,7 +75,7 @@ - OPENGL_DEFINE => undef, - # Whether or not to build the Karma interface module - -- WITH_KARMA => undef, # Leave it up to PDL to decide -+ WITH_KARMA => 0, # Leave it up to PDL to decide - WHERE_KARMA => undef, # you may explicitly specify directory location - - # Whether or not to build the PDL::Slatec module diff --git a/math/PDL/files/patch-cpoly.c b/math/PDL/files/patch-cpoly.c deleted file mode 100644 index bc425f94..0000000 --- a/math/PDL/files/patch-cpoly.c +++ /dev/null @@ -1,21 +0,0 @@ ---- Basic/Math/cpoly.c.orig Wed Sep 25 01:05:04 2002 -+++ Basic/Math/cpoly.c Wed Sep 25 01:13:38 2002 -@@ -9,7 +9,6 @@ - #include - #include - #if !defined(WIN32) && !defined(_WIN32) && !defined(__APPLE__) --#include - #endif - #include - /* #define DEBUGMAIN */ /* Set up debugging main, etc. */ -@@ -750,8 +749,8 @@ - #if !defined(WIN32) && !defined(_WIN32) && !defined(__APPLE__) - base = 2; - eta = DBL_EPSILON; -- smalno = MINDOUBLE; -- infin = MAXDOUBLE; -+ smalno = DBL_MIN; -+ infin = DBL_MAX; - #else - base = 2; - eta = DBL_EPSILON; diff --git a/math/PDL/files/patch-gg b/math/PDL/files/patch-gg deleted file mode 100644 index 0177b9b..0000000 --- a/math/PDL/files/patch-gg +++ /dev/null @@ -1,12 +0,0 @@ ---- Basic/Math/mconf.h.orig Wed Sep 25 00:57:31 2002 -+++ Basic/Math/mconf.h Wed Sep 25 00:58:06 2002 -@@ -89,7 +89,9 @@ - #endif - #if defined __alpha && ! defined __linux - #include -+#ifndef __FreeBSD__ - #include -+#endif - #endif - #ifndef NANARG - #define NANARG diff --git a/math/PDL/pkg-descr b/math/PDL/pkg-descr deleted file mode 100644 index aac3a42..0000000 --- a/math/PDL/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -PDL (``Perl Data Language'') gives standard perl the ability to -COMPACTLY store and SPEEDILY manipulate the large N-dimensional data -arrays which are the bread and butter of scientific computing. - -The idea is to turn perl in to a free, array-oriented, numerical -language in the same sense as commerical packages like IDL and -MatLab. One can write simple perl expressions to manipulate entire -numerical arrays all at once. For example, using PDL the perl variable -$a can hold a 1024x1024 floating point image, it only takes 4Mb of -memory to store it and expressions like $a=sqrt($a)+2 would manipulate -the whole image in a few seconds. - -A simple interactive shell (perldl) is provided for command line use -together with a module (PDL) for use in perl scripts. - -WWW: http://pdl.perl.org/ diff --git a/math/PDL/pkg-plist b/math/PDL/pkg-plist deleted file mode 100644 index 68a2384..0000000 --- a/math/PDL/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/perldl -- cgit v1.1