aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2009-12-29 21:43:25 +0800
committerthierry <thierry@FreeBSD.org>2009-12-29 21:43:25 +0800
commitc1ba1ae4dc5e7a965752bb78db8a295d6decab4b (patch)
tree9e4e281e3ac5c3b84329f58ea0eb03f28ba57ab8 /science
parent2d73858cf25ed86450a3e3faa8d66483c9d3588b (diff)
downloadfreebsd-ports-gnome-c1ba1ae4dc5e7a965752bb78db8a295d6decab4b.tar.gz
freebsd-ports-gnome-c1ba1ae4dc5e7a965752bb78db8a295d6decab4b.tar.zst
freebsd-ports-gnome-c1ba1ae4dc5e7a965752bb78db8a295d6decab4b.zip
Upgrade to 0.9rc3.
PR: ports/141809 Submitted by: Sylwester Arabas <slayoo (at) igf.fuw.edu.pl>
Diffstat (limited to 'science')
-rw-r--r--science/gnudatalanguage/Makefile11
-rw-r--r--science/gnudatalanguage/distinfo6
-rw-r--r--science/gnudatalanguage/files/patch-configure11
-rw-r--r--science/gnudatalanguage/pkg-plist237
4 files changed, 144 insertions, 121 deletions
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile
index fa253e8df320..9da1acd88b3b 100644
--- a/science/gnudatalanguage/Makefile
+++ b/science/gnudatalanguage/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= gnudatalanguage
-DISTVERSION= 0.9pre6
-PORTREVISION= 10
+DISTVERSION= 0.9rc3
CATEGORIES= science lang
-MASTER_SITES= SF/${PORTNAME}/gdl/0.9pre6
+MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION}
.if defined(BUILD_PYTHON_MODULE)
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
.endif
@@ -30,7 +29,7 @@ COMMENT?= GDL, a free IDL compatible incremental compiler
#
#---------------------------------------------------------------------------
-LIB_DEPENDS+= plplotd.11:${PORTSDIR}/math/plplot \
+LIB_DEPENDS+= plplotd.9:${PORTSDIR}/math/plplot \
gsl.14:${PORTSDIR}/math/gsl \
dps.0:${PORTSDIR}/x11/dgs \
readline.6:${PORTSDIR}/devel/readline
@@ -80,7 +79,7 @@ CONFIGURE_ARGS+=--with-hdf=no
.endif
.if !defined(WITHOUT_PYTHON) || defined(BUILD_PYTHON_MODULE)
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/numarray:${PORTSDIR}/math/py-numarray
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/numarray:${PORTSDIR}/math/py-numarray \
${PYTHON_SITELIBDIR}/matplotlib:${PORTSDIR}/math/py-matplotlib
@@ -108,7 +107,7 @@ do-install:
.if !defined(BUILD_PYTHON_MODULE)
post-install:
-. if !defined(NOPORTDOCS)
+. if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}/testsuite
(cd ${WRKSRC}/src/pro && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/)
(cd ${WRKSRC}/testsuite && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/testsuite/)
diff --git a/science/gnudatalanguage/distinfo b/science/gnudatalanguage/distinfo
index f31ffd841c01..3cfd980e2b3c 100644
--- a/science/gnudatalanguage/distinfo
+++ b/science/gnudatalanguage/distinfo
@@ -1,3 +1,3 @@
-MD5 (gdl-0.9pre6.tar.gz) = 5830539e7301f049f27f2a112467fab3
-SHA256 (gdl-0.9pre6.tar.gz) = a6a597f2cb5fea889b32f99fba595c3535e47ee219a334fd274ab704133e35ea
-SIZE (gdl-0.9pre6.tar.gz) = 1183644
+MD5 (gdl-0.9rc3.tar.gz) = 94a29e13ec5d71e664659b32e421b02e
+SHA256 (gdl-0.9rc3.tar.gz) = 468db2ee2533d665eebcb5dca32aad526b0af788aaa43614be371b7ef11d8daa
+SIZE (gdl-0.9rc3.tar.gz) = 1899718
diff --git a/science/gnudatalanguage/files/patch-configure b/science/gnudatalanguage/files/patch-configure
deleted file mode 100644
index 7665e048ae74..000000000000
--- a/science/gnudatalanguage/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2007-10-30 00:27:12.000000000 +0100
-+++ configure 2008-05-12 18:58:29.000000000 +0200
-@@ -19679,7 +19679,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lMagick $LIBS"
-+LIBS="-lMagick++ $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
diff --git a/science/gnudatalanguage/pkg-plist b/science/gnudatalanguage/pkg-plist
index 2d2852be55b7..89cfe6c10796 100644
--- a/science/gnudatalanguage/pkg-plist
+++ b/science/gnudatalanguage/pkg-plist
@@ -1,103 +1,138 @@
%%MASTER%%bin/gdl
%%MASTER%%lib/libantlr.a
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/README.txt
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/STATUS
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/UrgentNeed.txt
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/appleman.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/array_indices.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/deriv.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom__assoc__define.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom__define.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom__dictionary.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom_copy_lun.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom_date.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom_time.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom_trim.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dist.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/factorial.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/file_basename.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/file_dirname.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/file_lines.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/filepath.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/findfile.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/helpform.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/identity.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/ishft.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/kurtosis.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/last_item.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/lmgr.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/loadct.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/map_clip_set.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/mean.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/meanabsdev.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/moment.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/norm.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/path_sep.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/ploterr.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/poly.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/popd.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/primes.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/printd.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/pushd.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/py_plot.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/py_print.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_ascii.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_binary.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_bmp.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_dicom.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_jpeg.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_pict.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_png.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_tiff.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_xwd.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/restore.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/save.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/skewness.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/smooth.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/stddev.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/str_sep.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/strsplit.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/swap_endian.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/template.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/template_blank.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/image_test.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/nc_test.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.txt
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test-swap_endian.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test-total.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_besel.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_brain.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_colors.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_deriv.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_erfs.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_expint.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_gammas.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_histo.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_jd_op_tut.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_map.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_minmax.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_op_elem.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_op_power.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_plot_basic.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_plot_benchmark.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_plot_inf_nan.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_plot_info.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_plot_linestyle.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_restore.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_save.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_smooth.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_suite.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_uf77.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/trace.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/tvscl.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/uniq.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/value_locate.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/variance.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/write_bmp.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/write_jpeg.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/write_pict.pro
-%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/write_png.pro
-%%MASTER%%%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/testsuite
-%%MASTER%%%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/dicom
-%%MASTER%%%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.txt
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/STATUS
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UrgentNeed.txt
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appleman.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_indices.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deriv.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom__assoc__define.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom__define.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom__dictionary.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom_copy_lun.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom_date.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom_time.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom_trim.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dist.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/factorial.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_basename.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_dirname.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_lines.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filepath.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/findfile.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helpform.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/identity.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imsl_zerosys.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ishft.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kurtosis.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/last_item.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lmgr.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loadct.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map_clip_set.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrix_multiply.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mean.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/meanabsdev.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/moment.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/norm.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/path_sep.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ploterr.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poly.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/popd.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/primes.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/printd.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pushd.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/py_plot.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/py_print.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_ascii.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_binary.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_bmp.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_dicom.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_jpeg.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_pict.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_png.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_tiff.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_xwd.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/real_part.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/restore.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/save.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showfont.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/skewness.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/skip_lun.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smooth.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spl_init_old.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spl_interp_old.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stddev.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/str_sep.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/strsplit.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/swap_endian.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/template.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/template_blank.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/image_test.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/nc_test.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.txt
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-swap_endian.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-total.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_MathFunctionsDim.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_angles.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_axis.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_base64.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_besel.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_brain.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_byte_conversion.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_colors.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_constants.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_contour_basic.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_contour_extra.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_cursor.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_deriv.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_erfs.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_expint.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_factorial.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_fix.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_gammas.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_get_lun.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_greek_letters.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_histo.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_invert_matrix.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_jd_op_tut.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_map.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_minmax.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_multiroots.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ntags.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_op_elem.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_op_power.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_outofmem.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_basic.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_benchmark.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_inf_nan.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_info.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_linestyle.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plotting_misc.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_restore.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_rk4.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_save.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_skip_lun.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_smooth.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_suite.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_surface_basic.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_titles.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_tv.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_uf77.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_url.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_voigt.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_wait.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_widgets.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trace.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tvscl.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uniq.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/value_locate.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/variance.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_bmp.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_jpeg.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_pict.pro
+%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_png.pro
+%%MASTER%%%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/testsuite
+%%MASTER%%%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dicom
+%%MASTER%%%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%