diff options
author | tobez <tobez@FreeBSD.org> | 2005-11-05 23:45:52 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-11-05 23:45:52 +0800 |
commit | e61fa0e5151cd26b3b87268fa74be55b627ceaff (patch) | |
tree | 12ad31a82f8415e4eadaa2637be760579348f474 /math/PDL | |
parent | c9f4cc11c41baf9575ce347416b94c023bd05bf7 (diff) | |
download | freebsd-ports-gnome-e61fa0e5151cd26b3b87268fa74be55b627ceaff.tar.gz freebsd-ports-gnome-e61fa0e5151cd26b3b87268fa74be55b627ceaff.tar.zst freebsd-ports-gnome-e61fa0e5151cd26b3b87268fa74be55b627ceaff.zip |
Update to 2.4.2; assign maintainership to perl@.
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 14 | ||||
-rw-r--r-- | math/PDL/distinfo | 6 | ||||
-rw-r--r-- | math/PDL/files/patch-Graphics:PLplot:Makefile.PL | 11 |
3 files changed, 11 insertions, 20 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 0f3be921ea99..ff5d29e8cb9e 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -7,8 +7,7 @@ # PORTNAME= PDL -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -17,24 +16,25 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/:cpan \ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan \ ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl Data Language BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ ${SITE_PERL}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 \ ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline \ ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \ - ${SITE_PERL}/Astro/FITS/Header.pm:${PORTSDIR}/astro/p5-Astro-FITS-Header + ${SITE_PERL}/Astro/FITS/Header.pm:${PORTSDIR}/astro/p5-Astro-FITS-Header \ + ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ + ${SITE_PERL}/Term/ReadLine/readline.pm:${PORTSDIR}/devel/p5-ReadLine-Perl LIB_DEPENDS= plplotd.10:${PORTSDIR}/math/plplot \ fftw.2:${PORTSDIR}/math/fftw \ gsl.7:${PORTSDIR}/math/gsl -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ - ${SITE_PERL}/Term/ReadLine/readline.pm:${PORTSDIR}/devel/p5-ReadLine-Perl +RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes PERL_CONFIGURE= yes PLIST_DIRS= ${SITE_PERL:S,^${PREFIX}/,,}/${PERL_ARCH}/Inline -PLIST_FILES= bin/pdldoc bin/perldl bin/pptemplate \ +PLIST_FILES= bin/pdl bin/pdldoc bin/perldl bin/pptemplate \ ${SITE_PERL:S,^${PREFIX}/,,}/${PERL_ARCH}/Inline/Pdlpp.pm \ ${SITE_PERL:S,^${PREFIX}/,,}/${PERL_ARCH}/Inline/MakePdlppInstallable.pm diff --git a/math/PDL/distinfo b/math/PDL/distinfo index c13dca63cdb0..70eb68ad18ef 100644 --- a/math/PDL/distinfo +++ b/math/PDL/distinfo @@ -1,2 +1,4 @@ -MD5 (PDL-2.4.1.tar.gz) = 0d57eb5ccb4d9e63103622e1e1144793 -SIZE (PDL-2.4.1.tar.gz) = 2086341 +MD5 (PDL-2.4.2.tar.gz) = edd056a006eae8b46e8ef804b9774a93 +SIZE (PDL-2.4.2.tar.gz) = 2151379 +MD5 (PDL-2.4.2.tar.gz) = edd056a006eae8b46e8ef804b9774a93 +SIZE (PDL-2.4.2.tar.gz) = 2151379 diff --git a/math/PDL/files/patch-Graphics:PLplot:Makefile.PL b/math/PDL/files/patch-Graphics:PLplot:Makefile.PL deleted file mode 100644 index 8fdc9dbd99df..000000000000 --- a/math/PDL/files/patch-Graphics:PLplot:Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- Graphics/PLplot/Makefile.PL.orig Fri Mar 12 08:38:52 2004 -+++ Graphics/PLplot/Makefile.PL Fri Mar 12 08:39:43 2004 -@@ -164,7 +164,7 @@ - 'PLplot.pm PLplot.xs PLplot.o PLplot.c PLplot.bs *.xfig temp* OPTIONS! Makefile.old'}, - ); - --sub MY::postamble { pdlpp_postamble($package); } -+sub MY::postamble { pdlpp_postamble_int($package); } - - sub compileAndRun { - my $flags = shift; |