Upgrade to 0.9rc3.
PR: ports/141809 Submitted by: Sylwester Arabas <slayoo (at) igf.fuw.edu.pl>
This commit is contained in:
parent
fe116b423c
commit
b262319bab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246862
4 changed files with 144 additions and 121 deletions
|
@ -6,10 +6,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gnudatalanguage
|
PORTNAME= gnudatalanguage
|
||||||
DISTVERSION= 0.9pre6
|
DISTVERSION= 0.9rc3
|
||||||
PORTREVISION= 10
|
|
||||||
CATEGORIES= science lang
|
CATEGORIES= science lang
|
||||||
MASTER_SITES= SF/${PORTNAME}/gdl/0.9pre6
|
MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION}
|
||||||
.if defined(BUILD_PYTHON_MODULE)
|
.if defined(BUILD_PYTHON_MODULE)
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
.endif
|
.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 \
|
gsl.14:${PORTSDIR}/math/gsl \
|
||||||
dps.0:${PORTSDIR}/x11/dgs \
|
dps.0:${PORTSDIR}/x11/dgs \
|
||||||
readline.6:${PORTSDIR}/devel/readline
|
readline.6:${PORTSDIR}/devel/readline
|
||||||
|
@ -80,7 +79,7 @@ CONFIGURE_ARGS+=--with-hdf=no
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(WITHOUT_PYTHON) || defined(BUILD_PYTHON_MODULE)
|
.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
|
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/numarray:${PORTSDIR}/math/py-numarray
|
||||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/numarray:${PORTSDIR}/math/py-numarray \
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/numarray:${PORTSDIR}/math/py-numarray \
|
||||||
${PYTHON_SITELIBDIR}/matplotlib:${PORTSDIR}/math/py-matplotlib
|
${PYTHON_SITELIBDIR}/matplotlib:${PORTSDIR}/math/py-matplotlib
|
||||||
|
@ -108,7 +107,7 @@ do-install:
|
||||||
|
|
||||||
.if !defined(BUILD_PYTHON_MODULE)
|
.if !defined(BUILD_PYTHON_MODULE)
|
||||||
post-install:
|
post-install:
|
||||||
. if !defined(NOPORTDOCS)
|
. if !defined(NOPORTEXAMPLES)
|
||||||
${MKDIR} ${EXAMPLESDIR}/testsuite
|
${MKDIR} ${EXAMPLESDIR}/testsuite
|
||||||
(cd ${WRKSRC}/src/pro && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/)
|
(cd ${WRKSRC}/src/pro && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/)
|
||||||
(cd ${WRKSRC}/testsuite && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/testsuite/)
|
(cd ${WRKSRC}/testsuite && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/testsuite/)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (gdl-0.9pre6.tar.gz) = 5830539e7301f049f27f2a112467fab3
|
MD5 (gdl-0.9rc3.tar.gz) = 94a29e13ec5d71e664659b32e421b02e
|
||||||
SHA256 (gdl-0.9pre6.tar.gz) = a6a597f2cb5fea889b32f99fba595c3535e47ee219a334fd274ab704133e35ea
|
SHA256 (gdl-0.9rc3.tar.gz) = 468db2ee2533d665eebcb5dca32aad526b0af788aaa43614be371b7ef11d8daa
|
||||||
SIZE (gdl-0.9pre6.tar.gz) = 1183644
|
SIZE (gdl-0.9rc3.tar.gz) = 1899718
|
||||||
|
|
|
@ -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
|
|
|
@ -1,103 +1,138 @@
|
||||||
%%MASTER%%bin/gdl
|
%%MASTER%%bin/gdl
|
||||||
%%MASTER%%lib/libantlr.a
|
%%MASTER%%lib/libantlr.a
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/README.txt
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.txt
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/STATUS
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/STATUS
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/UrgentNeed.txt
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UrgentNeed.txt
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/appleman.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/appleman.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/array_indices.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/array_indices.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/deriv.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom__assoc__define.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deriv.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom__define.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom__assoc__define.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom__dictionary.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom__define.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom_copy_lun.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom__dictionary.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom_date.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom_copy_lun.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom_time.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom_date.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dicom/gdlffdicom_trim.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom_time.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/dist.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicom/gdlffdicom_trim.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/factorial.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dist.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/file_basename.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/factorial.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/file_dirname.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_basename.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/file_lines.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_dirname.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/filepath.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/file_lines.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/findfile.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filepath.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/helpform.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/findfile.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/identity.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helpform.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/ishft.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/identity.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/kurtosis.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imsl_zerosys.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/last_item.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ishft.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/lmgr.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kurtosis.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/loadct.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/last_item.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/map_clip_set.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lmgr.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/mean.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loadct.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/meanabsdev.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map_clip_set.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/moment.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrix_multiply.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/norm.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mean.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/path_sep.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/meanabsdev.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/ploterr.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/moment.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/poly.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/norm.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/popd.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/path_sep.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/primes.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ploterr.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/printd.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poly.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/pushd.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/popd.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/py_plot.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/primes.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/py_print.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/printd.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_ascii.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pushd.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_binary.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/py_plot.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_bmp.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/py_print.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_dicom.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_ascii.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_jpeg.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_binary.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_pict.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_bmp.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_png.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_dicom.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_tiff.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_jpeg.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/read_xwd.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_pict.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/restore.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_png.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/save.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_tiff.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/skewness.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_xwd.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/smooth.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/real_part.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/stddev.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/restore.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/str_sep.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/save.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/strsplit.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showfont.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/swap_endian.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/skewness.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/template.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/skip_lun.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/template_blank.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smooth.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/image_test.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spl_init_old.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/nc_test.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spl_interp_old.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stddev.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.txt
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/str_sep.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test-swap_endian.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/strsplit.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test-total.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/swap_endian.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_besel.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/template.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_brain.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/template_blank.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_colors.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/image_test.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_deriv.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/nc_test.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_erfs.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_expint.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-read_ascii.txt
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_gammas.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-swap_endian.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_histo.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test-total.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_jd_op_tut.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_MathFunctionsDim.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_map.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_angles.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_minmax.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_axis.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_op_elem.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_base64.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_op_power.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_besel.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_plot_basic.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_brain.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_plot_benchmark.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_byte_conversion.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_plot_inf_nan.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_colors.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_plot_info.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_constants.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_plot_linestyle.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_contour_basic.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_restore.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_contour_extra.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_save.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_cursor.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_smooth.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_deriv.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_suite.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_erfs.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/testsuite/test_uf77.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_expint.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/trace.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_factorial.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/tvscl.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_fix.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/uniq.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_gammas.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/value_locate.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_get_lun.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/variance.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_greek_letters.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/write_bmp.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_histo.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/write_jpeg.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_invert_matrix.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/write_pict.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_jd_op_tut.pro
|
||||||
%%MASTER%%%%PORTDOCS%%%%EXAMPLESDIR%%/write_png.pro
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_map.pro
|
||||||
%%MASTER%%%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/testsuite
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_minmax.pro
|
||||||
%%MASTER%%%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/dicom
|
%%MASTER%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testsuite/test_multiroots.pro
|
||||||
%%MASTER%%%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
%%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%%
|
||||||
|
|
Loading…
Reference in a new issue