diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
commit | 28e7382123cbc7ef132190c6b3c29b101db38cfc (patch) | |
tree | a9d50288bd0e48228abd908a6f7bd8be06c4e7bd /math/PDL | |
parent | 10d17b4511c6e239af7325d1f588b3d4e79e55c5 (diff) | |
download | ports-28e7382123cbc7ef132190c6b3c29b101db38cfc.tar.gz ports-28e7382123cbc7ef132190c6b3c29b101db38cfc.zip |
Notes
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 81 | ||||
-rw-r--r-- | math/PDL/distinfo | 1 | ||||
-rw-r--r-- | math/PDL/files/patch-aa | 20 | ||||
-rw-r--r-- | math/PDL/files/patch-cpoly.c | 21 | ||||
-rw-r--r-- | math/PDL/files/patch-gg | 12 | ||||
-rw-r--r-- | math/PDL/pkg-descr | 16 | ||||
-rw-r--r-- | math/PDL/pkg-plist | 1 |
7 files changed, 0 insertions, 152 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile deleted file mode 100644 index 2c5dee10c06c..000000000000 --- a/math/PDL/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: PDL -# Date created: 08 February 1999 -# Whom: Anton Berezin <tobez@plab.ku.dk> -# -# $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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> diff --git a/math/PDL/distinfo b/math/PDL/distinfo deleted file mode 100644 index 2e3f1e6c380a..000000000000 --- 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 07c535f951e5..000000000000 --- 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 bc425f940f6c..000000000000 --- 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 <stdlib.h> - #include <math.h> - #if !defined(WIN32) && !defined(_WIN32) && !defined(__APPLE__) --#include <values.h> - #endif - #include <float.h> - /* #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 0177b9bd2496..000000000000 --- 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 <float.h> -+#ifndef __FreeBSD__ - #include <nan.h> -+#endif - #endif - #ifndef NANARG - #define NANARG diff --git a/math/PDL/pkg-descr b/math/PDL/pkg-descr deleted file mode 100644 index aac3a429d9d7..000000000000 --- 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 68a238421770..000000000000 --- a/math/PDL/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/perldl |