Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 2021 08:55:33 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 28c35d48d987 - main - science/gnudatalanguage: upgrade to v1.0.0 final
Message-ID:  <202108140855.17E8tXeP009894@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=28c35d48d987ea79b878e75e4c487c7a36d1fd15

commit 28c35d48d987ea79b878e75e4c487c7a36d1fd15
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2021-08-14 08:54:15 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2021-08-14 08:54:15 +0000

    science/gnudatalanguage: upgrade to v1.0.0 final
---
 science/gnudatalanguage/Makefile  |  32 +++----
 science/gnudatalanguage/distinfo  |   6 +-
 science/gnudatalanguage/pkg-plist | 180 +++++++++++++++++++++++++-------------
 3 files changed, 136 insertions(+), 82 deletions(-)

diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile
index 2651805811bb..c0d5fa8fb459 100644
--- a/science/gnudatalanguage/Makefile
+++ b/science/gnudatalanguage/Makefile
@@ -3,8 +3,7 @@
 PORTNAME=	gnudatalanguage
 PORTVERSION=	1.0.0
 DISTVERSIONPREFIX=	v
-DISTVERSIONSUFFIX=	-rc.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science lang
 .if defined(BUILD_PYTHON_MODULE)
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,33 +28,30 @@ USE_GITHUB=	yes
 GH_PROJECT=	gdl
 
 USES=		cmake compiler:c++11-lang fortran ncurses pkgconfig readline \
-		tar:tgz xorg
+		xorg
 USE_WX=		3.0+
 USE_XORG=	x11 sm ice xext
 
 # Disable ncurses and readline from ports
-# TODO: create a port for Cmsvlib http://cow.physics.wisc.edu/~craigm/idl/down/cmsvlib.tar.gz
 # TODO:	create a port for Astron http://idlastro.gsfc.nasa.gov/ftp/astron.tar.gz
 # TODO:	create a port for TexToIdl http://physics.mnstate.edu/mcraig/textoidl/textoidl-2-1-2.tar
 
 CMAKE_ARGS=	-DREADLINEDIR:STRING="/usr"	\
-		-DOPENMP:BOOL=NO		\
+		-DOPENMP:BOOL=ON		\
 		-DNCURSESDIR:STRING="/usr"	\
 		-DPYTHON:BOOL=NO
 CPPFLAGS+=	${CFLAGS} -fno-inline -DNPY_NO_DEPRECATED_API -DNPY_1_7_API_VERSION
 CXXFLAGS+=	-std=gnu++11 -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
-TEST_TARGET=	check
+TEST_TARGET=	test
 
 SLAVEDIRS=	science/py-gnudatalanguage
 
 # Upstream prefer GraphicsMagick over ImageMackick but ATM it fails
 # see https://github.com/gnudatalanguage/gdl/issues/611
-# + Python is broken on 1.0.0-rc2 See issue  #757
-#OPTIONS_DEFINE=	EIGEN EXAMPLES FFTW GLPK GRAPHICSMAGICK GRIB HDF5 LIBPROJ4 MPI NETCDF PYTHON UDUNITS
-#OPTIONS_DEFAULT=EIGEN FFTW GLPK GRAPHICSMAGICK GRIB HDF5 LIBPROJ4 NETCDF PYTHON UDUNITS
-OPTIONS_DEFINE=	EIGEN EXAMPLES FFTW GLPK IMAGEMAGICK GRIB HDF5 LIBPROJ4 MPI NETCDF UDUNITS
-OPTIONS_DEFAULT=EIGEN FFTW GLPK IMAGEMAGICK GRIB HDF5 LIBPROJ4 NETCDF UDUNITS
+# and https://github.com/gnudatalanguage/gdl/issues/1044 for ImageMagick 7
+OPTIONS_DEFINE=	EIGEN EXAMPLES FFTW GLPK IMAGEMAGICK GRIB HDF5 LIBPROJ4 MPI NETCDF PYTHON UDUNITS
+OPTIONS_DEFAULT=EIGEN FFTW GLPK IMAGEMAGICK GRIB HDF5 LIBPROJ4 NETCDF PYTHON UDUNITS
 
 EIGEN_DESC=		Eigen3 support (boost performance)
 EIGEN_USES=		eigen:3
