aboutsummaryrefslogtreecommitdiff
path: root/math/PDL
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-02 03:24:27 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-02 03:24:27 +0000
commit2900537d5c6267d1ecaf1766053e23582867c8e6 (patch)
tree4c1855371917b4a17b7b56282f1694e55a9e0c4e /math/PDL
parent10557f2321288b0f9b7374bd8e301c257b4f7bcc (diff)
downloadports-2900537d5c6267d1ecaf1766053e23582867c8e6.tar.gz
ports-2900537d5c6267d1ecaf1766053e23582867c8e6.zip
- Update to 2.4.9
- Sort *_DEPENDS - Comment OPTIONS GL: it should be uncommented after p5-OpenGL >= 0.60 Changes: http://sourceforge.net/projects/pdl/files/PDL/2.4.9/README.txt/view PR: ports/161151 (part of) Submitted by: Zhihao Yuan <lichray@gmail.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=286752
Diffstat (limited to 'math/PDL')
-rw-r--r--math/PDL/Makefile27
-rw-r--r--math/PDL/distinfo4
2 files changed, 15 insertions, 16 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index c03e836a3a94..3d6975ae3fb5 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= PDL
-PORTVERSION= 2.4.7
-PORTREVISION= 2
+PORTVERSION= 2.4.9
CATEGORIES= math perl5
MASTER_SITES= CPAN/${PORTNAME}:cpan \
SF/pdl/PDL/${PORTVERSION}:sf
@@ -16,16 +15,16 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan,sf
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl Data Language
-BUILD_DEPENDS= p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \
- p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline \
- p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header
-RUN_DEPENDS= p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \
- p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline \
- p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header
+BUILD_DEPENDS= p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header \
+ p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \
+ p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline
+RUN_DEPENDS= p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header \
+ p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \
+ p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline
PERL_CONFIGURE= yes
USE_GMAKE= yes
-MAKE_ENV+= PERL5LIB=${WRKSRC}/blib/lib
+MAKE_ENV= PERL5LIB=${WRKSRC}/blib/lib
PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/Inline
PLIST_FILES= bin/pdl bin/pdldoc bin/perldl bin/pptemplate \
${SITE_PERL_REL}/${PERL_ARCH}/Inline/Pdlpp.pm \
@@ -34,7 +33,6 @@ MAKE_JOBS_UNSAFE= yes
OPTIONS= PGPLOT "Enable PDL::Graphics::PGPLOT" on \
PLPLOT "Enable PDL::Graphics::PLplot" off \
- GL "Enable PDL::Graphics::TriD and OpenGL" on \
GD "Enable PDL::IO::GD" off \
FFTW "Enable PDL::FFTW" on \
GSL "Enable PDL::GSL interface" off \
@@ -43,6 +41,8 @@ OPTIONS= PGPLOT "Enable PDL::Graphics::PGPLOT" on \
F77 "Enable PDL::Minuit and PDL::Slatec" on \
READLINE "Use GNU readline" off \
SINK "Include PDL kitchen sink" off
+# Please uncomment this option after updating graphics/p5-OpenGL to 0.60+
+# GL "Enable PDL::Graphics::TriD and OpenGL" on
.include <bsd.port.options.mk>
@@ -54,12 +54,11 @@ BUILD_DEPENDS+= p5-PGPLOT>=0:${PORTSDIR}/graphics/p5-PGPLOT
LIB_DEPENDS+= plplotd.11:${PORTSDIR}/math/plplot
.endif
-.if defined(WITH_GL)
-# Please uncomment this two lines after updating OpenGL to 0.60+
+#.if defined(WITH_GL)
#BUILD_DEPENDS+= p5-OpenGL>=0.60:${PORTSDIR}/graphics/p5-OpenGL
#RUN_DEPENDS+= p5-OpenGL>=0.60:${PORTSDIR}/graphics/p5-OpenGL
-USE_GL= yes
-.endif
+#USE_GL= yes
+#.endif
.if defined(WITH_GD)
LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
diff --git a/math/PDL/distinfo b/math/PDL/distinfo
index e1107cd8ae1c..2f4fa91fc3a6 100644
--- a/math/PDL/distinfo
+++ b/math/PDL/distinfo
@@ -1,2 +1,2 @@
-SHA256 (PDL-2.4.7.tar.gz) = 907ecfa69fa2bdfc5d3464eab7eda9df11f647b4fb3cb87e25969bc29f710a58
-SIZE (PDL-2.4.7.tar.gz) = 2598921
+SHA256 (PDL-2.4.9.tar.gz) = b67667294ec86bd94a34d17069dcca5cc8e773b57c333162ee6a9c0786b82210
+SIZE (PDL-2.4.9.tar.gz) = 2640318