components/gnuplot/runtcldemo
changeset 6280 203b97a7f889
parent 204 78dfe4707c7c
equal deleted inserted replaced
6279:b8986042dd84 6280:203b97a7f889
    18 # fields enclosed by brackets "[]" replaced with your own identifying
    18 # fields enclosed by brackets "[]" replaced with your own identifying
    19 # information: Portions Copyright [yyyy] [name of copyright owner]
    19 # information: Portions Copyright [yyyy] [name of copyright owner]
    20 #
    20 #
    21 # CDDL HEADER END
    21 # CDDL HEADER END
    22 #
    22 #
    23 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 # Unfortunately, the gnuplot demo wants run in the
    26 # Unfortunately, the gnuplot demo wants run in the
    27 # /usr/demo/gnuplot directory.  While there it wants to read and
    27 # /usr/demo/gnuplot directory.  While there it wants to read and
    28 # create files.  But ordinary users can't create files there.  So
    28 # create files.  But ordinary users can't create files there.  So
    48 GNUPLOT_DEMO_P052023L_PFB="${GNUPLOT_DEMO_P052023L_PFB:-$GNUPLOT_DEMO_GSFONTS/p052023l.pfb}"
    48 GNUPLOT_DEMO_P052023L_PFB="${GNUPLOT_DEMO_P052023L_PFB:-$GNUPLOT_DEMO_GSFONTS/p052023l.pfb}"
    49 GNUPLOT_DEMO_TMPDIR="/tmp/gnuplot_demo_`logname`_$$"
    49 GNUPLOT_DEMO_TMPDIR="/tmp/gnuplot_demo_`logname`_$$"
    50 GNUPLOT_DEMO_LIST="$GNUPLOT_DEMO_DIR/*.bin \
    50 GNUPLOT_DEMO_LIST="$GNUPLOT_DEMO_DIR/*.bin \
    51     $GNUPLOT_DEMO_DIR/*.cfg \
    51     $GNUPLOT_DEMO_DIR/*.cfg \
    52     $GNUPLOT_DEMO_DIR/*.cor \
    52     $GNUPLOT_DEMO_DIR/*.cor \
    53     $GNUPLOT_DEMO_DIR/*.csv \
       
    54     $GNUPLOT_DEMO_DIR/*.dat \
    53     $GNUPLOT_DEMO_DIR/*.dat \
    55     $GNUPLOT_DEMO_DIR/*.dem \
    54     $GNUPLOT_DEMO_DIR/*.dem \
    56     $GNUPLOT_DEMO_DIR/*.edf \
    55     $GNUPLOT_DEMO_DIR/*.edf \
    57     $GNUPLOT_DEMO_DIR/*.fnc \
    56     $GNUPLOT_DEMO_DIR/*.fnc \
    58     $GNUPLOT_DEMO_DIR/*.inc \
    57     $GNUPLOT_DEMO_DIR/*.inc \
    62     $GNUPLOT_DEMO_DIR/*.rgb \
    61     $GNUPLOT_DEMO_DIR/*.rgb \
    63     $GNUPLOT_DEMO_DIR/*.rot \
    62     $GNUPLOT_DEMO_DIR/*.rot \
    64     $GNUPLOT_DEMO_DIR/binary[123] \
    63     $GNUPLOT_DEMO_DIR/binary[123] \
    65     $GNUPLOT_DEMO_DIR/bldg.png \
    64     $GNUPLOT_DEMO_DIR/bldg.png \
    66     $GNUPLOT_DEMO_DIR/gnu-valley \
    65     $GNUPLOT_DEMO_DIR/gnu-valley \
       
    66     $GNUPLOT_DEMO_DIR/demo_plugin.so \
    67     $GNUPLOT_DEMO_DIR/random-points \
    67     $GNUPLOT_DEMO_DIR/random-points \
    68     $GNUPLOT_DEMO_DIR/gpdemos.tcl \
    68     $GNUPLOT_DEMO_DIR/gpdemos.tcl \
    69     $GNUPLOT_DEMO_P052003L_PFB \
    69     $GNUPLOT_DEMO_P052003L_PFB \
    70     $GNUPLOT_DEMO_P052023L_PFB \
    70     $GNUPLOT_DEMO_P052023L_PFB \
    71     $GNUPLOT_DEMO_CMMI10_PFB \
    71     $GNUPLOT_DEMO_CMMI10_PFB \