@@ -83,7 +79,7 @@ IMAGEMAGICK_CMAKE_ON=	-DGRAPHICSMAGICK:BOOL=NO -DMAGICK:BOOL=YES -DMAGICKDIR=${L
 IMAGEMAGICK_CMAKE_OFF=	-DMAGICK:BOOL=NO
 
 GRIB_DESC=		Support GRIB messages
-GRIB_LIB_DEPENDS=	libgrib_api.so:science/grib_api
+GRIB_LIB_DEPENDS=	libeccodes.so:science/eccodes
 GRIB_CMAKE_ON=		-DGRIB:BOOL=YES
 GRIB_CMAKE_OFF=		-DGRIB:BOOL=NO
 
@@ -104,12 +100,12 @@ NETCDF_LIB_DEPENDS=	libnetcdf.so:science/netcdf
 NETCDF_CMAKE_ON=	-DNETCDF:BOOL=YES -DHDF:BOOL=NO
 NETCDF_CMAKE_OFF=	-DNETCDF:BOOL=NO
 
-#PYTHON_USES=		python:3.7+
-#PYTHON_BUILD_DEPENDS=	${PYNUMPY}
-#PYTHON_RUN_DEPENDS=	${PYNUMPY} \
-#			${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
-#PYTHON_CMAKE_ON=	-DPYTHON:BOOL=YES -DPYTHONVERSION:STRING="${PYTHON_VER}"
-#PYTHON_CMAKE_OFF=	-DPYTHON:BOOL=NO
+PYTHON_USES=		python:3.7+
+PYTHON_BUILD_DEPENDS=	${PYNUMPY}
+PYTHON_RUN_DEPENDS=	${PYNUMPY} \
+			${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
+PYTHON_CMAKE_ON=	-DPYTHON:BOOL=YES -DPYTHONVERSION:STRING="${PYTHON_VER}"
+PYTHON_CMAKE_OFF=	-DPYTHON:BOOL=NO
 
 # QHULL IS NOT NEEDED YET!
 #QHULL_DESC=		Enable Triangulate and Qhull support
diff --git a/science/gnudatalanguage/distinfo b/science/gnudatalanguage/distinfo
index b2055eb99dcf..5c408956636c 100644
--- a/science/gnudatalanguage/distinfo
+++ b/science/gnudatalanguage/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592584083
-SHA256 (gnudatalanguage-gdl-v1.0.0-rc.3_GH0.tar.gz) = 0dc5c5a397d46002e763d24dba707f0aa55ba404062b4ba5d4c217af8a7da024
-SIZE (gnudatalanguage-gdl-v1.0.0-rc.3_GH0.tar.gz) = 32650313
+TIMESTAMP = 1628872407
+SHA256 (gnudatalanguage-gdl-v1.0.0_GH0.tar.gz) = 24bb2ccb5f6696ad535ec48c488a6daa1400b74e24a3ff421f9f070887636031
+SIZE (gnudatalanguage-gdl-v1.0.0_GH0.tar.gz) = 32757673
diff --git a/science/gnudatalanguage/pkg-plist b/science/gnudatalanguage/pkg-plist
index 7bbb215cc460..15ff136c9335 100644
--- a/science/gnudatalanguage/pkg-plist
+++ b/science/gnudatalanguage/pkg-plist
@@ -38,7 +38,6 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/demo_graphics1.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/demo_graphics2.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/demo_graphics3.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/demo_widgets.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/errors_add.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/errors_cumul.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/errors_reset.pro
@@ -56,24 +55,38 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/gdl_version.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/get_image_for_testsuite.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/give_list_numeric.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/hdf5-attr-test.h5
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/hdf5-data-test.h5
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/idl.xdr
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/image_test.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/indgen_sample.sav
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_all_projs.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_axis.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_besel.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_bug_2974380.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_bug_3104326.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_bug_3275334.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_colors.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_congrid.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_contour.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_cursor.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_deriv.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_device.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_dialog_message.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_get_kbrd.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_get_screen_size.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_interpolate_parallel.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_map.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_moment.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_mpfit.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_plot_oo.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_plotting_misc.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_pmulti_basic.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_random.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_read_standard_images.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_rk4.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_surface_basic.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_titles.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/interactive_tests/test_widgets.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/launchtest.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/libtest_ce.cpp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/make_test_delvarrnew.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/nc_test.pro
@@ -82,16 +95,31 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/python/test-GDL.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/rnewtest.pp.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/rnewtest.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/image_test.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_bug_2876161.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_bug_3104209.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_bug_3147733.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_bug_n000720.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_dicom.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_file_delete.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_file_info.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_point_lun.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_ps_decomposed.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_readf.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_skip_lun.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_spawn_unit.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_step.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/spawn_is_dangerous/test_zip.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/string.h5
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-swap_endian.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ac_correlate.pro.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_angles.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_arg_present.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_array_equal.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_array_indices.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_base64.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_besel.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_binfmt.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bits_per_pix.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_brain.pro
@@ -100,11 +128,9 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_2610174.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_2846561.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_2876150.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_2876161.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_2876372.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_2892631.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_2949487.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_2974380.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3033108.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3054361.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3055720.pro
@@ -117,19 +143,15 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3091599.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3091610.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3100945.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3104209.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3104214.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3104326.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3104349.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3147146.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3147181.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3147733.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3151760.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3152892.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3152899.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3189072.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3199465.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3275334.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3285659.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3286031.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3288652.pro
@@ -146,6 +168,7 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3559291.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3572473.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_3595172.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_573.tmp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_635.dat
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_635.f90
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_635.pro
@@ -160,7 +183,6 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_n000599.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_n000607.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_n000608.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bug_n000720.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_byte_conversion.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_bytscl.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_call_external.pro
@@ -170,10 +192,10 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_call_procedure_extra.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_check_math.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_chisqr_cvf.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_cir_3pnt.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_clip.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_colorsetup.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_common.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_congrid.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_constants.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_container.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_convert_coord.pro
@@ -181,9 +203,7 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_correlate.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_delvarrnew.pp.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_delvarrnew.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_device.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_diag_matrix.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_dicom.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_dilate.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_dims_of_arrays.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_erfinv.pro
@@ -198,14 +218,11 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_fft_leak.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_basename.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_copy.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_delete.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_dirname.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_info.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_lines.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_link.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_mkdir.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_move.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_search.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_test.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_file_which.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_finite.pro
@@ -220,7 +237,6 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_gaussian_function.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_gc.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_get_lun.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_get_screen_size.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_gh00178.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_gh00716.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_greek_letters.pro
@@ -241,6 +257,7 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_interpol.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_interpolate.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_invert_matrix.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ioerror.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_isa.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ishft.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_jd_op_tut.pro
@@ -262,8 +279,6 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_message.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_minmax.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_modulo.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_moment.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_mpfit.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_mpi.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_multiroots.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_n_tags.pro
@@ -286,32 +301,23 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_inf_nan.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_info.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_linestyle.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_oo.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_ranges.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plot_usersym.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_plotting_ranges.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_pmulti.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_pmulti_basic.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_point_lun.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_poly2d.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_poly_fit.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_polywarp.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_postscript.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_powell.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_product.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ps_decomposed.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ptr_valid.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_ptrarr.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_python.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_python_module_0.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_python_module_1.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_python_module_2.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_qromb.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_qromo.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_random.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_r_correlate.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_read_jpeg.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_read_standard_images.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_readf.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_readf_with_crlf.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_reads.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_rebin.pro
@@ -327,17 +333,14 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_save_restore.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_scope_varfetch.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_scope_varname.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_sem.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_simplex.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_size.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_skip_lun.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_smooth.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_sort.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_spawn_unit.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_spher_harm.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_spl.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_spl_init.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_standardize.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_step.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_str_functions.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_str_sep.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_stregex.pro
@@ -350,6 +353,8 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_tag_names.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_tic_toc.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_tiff.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_timestamp.pro
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_timestamptovalues.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_total.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_triangulate.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_trisol.pro
@@ -362,14 +367,12 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_wait.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_wavelet.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_where.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_widgets.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_window_background.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_wordexp.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_wordexp_null_string.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_xdr.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_xmlsax.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_zeropoly.pro
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_zip.pro
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/tiff/24bit_color.tif
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/tiff/24bit_color.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/tiff/8bit_gray_geo.tif
@@ -377,6 +380,7 @@ man/man1/gdl.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/tiff/8bit_gray_tiled.tif
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/tiff/8bit_gray_tiled.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/try
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/wrong/test_sem.pro
 %%DATADIR%%/AUTHORS
 %%DATADIR%%/README
 %%DATADIR%%/lib/CMprocedures/mpcurvefit.pro
@@ -384,22 +388,25 @@ man/man1/gdl.1.gz
 %%DATADIR%%/lib/CMprocedures/mpfit2dpeak.pro
 %%DATADIR%%/lib/CMprocedures/mpfitfun.pro
 %%DATADIR%%/lib/CMprocedures/mpfitpeak.pro
+%%DATADIR%%/lib/a_correlate.pro
 %%DATADIR%%/lib/appleman.pro
 %%DATADIR%%/lib/array_indices.pro
 %%DATADIR%%/lib/bilinear.pro
+%%DATADIR%%/lib/c_correlate.pro
 %%DATADIR%%/lib/calendar.pro
 %%DATADIR%%/lib/chisqr_cvf.pro
+%%DATADIR%%/lib/cir_3pnt.pro
+%%DATADIR%%/lib/color_quan.pro
 %%DATADIR%%/lib/congrid.pro
 %%DATADIR%%/lib/correlate.pro
 %%DATADIR%%/lib/curvefit.pro
+%%DATADIR%%/lib/cvttobm.pro
 %%DATADIR%%/lib/cw_bgroup_donotuseyet.pro
 %%DATADIR%%/lib/define_msgblk.pro
 %%DATADIR%%/lib/define_msgblk_from_file.pro
 %%DATADIR%%/lib/delvar.pro
 %%DATADIR%%/lib/deriv.pro
 %%DATADIR%%/lib/diag_matrix.pro
-%%DATADIR%%/lib/dialog_message.pro
-%%DATADIR%%/lib/dialog_pickfile.pro
 %%DATADIR%%/lib/dicom/gdlffdicom__assoc__define.pro
 %%DATADIR%%/lib/dicom/gdlffdicom__assoc__test.pro
 %%DATADIR%%/lib/dicom/gdlffdicom__assoc_generateuid.pro
@@ -421,24 +428,14 @@ man/man1/gdl.1.gz
 %%DATADIR%%/lib/escape_special_char.pro
 %%DATADIR%%/lib/factorial.pro
 %%DATADIR%%/lib/file_chmod.pro
-%%DATADIR%%/lib/file_copy.pro
-%%DATADIR%%/lib/file_expand_path.pro
-%%DATADIR%%/lib/file_lines.pro
-%%DATADIR%%/lib/file_link.pro
-%%DATADIR%%/lib/file_move.pro
 %%DATADIR%%/lib/file_which.pro
 %%DATADIR%%/lib/filepath.pro
 %%DATADIR%%/lib/findex.pro
-%%DATADIR%%/lib/findfile.pro
 %%DATADIR%%/lib/gauss2dfit.pro
 %%DATADIR%%/lib/gaussfit.pro
 %%DATADIR%%/lib/gaussian_function.pro
 %%DATADIR%%/lib/gdl_multimin_fdf.pro
 %%DATADIR%%/lib/get_login_info.pro
-%%DATADIR%%/lib/handle_create.pro
-%%DATADIR%%/lib/handle_free.pro
-%%DATADIR%%/lib/handle_info.pro
-%%DATADIR%%/lib/handle_value.pro
 %%DATADIR%%/lib/hanning.pro
 %%DATADIR%%/lib/helpform.pro
 %%DATADIR%%/lib/hist_2d.pro
@@ -452,10 +449,10 @@ man/man1/gdl.1.gz
 %%DATADIR%%/lib/image_statistics.pro
 %%DATADIR%%/lib/imsl_erf.pro
 %%DATADIR%%/lib/imsl_zerosys.pro
-%%DATADIR%%/lib/interpol.pro
 %%DATADIR%%/lib/json_serialize.pro
 %%DATADIR%%/lib/kurtosis.pro
 %%DATADIR%%/lib/la_invert.pro
+%%DATADIR%%/lib/label_date.pro
 %%DATADIR%%/lib/last_item.pro
 %%DATADIR%%/lib/linfit.pro
 %%DATADIR%%/lib/lmgr.pro
@@ -480,16 +477,74 @@ man/man1/gdl.1.gz
 %%DATADIR%%/lib/matrix_multiply.pro
 %%DATADIR%%/lib/meanabsdev.pro
 %%DATADIR%%/lib/norm.pro
-%%DATADIR%%/lib/obsolete/file_basename_old.pro
-%%DATADIR%%/lib/obsolete/file_delete_old.pro
-%%DATADIR%%/lib/obsolete/file_dirname_old.pro
-%%DATADIR%%/lib/obsolete/restore_old.pro
-%%DATADIR%%/lib/obsolete/save_old.pro
-%%DATADIR%%/lib/obsolete/spl_init_old.pro
-%%DATADIR%%/lib/obsolete/spl_interp_old.pro
+%%DATADIR%%/lib/obsolete/errorf.pro
+%%DATADIR%%/lib/obsolete/file_copy.pro
+%%DATADIR%%/lib/obsolete/file_expand_path.pro
+%%DATADIR%%/lib/obsolete/file_lines.pro
+%%DATADIR%%/lib/obsolete/file_link.pro
+%%DATADIR%%/lib/obsolete/file_move.pro
+%%DATADIR%%/lib/obsolete/gethelp.pro
+%%DATADIR%%/lib/obsolete/handle_create.pro
+%%DATADIR%%/lib/obsolete/handle_free.pro
+%%DATADIR%%/lib/obsolete/handle_info.pro
+%%DATADIR%%/lib/obsolete/handle_value.pro
+%%DATADIR%%/lib/obsolete/lubksb.pro
+%%DATADIR%%/lib/obsolete/ludcmp.pro
+%%DATADIR%%/lib/obsolete/mprove.pro
+%%DATADIR%%/lib/obsolete/nr_beta.pro
+%%DATADIR%%/lib/obsolete/nr_broyden.pro
+%%DATADIR%%/lib/obsolete/nr_choldc.pro
+%%DATADIR%%/lib/obsolete/nr_cholsl.pro
+%%DATADIR%%/lib/obsolete/nr_dfpmin.pro
+%%DATADIR%%/lib/obsolete/nr_expint.pro
+%%DATADIR%%/lib/obsolete/nr_fulstr.pro
+%%DATADIR%%/lib/obsolete/nr_helmes.pro
+%%DATADIR%%/lib/obsolete/nr_hqr.pro
+%%DATADIR%%/lib/obsolete/nr_invert.pro
+%%DATADIR%%/lib/obsolete/nr_linbcg.pro
+%%DATADIR%%/lib/obsolete/nr_lubksb.pro
+%%DATADIR%%/lib/obsolete/nr_ludcmp.pro
+%%DATADIR%%/lib/obsolete/nr_machar.pro
+%%DATADIR%%/lib/obsolete/nr_mprove.pro
+%%DATADIR%%/lib/obsolete/nr_newt.pro
+%%DATADIR%%/lib/obsolete/nr_powell.pro
+%%DATADIR%%/lib/obsolete/nr_qromb.pro
+%%DATADIR%%/lib/obsolete/nr_qromo.pro
+%%DATADIR%%/lib/obsolete/nr_qsimp.pro
+%%DATADIR%%/lib/obsolete/nr_rk4.pro
+%%DATADIR%%/lib/obsolete/nr_spline.pro
+%%DATADIR%%/lib/obsolete/nr_splint.pro
+%%DATADIR%%/lib/obsolete/nr_sprsab.pro
+%%DATADIR%%/lib/obsolete/nr_sprsax.pro
+%%DATADIR%%/lib/obsolete/nr_sprsin.pro
+%%DATADIR%%/lib/obsolete/nr_svbksb.pro
+%%DATADIR%%/lib/obsolete/nr_svd.pro
+%%DATADIR%%/lib/obsolete/nr_tqli.pro
+%%DATADIR%%/lib/obsolete/nr_tred2.pro
+%%DATADIR%%/lib/obsolete/nr_tridag.pro
+%%DATADIR%%/lib/obsolete/nr_wtn.pro
+%%DATADIR%%/lib/obsolete/nr_zroots.pro
+%%DATADIR%%/lib/obsolete/online_help_pdf_index.pro
+%%DATADIR%%/lib/obsolete/pickfile.pro
+%%DATADIR%%/lib/obsolete/polyfitw.pro
+%%DATADIR%%/lib/obsolete/rstrpos.pro
+%%DATADIR%%/lib/obsolete/setup_keys.pro
+%%DATADIR%%/lib/obsolete/str_sep.pro
+%%DATADIR%%/lib/obsolete/svbksb.pro
+%%DATADIR%%/lib/obsolete/svd.pro
+%%DATADIR%%/lib/obsolete/tiff_read.pro
+%%DATADIR%%/lib/obsolete/tiff_write.pro
+%%DATADIR%%/lib/obsolete/tqli.pro
+%%DATADIR%%/lib/obsolete/tred2.pro
+%%DATADIR%%/lib/obsolete/tridag.pro
+%%DATADIR%%/lib/obsolete/tvdelete.pro
+%%DATADIR%%/lib/obsolete/tvset.pro
+%%DATADIR%%/lib/obsolete/tvshow.pro
+%%DATADIR%%/lib/obsolete/tvwindow.pro
+%%DATADIR%%/lib/obsolete/widget_message.pro
+%%DATADIR%%/lib/obsolete/zroots.pro
 %%DATADIR%%/lib/online_help.pro
 %%DATADIR%%/lib/oploterr.pro
-%%DATADIR%%/lib/path_sep.pro
 %%DATADIR%%/lib/ploterr.pro
 %%DATADIR%%/lib/poly.pro
 %%DATADIR%%/lib/poly_area.pro
@@ -510,7 +565,9 @@ man/man1/gdl.1.gz
 %%DATADIR%%/lib/query_pict.pro
 %%DATADIR%%/lib/query_png.pro
 %%DATADIR%%/lib/query_ppm.pro
+%%DATADIR%%/lib/query_srf.pro
 %%DATADIR%%/lib/query_tiff.pro
+%%DATADIR%%/lib/r_correlate.pro
 %%DATADIR%%/lib/read_ascii.pro
 %%DATADIR%%/lib/read_binary.pro
 %%DATADIR%%/lib/read_bmp.pro
@@ -527,15 +584,13 @@ man/man1/gdl.1.gz
 %%DATADIR%%/lib/read_xwd.pro
 %%DATADIR%%/lib/resolve_all.pro
 %%DATADIR%%/lib/rot.pro
-%%DATADIR%%/lib/rstrpos.pro
 %%DATADIR%%/lib/showfont.pro
 %%DATADIR%%/lib/sigma.pro
 %%DATADIR%%/lib/skewness.pro
-%%DATADIR%%/lib/skip_lun.pro
+%%DATADIR%%/lib/spline.pro
 %%DATADIR%%/lib/standardize.pro
 %%DATADIR%%/lib/stddev.pro
 %%DATADIR%%/lib/stdev.pro
-%%DATADIR%%/lib/str_sep.pro
 %%DATADIR%%/lib/strmatch.pro
 %%DATADIR%%/lib/strsplit.pro
 %%DATADIR%%/lib/svsol.pro
@@ -549,6 +604,7 @@ man/man1/gdl.1.gz
 %%DATADIR%%/lib/tvscl.pro
 %%DATADIR%%/lib/uniq.pro
 %%DATADIR%%/lib/utilities/color2color.pro
+%%DATADIR%%/lib/utilities/gdl_implied_print.pro
 %%DATADIR%%/lib/utilities/gdl_status.pro
 %%DATADIR%%/lib/utilities/grab_on_internet.pro
 %%DATADIR%%/lib/utilities/idlneturl__define.pro
@@ -558,6 +614,7 @@ man/man1/gdl.1.gz
 %%DATADIR%%/lib/utilities/path_remove.pro
 %%DATADIR%%/lib/utilities/path_sep_add.pro
 %%DATADIR%%/lib/utilities/path_show.pro
+%%DATADIR%%/lib/utilities/read_anygraphicsfilewithmagick.pro
 %%DATADIR%%/lib/utilities/read_ascii_basic.pro
 %%DATADIR%%/lib/utilities/routine_name.pro
 %%DATADIR%%/lib/utilities/wget_or_curl.pro
@@ -576,7 +633,8 @@ man/man1/gdl.1.gz
 %%DATADIR%%/lib/xdisplayfile.pro
 %%DATADIR%%/lib/xmanager.pro
 %%DATADIR%%/lib/xregistered.pro
-%%DATADIR%%/lib/zenity_check.pro
+%%DATADIR%%/resource/gdl.ico
+%%DATADIR%%/resource/gdl.png
 %%DATADIR%%/resource/maps/COPYRIGHTS
 %%DATADIR%%/resource/maps/README
 %%DATADIR%%/resource/maps/earth.jpg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108140855.17E8tXeP009894>