[plplot] 51/68: Import Debian changes 5.9.8-1

Ole Streicher olebole at moszumanska.debian.org
Mon Jul 10 07:38:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch master
in repository plplot.

commit 02aa7a75b6e32828db066f4bbb6bcb18450bb197
Merge: c9c3334 f60e481
Author: Andrew Ross <andrewross at users.sourceforge.net>
Date:   Fri Sep 2 20:35:33 2011 +0100

    Import Debian changes 5.9.8-1
    
    plplot (5.9.8-1) unstable; urgency=low
    
      * New upstream release.
      * debian/control.in: Bump standards version to 3.9.2.
      * debian/NEWS: update NEWS file for 5.9.8.
      * debian/control.in, debian/rules, debian/*.files:
        Rename packages to reflect bump in SONAME version.
      * Rebuild against gfortran-4.6 (closes: #635739).
      * debian/rules:
        + Update to reflect changes in upstream ChangeLog file name.
        + Tidy up some old comments.
        + Change from calling ctest to using "make test_noninteractive"
          to run the tests. Also include .NOTPARALLEL target to prevent the
          rules makefile being parallelised. Instead pass -j options to the
          plplot make files. This allows parallel builds to work correctly.
        + Fix a temporary permissions problem with test script in the 5.9.8
          tarball.
        + Fix dependency generation for octave package.
        + Fix python build so that the installed example Makefiles are
          properly configured.
      * debian/rules, debian/control.in, debian/libplplot-ocaml.files:
        Add new libplplot-ocaml package which includes the OCaml bindings.
      * debian/rules, debian/control.in, debian/libplplot-lua.files:
        Add new libplplot-lua package which includes the lua bindings.
      * debian/rules, debian/control.in, debian/libplplot-d.files:
        Add new libplplot-d package which includes the D language bindings.
      * debian/rules, debian/control.in, debian/python-plplot-qt.files:
        Add new python-plplot-qt package which includes the python bindings to
        allow use of the plplot API in qt applications.
      * debian/control.in:
        + Remove dependency of libplplot-java on default-jre as per policy.
          Java libraries do not need to depend on a java runtime. Fixes
          lintian warning.
        + Tidy up section / priority headers for the packages.
      * debian/patches/series, debian/patches/08_oct_perms.diff,
        debian/patches/09_qt_nodisplay.diff,
        debian/patches/10_fix_test_scripts.diff,
        debian/patches/11_ocaml_library_location.diff,
        debian/patches/12_qt_unload_fix.diff
        + Add new patch to turn off execute permissions for plplot_octave.oct
          (fixes lintian error).
        + Add patch from upstream to enable non-interactive qt devices to work
          even if DISPLAY is not set (prevents error when running tests on a
          buildd / using pbuilder).
        + Add new upstream patch to remove spurious chmod commands from test
          scripts. This ensures the installed examples will work as expected.
        + Add new upstream patch to change the install location for OCaml
          libraries to remove the OCaml version (as per Debian OCaml practice)
          and to remove the execute permissions for the stublibs.
        + Add temporary workaround from upstream to prevent crash on exit with
          the qt driver and Qt-4.7.3.
      * debian/copyright: Make explicit that the license is LGPL-2 (fixes
        lintian warning). Update consistent with upstream copyright file.
      * debian/control.in, debian/rules, debian/libqsastime0.files,
        debian/libqsastime-dev.file:
        Split libqsastime off into separate library and devel packages.
      * debian/libplplot-dev.files, debian/libplplot-fortran9.files:
        Move fortran .h and .mod files to the libplplot-dev package as these
        are required for compiling fortran with plplot and not for runtime.
      * debian/plplot-tcl-dev.lintian-overrides: Add lintian override for
        informational warning about interpreter path not being absolute.
      * debian/rules: Add -fvisibility=hidden to CFLAGS and -Wl,--as-needed
        to LD_FLAGS to only export required symbols and prevent linking in
        unnecessary libraries. Reduces the dependency requirements,
        particularly for the drivers.
    
    plplot (5.9.7-1) UNRELEASED; urgency=low
    
      * New upstream release (closes: #564216).
      * debian/rules: remove -DHAVE_PTHREADS=ON option as it is on by default.
        Option name is also likely to change in future releases.
      * debian/control.in, debian/rules, debian/python-plplot.files: change from
        using dh_pycentral to dh_python2 (closes: #616942). Also fixes lintian warning.
      * debian/control.in: minor tweaks to package descriptions.
    
    plplot (5.9.6-1) UNRELEASED; urgency=low
    
      * New upstream release.
      * debian/patches/series:
        + Remove the following patches which are included upstream
            11_minus-sign-manpage.diff
            16_wxwidget-with-cmake-2.8.diff
            17_fix_cmap_support.diff
            18_update_cmake_fortran.diff
          and delete the patches from the patches directory.
        + Comment out 07_octave_prune_examples.diff from the list of applied
          patches, but leave patch for now to see if octave example p7 is ok
          on alpha.
        + Update remaining patches for 5.9.6.
      * debian/control.in: drop plplot-bin package altogether as all these scripts
        are now obsolete.
      * debian/control.in, debian/rules, debian/plplot9-driver-qt.files:
        Add new plplot9-driver-qt package which includes the qt driver and bindings.
      * debian/source/format: Add file to select 3.0 (quilt) format for the package.
        Fixes lintian warning.
      * debian/NEWS: update NEWS file for 5.9.6.

 .gitignore                                         |      1 +
 ABOUT                                              |    122 +
 CMakeLists.txt                                     |    202 +-
 ChangeLog                                          |    431 -
 ChangeLog.release                                  |   7927 +
 INSTALL                                            |      7 +-
 NEWS                                               |      2 +-
 OLD-README.release                                 |   2758 +
 PROBLEMS                                           |     93 +-
 README.Release_Manager_Cookbook                    |    358 +-
 README.release                                     |   1044 +-
 README.testing                                     |    262 +-
 abi-compliance-checker.xml.template.in             |     30 +
 bindings/CMakeLists.txt                            |     60 +-
 bindings/ada/CMakeLists.txt                        |     19 +-
 bindings/ada/README                                |    653 -
 bindings/ada/README.pdf                            |    Bin 119980 -> 0 bytes
 bindings/ada/README.rtf                            |    734 -
 bindings/ada/plplot.adb                            |   3497 +
 bindings/ada/plplot.adb.cmake                      |   3269 -
 bindings/ada/plplot.ads                            |   2187 +
 bindings/ada/plplot.ads.cmake                      |   1925 -
 bindings/ada/plplot_auxiliary.adb                  |    128 +
 bindings/ada/plplot_auxiliary.adb.cmake            |    111 -
 bindings/ada/plplot_auxiliary.ads                  |    102 +
 bindings/ada/plplot_auxiliary.ads.cmake            |     79 -
 bindings/ada/plplot_thin.adb                       |    364 +
 bindings/ada/plplot_thin.adb.cmake                 |    364 -
 bindings/ada/plplot_thin.ads                       |   1970 +
 bindings/ada/plplot_thin.ads.cmake                 |   1773 -
 bindings/ada/plplot_traditional.adb                |   3320 +
 bindings/ada/plplot_traditional.adb.cmake          |   3102 -
 bindings/ada/plplot_traditional.ads                |   2009 +
 bindings/ada/plplot_traditional.ads.cmake          |   1758 -
 bindings/c++/plstream.cc                           |   1930 +-
 bindings/c++/plstream.h                            |   1006 +-
 bindings/d/plplot.d                                |   2918 +-
 bindings/f77/CMakeLists.txt                        |     66 +-
 bindings/f77/README.f77API                         |     35 +-
 bindings/f77/configurable.f.cmake                  |      4 +-
 bindings/f77/double2single.sed                     |      4 +-
 bindings/f77/global_defines.sed                    |     45 +
 bindings/f77/plplot_parameters.fm4                 |    255 +
 bindings/f77/plplotf77.def                         |      9 +
 bindings/f77/plplotf77_ifort.def                   |     52 +
 bindings/f77/plplotf77_mingw.def                   |      9 +
 bindings/f77/plstubs.h                             |    617 +-
 bindings/f77/sc3d.c                                |    184 +-
 bindings/f77/sccont.c                              |   1069 +-
 bindings/f77/scstubs.c                             |    983 +-
 bindings/f77/sfstubs.fm4                           |    167 +-
 bindings/f77/sfstubs.h                             |      4 +-
 bindings/f77/strutil.f                             |      4 +-
 bindings/f95/CMakeLists.txt                        |     67 +-
 bindings/f95/configurable.f90                      |      4 +-
 bindings/f95/global_defines.sed                    |     43 +
 bindings/f95/plflt.c                               |     30 -
 bindings/f95/plflt.inc.in                          |      5 +
 bindings/f95/plplot_parameters.h                   |    132 +
 bindings/f95/plplotf95.def                         |      7 +
 bindings/f95/plplotf95_ifort.def                   |     87 +
 bindings/f95/plplotf95_mingw.def                   |      7 +
 bindings/f95/plstubs.h                             |    622 +-
 bindings/f95/readme_f95.txt                        |     74 +
 bindings/f95/sc3d.c                                |    184 +-
 bindings/f95/sccont.c                              |   1113 +-
 bindings/f95/scstubs.c                             |   1057 +-
 bindings/f95/sfstubs.f90                           |     79 +-
 bindings/f95/sfstubs.h                             |      4 +-
 bindings/f95/sfstubsf95.f90                        |    285 +-
 bindings/f95/strutil.f90                           |      4 +-
 bindings/gnome2/lib/CMakeLists.txt                 |    208 +-
 bindings/gnome2/lib/gcw-lib.c                      |   1500 +-
 bindings/gnome2/lib/plplotcanvas.c                 |   1572 +-
 bindings/gnome2/python/CMakeLists.txt              |    366 +-
 bindings/gnome2/python/cplplotcanvasmodule.c       |     85 +-
 bindings/gnome2/python/gcwmodule.c                 |     87 +-
 bindings/java/CMakeLists.txt                       |    382 +-
 bindings/java/PLCallbackCT.java                    |      7 +
 bindings/java/PLCallbackLabel.java                 |      2 +-
 bindings/java/PLCallbackMapform.java               |      2 +-
 bindings/java/PLStream.java                        |   1904 +-
 bindings/java/README.javaAPI                       |    195 +-
 bindings/java/config.java.in                       |      4 +-
 bindings/java/plplotjavac.i                        |   3365 +-
 bindings/lua/plplotluac.i                          |   2369 +-
 bindings/ocaml/CMakeLists.txt                      |    409 +-
 bindings/ocaml/{META.cmake => META.in}             |      0
 bindings/ocaml/README                              |     93 +-
 bindings/ocaml/libplplot_stubs.clib                |      1 -
 bindings/ocaml/myocamlbuild.ml.cmake               |     56 -
 bindings/ocaml/plcairo/CMakeLists.txt              |    258 +
 bindings/ocaml/plcairo/META                        |      9 -
 bindings/ocaml/plcairo/META.in                     |      9 +
 bindings/ocaml/plcairo/Makefile                    |     40 -
 bindings/ocaml/plcairo/README.plcairo              |     35 -
 bindings/ocaml/plcairo/_tags                       |      2 -
 bindings/ocaml/plcairo/libplcairo_stubs.clib       |      1 -
 bindings/ocaml/plcairo/myocamlbuild.ml             |    125 -
 bindings/ocaml/plcairo/plcairo.ml                  |    236 +-
 bindings/ocaml/plcairo/plcairo.mli                 |    111 +
 bindings/ocaml/plcairo/plcairo_impl.c              |     59 +-
 bindings/ocaml/plplot.idl                          |    202 -
 bindings/ocaml/plplot.ml                           |   1501 +
 bindings/ocaml/plplot.mli                          |   1058 +
 bindings/ocaml/plplot_core.idl                     |    318 +
 bindings/ocaml/plplot_h                            |    157 +-
 bindings/ocaml/plplot_h.inc                        |     15 +-
 bindings/ocaml/plplot_impl.c                       |   1124 +-
 bindings/ocaml/touchup.ml                          |    126 +-
 bindings/octave/CMakeLists.txt                     |    239 +-
 bindings/octave/PLplot/arrow.m                     |      2 +-
 bindings/octave/PLplot/comet.m                     |      4 +-
 bindings/octave/PLplot/figure.m                    |      9 +-
 bindings/octave/PLplot/fill.m                      |      2 +-
 bindings/octave/PLplot/plot3.m                     |      2 +-
 bindings/octave/PLplot/plrb.m                      |     31 +-
 bindings/octave/PLplot/save_fig.m                  |      3 +-
 bindings/octave/PLplot/set_view.m                  |      2 +-
 bindings/octave/PLplot/shade.m                     |     69 +-
 bindings/octave/PLplot/stripc.m                    |      4 +
 bindings/octave/PLplot/subplot.m                   |      2 +-
 bindings/octave/PLplot/support/CMakeLists.txt      |      1 -
 bindings/octave/PLplot/support/__pl_contour.m      |      6 +-
 bindings/octave/PLplot/support/__pl_draw_legend.m  |     10 +-
 bindings/octave/PLplot/support/__pl_fill.m         |      8 +-
 bindings/octave/PLplot/support/__pl_meshplotit.m   |      8 +-
 bindings/octave/PLplot/support/__pl_plenv.m        |      2 +-
 bindings/octave/PLplot/support/__pl_plot3.m        |      4 +-
 bindings/octave/PLplot/support/__pl_plotit.m       |      6 +-
 bindings/octave/PLplot/support/__pl_pltext.m       |     50 -
 bindings/octave/global_defines.sed                 |     19 +
 bindings/octave/massage.c                          |    217 +-
 bindings/octave/plplot_octave.h.in                 |   2499 +-
 bindings/octave/plplot_octave.i                    |   1638 +
 bindings/octave/plplot_octave_def                  |    274 +-
 bindings/octave/plplot_octave_rej.h                |    254 +-
 .../plplot_octave_txt/pl_setcontlabelformat.txt    |     19 -
 .../plplot_octave_txt/pl_setcontlabelparam.txt     |     24 -
 bindings/octave/plplot_octave_txt/pladv.txt        |     16 -
 bindings/octave/plplot_octave_txt/plaxes.txt       |     69 -
 bindings/octave/plplot_octave_txt/plbin.txt        |     34 -
 bindings/octave/plplot_octave_txt/plbop.txt        |     10 -
 bindings/octave/plplot_octave_txt/plbox.txt        |     65 -
 bindings/octave/plplot_octave_txt/plbox3.txt       |    106 -
 bindings/octave/plplot_octave_txt/plcalc_world.txt |     43 -
 bindings/octave/plplot_octave_txt/plclear.txt      |     10 -
 bindings/octave/plplot_octave_txt/plcol0.txt       |     20 -
 bindings/octave/plplot_octave_txt/plcol1.txt       |     18 -
 bindings/octave/plplot_octave_txt/plcont.txt       |     44 -
 bindings/octave/plplot_octave_txt/plcpstrm.txt     |     17 -
 bindings/octave/plplot_octave_txt/plend.txt        |     10 -
 bindings/octave/plplot_octave_txt/plend1.txt       |     10 -
 bindings/octave/plplot_octave_txt/plenv.txt        |     84 -
 bindings/octave/plplot_octave_txt/plenv0.txt       |     84 -
 bindings/octave/plplot_octave_txt/pleop.txt        |     10 -
 bindings/octave/plplot_octave_txt/plerrx.txt       |     23 -
 bindings/octave/plplot_octave_txt/plerry.txt       |     23 -
 bindings/octave/plplot_octave_txt/plfamadv.txt     |     10 -
 bindings/octave/plplot_octave_txt/plfill.txt       |     20 -
 bindings/octave/plplot_octave_txt/plfill3.txt      |     23 -
 bindings/octave/plplot_octave_txt/plflush.txt      |     10 -
 bindings/octave/plplot_octave_txt/plfont.txt       |     18 -
 bindings/octave/plplot_octave_txt/plfontld.txt     |     16 -
 bindings/octave/plplot_octave_txt/plgchr.txt       |     17 -
 bindings/octave/plplot_octave_txt/plgcol0.txt      |     20 -
 bindings/octave/plplot_octave_txt/plgcol0a.txt     |     22 -
 bindings/octave/plplot_octave_txt/plgcolbg.txt     |     21 -
 bindings/octave/plplot_octave_txt/plgcolbga.txt    |     23 -
 .../octave/plplot_octave_txt/plgcompression.txt    |     15 -
 bindings/octave/plplot_octave_txt/plgdev.txt       |     14 -
 bindings/octave/plplot_octave_txt/plgdidev.txt     |     20 -
 bindings/octave/plplot_octave_txt/plgdiori.txt     |     14 -
 bindings/octave/plplot_octave_txt/plgdiplt.txt     |     20 -
 bindings/octave/plplot_octave_txt/plgfam.txt       |     21 -
 bindings/octave/plplot_octave_txt/plgfci.txt       |     15 -
 bindings/octave/plplot_octave_txt/plgfnam.txt      |     15 -
 bindings/octave/plplot_octave_txt/plgfont.txt      |     30 -
 bindings/octave/plplot_octave_txt/plglevel.txt     |     14 -
 bindings/octave/plplot_octave_txt/plgpage.txt      |     24 -
 bindings/octave/plplot_octave_txt/plgra.txt        |     10 -
 bindings/octave/plplot_octave_txt/plgriddata.txt   |     61 -
 bindings/octave/plplot_octave_txt/plgspa.txt       |     24 -
 bindings/octave/plplot_octave_txt/plgstrm.txt      |     14 -
 bindings/octave/plplot_octave_txt/plgver.txt       |     15 -
 bindings/octave/plplot_octave_txt/plgvpd.txt       |     24 -
 bindings/octave/plplot_octave_txt/plgvpw.txt       |     24 -
 bindings/octave/plplot_octave_txt/plgxax.txt       |     21 -
 bindings/octave/plplot_octave_txt/plgyax.txt       |     21 -
 bindings/octave/plplot_octave_txt/plgzax.txt       |     21 -
 bindings/octave/plplot_octave_txt/plhist.txt       |     41 -
 bindings/octave/plplot_octave_txt/plhlsrgb.txt     |     29 -
 bindings/octave/plplot_octave_txt/plimage.txt      |     28 -
 bindings/octave/plplot_octave_txt/plimagefr.txt    |     46 -
 bindings/octave/plplot_octave_txt/plinit.txt       |     10 -
 bindings/octave/plplot_octave_txt/pljoin.txt       |     20 -
 bindings/octave/plplot_octave_txt/pllab.txt        |     18 -
 .../octave/plplot_octave_txt/pllightsource.txt     |     18 -
 bindings/octave/plplot_octave_txt/plline.txt       |     18 -
 bindings/octave/plplot_octave_txt/plline3.txt      |     20 -
 bindings/octave/plplot_octave_txt/pllsty.txt       |     17 -
 bindings/octave/plplot_octave_txt/plmap.txt        |     48 -
 bindings/octave/plplot_octave_txt/plmeridians.txt  |     46 -
 bindings/octave/plplot_octave_txt/plmesh.txt       |     35 -
 bindings/octave/plplot_octave_txt/plmeshc.txt      |     51 -
 bindings/octave/plplot_octave_txt/plmkstrm.txt     |     15 -
 bindings/octave/plplot_octave_txt/plmtex.txt       |     40 -
 bindings/octave/plplot_octave_txt/plmtex3.txt      |     42 -
 bindings/octave/plplot_octave_txt/plot3d.txt       |     40 -
 bindings/octave/plplot_octave_txt/plot3dc.txt      |     10 -
 bindings/octave/plplot_octave_txt/plparseopts.txt  |     33 -
 bindings/octave/plplot_octave_txt/plpat.txt        |     23 -
 bindings/octave/plplot_octave_txt/plplot.doc       |    170 -
 bindings/octave/plplot_octave_txt/plpoin.txt       |     22 -
 bindings/octave/plplot_octave_txt/plpoin3.txt      |     25 -
 bindings/octave/plplot_octave_txt/plpoly3.txt      |     30 -
 bindings/octave/plplot_octave_txt/plprec.txt       |     20 -
 bindings/octave/plplot_octave_txt/plpsty.txt       |     16 -
 bindings/octave/plplot_octave_txt/plptex.txt       |     36 -
 bindings/octave/plplot_octave_txt/plptex3.txt      |     65 -
 bindings/octave/plplot_octave_txt/plrandd.txt      |     10 -
 bindings/octave/plplot_octave_txt/plreplot.txt     |     10 -
 bindings/octave/plplot_octave_txt/plrgbhls.txt     |     27 -
 bindings/octave/plplot_octave_txt/plschr.txt       |     19 -
 bindings/octave/plplot_octave_txt/plscmap0.txt     |     23 -
 bindings/octave/plplot_octave_txt/plscmap0a.txt    |     27 -
 bindings/octave/plplot_octave_txt/plscmap0n.txt    |     17 -
 bindings/octave/plplot_octave_txt/plscmap1.txt     |     23 -
 bindings/octave/plplot_octave_txt/plscmap1a.txt    |     27 -
 bindings/octave/plplot_octave_txt/plscmap1l.txt    |     32 -
 bindings/octave/plplot_octave_txt/plscmap1la.txt   |     35 -
 bindings/octave/plplot_octave_txt/plscmap1n.txt    |     17 -
 bindings/octave/plplot_octave_txt/plscol0.txt      |     25 -
 bindings/octave/plplot_octave_txt/plscol0a.txt     |     28 -
 bindings/octave/plplot_octave_txt/plscolbg.txt     |     21 -
 bindings/octave/plplot_octave_txt/plscolbga.txt    |     24 -
 bindings/octave/plplot_octave_txt/plscolor.txt     |     15 -
 .../octave/plplot_octave_txt/plscompression.txt    |     24 -
 bindings/octave/plplot_octave_txt/plsdev.txt       |     15 -
 bindings/octave/plplot_octave_txt/plsdidev.txt     |     22 -
 bindings/octave/plplot_octave_txt/plsdimap.txt     |     24 -
 bindings/octave/plplot_octave_txt/plsdiori.txt     |     14 -
 bindings/octave/plplot_octave_txt/plsdiplt.txt     |     20 -
 bindings/octave/plplot_octave_txt/plsdiplz.txt     |     20 -
 bindings/octave/plplot_octave_txt/plseed.txt       |     14 -
 bindings/octave/plplot_octave_txt/plsesc.txt       |     14 -
 bindings/octave/plplot_octave_txt/plsetopt.txt     |     18 -
 bindings/octave/plplot_octave_txt/plsfam.txt       |     20 -
 bindings/octave/plplot_octave_txt/plsfci.txt       |     15 -
 bindings/octave/plplot_octave_txt/plsfnam.txt      |     14 -
 bindings/octave/plplot_octave_txt/plsfont.txt      |     30 -
 bindings/octave/plplot_octave_txt/plshade.txt      |     54 -
 bindings/octave/plplot_octave_txt/plshade1.txt     |    101 -
 bindings/octave/plplot_octave_txt/plshades.txt     |     89 -
 bindings/octave/plplot_octave_txt/plslabelfunc.txt |     29 -
 bindings/octave/plplot_octave_txt/plsmaj.txt       |     19 -
 bindings/octave/plplot_octave_txt/plsmem.txt       |     19 -
 bindings/octave/plplot_octave_txt/plsmin.txt       |     19 -
 bindings/octave/plplot_octave_txt/plsori.txt       |     16 -
 bindings/octave/plplot_octave_txt/plspage.txt      |     24 -
 bindings/octave/plplot_octave_txt/plspause.txt     |     16 -
 bindings/octave/plplot_octave_txt/plsstrm.txt      |     14 -
 bindings/octave/plplot_octave_txt/plssub.txt       |     18 -
 bindings/octave/plplot_octave_txt/plssym.txt       |     19 -
 bindings/octave/plplot_octave_txt/plstar.txt       |     18 -
 bindings/octave/plplot_octave_txt/plstart.txt      |     22 -
 bindings/octave/plplot_octave_txt/plstripa.txt     |     21 -
 bindings/octave/plplot_octave_txt/plstripc.txt     |     64 -
 bindings/octave/plplot_octave_txt/plstripd.txt     |     14 -
 bindings/octave/plplot_octave_txt/plstyl.txt       |     22 -
 bindings/octave/plplot_octave_txt/plsurf3d.txt     |     53 -
 bindings/octave/plplot_octave_txt/plsvect.txt      |     24 -
 bindings/octave/plplot_octave_txt/plsvpa.txt       |     24 -
 bindings/octave/plplot_octave_txt/plsxax.txt       |     22 -
 bindings/octave/plplot_octave_txt/plsyax.txt       |     22 -
 bindings/octave/plplot_octave_txt/plsym.txt        |     22 -
 bindings/octave/plplot_octave_txt/plszax.txt       |     22 -
 bindings/octave/plplot_octave_txt/pltext.txt       |     10 -
 bindings/octave/plplot_octave_txt/pltimefmt.txt    |     28 -
 bindings/octave/plplot_octave_txt/plvasp.txt       |     15 -
 bindings/octave/plplot_octave_txt/plvect.txt       |     40 -
 bindings/octave/plplot_octave_txt/plvpas.txt       |     27 -
 bindings/octave/plplot_octave_txt/plvpor.txt       |     25 -
 bindings/octave/plplot_octave_txt/plvsta.txt       |     10 -
 bindings/octave/plplot_octave_txt/plw3d.txt        |     41 -
 bindings/octave/plplot_octave_txt/plwid.txt        |     18 -
 bindings/octave/plplot_octave_txt/plwind.txt       |     24 -
 bindings/octave/plplot_octave_txt/plxormod.txt     |     18 -
 bindings/octave/plplot_stub_hand_crafted.m         |      4 +
 bindings/python/CMakeLists.txt                     |     28 +-
 bindings/python/Plframe.py                         |     12 +-
 bindings/python/plplot.py.Numeric                  |      2 +
 bindings/python/plplot.py.numpy                    |      2 +
 bindings/python/plplot_widgetmodule.c              |     55 +-
 bindings/python/plplotcmodule.i                    |   2376 +-
 bindings/qt_gui/CMakeLists.txt                     |      2 +-
 bindings/qt_gui/plqt.cpp                           |   1726 +-
 bindings/qt_gui/pyqt4/CMakeLists.txt               |     15 +-
 bindings/qt_gui/pyqt4/plplot_pyqt4.sip             |      4 +-
 bindings/swig-support/CMakeLists.txt               |     47 +
 bindings/swig-support/plplotcapi.i                 |   1348 +-
 bindings/swig-support/swig_documentation.i         |   6233 +
 bindings/tcl/CMakeLists.txt                        |     60 +-
 bindings/tcl/global_defines.sed                    |     51 +
 bindings/tcl/matrixInit.c                          |     60 +-
 bindings/tcl/pkgIndex.tcl.in                       |     10 +-
 bindings/tcl/plapi.tpl                             |     54 +-
 bindings/tcl/plplot_parameters.h                   |    383 +
 bindings/tcl/pltcl.h                               |     50 +-
 bindings/tcl/pltclgen.tcl                          |      4 +-
 bindings/tcl/tclAPI.c                              |   6022 +-
 bindings/tcl/tclMain.c                             |    846 +-
 bindings/tcl/tclMatrix.c                           |   1644 +-
 bindings/tcl/tclMatrix.h                           |    403 +-
 bindings/tk-x-plat/Plplotter_Init.c                |    145 +-
 bindings/tk-x-plat/Plwindow.tcl                    |      6 +-
 bindings/tk-x-plat/pkgIndex.tcl.in                 |     12 +-
 bindings/tk-x-plat/plbarchart.tcl                  |      6 +-
 bindings/tk-x-plat/plplotter.c                     |   4047 +-
 bindings/tk-x-plat/pltimeseries.tcl                |     12 +-
 bindings/tk-x-plat/pltkwd.h                        |    156 +-
 bindings/tk/CMakeLists.txt                         |      9 +-
 bindings/tk/PLWin.itk                              |      8 +-
 bindings/tk/Pltk_Init.c                            |    149 +-
 bindings/tk/pkgIndex.tcl.in                        |     12 +-
 bindings/tk/pldefaults.tcl                         |      4 +-
 bindings/tk/plframe.c                              |   4887 +-
 bindings/tk/plr.c                                  |    779 +-
 bindings/tk/plserver.c                             |    408 +-
 bindings/tk/plserver.h                             |     64 +-
 bindings/tk/pltk.h                                 |     28 +-
 bindings/tk/pltkd.h                                |     59 +-
 bindings/tk/stupidtk.c                             |      5 +-
 bindings/tk/tcpip.c                                |   1030 +-
 bindings/tk/tcpip.h                                |     30 +-
 bindings/tk/tkMain.c                               |    932 +-
 bindings/tk/tkshell.c                              |    170 +-
 bindings/wxwidgets/CMakeLists.txt                  |     19 +-
 bindings/wxwidgets/wxPLplotstream.cpp              |    254 +-
 bindings/wxwidgets/wxPLplotstream.h.in             |    127 +-
 bindings/wxwidgets/wxPLplotwindow.cpp              |    265 +-
 bindings/wxwidgets/wxPLplotwindow.h                |     96 +-
 cmake/FindPLplot.cmake                             |      6 +-
 cmake/external/libharu/CMakeLists.txt              |    232 +
 cmake/external/libharu/README.libharu              |     63 +
 cmake/external/libharu/cmake/modules/haru.cmake    |     54 +
 cmake/external/libharu/cmake/modules/summary.cmake |     66 +
 cmake/external/libharu/demo/CMakeLists.txt         |    161 +
 cmake/external/libharu/include/CMakeLists.txt      |     63 +
 cmake/external/libharu/include/hpdf.h              |   1246 +
 cmake/external/libharu/include/hpdf_config.h.cmake |     92 +
 cmake/external/libharu/include/hpdf_consts.h       |    548 +
 cmake/external/libharu/src/CMakeLists.txt          |    140 +
 cmake/external/libharu/src/hpdf_page_operator.c    |   2766 +
 cmake/external/libqhull/CMakeLists.txt             |    102 +-
 cmake/external/libqhull/README.libqhull            |     38 +
 cmake/external/libqhull/src/CMakeLists.txt         |    163 +
 cmake/external/libqhull/src/libqhull.h             |   1136 +
 cmake/external/libqhull/src/mem.h                  |    217 +
 cmake/external/libqhull/src/unix.c                 |    381 +
 cmake/modules/CMakeAdaCompiler.cmake.in            |     17 -
 cmake/modules/CMakeAdaInformation.cmake            |    244 -
 cmake/modules/CMakeDCompiler.cmake.in              |     46 -
 cmake/modules/CMakeDInformation.cmake              |    297 -
 cmake/modules/CMakeDetermineAdaCompiler.cmake      |     62 -
 cmake/modules/CMakeDetermineDCompiler.cmake        |    108 -
 cmake/modules/CMakeFortranInformation.cmake        |    189 -
 cmake/modules/CMakeTestAdaCompiler.cmake           |     60 -
 cmake/modules/CMakeTestDCompiler.cmake             |    175 -
 cmake/modules/FindTCL.cmake                        |    169 -
 cmake/modules/FindTclsh.cmake                      |     37 -
 cmake/modules/FindwxWidgets.cmake                  |   1020 +
 cmake/modules/ada.cmake                            |     14 +-
 cmake/modules/cairo.cmake                          |     15 +
 cmake/modules/csiro.cmake                          |     27 +-
 cmake/modules/docbook.cmake                        |      8 +-
 cmake/modules/doxygen.cmake                        |     35 +
 cmake/modules/drivers-finish.cmake                 |     75 +-
 cmake/modules/drivers-init.cmake                   |    181 +-
 cmake/modules/drivers.cmake                        |      7 +-
 cmake/modules/fortran.cmake                        |     11 +-
 cmake/modules/freetype.cmake                       |     12 +-
 cmake/modules/gcw.cmake                            |      8 -
 cmake/modules/java.cmake                           |     14 +-
 cmake/modules/language_support.cmake               |    171 +-
 .../cmake-2.6/CMakeFortranInformation.cmake        |    190 +
 .../cmake-2.6}/Platform/Cygwin-GNU-Fortran.cmake   |      0
 .../cmake-2.6}/Platform/Windows-GNU-Fortran.cmake  |      0
 .../cmake-2.6}/Platform/Windows-df.cmake           |      0
 .../cmake-2.6}/Platform/Windows-f90.cmake          |      0
 .../cmake/CMakeAdaCompiler.cmake.in                |     17 +
 .../cmake/CMakeAdaInformation.cmake                |    244 +
 .../language_support/cmake/CMakeDCompiler.cmake.in |     46 +
 .../language_support/cmake/CMakeDInformation.cmake |    297 +
 .../cmake}/CMakeD_Copyright.txt                    |      0
 .../cmake/CMakeDetermineAdaCompiler.cmake          |     62 +
 .../cmake/CMakeDetermineDCompiler.cmake            |    110 +
 .../cmake/CMakeTestAdaCompiler.cmake               |     60 +
 .../cmake/CMakeTestDCompiler.cmake                 |    177 +
 .../cmake}/Platform/Darwin-dmd.cmake               |      0
 .../cmake}/Platform/Linux-dmd.cmake                |      0
 .../cmake}/Platform/Linux-gdc.cmake                |      0
 .../cmake}/Platform/Windows-dmd.cmake              |      0
 .../cmake}/Platform/Windows-gdc.cmake              |      0
 cmake/modules/lua.cmake                            |     32 +-
 cmake/modules/ocaml.cmake                          |    203 +-
 cmake/modules/octave.cmake                         |    121 +-
 cmake/modules/pdf.cmake                            |      4 +-
 cmake/modules/pdl.cmake                            |    131 +-
 cmake/modules/pkg-config.cmake                     |      2 +-
 cmake/modules/plplot.cmake                         |     56 +-
 cmake/modules/plplot_version.cmake                 |     14 +-
 cmake/modules/psttf.cmake                          |      1 +
 cmake/modules/python.cmake                         |    150 +-
 cmake/modules/qt.cmake                             |     18 +-
 cmake/modules/summary.cmake                        |      8 +-
 cmake/modules/tcl-related.cmake                    |      9 -
 cmake/modules/tk.cmake                             |      4 +-
 cmake/modules/wxwidgets.cmake                      |     41 +-
 cmake/modules/xwin.cmake                           |     16 +-
 config.h.cmake                                     |    374 +-
 data/CMakeLists.txt                                |      2 +
 data/cmap1_highfreq.pal                            |      4 +
 data/cmap1_lowfreq.pal                             |      6 +
 data/plstnd5.fnt                                   |    Bin 6424 -> 6414 bytes
 data/plxtnd5.fnt                                   |    Bin 58808 -> 58818 bytes
 debian/NEWS                                        |     32 +-
 debian/README.Debian                               |    101 +
 debian/changelog                                   |    109 +-
 debian/control                                     |    227 +-
 debian/control.in                                  |    229 +-
 debian/copyright                                   |     33 +-
 debian/libplplot-c++10.files                       |      2 +
 debian/libplplot-c++9.files                        |      2 -
 debian/libplplot-c++9c2.files                      |      2 -
 debian/libplplot-d.files                           |      3 +
 debian/libplplot-dev.files                         |      5 +-
 debian/libplplot-fortran9.files                    |      1 -
 debian/libplplot-java.files                        |      4 +
 debian/libplplot-lua.files                         |      3 +
 debian/libplplot-ocaml.files                       |     10 +
 debian/libplplot11.files                           |      7 +
 debian/libplplot9-java.files                       |      4 -
 debian/libplplot9.README.Debian                    |     85 -
 debian/libplplot9.files                            |      7 -
 debian/libqsastime-dev.files                       |      3 +
 debian/libqsastime0.files                          |      1 +
 debian/octave-plplot.files                         |      4 +-
 debian/patches/00list                              |      8 -
 debian/patches/01_check-for-octave2.9.dpatch       |     21 -
 debian/patches/02_unset-python-path.diff           |     16 +-
 debian/patches/02_unset-python-path.dpatch         |     20 -
 debian/patches/04_use-mkoctfile.diff               |      8 +-
 debian/patches/04_use-mkoctfile.dpatch             |    114 -
 debian/patches/07_octave_prune_examples.dpatch     |     20 -
 debian/patches/08_oct_perms.diff                   |     21 +
 debian/patches/09_pdftex-EC-encoding.diff          |     69 -
 debian/patches/09_pdftex-EC-encoding.dpatch        |     69 -
 debian/patches/09_qt_nodisplay.diff                |     21 +
 debian/patches/10_fix_test_scripts.diff            |     29 +
 debian/patches/10_print-usage-octave-3.0.diff      |     38 -
 debian/patches/10_print-usage-octave-3.0.dpatch    |     38 -
 debian/patches/11_minus-sign-manpage.diff          |     22 -
 debian/patches/11_minus-sign-manpage.dpatch        |     22 -
 debian/patches/11_ocaml_install_location.diff      |     69 +
 debian/patches/12_cmake-2.6-fixes.diff             |    364 -
 debian/patches/12_cmake-2.6-fixes.dpatch           |    364 -
 debian/patches/12_qt_unload_fix.diff               |     21 +
 debian/patches/13_fix-kfreeBSD-build.diff          |     15 -
 debian/patches/14_octave-3.0-fixes.diff            |   1150 -
 debian/patches/15_octave-toggle-plplot-use.diff    |     20 -
 debian/patches/16_wxwidget-with-cmake-2.8.diff     |   1095 -
 debian/patches/17_fix_cmap_support.diff            |     34 -
 debian/patches/18_update_cmake_fortran.diff        |    219 -
 debian/patches/series                              |     13 +-
 debian/plplot-bin.files                            |      3 -
 debian/plplot-tcl-dev.files                        |      4 +-
 debian/plplot-tcl-dev.lintian-overrides            |      7 +
 debian/plplot11-driver-cairo.files                 |      2 +
 debian/plplot11-driver-gd.files                    |      4 +
 debian/plplot11-driver-qt.files                    |      4 +
 debian/plplot11-driver-wxwidgets.files             |      5 +
 debian/plplot11-driver-xwin.files                  |      4 +
 debian/plplot9-driver-cairo.files                  |      2 -
 debian/plplot9-driver-gd.files                     |      4 -
 debian/plplot9-driver-gnome2.files                 |      3 -
 debian/plplot9-driver-wxwidgets.files              |      5 -
 debian/plplot9-driver-xwin.files                   |      4 -
 debian/pycompat                                    |      1 -
 debian/python-plplot-gnome2.files                  |      4 -
 debian/python-plplot-qt.files                      |      2 +
 debian/python-plplot.files                         |      2 +-
 debian/rules                                       |     94 +-
 debian/source/format                               |      1 +
 doc/CMakeLists.txt                                 |    116 +-
 doc/Doxyfile.in                                    |   1661 +
 doc/docbook/AUTHORS                                |      2 +-
 doc/docbook/README.developers                      |     59 +-
 doc/docbook/bin/api2man.pl.in                      |      8 +-
 doc/docbook/bin/api2swigdoc.pl                     |    231 +
 doc/docbook/bin/api2text.pl                        |      4 +-
 doc/docbook/bin/get-library-structs.pl             |      2 +-
 doc/docbook/bin/get-library-symbols.pl             |      2 +-
 doc/docbook/src/CMakeLists.txt                     |     15 +-
 doc/docbook/src/HTML-MANIFEST                      |     13 +-
 doc/docbook/src/MAN-MANIFEST                       |     11 +
 doc/docbook/src/ada.html                           |     16 +-
 doc/docbook/src/ada.xml                            |   1088 +-
 doc/docbook/src/ada_apple_notes.html               |    148 +-
 doc/docbook/src/ada_bindings.html                  |    182 +-
 doc/docbook/src/ada_c_flavor.html                  |     53 +-
 doc/docbook/src/ada_compilation_notes.html         |    103 +-
 doc/docbook/src/ada_examples.html                  |     15 +-
 doc/docbook/src/ada_howto.html                     |    194 +-
 doc/docbook/src/ada_known_variances.html           |     78 +-
 doc/docbook/src/ada_obtaining.html                 |     70 +-
 doc/docbook/src/ada_unique.html                    |    414 +-
 doc/docbook/src/advanced.xml                       |     20 +-
 doc/docbook/src/api-c.html                         |      2 +-
 doc/docbook/src/api-compat.html                    |    272 +-
 doc/docbook/src/api-fortran-77.html                |      2 +-
 doc/docbook/src/api-internal.html                  |      2 +-
 doc/docbook/src/api-obsolete.html                  |      4 +-
 doc/docbook/src/api-obsolete.xml                   |     18 +-
 doc/docbook/src/api.html                           |    103 +-
 doc/docbook/src/api.xml                            |   2139 +-
 doc/docbook/src/bibliography.html                  |     10 +-
 doc/docbook/src/characters.html                    |     98 +-
 doc/docbook/src/contour-plots.html                 |     14 +-
 doc/docbook/src/deploying.html                     |     10 +-
 doc/docbook/src/deploying.xml                      |      2 +-
 doc/docbook/src/djgpp-notes.html                   |    162 -
 doc/docbook/src/drawing.html                       |      2 +-
 doc/docbook/src/drivers.xml                        |    211 +-
 doc/docbook/src/extended-wish.html                 |      4 +-
 doc/docbook/src/extensions-tcl.html                |      2 +-
 doc/docbook/src/fill-pattern.html                  |      4 +-
 doc/docbook/src/fortran77.html                     |      2 +-
 doc/docbook/src/fortran95.html                     |     18 +-
 doc/docbook/src/freetype-notes.html                |     10 +-
 doc/docbook/src/gcw-driver.html                    |    488 -
 doc/docbook/src/gui.html                           |    972 +-
 doc/docbook/src/gui.xml                            |    595 +-
 doc/docbook/src/index.html                         |    130 +-
 doc/docbook/src/intro.html                         |      2 +-
 doc/docbook/src/introduction-tk.html               |      2 +-
 doc/docbook/src/libraries.html                     |     18 +-
 doc/docbook/src/libraries.xml                      |     10 +-
 doc/docbook/src/line-attributes.html               |      4 +-
 doc/docbook/src/ocaml.html                         |      4 +-
 doc/docbook/src/ocaml.xml                          |    287 +-
 doc/docbook/src/ocaml_bindings.html                |    168 +-
 doc/docbook/src/ocaml_examples.html                |      6 +-
 doc/docbook/src/ocaml_howto.html                   |    259 +-
 doc/docbook/src/ocaml_known_issues.html            |      5 +-
 doc/docbook/src/ocaml_obtaining.html               |     35 +-
 doc/docbook/src/organization.html                  |      2 +-
 doc/docbook/src/os-notes.html                      |     13 +-
 doc/docbook/src/os_notes.xml                       |     19 +-
 doc/docbook/src/output-devices.html                |     47 +-
 doc/docbook/src/pl_setcontlabelformat.3plplot      |      2 +-
 doc/docbook/src/pl_setcontlabelparam.3plplot       |      2 +-
 doc/docbook/src/pl_setcontlabelparam.html          |      2 +-
 doc/docbook/src/pladv.3plplot                      |      2 +-
 doc/docbook/src/pladv.html                         |     16 +-
 doc/docbook/src/plalloc2dgrid.html                 |      2 +-
 doc/docbook/src/plarc.3plplot                      |     45 +
 doc/docbook/src/plarc.html                         |    356 +
 doc/docbook/src/plaxes.3plplot                     |      2 +-
 doc/docbook/src/plaxes.html                        |     22 +-
 doc/docbook/src/plbin.3plplot                      |      2 +-
 doc/docbook/src/plbin.html                         |      2 +-
 doc/docbook/src/plbop.3plplot                      |      2 +-
 doc/docbook/src/plbop.html                         |      2 +-
 doc/docbook/src/plbox.3plplot                      |      4 +-
 doc/docbook/src/plbox.html                         |     24 +-
 doc/docbook/src/plbox3.3plplot                     |      2 +-
 doc/docbook/src/plbox3.html                        |     14 +-
 doc/docbook/src/plcalc_world.3plplot               |      2 +-
 doc/docbook/src/plcalc_world.html                  |      2 +-
 doc/docbook/src/plclear.3plplot                    |      2 +-
 doc/docbook/src/plclear.html                       |      2 +-
 doc/docbook/src/plclearopts.html                   |      2 +-
 doc/docbook/src/plcol.html                         |      4 +-
 doc/docbook/src/plcol0.3plplot                     |      2 +-
 doc/docbook/src/plcol0.html                        |      2 +-
 doc/docbook/src/plcol1.3plplot                     |      2 +-
 doc/docbook/src/plcol1.html                        |      2 +-
 doc/docbook/src/plcon1.html                        |      2 +-
 doc/docbook/src/plcon2.html                        |      2 +-
 doc/docbook/src/plcont.3plplot                     |      2 +-
 doc/docbook/src/plcont.html                        |      2 +-
 doc/docbook/src/plcontfortran77.html               |      2 +-
 doc/docbook/src/plcpstrm.3plplot                   |      2 +-
 doc/docbook/src/plcpstrm.html                      |      2 +-
 doc/docbook/src/plend.3plplot                      |      4 +-
 doc/docbook/src/plend.html                         |     14 +-
 doc/docbook/src/plend1.3plplot                     |      2 +-
 doc/docbook/src/plend1.html                        |      2 +-
 doc/docbook/src/plenv.3plplot                      |      2 +-
 doc/docbook/src/plenv.html                         |      2 +-
 doc/docbook/src/plenv0.3plplot                     |      2 +-
 doc/docbook/src/plenv0.html                        |      2 +-
 doc/docbook/src/pleop.3plplot                      |      2 +-
 doc/docbook/src/pleop.html                         |      2 +-
 doc/docbook/src/plerrx.3plplot                     |      2 +-
 doc/docbook/src/plerrx.html                        |      2 +-
 doc/docbook/src/plerry.3plplot                     |      2 +-
 doc/docbook/src/plerry.html                        |      2 +-
 doc/docbook/src/plexit.html                        |      2 +-
 doc/docbook/src/plfamadv.3plplot                   |      2 +-
 doc/docbook/src/plfamadv.html                      |      2 +-
 doc/docbook/src/plfill.3plplot                     |      2 +-
 doc/docbook/src/plfill.html                        |      2 +-
 doc/docbook/src/plfill3.3plplot                    |      2 +-
 doc/docbook/src/plfill3.html                       |      2 +-
 doc/docbook/src/plflush.3plplot                    |      2 +-
 doc/docbook/src/plflush.html                       |      2 +-
 doc/docbook/src/plfont.3plplot                     |      2 +-
 doc/docbook/src/plfont.html                        |      2 +-
 doc/docbook/src/plfontld.3plplot                   |      4 +-
 doc/docbook/src/plfontld.html                      |      4 +-
 doc/docbook/src/plfree2dgrid.html                  |      2 +-
 doc/docbook/src/plfsurf3d.3plplot                  |     55 +
 doc/docbook/src/plfsurf3d.html                     |    586 +
 doc/docbook/src/plgchr.3plplot                     |      2 +-
 doc/docbook/src/plgchr.html                        |      2 +-
 doc/docbook/src/plgcol0.3plplot                    |      2 +-
 doc/docbook/src/plgcol0.html                       |      2 +-
 doc/docbook/src/plgcol0a.3plplot                   |      2 +-
 doc/docbook/src/plgcol0a.html                      |      2 +-
 doc/docbook/src/plgcolbg.3plplot                   |      2 +-
 doc/docbook/src/plgcolbg.html                      |      2 +-
 doc/docbook/src/plgcolbga.3plplot                  |      2 +-
 doc/docbook/src/plgcolbga.html                     |      2 +-
 doc/docbook/src/plgcompression.3plplot             |      2 +-
 doc/docbook/src/plgcompression.html                |      2 +-
 doc/docbook/src/plgdev.3plplot                     |      2 +-
 doc/docbook/src/plgdev.html                        |      2 +-
 doc/docbook/src/plgdidev.3plplot                   |      2 +-
 doc/docbook/src/plgdidev.html                      |      2 +-
 doc/docbook/src/plgdiori.3plplot                   |      2 +-
 doc/docbook/src/plgdiori.html                      |     10 +-
 doc/docbook/src/plgdiplt.3plplot                   |      2 +-
 doc/docbook/src/plgdiplt.html                      |      2 +-
 doc/docbook/src/plgetcursor.html                   |      2 +-
 doc/docbook/src/plgfam.3plplot                     |      2 +-
 doc/docbook/src/plgfam.html                        |      2 +-
 doc/docbook/src/plgfci.3plplot                     |      2 +-
 doc/docbook/src/plgfci.html                        |      2 +-
 doc/docbook/src/plgfile.html                       |      2 +-
 doc/docbook/src/plgfnam.3plplot                    |      2 +-
 doc/docbook/src/plgfnam.html                       |      2 +-
 doc/docbook/src/plgfont.3plplot                    |      2 +-
 doc/docbook/src/plgfont.html                       |      2 +-
 doc/docbook/src/plglevel.3plplot                   |      2 +-
 doc/docbook/src/plglevel.html                      |      2 +-
 doc/docbook/src/plgpage.3plplot                    |      4 +-
 doc/docbook/src/plgpage.html                       |      4 +-
 doc/docbook/src/plgra.3plplot                      |      2 +-
 doc/docbook/src/plgra.html                         |     16 +-
 doc/docbook/src/plgradient.3plplot                 |     35 +
 doc/docbook/src/plgradient.html                    |    333 +
 doc/docbook/src/plgriddata.3plplot                 |      2 +-
 doc/docbook/src/plgriddata.html                    |     14 +-
 doc/docbook/src/plgspa.3plplot                     |      2 +-
 doc/docbook/src/plgspa.html                        |      2 +-
 doc/docbook/src/plgstrm.3plplot                    |      2 +-
 doc/docbook/src/plgstrm.html                       |      2 +-
 doc/docbook/src/plgver.3plplot                     |      2 +-
 doc/docbook/src/plgver.html                        |      2 +-
 doc/docbook/src/plgvpd.3plplot                     |      2 +-
 doc/docbook/src/plgvpd.html                        |      2 +-
 doc/docbook/src/plgvpw.3plplot                     |      2 +-
 doc/docbook/src/plgvpw.html                        |      2 +-
 doc/docbook/src/plgxax.3plplot                     |      2 +-
 doc/docbook/src/plgxax.html                        |      2 +-
 doc/docbook/src/plgyax.3plplot                     |      2 +-
 doc/docbook/src/plgyax.html                        |      2 +-
 doc/docbook/src/plgzax.3plplot                     |      2 +-
 doc/docbook/src/plgzax.html                        |      2 +-
 doc/docbook/src/plhist.3plplot                     |      2 +-
 doc/docbook/src/plhist.html                        |      2 +-
 doc/docbook/src/plhls.html                         |     10 +-
 doc/docbook/src/plhls_rgb.html                     |      7 +-
 doc/docbook/src/plhlsrgb.3plplot                   |      2 +-
 doc/docbook/src/plhlsrgb.html                      |      2 +-
 doc/docbook/src/plimage.3plplot                    |      2 +-
 doc/docbook/src/plimage.html                       |      2 +-
 doc/docbook/src/plimagefr.3plplot                  |      8 +-
 doc/docbook/src/plimagefr.html                     |     69 +-
 doc/docbook/src/plinit.3plplot                     |      2 +-
 doc/docbook/src/plinit.html                        |      2 +-
 doc/docbook/src/pljoin.3plplot                     |      2 +-
 doc/docbook/src/pljoin.html                        |      2 +-
 doc/docbook/src/pllab.3plplot                      |      2 +-
 doc/docbook/src/pllab.html                         |     16 +-
 doc/docbook/src/pllegend.3plplot                   |    116 +
 doc/docbook/src/pllegend.html                      |   1062 +
 doc/docbook/src/pllightsource.3plplot              |      2 +-
 doc/docbook/src/pllightsource.html                 |     14 +-
 doc/docbook/src/plline.3plplot                     |      2 +-
 doc/docbook/src/plline.html                        |      2 +-
 doc/docbook/src/plline3.3plplot                    |      2 +-
 doc/docbook/src/plline3.html                       |      2 +-
 doc/docbook/src/pllsty.3plplot                     |      2 +-
 doc/docbook/src/pllsty.html                        |      2 +-
 doc/docbook/src/plmap.3plplot                      |      2 +-
 doc/docbook/src/plmap.html                         |      2 +-
 doc/docbook/src/plmergeopts.html                   |      2 +-
 doc/docbook/src/plmeridians.3plplot                |      2 +-
 doc/docbook/src/plmeridians.html                   |      2 +-
 doc/docbook/src/plmesh.3plplot                     |      2 +-
 doc/docbook/src/plmesh.html                        |      2 +-
 doc/docbook/src/plmeshc.3plplot                    |      2 +-
 doc/docbook/src/plmeshc.html                       |      2 +-
 doc/docbook/src/plmeshfortran77.html               |      2 +-
 doc/docbook/src/plmeshfortran95.html               |      2 +-
 doc/docbook/src/plminmax2dgrid.html                |      2 +-
 doc/docbook/src/plmkstrm.3plplot                   |      2 +-
 doc/docbook/src/plmkstrm.html                      |      2 +-
 doc/docbook/src/plmtex.3plplot                     |      2 +-
 doc/docbook/src/plmtex.html                        |      2 +-
 doc/docbook/src/plmtex3.3plplot                    |      2 +-
 doc/docbook/src/plmtex3.html                       |      2 +-
 doc/docbook/src/ploptusage.html                    |      2 +-
 doc/docbook/src/plot3d.3plplot                     |      2 +-
 doc/docbook/src/plot3d.html                        |      2 +-
 doc/docbook/src/plot3dc.3plplot                    |      2 +-
 doc/docbook/src/plot3dc.html                       |      2 +-
 doc/docbook/src/plot3dfortran77.html               |      2 +-
 doc/docbook/src/plot3dfortran95.html               |      2 +-
 doc/docbook/src/plp_getinitdriverlist.html         |      2 +-
 doc/docbook/src/plpage.html                        |      4 +-
 doc/docbook/src/plparseopts.3plplot                |      2 +-
 doc/docbook/src/plparseopts.html                   |     58 +-
 doc/docbook/src/plparseoptsfortran77.html          |      2 +-
 doc/docbook/src/plparseoptsfortran95.html          |      2 +-
 doc/docbook/src/plpat.3plplot                      |      2 +-
 doc/docbook/src/plpat.html                         |     16 +-
 doc/docbook/src/plpath.3plplot                     |     38 +
 doc/docbook/src/plpath.html                        |    315 +
 doc/docbook/src/plplot-5.9.5.dvi                   |    Bin 3719780 -> 0 bytes
 doc/docbook/src/plplot-5.9.5.jadetex               | 156155 -----------------
 doc/docbook/src/plplot-5.9.5.pdf                   |  89669 ----------
 doc/docbook/src/plplot-5.9.5.ps.gz                 |    Bin 768831 -> 0 bytes
 doc/docbook/src/plplot-5.9.8.dvi                   |    Bin 0 -> 3791076 bytes
 doc/docbook/src/plplot-5.9.8.jadetex               | 161468 ++++++++++++++++++
 doc/docbook/src/plplot-5.9.8.pdf                   |  93661 ++++++++++
 doc/docbook/src/plplot-5.9.8.ps.gz                 |    Bin 0 -> 818651 bytes
 doc/docbook/src/plplot-structs.txt                 |    121 +-
 doc/docbook/src/plplot-symbols.txt                 |    147 +-
 doc/docbook/src/plplot.3plplot                     |     32 +-
 doc/docbook/src/plplotdoc.info                     |    843 +-
 doc/docbook/src/plplotdoc.info-1                   |   1171 +-
 doc/docbook/src/plplotdoc.info-2                   |   1902 +-
 doc/docbook/src/plplotdoc.info-3                   |    743 +-
 doc/docbook/src/plplotdoc.texi                     |   3091 +-
 doc/docbook/src/plplotdoc.txml                     |   2857 +-
 doc/docbook/src/plplotdoc.xml-info                 |     15 +-
 doc/docbook/src/plplotdoc.xml.in                   |      9 +-
 doc/docbook/src/plpoin.3plplot                     |     16 +-
 doc/docbook/src/plpoin.html                        |    110 +-
 doc/docbook/src/plpoin3.3plplot                    |     18 +-
 doc/docbook/src/plpoin3.html                       |    114 +-
 doc/docbook/src/plpoly3.3plplot                    |      2 +-
 doc/docbook/src/plpoly3.html                       |      8 +-
 doc/docbook/src/plprec.3plplot                     |      2 +-
 doc/docbook/src/plprec.html                        |      2 +-
 doc/docbook/src/plpsty.3plplot                     |      2 +-
 doc/docbook/src/plpsty.html                        |      2 +-
 doc/docbook/src/plptex.3plplot                     |      2 +-
 doc/docbook/src/plptex.html                        |      2 +-
 doc/docbook/src/plptex3.3plplot                    |      2 +-
 doc/docbook/src/plptex3.html                       |      2 +-
 doc/docbook/src/plrandd.3plplot                    |      2 +-
 doc/docbook/src/plrandd.html                       |      2 +-
 doc/docbook/src/plreplot.3plplot                   |      2 +-
 doc/docbook/src/plreplot.html                      |      2 +-
 doc/docbook/src/plresetopts.html                   |      2 +-
 doc/docbook/src/plrgb.html                         |     14 +-
 doc/docbook/src/plrgb1.html                        |      7 +-
 doc/docbook/src/plrgbhls.3plplot                   |      2 +-
 doc/docbook/src/plrgbhls.html                      |      2 +-
 doc/docbook/src/plsabort.html                      |      2 +-
 doc/docbook/src/plschr.3plplot                     |      2 +-
 doc/docbook/src/plschr.html                        |      2 +-
 doc/docbook/src/plscmap0.3plplot                   |      2 +-
 doc/docbook/src/plscmap0.html                      |      4 +-
 doc/docbook/src/plscmap0a.3plplot                  |      2 +-
 doc/docbook/src/plscmap0a.html                     |      4 +-
 doc/docbook/src/plscmap0n.3plplot                  |      2 +-
 doc/docbook/src/plscmap0n.html                     |      2 +-
 doc/docbook/src/plscmap1.3plplot                   |      2 +-
 doc/docbook/src/plscmap1.html                      |      2 +-
 doc/docbook/src/plscmap1a.3plplot                  |      2 +-
 doc/docbook/src/plscmap1a.html                     |      2 +-
 doc/docbook/src/plscmap1l.3plplot                  |      2 +-
 doc/docbook/src/plscmap1l.html                     |      4 +-
 doc/docbook/src/plscmap1la.3plplot                 |      4 +-
 doc/docbook/src/plscmap1la.html                    |     21 +-
 doc/docbook/src/plscmap1n.3plplot                  |      2 +-
 doc/docbook/src/plscmap1n.html                     |      2 +-
 doc/docbook/src/plscol0.3plplot                    |      2 +-
 doc/docbook/src/plscol0.html                       |      2 +-
 doc/docbook/src/plscol0a.3plplot                   |      2 +-
 doc/docbook/src/plscol0a.html                      |      2 +-
 doc/docbook/src/plscolbg.3plplot                   |      2 +-
 doc/docbook/src/plscolbg.html                      |      2 +-
 doc/docbook/src/plscolbga.3plplot                  |      2 +-
 doc/docbook/src/plscolbga.html                     |      2 +-
 doc/docbook/src/plscolor.3plplot                   |      2 +-
 doc/docbook/src/plscolor.html                      |      2 +-
 doc/docbook/src/plscompression.3plplot             |      2 +-
 doc/docbook/src/plscompression.html                |     20 +-
 doc/docbook/src/plsdev.3plplot                     |      2 +-
 doc/docbook/src/plsdev.html                        |      2 +-
 doc/docbook/src/plsdidev.3plplot                   |      2 +-
 doc/docbook/src/plsdidev.html                      |      6 +-
 doc/docbook/src/plsdimap.3plplot                   |      2 +-
 doc/docbook/src/plsdimap.html                      |      2 +-
 doc/docbook/src/plsdiori.3plplot                   |      2 +-
 doc/docbook/src/plsdiori.html                      |     10 +-
 doc/docbook/src/plsdiplt.3plplot                   |      2 +-
 doc/docbook/src/plsdiplt.html                      |      2 +-
 doc/docbook/src/plsdiplz.3plplot                   |      2 +-
 doc/docbook/src/plsdiplz.html                      |      2 +-
 doc/docbook/src/plseed.3plplot                     |      2 +-
 doc/docbook/src/plseed.html                        |      6 +-
 doc/docbook/src/plsesc.3plplot                     |      2 +-
 doc/docbook/src/plsesc.html                        |      2 +-
 doc/docbook/src/plsescfortran77.html               |      2 +-
 doc/docbook/src/plsescfortran95.html               |      2 +-
 doc/docbook/src/plsetopt.3plplot                   |      2 +-
 doc/docbook/src/plsetopt.html                      |      4 +-
 doc/docbook/src/plsetusage.html                    |      2 +-
 doc/docbook/src/plsexit.html                       |      2 +-
 doc/docbook/src/plsfam.3plplot                     |      2 +-
 doc/docbook/src/plsfam.html                        |      2 +-
 doc/docbook/src/plsfci.3plplot                     |      2 +-
 doc/docbook/src/plsfci.html                        |      2 +-
 doc/docbook/src/plsfile.html                       |      2 +-
 doc/docbook/src/plsfnam.3plplot                    |      2 +-
 doc/docbook/src/plsfnam.html                       |      2 +-
 doc/docbook/src/plsfont.3plplot                    |      2 +-
 doc/docbook/src/plsfont.html                       |      2 +-
 doc/docbook/src/plshade.3plplot                    |      2 +-
 doc/docbook/src/plshade.html                       |      2 +-
 doc/docbook/src/plshade1.3plplot                   |      4 +-
 doc/docbook/src/plshade1.html                      |     39 +-
 doc/docbook/src/plshades.3plplot                   |      4 +-
 doc/docbook/src/plshades.html                      |      3 +-
 doc/docbook/src/plslabelfunc.3plplot               |      2 +-
 doc/docbook/src/plslabelfunc.html                  |     40 +-
 doc/docbook/src/plsmaj.3plplot                     |      2 +-
 doc/docbook/src/plsmaj.html                        |      6 +-
 doc/docbook/src/plsmem.3plplot                     |      6 +-
 doc/docbook/src/plsmem.html                        |     22 +-
 doc/docbook/src/plsmema.3plplot                    |     34 +
 doc/docbook/src/plsmema.html                       |    271 +
 doc/docbook/src/plsmin.3plplot                     |      2 +-
 doc/docbook/src/plsmin.html                        |     14 +-
 doc/docbook/src/plsori.3plplot                     |      2 +-
 doc/docbook/src/plsori.html                        |      2 +-
 doc/docbook/src/plspage.3plplot                    |      4 +-
 doc/docbook/src/plspage.html                       |     18 +-
 doc/docbook/src/plspal0.3plplot                    |     26 +
 doc/docbook/src/plspal0.html                       |    225 +
 doc/docbook/src/plspal1.3plplot                    |     26 +
 doc/docbook/src/plspal1.html                       |    225 +
 doc/docbook/src/plspause.3plplot                   |      2 +-
 doc/docbook/src/plspause.html                      |     16 +-
 doc/docbook/src/plsstrm.3plplot                    |      2 +-
 doc/docbook/src/plsstrm.html                       |      2 +-
 doc/docbook/src/plssub.3plplot                     |      2 +-
 doc/docbook/src/plssub.html                        |      2 +-
 doc/docbook/src/plssym.3plplot                     |      2 +-
 doc/docbook/src/plssym.html                        |      2 +-
 doc/docbook/src/plstar.3plplot                     |      2 +-
 doc/docbook/src/plstar.html                        |      2 +-
 doc/docbook/src/plstart.3plplot                    |      2 +-
 doc/docbook/src/plstart.html                       |     16 +-
 doc/docbook/src/plstransform.3plplot               |     30 +
 doc/docbook/src/plstransform.html                  |    285 +
 doc/docbook/src/plstring.3plplot                   |     35 +
 doc/docbook/src/plstring.html                      |    324 +
 doc/docbook/src/plstring3.3plplot                  |     38 +
 doc/docbook/src/plstring3.html                     |    344 +
 doc/docbook/src/plstripa.3plplot                   |      2 +-
 doc/docbook/src/plstripa.html                      |     14 +-
 doc/docbook/src/plstripc.3plplot                   |      2 +-
 doc/docbook/src/plstripc.html                      |      2 +-
 doc/docbook/src/plstripd.3plplot                   |      2 +-
 doc/docbook/src/plstripd.html                      |      2 +-
 doc/docbook/src/plstyl.3plplot                     |      2 +-
 doc/docbook/src/plstyl.html                        |      2 +-
 doc/docbook/src/plsurf3d.3plplot                   |      4 +-
 doc/docbook/src/plsurf3d.html                      |     16 +-
 doc/docbook/src/plsvect.3plplot                    |      2 +-
 doc/docbook/src/plsvect.html                       |     12 +-
 doc/docbook/src/plsvpa.3plplot                     |      2 +-
 doc/docbook/src/plsvpa.html                        |      2 +-
 doc/docbook/src/plsxax.3plplot                     |      2 +-
 doc/docbook/src/plsxax.html                        |      2 +-
 doc/docbook/src/plsyax.3plplot                     |      2 +-
 doc/docbook/src/plsyax.html                        |      6 +-
 doc/docbook/src/plsym.3plplot                      |     14 +-
 doc/docbook/src/plsym.html                         |     70 +-
 doc/docbook/src/plszax.3plplot                     |      2 +-
 doc/docbook/src/plszax.html                        |      6 +-
 doc/docbook/src/pltext.3plplot                     |      2 +-
 doc/docbook/src/pltext.html                        |      2 +-
 doc/docbook/src/pltimefmt.3plplot                  |      2 +-
 doc/docbook/src/pltimefmt.html                     |      2 +-
 doc/docbook/src/pltr0.html                         |      2 +-
 doc/docbook/src/pltr1.html                         |      2 +-
 doc/docbook/src/pltr2.html                         |      2 +-
 doc/docbook/src/plvasp.3plplot                     |      2 +-
 doc/docbook/src/plvasp.html                        |      2 +-
 doc/docbook/src/plvec0.html                        |      2 +-
 doc/docbook/src/plvec1.html                        |      2 +-
 doc/docbook/src/plvec2.html                        |      2 +-
 doc/docbook/src/plvect.3plplot                     |      2 +-
 doc/docbook/src/plvect.html                        |      2 +-
 doc/docbook/src/plvectfortran77.html               |      2 +-
 doc/docbook/src/plvpas.3plplot                     |      2 +-
 doc/docbook/src/plvpas.html                        |      2 +-
 doc/docbook/src/plvpor.3plplot                     |      2 +-
 doc/docbook/src/plvpor.html                        |      2 +-
 doc/docbook/src/plvsta.3plplot                     |      2 +-
 doc/docbook/src/plvsta.html                        |      2 +-
 doc/docbook/src/plw3d.3plplot                      |      2 +-
 doc/docbook/src/plw3d.html                         |      2 +-
 doc/docbook/src/plwid.3plplot                      |      2 +-
 doc/docbook/src/plwid.html                         |      2 +-
 doc/docbook/src/plwind.3plplot                     |      2 +-
 doc/docbook/src/plwind.html                        |      2 +-
 doc/docbook/src/plxormod.3plplot                   |      2 +-
 doc/docbook/src/plxormod.html                      |      2 +-
 doc/docbook/src/static_built_files                 |      8 +-
 doc/docbook/src/tk-driver.html                     |     10 +-
 doc/docbook/src/tri-d-plots.html                   |     10 +-
 doc/docbook/src/viewport_window.html               |      8 +-
 doc/docbook/src/windows-notes.html                 |     12 +-
 doc/docbook/src/wxwidgets-driver.html              |      2 +-
 doc/docbook/src/x-drivers.html                     |     15 +-
 doc/doxygen/html/PLCallbackCT_8java.html           |     50 +
 doc/doxygen/html/PLCallbackCT_8java_source.html    |     44 +
 doc/doxygen/html/PLCallbackLabel_8java.html        |     50 +
 doc/doxygen/html/PLCallbackLabel_8java_source.html |     44 +
 doc/doxygen/html/PLCallbackMapform_8java.html      |     50 +
 .../html/PLCallbackMapform_8java_source.html       |     44 +
 doc/doxygen/html/PLGraphicsIn_8java.html           |     50 +
 doc/doxygen/html/PLGraphicsIn_8java_source.html    |    175 +
 doc/doxygen/html/PLStream_8java.html               |     50 +
 doc/doxygen/html/PLStream_8java_source.html        |   1352 +
 doc/doxygen/html/Plframe_8py.html                  |    206 +
 doc/doxygen/html/Plframe_8py_source.html           |   1341 +
 doc/doxygen/html/Plplotter__Init_8c.html           |     68 +
 doc/doxygen/html/Plplotter__Init_8c_source.html    |    133 +
 doc/doxygen/html/Pltk__Init_8c.html                |     89 +
 doc/doxygen/html/Pltk__Init_8c_source.html         |    144 +
 doc/doxygen/html/TclSup_8py.html                   |     50 +
 doc/doxygen/html/TclSup_8py_source.html            |     69 +
 doc/doxygen/html/annotated.html                    |    222 +
 doc/doxygen/html/aqt_8c.html                       |    812 +
 doc/doxygen/html/aqt_8c_source.html                |    842 +
 doc/doxygen/html/bc_s.png                          |    Bin 0 -> 677 bytes
 doc/doxygen/html/bhunt__search__test_8c.html       |    119 +
 .../html/bhunt__search__test_8c_source.html        |    155 +
 doc/doxygen/html/cairo_8c.html                     |   1488 +
 doc/doxygen/html/cairo_8c_source.html              |   3372 +
 doc/doxygen/html/cd_8c.html                        |   2509 +
 doc/doxygen/html/cd_8c_source.html                 |   3417 +
 doc/doxygen/html/cd_8h.html                        |   2455 +
 doc/doxygen/html/cd_8h_source.html                 |    288 +
 doc/doxygen/html/cddll_8h.html                     |    115 +
 doc/doxygen/html/cddll_8h_source.html              |     81 +
 doc/doxygen/html/cdexpert_8c.html                  |    103 +
 doc/doxygen/html/cdexpert_8c_source.html           |    190 +
 doc/doxygen/html/cdmulti_8c.html                   |     72 +
 doc/doxygen/html/cdmulti_8c_source.html            |    139 +
 doc/doxygen/html/cdsimple_8c.html                  |     73 +
 doc/doxygen/html/cdsimple_8c_source.html           |    153 +
 doc/doxygen/html/cdtest_8c.html                    |     72 +
 doc/doxygen/html/cdtest_8c_source.html             |    623 +
 doc/doxygen/html/cdtext_8c.html                    |     72 +
 doc/doxygen/html/cdtext_8c_source.html             |    215 +
 doc/doxygen/html/cgm_8c.html                       |     87 +
 doc/doxygen/html/cgm_8c_source.html                |    807 +
 .../html/classContourable__Data-members.html       |     45 +
 doc/doxygen/html/classContourable__Data.html       |    200 +
 doc/doxygen/html/classCoord__2d-members.html       |     43 +
 doc/doxygen/html/classCoord__2d.html               |    160 +
 doc/doxygen/html/classCoord__Xformer-members.html  |     41 +
 doc/doxygen/html/classCoord__Xformer.html          |    127 +
 doc/doxygen/html/classCoord__Xformer.png           |    Bin 0 -> 414 bytes
 doc/doxygen/html/classMasterHandler-members.html   |     47 +
 doc/doxygen/html/classMasterHandler.html           |    220 +
 doc/doxygen/html/classPLS-members.html             |     43 +
 doc/doxygen/html/classPLS.html                     |     84 +
 .../html/classPlframe_1_1PlXframe-members.html     |     40 +
 doc/doxygen/html/classPlframe_1_1PlXframe.html     |    106 +
 .../html/classPlframe_1_1Plframe-members.html      |     43 +
 doc/doxygen/html/classPlframe_1_1Plframe.html      |    185 +
 doc/doxygen/html/classQtPLDriver-members.html      |     66 +
 doc/doxygen/html/classQtPLDriver.html              |    758 +
 doc/doxygen/html/classcxx__pltr2-members.html      |     44 +
 doc/doxygen/html/classcxx__pltr2.html              |    176 +
 doc/doxygen/html/classcxx__pltr2.png               |    Bin 0 -> 408 bytes
 doc/doxygen/html/classes.html                      |     60 +
 ...lassplplot_1_1core_1_1PLGraphicsIn-members.html |     70 +
 .../html/classplplot_1_1core_1_1PLGraphicsIn.html  |    709 +
 .../classplplot_1_1core_1_1PLStream-members.html   |    346 +
 .../html/classplplot_1_1core_1_1PLStream.html      |   7399 +
 .../html/classplplot_1_1core_1_1PLStream.png       |    Bin 0 -> 605 bytes
 .../classplplot_1_1core_1_1config-members.html     |     41 +
 .../html/classplplot_1_1core_1_1config.html        |     92 +
 ...classplplot_1_1core_1_1plplotjavac-members.html |    330 +
 .../html/classplplot_1_1core_1_1plplotjavac.html   |   6602 +
 .../html/classplplot_1_1core_1_1plplotjavac.png    |    Bin 0 -> 601 bytes
 ...ssplplot_1_1core_1_1plplotjavacJNI-members.html |    356 +
 .../classplplot_1_1core_1_1plplotjavacJNI.html     |   9092 +
 .../html/classplplotc_1_1PLGraphicsIn-members.html |     47 +
 doc/doxygen/html/classplplotc_1_1PLGraphicsIn.html |    208 +
 doc/doxygen/html/classplplotc_1_1PLGraphicsIn.png  |    Bin 0 -> 460 bytes
 doc/doxygen/html/classplplotc_1_1__object.html     |     61 +
 doc/doxygen/html/classplplotc_1_1__object.png      |    Bin 0 -> 463 bytes
 .../html/classplplotcanvas_1_1Canvas-members.html  |     41 +
 doc/doxygen/html/classplplotcanvas_1_1Canvas.html  |    110 +
 doc/doxygen/html/classplstream-members.html        |    264 +
 doc/doxygen/html/classplstream.html                |   9981 ++
 doc/doxygen/html/classwxGetSizeDialog-members.html |     44 +
 doc/doxygen/html/classwxGetSizeDialog.html         |    196 +
 doc/doxygen/html/classwxPLDevBase-members.html     |    113 +
 doc/doxygen/html/classwxPLDevBase.html             |   1497 +
 doc/doxygen/html/classwxPLDevBase.png              |    Bin 0 -> 413 bytes
 doc/doxygen/html/classwxPLDevDC-members.html       |    117 +
 doc/doxygen/html/classwxPLDevDC.html               |    562 +
 doc/doxygen/html/classwxPLDevDC.png                |    Bin 0 -> 409 bytes
 doc/doxygen/html/classwxPLplotApp-members.html     |     52 +
 doc/doxygen/html/classwxPLplotApp.html             |    310 +
 doc/doxygen/html/classwxPLplotFrame-members.html   |     48 +
 doc/doxygen/html/classwxPLplotFrame.html           |    256 +
 doc/doxygen/html/classwxPLplotWindow-members.html  |     60 +
 doc/doxygen/html/classwxPLplotWindow.html          |    450 +
 doc/doxygen/html/classwxPLplotwindow-members.html  |     56 +
 doc/doxygen/html/classwxPLplotwindow.html          |    476 +
 doc/doxygen/html/closed.png                        |    Bin 0 -> 126 bytes
 doc/doxygen/html/color16_8c.html                   |     73 +
 doc/doxygen/html/color16_8c_source.html            |    278 +
 doc/doxygen/html/config_8h.html                    |    990 +
 doc/doxygen/html/config_8h_source.html             |    343 +
 doc/doxygen/html/config_8java.html                 |     50 +
 doc/doxygen/html/config_8java_source.html          |     64 +
 doc/doxygen/html/configurable_8f.html              |     67 +
 doc/doxygen/html/configurable_8f90.html            |     67 +
 doc/doxygen/html/configurable_8f90_source.html     |     88 +
 doc/doxygen/html/configurable_8f_source.html       |     87 +
 doc/doxygen/html/cplplotcanvasmodule_8c.html       |    127 +
 .../html/cplplotcanvasmodule_8c_source.html        |     94 +
 doc/doxygen/html/csa_2nan_8h.html                  |     82 +
 doc/doxygen/html/csa_2nan_8h_source.html           |    103 +
 doc/doxygen/html/csa_2version_8h.html              |     62 +
 doc/doxygen/html/csa_2version_8h_source.html       |     56 +
 doc/doxygen/html/csa_8c.html                       |   1324 +
 doc/doxygen/html/csa_8c_source.html                |   2278 +
 doc/doxygen/html/csa_8h.html                       |    409 +
 doc/doxygen/html/csa_8h_source.html                |    102 +
 doc/doxygen/html/csadll_8h.html                    |    115 +
 doc/doxygen/html/csadll_8h_source.html             |     81 +
 doc/doxygen/html/defines_8h.html                   |    622 +
 doc/doxygen/html/defines_8h_source.html            |     98 +
 doc/doxygen/html/delaunay_8c.html                  |    368 +
 doc/doxygen/html/delaunay_8c_source.html           |    814 +
 doc/doxygen/html/delaunay_8h.html                  |     70 +
 doc/doxygen/html/delaunay_8h_source.html           |    117 +
 doc/doxygen/html/deltaT-gen_8c.html                |    191 +
 doc/doxygen/html/deltaT-gen_8c_source.html         |    208 +
 doc/doxygen/html/deltaT_8h.html                    |    110 +
 doc/doxygen/html/deltaT_8h_source.html             |    244 +
 doc/doxygen/html/deltaT__test_8c.html              |     69 +
 doc/doxygen/html/deltaT__test_8c_source.html       |     56 +
 doc/doxygen/html/dg300_8c.html                     |     67 +
 doc/doxygen/html/dg300_8c_source.html              |    229 +
 doc/doxygen/html/dirent__msvc_8h.html              |    189 +
 doc/doxygen/html/dirent__msvc_8h_source.html       |    257 +
 doc/doxygen/html/disptab_8h.html                   |    212 +
 doc/doxygen/html/disptab_8h_source.html            |    131 +
 doc/doxygen/html/doxygen.css                       |    656 +
 doc/doxygen/html/doxygen.png                       |    Bin 0 -> 3942 bytes
 doc/doxygen/html/drivers_8h.html                   |   1754 +
 doc/doxygen/html/drivers_8h_source.html            |    170 +
 doc/doxygen/html/dspline_8c.html                   |    112 +
 doc/doxygen/html/dspline_8c_source.html            |    191 +
 doc/doxygen/html/dsplint_8c.html                   |    164 +
 doc/doxygen/html/dsplint_8c_source.html            |    163 +
 doc/doxygen/html/f77_2plstubs_8h.html              |   3259 +
 doc/doxygen/html/f77_2plstubs_8h_source.html       |    405 +
 doc/doxygen/html/f77_2sc3d_8c.html                 |    461 +
 doc/doxygen/html/f77_2sc3d_8c_source.html          |    173 +
 doc/doxygen/html/f77_2sccont_8c.html               |   2135 +
 doc/doxygen/html/f77_2sccont_8c_source.html        |    710 +
 doc/doxygen/html/f77_2scstubs_8c.html              |   6394 +
 doc/doxygen/html/f77_2scstubs_8c_source.html       |   1272 +
 doc/doxygen/html/f77_2sfstubs_8h.html              |    784 +
 doc/doxygen/html/f77_2sfstubs_8h_source.html       |     79 +
 doc/doxygen/html/f95_2plstubs_8h.html              |   3307 +
 doc/doxygen/html/f95_2plstubs_8h_source.html       |    413 +
 doc/doxygen/html/f95_2sc3d_8c.html                 |    461 +
 doc/doxygen/html/f95_2sc3d_8c_source.html          |    173 +
 doc/doxygen/html/f95_2sccont_8c.html               |   2129 +
 doc/doxygen/html/f95_2sccont_8c_source.html        |    753 +
 doc/doxygen/html/f95_2scstubs_8c.html              |   6586 +
 doc/doxygen/html/f95_2scstubs_8c_source.html       |   1349 +
 doc/doxygen/html/f95_2sfstubs_8h.html              |    787 +
 doc/doxygen/html/f95_2sfstubs_8h_source.html       |     78 +
 doc/doxygen/html/files.html                        |    257 +
 doc/doxygen/html/ftv2blank.png                     |    Bin 0 -> 174 bytes
 doc/doxygen/html/ftv2doc.png                       |    Bin 0 -> 255 bytes
 doc/doxygen/html/ftv2folderclosed.png              |    Bin 0 -> 259 bytes
 doc/doxygen/html/ftv2folderopen.png                |    Bin 0 -> 261 bytes
 doc/doxygen/html/ftv2lastnode.png                  |    Bin 0 -> 233 bytes
 doc/doxygen/html/ftv2link.png                      |    Bin 0 -> 358 bytes
 doc/doxygen/html/ftv2mlastnode.png                 |    Bin 0 -> 160 bytes
 doc/doxygen/html/ftv2mnode.png                     |    Bin 0 -> 194 bytes
 doc/doxygen/html/ftv2node.png                      |    Bin 0 -> 235 bytes
 doc/doxygen/html/ftv2plastnode.png                 |    Bin 0 -> 165 bytes
 doc/doxygen/html/ftv2pnode.png                     |    Bin 0 -> 200 bytes
 doc/doxygen/html/ftv2vertline.png                  |    Bin 0 -> 229 bytes
 doc/doxygen/html/functions.html                    |    110 +
 doc/doxygen/html/functions_0x61.html               |    174 +
 doc/doxygen/html/functions_0x62.html               |    229 +
 doc/doxygen/html/functions_0x63.html               |    399 +
 doc/doxygen/html/functions_0x64.html               |    510 +
 doc/doxygen/html/functions_0x65.html               |    179 +
 doc/doxygen/html/functions_0x66.html               |    255 +
 doc/doxygen/html/functions_0x67.html               |    366 +
 doc/doxygen/html/functions_0x68.html               |    134 +
 doc/doxygen/html/functions_0x69.html               |    207 +
 doc/doxygen/html/functions_0x6a.html               |    116 +
 doc/doxygen/html/functions_0x6b.html               |     99 +
 doc/doxygen/html/functions_0x6c.html               |    194 +
 doc/doxygen/html/functions_0x6d.html               |    265 +
 doc/doxygen/html/functions_0x6e.html               |    304 +
 doc/doxygen/html/functions_0x6f.html               |    191 +
 doc/doxygen/html/functions_0x70.html               |   2056 +
 doc/doxygen/html/functions_0x71.html               |     85 +
 doc/doxygen/html/functions_0x72.html               |    160 +
 doc/doxygen/html/functions_0x73.html               |    663 +
 doc/doxygen/html/functions_0x74.html               |    229 +
 doc/doxygen/html/functions_0x75.html               |    123 +
 doc/doxygen/html/functions_0x76.html               |    169 +
 doc/doxygen/html/functions_0x77.html               |    237 +
 doc/doxygen/html/functions_0x78.html               |    251 +
 doc/doxygen/html/functions_0x79.html               |    209 +
 doc/doxygen/html/functions_0x7a.html               |     99 +
 doc/doxygen/html/functions_0x7e.html               |    103 +
 doc/doxygen/html/functions_enum.html               |     48 +
 doc/doxygen/html/functions_eval.html               |     54 +
 doc/doxygen/html/functions_func.html               |     84 +
 doc/doxygen/html/functions_func_0x61.html          |     96 +
 doc/doxygen/html/functions_func_0x62.html          |    102 +
 doc/doxygen/html/functions_func_0x63.html          |    138 +
 doc/doxygen/html/functions_func_0x64.html          |    131 +
 doc/doxygen/html/functions_func_0x65.html          |    105 +
 doc/doxygen/html/functions_func_0x66.html          |    139 +
 doc/doxygen/html/functions_func_0x67.html          |    288 +
 doc/doxygen/html/functions_func_0x68.html          |     83 +
 doc/doxygen/html/functions_func_0x69.html          |     93 +
 doc/doxygen/html/functions_func_0x6a.html          |     88 +
 doc/doxygen/html/functions_func_0x6c.html          |    108 +
 doc/doxygen/html/functions_func_0x6d.html          |    130 +
 doc/doxygen/html/functions_func_0x6e.html          |     78 +
 doc/doxygen/html/functions_func_0x6f.html          |    123 +
 doc/doxygen/html/functions_func_0x70.html          |   1448 +
 doc/doxygen/html/functions_func_0x71.html          |     78 +
 doc/doxygen/html/functions_func_0x72.html          |     97 +
 doc/doxygen/html/functions_func_0x73.html          |    446 +
 doc/doxygen/html/functions_func_0x74.html          |    101 +
 doc/doxygen/html/functions_func_0x76.html          |     95 +
 doc/doxygen/html/functions_func_0x77.html          |    105 +
 doc/doxygen/html/functions_func_0x78.html          |     84 +
 doc/doxygen/html/functions_func_0x7e.html          |     99 +
 doc/doxygen/html/functions_vars.html               |    102 +
 doc/doxygen/html/functions_vars_0x61.html          |    152 +
 doc/doxygen/html/functions_vars_0x62.html          |    201 +
 doc/doxygen/html/functions_vars_0x63.html          |    333 +
 doc/doxygen/html/functions_vars_0x64.html          |    457 +
 doc/doxygen/html/functions_vars_0x65.html          |    148 +
 doc/doxygen/html/functions_vars_0x66.html          |    196 +
 doc/doxygen/html/functions_vars_0x67.html          |    152 +
 doc/doxygen/html/functions_vars_0x68.html          |    125 +
 doc/doxygen/html/functions_vars_0x69.html          |    188 +
 doc/doxygen/html/functions_vars_0x6a.html          |    102 +
 doc/doxygen/html/functions_vars_0x6b.html          |     98 +
 doc/doxygen/html/functions_vars_0x6c.html          |    162 +
 doc/doxygen/html/functions_vars_0x6d.html          |    211 +
 doc/doxygen/html/functions_vars_0x6e.html          |    297 +
 doc/doxygen/html/functions_vars_0x6f.html          |    142 +
 doc/doxygen/html/functions_vars_0x70.html          |    676 +
 doc/doxygen/html/functions_vars_0x71.html          |     81 +
 doc/doxygen/html/functions_vars_0x72.html          |    137 +
 doc/doxygen/html/functions_vars_0x73.html          |    286 +
 doc/doxygen/html/functions_vars_0x74.html          |    206 +
 doc/doxygen/html/functions_vars_0x75.html          |    122 +
 doc/doxygen/html/functions_vars_0x76.html          |    148 +
 doc/doxygen/html/functions_vars_0x77.html          |    206 +
 doc/doxygen/html/functions_vars_0x78.html          |    243 +
 doc/doxygen/html/functions_vars_0x79.html          |    208 +
 doc/doxygen/html/functions_vars_0x7a.html          |     98 +
 doc/doxygen/html/gcw-lib_8c.html                   |    676 +
 doc/doxygen/html/gcw-lib_8c_source.html            |   1006 +
 doc/doxygen/html/gcw_8c.html                       |    471 +
 doc/doxygen/html/gcw_8c_source.html                |   1350 +
 doc/doxygen/html/gcw_8h.html                       |    508 +
 doc/doxygen/html/gcw_8h_source.html                |    183 +
 doc/doxygen/html/gcwmodule_8c.html                 |    126 +
 doc/doxygen/html/gcwmodule_8c_source.html          |     92 +
 doc/doxygen/html/gd_8c.html                        |     67 +
 doc/doxygen/html/gd_8c_source.html                 |   1640 +
 doc/doxygen/html/globals.html                      |     90 +
 doc/doxygen/html/globals_0x24.html                 |     84 +
 doc/doxygen/html/globals_0x5f.html                 |    795 +
 doc/doxygen/html/globals_0x61.html                 |    183 +
 doc/doxygen/html/globals_0x62.html                 |    223 +
 doc/doxygen/html/globals_0x63.html                 |   1579 +
 doc/doxygen/html/globals_0x64.html                 |    390 +
 doc/doxygen/html/globals_0x65.html                 |    135 +
 doc/doxygen/html/globals_0x66.html                 |    228 +
 doc/doxygen/html/globals_0x67.html                 |    340 +
 doc/doxygen/html/globals_0x68.html                 |    185 +
 doc/doxygen/html/globals_0x69.html                 |    243 +
 doc/doxygen/html/globals_0x6a.html                 |   1035 +
 doc/doxygen/html/globals_0x6b.html                 |     90 +
 doc/doxygen/html/globals_0x6c.html                 |    239 +
 doc/doxygen/html/globals_0x6d.html                 |    475 +
 doc/doxygen/html/globals_0x6e.html                 |    420 +
 doc/doxygen/html/globals_0x6f.html                 |    269 +
 doc/doxygen/html/globals_0x70.html                 |   6300 +
 doc/doxygen/html/globals_0x71.html                 |    111 +
 doc/doxygen/html/globals_0x72.html                 |    201 +
 doc/doxygen/html/globals_0x73.html                 |   1313 +
 doc/doxygen/html/globals_0x74.html                 |    347 +
 doc/doxygen/html/globals_0x75.html                 |    158 +
 doc/doxygen/html/globals_0x76.html                 |    113 +
 doc/doxygen/html/globals_0x77.html                 |    171 +
 doc/doxygen/html/globals_0x78.html                 |    136 +
 doc/doxygen/html/globals_0x79.html                 |    127 +
 doc/doxygen/html/globals_0x7a.html                 |    120 +
 doc/doxygen/html/globals_defs.html                 |     91 +
 doc/doxygen/html/globals_defs_0x61.html            |     99 +
 doc/doxygen/html/globals_defs_0x62.html            |    180 +
 doc/doxygen/html/globals_defs_0x63.html            |    257 +
 doc/doxygen/html/globals_defs_0x64.html            |    191 +
 doc/doxygen/html/globals_defs_0x65.html            |     99 +
 doc/doxygen/html/globals_defs_0x66.html            |    134 +
 doc/doxygen/html/globals_defs_0x67.html            |    102 +
 doc/doxygen/html/globals_defs_0x68.html            |    105 +
 doc/doxygen/html/globals_defs_0x69.html            |    116 +
 doc/doxygen/html/globals_defs_0x6b.html            |     84 +
 doc/doxygen/html/globals_defs_0x6c.html            |    111 +
 doc/doxygen/html/globals_defs_0x6d.html            |    206 +
 doc/doxygen/html/globals_defs_0x6e.html            |    206 +
 doc/doxygen/html/globals_defs_0x6f.html            |     99 +
 doc/doxygen/html/globals_defs_0x70.html            |   2853 +
 doc/doxygen/html/globals_defs_0x71.html            |     99 +
 doc/doxygen/html/globals_defs_0x72.html            |    106 +
 doc/doxygen/html/globals_defs_0x73.html            |    559 +
 doc/doxygen/html/globals_defs_0x74.html            |    165 +
 doc/doxygen/html/globals_defs_0x75.html            |    107 +
 doc/doxygen/html/globals_defs_0x76.html            |     96 +
 doc/doxygen/html/globals_defs_0x77.html            |     99 +
 doc/doxygen/html/globals_defs_0x78.html            |     96 +
 doc/doxygen/html/globals_defs_0x79.html            |     93 +
 doc/doxygen/html/globals_defs_0x7a.html            |     90 +
 doc/doxygen/html/globals_enum.html                 |     67 +
 doc/doxygen/html/globals_eval.html                 |    399 +
 doc/doxygen/html/globals_func.html                 |     83 +
 doc/doxygen/html/globals_func_0x5f.html            |    692 +
 doc/doxygen/html/globals_func_0x61.html            |    116 +
 doc/doxygen/html/globals_func_0x62.html            |    101 +
 doc/doxygen/html/globals_func_0x63.html            |   1265 +
 doc/doxygen/html/globals_func_0x64.html            |    217 +
 doc/doxygen/html/globals_func_0x65.html            |     92 +
 doc/doxygen/html/globals_func_0x66.html            |    112 +
 doc/doxygen/html/globals_func_0x67.html            |    297 +
 doc/doxygen/html/globals_func_0x68.html            |    122 +
 doc/doxygen/html/globals_func_0x69.html            |    143 +
 doc/doxygen/html/globals_func_0x6a.html            |   1034 +
 doc/doxygen/html/globals_func_0x6b.html            |     83 +
 doc/doxygen/html/globals_func_0x6c.html            |    152 +
 doc/doxygen/html/globals_func_0x6d.html            |    246 +
 doc/doxygen/html/globals_func_0x6e.html            |    204 +
 doc/doxygen/html/globals_func_0x6f.html            |    230 +
 doc/doxygen/html/globals_func_0x70.html            |   3606 +
 doc/doxygen/html/globals_func_0x71.html            |     83 +
 doc/doxygen/html/globals_func_0x72.html            |    161 +
 doc/doxygen/html/globals_func_0x73.html            |    659 +
 doc/doxygen/html/globals_func_0x74.html            |    171 +
 doc/doxygen/html/globals_func_0x75.html            |    110 +
 doc/doxygen/html/globals_func_0x76.html            |     92 +
 doc/doxygen/html/globals_func_0x77.html            |    112 +
 doc/doxygen/html/globals_func_0x78.html            |     83 +
 doc/doxygen/html/globals_func_0x79.html            |     83 +
 doc/doxygen/html/globals_func_0x7a.html            |     92 +
 doc/doxygen/html/globals_type.html                 |    343 +
 doc/doxygen/html/globals_vars.html                 |     85 +
 doc/doxygen/html/globals_vars_0x24.html            |     82 +
 doc/doxygen/html/globals_vars_0x5f.html            |    166 +
 doc/doxygen/html/globals_vars_0x61.html            |    118 +
 doc/doxygen/html/globals_vars_0x62.html            |     95 +
 doc/doxygen/html/globals_vars_0x63.html            |    169 +
 doc/doxygen/html/globals_vars_0x64.html            |    103 +
 doc/doxygen/html/globals_vars_0x65.html            |    100 +
 doc/doxygen/html/globals_vars_0x66.html            |    130 +
 doc/doxygen/html/globals_vars_0x67.html            |     91 +
 doc/doxygen/html/globals_vars_0x68.html            |     99 +
 doc/doxygen/html/globals_vars_0x69.html            |    137 +
 doc/doxygen/html/globals_vars_0x6c.html            |    113 +
 doc/doxygen/html/globals_vars_0x6d.html            |    148 +
 doc/doxygen/html/globals_vars_0x6e.html            |    153 +
 doc/doxygen/html/globals_vars_0x6f.html            |     91 +
 doc/doxygen/html/globals_vars_0x70.html            |    204 +
 doc/doxygen/html/globals_vars_0x71.html            |     82 +
 doc/doxygen/html/globals_vars_0x72.html            |     88 +
 doc/doxygen/html/globals_vars_0x73.html            |    202 +
 doc/doxygen/html/globals_vars_0x74.html            |    152 +
 doc/doxygen/html/globals_vars_0x75.html            |     97 +
 doc/doxygen/html/globals_vars_0x76.html            |     82 +
 doc/doxygen/html/globals_vars_0x77.html            |     92 +
 doc/doxygen/html/globals_vars_0x78.html            |    113 +
 doc/doxygen/html/globals_vars_0x79.html            |    104 +
 doc/doxygen/html/globals_vars_0x7a.html            |     94 +
 doc/doxygen/html/hash_8c.html                      |    562 +
 doc/doxygen/html/hash_8c_source.html               |    739 +
 doc/doxygen/html/hash_8h.html                      |    366 +
 doc/doxygen/html/hash_8h_source.html               |    132 +
 doc/doxygen/html/hierarchy.html                    |    230 +
 doc/doxygen/html/hpgl_8c.html                      |     68 +
 doc/doxygen/html/hpgl_8c_source.html               |    423 +
 doc/doxygen/html/impress_8c.html                   |     67 +
 doc/doxygen/html/impress_8c_source.html            |    348 +
 doc/doxygen/html/index.html                        |     16 +
 doc/doxygen/html/installdox                        |    117 +
 ...faceplplot_1_1core_1_1PLCallbackCT-members.html |     40 +
 .../interfaceplplot_1_1core_1_1PLCallbackCT.html   |    106 +
 ...eplplot_1_1core_1_1PLCallbackLabel-members.html |     40 +
 ...interfaceplplot_1_1core_1_1PLCallbackLabel.html |     88 +
 ...lplot_1_1core_1_1PLCallbackMapform-members.html |     40 +
 ...terfaceplplot_1_1core_1_1PLCallbackMapform.html |     88 +
 ...ot_1_1core_1_1plplotjavacConstants-members.html |    163 +
 ...faceplplot_1_1core_1_1plplotjavacConstants.html |   2054 +
 ...rfaceplplot_1_1core_1_1plplotjavacConstants.png |    Bin 0 -> 811 bytes
 .../html/interfaceplplot_1_1interface-members.html |    130 +
 doc/doxygen/html/interfaceplplot_1_1interface.html |   2991 +
 .../html/interfaceplplot_1_1plbin-members.html     |     40 +
 doc/doxygen/html/interfaceplplot_1_1plbin.html     |     95 +
 .../html/interfaceplplot_1_1plcpstrm-members.html  |     40 +
 doc/doxygen/html/interfaceplplot_1_1plcpstrm.html  |     89 +
 .../html/interfaceplplot_1_1plerrx-members.html    |     40 +
 doc/doxygen/html/interfaceplplot_1_1plerrx.html    |     95 +
 .../html/interfaceplplot_1_1plerry-members.html    |     40 +
 doc/doxygen/html/interfaceplplot_1_1plerry.html    |     95 +
 .../html/interfaceplplot_1_1plfamadv-members.html  |     40 +
 doc/doxygen/html/interfaceplplot_1_1plfamadv.html  |     79 +
 .../html/interfaceplplot_1_1plfill-members.html    |     40 +
 doc/doxygen/html/interfaceplplot_1_1plfill.html    |     89 +
 .../html/interfaceplplot_1_1plfill3-members.html   |     40 +
 doc/doxygen/html/interfaceplplot_1_1plfill3.html   |     95 +
 .../interfaceplplot_1_1plgradient-members.html     |     40 +
 .../html/interfaceplplot_1_1plgradient.html        |     95 +
 .../interfaceplplot_1_1plgriddata-members.html     |     40 +
 .../html/interfaceplplot_1_1plgriddata.html        |    125 +
 .../html/interfaceplplot_1_1plhist-members.html    |     40 +
 doc/doxygen/html/interfaceplplot_1_1plhist.html    |    107 +
 .../html/interfaceplplot_1_1pllegend-members.html  |     41 +
 doc/doxygen/html/interfaceplplot_1_1pllegend.html  |    461 +
 .../html/interfaceplplot_1_1plline-members.html    |     40 +
 doc/doxygen/html/interfaceplplot_1_1plline.html    |     89 +
 .../html/interfaceplplot_1_1plline3-members.html   |     40 +
 doc/doxygen/html/interfaceplplot_1_1plline3.html   |     95 +
 .../html/interfaceplplot_1_1pllsty-members.html    |     40 +
 doc/doxygen/html/interfaceplplot_1_1pllsty.html    |     80 +
 .../html/interfaceplplot_1_1plmap-members.html     |     41 +
 doc/doxygen/html/interfaceplplot_1_1plmap.html     |    161 +
 .../interfaceplplot_1_1plmeridians-members.html    |     41 +
 .../html/interfaceplplot_1_1plmeridians.html       |    173 +
 .../html/interfaceplplot_1_1plmesh-members.html    |     40 +
 doc/doxygen/html/interfaceplplot_1_1plmesh.html    |    101 +
 .../html/interfaceplplot_1_1plmeshc-members.html   |     40 +
 doc/doxygen/html/interfaceplplot_1_1plmeshc.html   |    107 +
 .../html/interfaceplplot_1_1plot3d-members.html    |     40 +
 doc/doxygen/html/interfaceplplot_1_1plot3d.html    |    107 +
 .../html/interfaceplplot_1_1plot3dc-members.html   |     40 +
 doc/doxygen/html/interfaceplplot_1_1plot3dc.html   |    107 +
 .../html/interfaceplplot_1_1plpoin-members.html    |     40 +
 doc/doxygen/html/interfaceplplot_1_1plpoin.html    |     95 +
 .../html/interfaceplplot_1_1plpoin3-members.html   |     40 +
 doc/doxygen/html/interfaceplplot_1_1plpoin3.html   |    101 +
 .../html/interfaceplplot_1_1plpoly3-members.html   |     40 +
 doc/doxygen/html/interfaceplplot_1_1plpoly3.html   |    107 +
 .../html/interfaceplplot_1_1plscmap0-members.html  |     40 +
 doc/doxygen/html/interfaceplplot_1_1plscmap0.html  |     95 +
 .../html/interfaceplplot_1_1plscmap0a-members.html |     40 +
 doc/doxygen/html/interfaceplplot_1_1plscmap0a.html |    101 +
 .../html/interfaceplplot_1_1plscmap1-members.html  |     40 +
 doc/doxygen/html/interfaceplplot_1_1plscmap1.html  |     95 +
 .../html/interfaceplplot_1_1plscmap1a-members.html |     40 +
 doc/doxygen/html/interfaceplplot_1_1plscmap1a.html |    101 +
 .../html/interfaceplplot_1_1plscmap1l-members.html |     41 +
 doc/doxygen/html/interfaceplplot_1_1plscmap1l.html |    162 +
 .../interfaceplplot_1_1plscmap1la-members.html     |     41 +
 .../html/interfaceplplot_1_1plscmap1la.html        |    174 +
 .../interfaceplplot_1_1plsetmapformc-members.html  |     40 +
 .../html/interfaceplplot_1_1plsetmapformc.html     |     84 +
 ...ormc_1_1plsetmapformc____interface-members.html |     40 +
 ...lsetmapformc_1_1plsetmapformc____interface.html |     96 +
 .../interfaceplplot_1_1plslabelfunc-members.html   |     42 +
 .../html/interfaceplplot_1_1plslabelfunc.html      |    125 +
 ...c_1_1plslabelfunc__on____interface-members.html |     40 +
 ...labelfunc_1_1plslabelfunc__on____interface.html |    102 +
 .../html/interfaceplplot_1_1plspause-members.html  |     40 +
 doc/doxygen/html/interfaceplplot_1_1plspause.html  |     80 +
 .../interfaceplplot_1_1plstransform-members.html   |     42 +
 .../html/interfaceplplot_1_1plstransform.html      |    125 +
 ...form_1_1plstransform1____interface-members.html |     40 +
 ...plstransform_1_1plstransform1____interface.html |    102 +
 .../html/interfaceplplot_1_1plstripc-members.html  |     40 +
 doc/doxygen/html/interfaceplplot_1_1plstripc.html  |    197 +
 .../html/interfaceplplot_1_1plsurf3d-members.html  |     40 +
 doc/doxygen/html/interfaceplplot_1_1plsurf3d.html  |    107 +
 .../html/interfaceplplot_1_1plsvect-members.html   |     40 +
 doc/doxygen/html/interfaceplplot_1_1plsvect.html   |     95 +
 .../html/interfaceplplot_1_1plsym-members.html     |     40 +
 doc/doxygen/html/interfaceplplot_1_1plsym.html     |     95 +
 .../html/interfaceplplot_1_1plxormod-members.html  |     40 +
 doc/doxygen/html/interfaceplplot_1_1plxormod.html  |     89 +
 .../html/interfaceplplotp_1_1plcont-members.html   |     47 +
 doc/doxygen/html/interfaceplplotp_1_1plcont.html   |    203 +
 .../interfaceplplotp_1_1plimagefr-members.html     |     43 +
 .../html/interfaceplplotp_1_1plimagefr.html        |    131 +
 .../html/interfaceplplotp_1_1plshade-members.html  |     43 +
 doc/doxygen/html/interfaceplplotp_1_1plshade.html  |    131 +
 .../html/interfaceplplotp_1_1plshades-members.html |     43 +
 doc/doxygen/html/interfaceplplotp_1_1plshades.html |    131 +
 .../html/interfaceplplotp_1_1plvect-members.html   |     43 +
 doc/doxygen/html/interfaceplplotp_1_1plvect.html   |    131 +
 doc/doxygen/html/istack_8c.html                    |    249 +
 doc/doxygen/html/istack_8c_source.html             |    117 +
 doc/doxygen/html/istack_8h.html                    |    193 +
 doc/doxygen/html/istack_8h_source.html             |     72 +
 doc/doxygen/html/linuxvga_8c.html                  |     67 +
 doc/doxygen/html/linuxvga_8c_source.html           |    339 +
 doc/doxygen/html/ljii_8c.html                      |     67 +
 doc/doxygen/html/ljii_8c_source.html               |    371 +
 doc/doxygen/html/ljiip_8c.html                     |     67 +
 doc/doxygen/html/ljiip_8c_source.html              |    561 +
 doc/doxygen/html/lpi_8c.html                       |    205 +
 doc/doxygen/html/lpi_8c_source.html                |    205 +
 doc/doxygen/html/ltdl__win32_8c.html               |    198 +
 doc/doxygen/html/ltdl__win32_8c_source.html        |    150 +
 doc/doxygen/html/ltdl__win32_8h.html               |    201 +
 doc/doxygen/html/ltdl__win32_8h_source.html        |     86 +
 doc/doxygen/html/main.html                         |     31 +
 doc/doxygen/html/makedocstrings_8py.html           |     50 +
 doc/doxygen/html/makedocstrings_8py_source.html    |    101 +
 doc/doxygen/html/massage_8c.html                   |     71 +
 doc/doxygen/html/massage_8c_source.html            |    170 +
 doc/doxygen/html/matrixInit_8c.html                |     69 +
 doc/doxygen/html/matrixInit_8c_source.html         |     74 +
 doc/doxygen/html/mem_8c.html                       |     42 +
 doc/doxygen/html/mem_8c_source.html                |    224 +
 doc/doxygen/html/metadefs_8h.html                  |    504 +
 doc/doxygen/html/metadefs_8h_source.html           |    109 +
 doc/doxygen/html/moc__files_8h.html                |     42 +
 doc/doxygen/html/moc__files_8h_source.html         |     43 +
 doc/doxygen/html/mt19937ar_8c.html                 |    345 +
 doc/doxygen/html/mt19937ar_8c_source.html          |    225 +
 doc/doxygen/html/mt19937ar_8h.html                 |    223 +
 doc/doxygen/html/mt19937ar_8h_source.html          |    109 +
 doc/doxygen/html/namespacePlframe.html             |   4081 +
 doc/doxygen/html/namespaceTclSup.html              |     65 +
 doc/doxygen/html/namespacemakedocstrings.html      |     64 +
 doc/doxygen/html/namespacemembers.html             |    115 +
 doc/doxygen/html/namespacemembers_0x61.html        |     73 +
 doc/doxygen/html/namespacemembers_0x62.html        |     80 +
 doc/doxygen/html/namespacemembers_0x63.html        |    619 +
 doc/doxygen/html/namespacemembers_0x64.html        |     95 +
 doc/doxygen/html/namespacemembers_0x66.html        |     83 +
 doc/doxygen/html/namespacemembers_0x67.html        |     94 +
 doc/doxygen/html/namespacemembers_0x6b.html        |     73 +
 doc/doxygen/html/namespacemembers_0x6c.html        |     76 +
 doc/doxygen/html/namespacemembers_0x6d.html        |     84 +
 doc/doxygen/html/namespacemembers_0x6e.html        |     82 +
 doc/doxygen/html/namespacemembers_0x6f.html        |     79 +
 doc/doxygen/html/namespacemembers_0x70.html        |   1471 +
 doc/doxygen/html/namespacemembers_0x72.html        |     76 +
 doc/doxygen/html/namespacemembers_0x73.html        |    110 +
 doc/doxygen/html/namespacemembers_0x74.html        |     77 +
 doc/doxygen/html/namespacemembers_0x75.html        |     79 +
 doc/doxygen/html/namespacemembers_0x76.html        |     79 +
 doc/doxygen/html/namespacemembers_0x77.html        |     82 +
 doc/doxygen/html/namespacemembers_0x78.html        |     85 +
 doc/doxygen/html/namespacemembers_0x79.html        |     85 +
 doc/doxygen/html/namespacemembers_0x7a.html        |    103 +
 doc/doxygen/html/namespacemembers_func.html        |     78 +
 doc/doxygen/html/namespacemembers_func_0x62.html   |     66 +
 doc/doxygen/html/namespacemembers_func_0x63.html   |    597 +
 doc/doxygen/html/namespacemembers_func_0x64.html   |     66 +
 doc/doxygen/html/namespacemembers_func_0x66.html   |     69 +
 doc/doxygen/html/namespacemembers_func_0x6b.html   |     66 +
 doc/doxygen/html/namespacemembers_func_0x6c.html   |     69 +
 doc/doxygen/html/namespacemembers_func_0x6d.html   |     66 +
 doc/doxygen/html/namespacemembers_func_0x6f.html   |     66 +
 doc/doxygen/html/namespacemembers_func_0x70.html   |    855 +
 doc/doxygen/html/namespacemembers_func_0x73.html   |     90 +
 doc/doxygen/html/namespacemembers_func_0x74.html   |     66 +
 doc/doxygen/html/namespacemembers_func_0x75.html   |     72 +
 doc/doxygen/html/namespacemembers_func_0x76.html   |     69 +
 doc/doxygen/html/namespacemembers_func_0x7a.html   |     90 +
 doc/doxygen/html/namespacemembers_vars.html        |     94 +
 doc/doxygen/html/namespacemembers_vars_0x61.html   |     70 +
 doc/doxygen/html/namespacemembers_vars_0x62.html   |     74 +
 doc/doxygen/html/namespacemembers_vars_0x63.html   |     82 +
 doc/doxygen/html/namespacemembers_vars_0x64.html   |     89 +
 doc/doxygen/html/namespacemembers_vars_0x66.html   |     74 +
 doc/doxygen/html/namespacemembers_vars_0x67.html   |     91 +
 doc/doxygen/html/namespacemembers_vars_0x6d.html   |     78 +
 doc/doxygen/html/namespacemembers_vars_0x6e.html   |     79 +
 doc/doxygen/html/namespacemembers_vars_0x6f.html   |     73 +
 doc/doxygen/html/namespacemembers_vars_0x70.html   |    930 +
 doc/doxygen/html/namespacemembers_vars_0x72.html   |     73 +
 doc/doxygen/html/namespacemembers_vars_0x73.html   |     80 +
 doc/doxygen/html/namespacemembers_vars_0x74.html   |     71 +
 doc/doxygen/html/namespacemembers_vars_0x76.html   |     70 +
 doc/doxygen/html/namespacemembers_vars_0x77.html   |     79 +
 doc/doxygen/html/namespacemembers_vars_0x78.html   |     82 +
 doc/doxygen/html/namespacemembers_vars_0x79.html   |     82 +
 doc/doxygen/html/namespacemembers_vars_0x7a.html   |     73 +
 doc/doxygen/html/namespaceplplot.html              |  18783 ++
 doc/doxygen/html/namespaceplplot_1_1core.html      |     58 +
 doc/doxygen/html/namespaceplplot__flt.html         |     39 +
 doc/doxygen/html/namespaceplplot__types.html       |     44 +
 doc/doxygen/html/namespaceplplotc.html             |  11909 ++
 doc/doxygen/html/namespaceplplotcanvas.html        |     71 +
 doc/doxygen/html/namespaceplplotp.html             |     48 +
 doc/doxygen/html/namespaces.html                   |     49 +
 doc/doxygen/html/nav_f.png                         |    Bin 0 -> 159 bytes
 doc/doxygen/html/nav_h.png                         |    Bin 0 -> 97 bytes
 doc/doxygen/html/nn_2nan_8h.html                   |     82 +
 doc/doxygen/html/nn_2nan_8h_source.html            |    121 +
 doc/doxygen/html/nn_2version_8h.html               |     62 +
 doc/doxygen/html/nn_2version_8h_source.html        |     56 +
 doc/doxygen/html/nn_8h.html                        |   1141 +
 doc/doxygen/html/nn_8h_source.html                 |    363 +
 doc/doxygen/html/nnai_8c.html                      |    373 +
 doc/doxygen/html/nnai_8c_source.html               |    468 +
 doc/doxygen/html/nncommon_8c.html                  |    570 +
 doc/doxygen/html/nncommon_8c_source.html           |    569 +
 doc/doxygen/html/nndll_8h.html                     |    115 +
 doc/doxygen/html/nndll_8h_source.html              |     81 +
 doc/doxygen/html/nnpi_8c.html                      |    957 +
 doc/doxygen/html/nnpi_8c_source.html               |    944 +
 doc/doxygen/html/ntk_8c.html                       |     67 +
 doc/doxygen/html/ntk_8c_source.html                |    607 +
 doc/doxygen/html/null_8c.html                      |     67 +
 doc/doxygen/html/null_8c_source.html               |    150 +
 doc/doxygen/html/open.png                          |    Bin 0 -> 118 bytes
 doc/doxygen/html/pbm_8c.html                       |     67 +
 doc/doxygen/html/pbm_8c_source.html                |    355 +
 doc/doxygen/html/pdf_8c.html                       |     67 +
 doc/doxygen/html/pdf_8c_source.html                |    903 +
 doc/doxygen/html/pdf_8h.html                       |    628 +
 doc/doxygen/html/pdf_8h_source.html                |    151 +
 doc/doxygen/html/pdfutils_8c.html                  |    960 +
 doc/doxygen/html/pdfutils_8c_source.html           |   1048 +
 doc/doxygen/html/plConfig_8h.html                  |    190 +
 doc/doxygen/html/plConfig_8h_source.html           |    137 +
 doc/doxygen/html/plDevs_8h.html                    |    430 +
 doc/doxygen/html/plDevs_8h_source.html             |    138 +
 doc/doxygen/html/plaffine_8c.html                  |    266 +
 doc/doxygen/html/plaffine_8c_source.html           |    221 +
 doc/doxygen/html/plarc_8c.html                     |    304 +
 doc/doxygen/html/plarc_8c_source.html              |    181 +
 doc/doxygen/html/plargs_8c.html                    |   2399 +
 doc/doxygen/html/plargs_8c_source.html             |   2482 +
 doc/doxygen/html/plbox_8c.html                     |   1082 +
 doc/doxygen/html/plbox_8c_source.html              |   2547 +
 doc/doxygen/html/plbuf_8c.html                     |    990 +
 doc/doxygen/html/plbuf_8c_source.html              |   1499 +
 doc/doxygen/html/plcairo__impl_8c.html             |    132 +
 doc/doxygen/html/plcairo__impl_8c_source.html      |     84 +
 doc/doxygen/html/plcont_8c.html                    |   1498 +
 doc/doxygen/html/plcont_8c_source.html             |   1505 +
 doc/doxygen/html/plcore_8c.html                    |   4124 +
 doc/doxygen/html/plcore_8c_source.html             |   4326 +
 doc/doxygen/html/plcore_8h.html                    |    660 +
 doc/doxygen/html/plcore_8h_source.html             |    406 +
 doc/doxygen/html/plctrl_8c.html                    |   2509 +
 doc/doxygen/html/plctrl_8c_source.html             |   2902 +
 doc/doxygen/html/plcvt_8c.html                     |    575 +
 doc/doxygen/html/plcvt_8c_source.html              |    277 +
 doc/doxygen/html/pldebug_8h.html                   |     68 +
 doc/doxygen/html/pldebug_8h_source.html            |    129 +
 doc/doxygen/html/pldeprecated_8c.html              |     41 +
 doc/doxygen/html/pldeprecated_8c_source.html       |    163 +
 doc/doxygen/html/pldll_8h.html                     |    559 +
 doc/doxygen/html/pldll_8h_source.html              |    195 +
 doc/doxygen/html/pldtik_8c.html                    |    239 +
 doc/doxygen/html/pldtik_8c_source.html             |    389 +
 doc/doxygen/html/plevent_8h.html                   |   2126 +
 doc/doxygen/html/plevent_8h_source.html            |    242 +
 doc/doxygen/html/plf2ops_8c.html                   |   1655 +
 doc/doxygen/html/plf2ops_8c_source.html            |    472 +
 doc/doxygen/html/plfci-truetype_8h.html            |     82 +
 doc/doxygen/html/plfci-truetype_8h_source.html     |     96 +
 doc/doxygen/html/plfci-type1_8h.html               |     82 +
 doc/doxygen/html/plfci-type1_8h_source.html        |    110 +
 doc/doxygen/html/plfill_8c.html                    |   1063 +
 doc/doxygen/html/plfill_8c_source.html             |   2210 +
 doc/doxygen/html/plframe_8c.html                   |   2675 +
 doc/doxygen/html/plframe_8c_source.html            |   3478 +
 doc/doxygen/html/plfreetype_8c.html                |     95 +
 doc/doxygen/html/plfreetype_8c_source.html         |   1324 +
 doc/doxygen/html/plfreetype_8h.html                |     41 +
 doc/doxygen/html/plfreetype_8h_source.html         |    219 +
 doc/doxygen/html/plgradient_8c.html                |    241 +
 doc/doxygen/html/plgradient_8c_source.html         |    306 +
 doc/doxygen/html/plgridd_8c.html                   |    632 +
 doc/doxygen/html/plgridd_8c_source.html            |   1023 +
 doc/doxygen/html/plgset_8c.html                    |    108 +
 doc/doxygen/html/plgset_8c_source.html             |    416 +
 doc/doxygen/html/plhershey-unicode_8h.html         |     82 +
 doc/doxygen/html/plhershey-unicode_8h_source.html  |    360 +
 doc/doxygen/html/plhist_8c.html                    |    143 +
 doc/doxygen/html/plhist_8c_source.html             |    272 +
 doc/doxygen/html/plimage_8c.html                   |    697 +
 doc/doxygen/html/plimage_8c_source.html            |    465 +
 doc/doxygen/html/pllegend_8c.html                  |   1119 +
 doc/doxygen/html/pllegend_8c_source.html           |   1858 +
 doc/doxygen/html/plline_8c.html                    |    903 +
 doc/doxygen/html/plline_8c_source.html             |   1035 +
 doc/doxygen/html/plmap_8c.html                     |    245 +
 doc/doxygen/html/plmap_8c_source.html              |    372 +
 doc/doxygen/html/plmeta_8c.html                    |     67 +
 doc/doxygen/html/plmeta_8c_source.html             |    786 +
 doc/doxygen/html/plot3d_8c.html                    |   2681 +
 doc/doxygen/html/plot3d_8c_source.html             |   2804 +
 doc/doxygen/html/plpage_8c.html                    |    362 +
 doc/doxygen/html/plpage_8c_source.html             |    299 +
 doc/doxygen/html/plplotP_8h.html                   |   5452 +
 doc/doxygen/html/plplotP_8h_source.html            |   1259 +
 doc/doxygen/html/plplot_8d.html                    |    607 +
 doc/doxygen/html/plplot_8d_source.html             |   2375 +
 doc/doxygen/html/plplot_8h.html                    |  16018 ++
 doc/doxygen/html/plplot_8h_source.html             |   2411 +
 doc/doxygen/html/plplot_8py.html                   |     64 +
 doc/doxygen/html/plplot_8py_source.html            |    690 +
 doc/doxygen/html/plplot__impl_8c.html              |   2122 +
 doc/doxygen/html/plplot__impl_8c_source.html       |   1009 +
 doc/doxygen/html/plplot__octave__rej_8h.html       |   1251 +
 .../html/plplot__octave__rej_8h_source.html        |    164 +
 doc/doxygen/html/plplot__parameters_8h.html        |     67 +
 doc/doxygen/html/plplot__parameters_8h_source.html |    420 +
 doc/doxygen/html/plplot__widgetmodule_8c.html      |    124 +
 .../html/plplot__widgetmodule_8c_source.html       |    119 +
 doc/doxygen/html/plplotc_8py.html                  |    377 +
 doc/doxygen/html/plplotc_8py_source.html           |   6807 +
 doc/doxygen/html/plplotcanvas-hacktext_8c.html     |    804 +
 .../html/plplotcanvas-hacktext_8c_source.html      |    658 +
 doc/doxygen/html/plplotcanvas-hacktext_8h.html     |    233 +
 .../html/plplotcanvas-hacktext_8h_source.html      |    125 +
 doc/doxygen/html/plplotcanvas_8c.html              |   6089 +
 doc/doxygen/html/plplotcanvas_8c_source.html       |   1321 +
 doc/doxygen/html/plplotcanvas_8h.html              |   6365 +
 doc/doxygen/html/plplotcanvas_8h_source.html       |    702 +
 doc/doxygen/html/plplotcanvas_8py.html             |     50 +
 doc/doxygen/html/plplotcanvas_8py_source.html      |     92 +
 doc/doxygen/html/plplotcmodulePYTHON__wrap_8c.html |  13895 ++
 .../html/plplotcmodulePYTHON__wrap_8c_source.html  |  20843 +++
 doc/doxygen/html/plplotjavacConstants_8java.html   |     50 +
 .../html/plplotjavacConstants_8java_source.html    |    173 +
 doc/doxygen/html/plplotjavacJAVA__wrap_8c.html     |  14462 ++
 .../html/plplotjavacJAVA__wrap_8c_source.html      |   9550 ++
 doc/doxygen/html/plplotjavacJNI_8java.html         |     50 +
 doc/doxygen/html/plplotjavacJNI_8java_source.html  |    366 +
 doc/doxygen/html/plplotjavac_8java.html            |     50 +
 doc/doxygen/html/plplotjavac_8java_source.html     |    717 +
 doc/doxygen/html/plplotter_8c.html                 |   2522 +
 doc/doxygen/html/plplotter_8c_source.html          |   3258 +
 doc/doxygen/html/plqt_8cpp.html                    |    106 +
 doc/doxygen/html/plqt_8cpp_source.html             |   1597 +
 doc/doxygen/html/plr_8c.html                       |    551 +
 doc/doxygen/html/plr_8c_source.html                |    655 +
 doc/doxygen/html/plsdef_8c.html                    |    318 +
 doc/doxygen/html/plsdef_8c_source.html             |    403 +
 doc/doxygen/html/plserver_8c.html                  |    304 +
 doc/doxygen/html/plserver_8c_source.html           |    344 +
 doc/doxygen/html/plserver_8h.html                  |    180 +
 doc/doxygen/html/plserver_8h_source.html           |     93 +
 doc/doxygen/html/plshade_8c.html                   |   1972 +
 doc/doxygen/html/plshade_8c_source.html            |   1371 +
 doc/doxygen/html/plstdio_8c.html                   |    236 +
 doc/doxygen/html/plstdio_8c_source.html            |    294 +
 doc/doxygen/html/plstream_8cc.html                 |    153 +
 doc/doxygen/html/plstream_8cc_source.html          |   2766 +
 doc/doxygen/html/plstream_8h.html                  |    217 +
 doc/doxygen/html/plstream_8h_source.html           |   1262 +
 doc/doxygen/html/plstripc_8c.html                  |    391 +
 doc/doxygen/html/plstripc_8c_source.html           |    394 +
 doc/doxygen/html/plstrm_8h.html                    |    375 +
 doc/doxygen/html/plstrm_8h_source.html             |    913 +
 doc/doxygen/html/plsym_8c.html                     |   1468 +
 doc/doxygen/html/plsym_8c_source.html              |   2060 +
 doc/doxygen/html/pltcl_8h.html                     |    279 +
 doc/doxygen/html/pltcl_8h_source.html              |    101 +
 doc/doxygen/html/pltick_8c.html                    |    413 +
 doc/doxygen/html/pltick_8c_source.html             |    251 +
 doc/doxygen/html/pltime_8c.html                    |    272 +
 doc/doxygen/html/pltime_8c_source.html             |    109 +
 doc/doxygen/html/pltk_8h.html                      |    111 +
 doc/doxygen/html/pltk_8h_source.html               |     76 +
 doc/doxygen/html/pltkd_8h.html                     |     50 +
 doc/doxygen/html/pltkd_8h_source.html              |     82 +
 doc/doxygen/html/pltkwd_8h.html                    |    255 +
 doc/doxygen/html/pltkwd_8h_source.html             |    182 +
 doc/doxygen/html/plunicode-type1_8h.html           |    146 +
 doc/doxygen/html/plunicode-type1_8h_source.html    |    642 +
 doc/doxygen/html/plvect_8c.html                    |    285 +
 doc/doxygen/html/plvect_8c_source.html             |    259 +
 doc/doxygen/html/plvpor_8c.html                    |    389 +
 doc/doxygen/html/plvpor_8c_source.html             |    586 +
 doc/doxygen/html/plwind_8c.html                    |    193 +
 doc/doxygen/html/plwind_8c_source.html             |    279 +
 doc/doxygen/html/plxwd_8h.html                     |     96 +
 doc/doxygen/html/plxwd_8h_source.html              |    150 +
 doc/doxygen/html/ps_8c.html                        |     87 +
 doc/doxygen/html/ps_8c_source.html                 |   1261 +
 doc/doxygen/html/ps_8h.html                        |   1069 +
 doc/doxygen/html/ps_8h_source.html                 |    128 +
 doc/doxygen/html/pstex_8c.html                     |     67 +
 doc/doxygen/html/pstex_8c_source.html              |    499 +
 doc/doxygen/html/psttf_8cc.html                    |     87 +
 doc/doxygen/html/psttf_8cc_source.html             |   1359 +
 doc/doxygen/html/qsastimeP_8h.html                 |    537 +
 doc/doxygen/html/qsastimeP_8h_source.html          |    121 +
 doc/doxygen/html/qsastime_8c.html                  |    966 +
 doc/doxygen/html/qsastime_8c_source.html           |   1413 +
 doc/doxygen/html/qsastime_8h.html                  |    361 +
 doc/doxygen/html/qsastime_8h_source.html           |    100 +
 doc/doxygen/html/qsastime__extra_8c.html           |    494 +
 doc/doxygen/html/qsastime__extra_8c_source.html    |    317 +
 doc/doxygen/html/qsastime__extra_8h.html           |    461 +
 doc/doxygen/html/qsastime__extra_8h_source.html    |    100 +
 doc/doxygen/html/qsastime__test_8c.html            |     71 +
 doc/doxygen/html/qsastime__test_8c_source.html     |    181 +
 doc/doxygen/html/qsastime__testlib_8c.html         |    484 +
 doc/doxygen/html/qsastime__testlib_8c_source.html  |    676 +
 doc/doxygen/html/qsastimedll_8h.html               |    115 +
 doc/doxygen/html/qsastimedll_8h_source.html        |     81 +
 doc/doxygen/html/qt_8cpp.html                      |    216 +
 doc/doxygen/html/qt_8cpp_source.html               |   1848 +
 doc/doxygen/html/qt_8h.html                        |    172 +
 doc/doxygen/html/qt_8h_source.html                 |    470 +
 doc/doxygen/html/search/all_21.html                |     42 +
 doc/doxygen/html/search/all_24.html                |     26 +
 doc/doxygen/html/search/all_5f.html                |   1710 +
 doc/doxygen/html/search/all_61.html                |    415 +
 doc/doxygen/html/search/all_62.html                |    622 +
 doc/doxygen/html/search/all_63.html                |   4365 +
 doc/doxygen/html/search/all_64.html                |   1554 +
 doc/doxygen/html/search/all_65.html                |    339 +
 doc/doxygen/html/search/all_66.html                |    734 +
 doc/doxygen/html/search/all_67.html                |   1168 +
 doc/doxygen/html/search/all_68.html                |    370 +
 doc/doxygen/html/search/all_69.html                |    635 +
 doc/doxygen/html/search/all_6a.html                |   2003 +
 doc/doxygen/html/search/all_6b.html                |     84 +
 doc/doxygen/html/search/all_6c.html                |    621 +
 doc/doxygen/html/search/all_6d.html                |   1211 +
 doc/doxygen/html/search/all_6e.html                |   1190 +
 doc/doxygen/html/search/all_6f.html                |    632 +
 doc/doxygen/html/search/all_70.html                |  16210 ++
 doc/doxygen/html/search/all_71.html                |    147 +
 doc/doxygen/html/search/all_72.html                |    441 +
 doc/doxygen/html/search/all_73.html                |   3883 +
 doc/doxygen/html/search/all_74.html                |    963 +
 doc/doxygen/html/search/all_75.html                |    295 +
 doc/doxygen/html/search/all_76.html                |    293 +
 doc/doxygen/html/search/all_77.html                |    612 +
 doc/doxygen/html/search/all_78.html                |    452 +
 doc/doxygen/html/search/all_79.html                |    335 +
 doc/doxygen/html/search/all_7a.html                |    195 +
 doc/doxygen/html/search/all_7e.html                |     68 +
 doc/doxygen/html/search/classes_5f.html            |    132 +
 doc/doxygen/html/search/classes_61.html            |     25 +
 doc/doxygen/html/search/classes_63.html            |     92 +
 doc/doxygen/html/search/classes_64.html            |     50 +
 doc/doxygen/html/search/classes_65.html            |     25 +
 doc/doxygen/html/search/classes_66.html            |     25 +
 doc/doxygen/html/search/classes_67.html            |     25 +
 doc/doxygen/html/search/classes_68.html            |     35 +
 doc/doxygen/html/search/classes_69.html            |     36 +
 doc/doxygen/html/search/classes_6c.html            |     35 +
 doc/doxygen/html/search/classes_6d.html            |     30 +
 doc/doxygen/html/search/classes_6e.html            |     40 +
 doc/doxygen/html/search/classes_70.html            |    534 +
 doc/doxygen/html/search/classes_71.html            |     30 +
 doc/doxygen/html/search/classes_73.html            |     80 +
 doc/doxygen/html/search/classes_74.html            |     60 +
 doc/doxygen/html/search/classes_75.html            |     25 +
 doc/doxygen/html/search/classes_77.html            |     54 +
 doc/doxygen/html/search/classes_78.html            |     30 +
 doc/doxygen/html/search/close.png                  |    Bin 0 -> 273 bytes
 doc/doxygen/html/search/defines_5f.html            |     47 +
 doc/doxygen/html/search/defines_61.html            |     62 +
 doc/doxygen/html/search/defines_62.html            |    225 +
 doc/doxygen/html/search/defines_63.html            |    380 +
 doc/doxygen/html/search/defines_64.html            |    253 +
 doc/doxygen/html/search/defines_65.html            |     62 +
 doc/doxygen/html/search/defines_66.html            |    134 +
 doc/doxygen/html/search/defines_67.html            |     68 +
 doc/doxygen/html/search/defines_68.html            |     74 +
 doc/doxygen/html/search/defines_69.html            |     98 +
 doc/doxygen/html/search/defines_6b.html            |     32 +
 doc/doxygen/html/search/defines_6c.html            |     86 +
 doc/doxygen/html/search/defines_6d.html            |    271 +
 doc/doxygen/html/search/defines_6e.html            |    271 +
 doc/doxygen/html/search/defines_6f.html            |     62 +
 doc/doxygen/html/search/defines_70.html            |   4977 +
 doc/doxygen/html/search/defines_71.html            |     62 +
 doc/doxygen/html/search/defines_72.html            |     80 +
 doc/doxygen/html/search/defines_73.html            |    998 +
 doc/doxygen/html/search/defines_74.html            |    194 +
 doc/doxygen/html/search/defines_75.html            |     80 +
 doc/doxygen/html/search/defines_76.html            |     59 +
 doc/doxygen/html/search/defines_77.html            |     62 +
 doc/doxygen/html/search/defines_78.html            |     56 +
 doc/doxygen/html/search/defines_79.html            |     50 +
 doc/doxygen/html/search/defines_7a.html            |     44 +
 doc/doxygen/html/search/enums_63.html              |     26 +
 doc/doxygen/html/search/enums_6e.html              |     26 +
 doc/doxygen/html/search/enums_70.html              |     44 +
 doc/doxygen/html/search/enums_73.html              |     32 +
 doc/doxygen/html/search/enumvalues_61.html         |     32 +
 doc/doxygen/html/search/enumvalues_62.html         |     26 +
 doc/doxygen/html/search/enumvalues_63.html         |     56 +
 doc/doxygen/html/search/enumvalues_64.html         |     56 +
 doc/doxygen/html/search/enumvalues_67.html         |     32 +
 doc/doxygen/html/search/enumvalues_6c.html         |     32 +
 doc/doxygen/html/search/enumvalues_6d.html         |     26 +
 doc/doxygen/html/search/enumvalues_6e.html         |     32 +
 doc/doxygen/html/search/enumvalues_6f.html         |     26 +
 doc/doxygen/html/search/enumvalues_70.html         |    308 +
 doc/doxygen/html/search/enumvalues_72.html         |     26 +
 doc/doxygen/html/search/enumvalues_73.html         |     86 +
 doc/doxygen/html/search/enumvalues_74.html         |     38 +
 doc/doxygen/html/search/enumvalues_77.html         |     68 +
 doc/doxygen/html/search/enumvalues_79.html         |     26 +
 doc/doxygen/html/search/files_61.html              |     25 +
 doc/doxygen/html/search/files_62.html              |     25 +
 doc/doxygen/html/search/files_63.html              |    125 +
 doc/doxygen/html/search/files_64.html              |     80 +
 doc/doxygen/html/search/files_66.html              |     70 +
 doc/doxygen/html/search/files_67.html              |     45 +
 doc/doxygen/html/search/files_68.html              |     35 +
 doc/doxygen/html/search/files_69.html              |     35 +
 doc/doxygen/html/search/files_6c.html              |     50 +
 doc/doxygen/html/search/files_6d.html              |     60 +
 doc/doxygen/html/search/files_6e.html              |     65 +
 doc/doxygen/html/search/files_70.html              |    500 +
 doc/doxygen/html/search/files_71.html              |     70 +
 doc/doxygen/html/search/files_73.html              |     50 +
 doc/doxygen/html/search/files_74.html              |     95 +
 doc/doxygen/html/search/files_77.html              |     70 +
 doc/doxygen/html/search/files_78.html              |     30 +
 doc/doxygen/html/search/functions_21.html          |     30 +
 doc/doxygen/html/search/functions_5f.html          |   1295 +
 doc/doxygen/html/search/functions_61.html          |    132 +
 doc/doxygen/html/search/functions_62.html          |    131 +
 doc/doxygen/html/search/functions_63.html          |   3040 +
 doc/doxygen/html/search/functions_64.html          |    418 +
 doc/doxygen/html/search/functions_65.html          |    114 +
 doc/doxygen/html/search/functions_66.html          |    233 +
 doc/doxygen/html/search/functions_67.html          |    934 +
 doc/doxygen/html/search/functions_68.html          |    131 +
 doc/doxygen/html/search/functions_69.html          |    197 +
 doc/doxygen/html/search/functions_6a.html          |   1955 +
 doc/doxygen/html/search/functions_6b.html          |     32 +
 doc/doxygen/html/search/functions_6c.html          |    260 +
 doc/doxygen/html/search/functions_6d.html          |    450 +
 doc/doxygen/html/search/functions_6e.html          |    300 +
 doc/doxygen/html/search/functions_6f.html          |    430 +
 doc/doxygen/html/search/functions_70.html          |   9752 ++
 doc/doxygen/html/search/functions_71.html          |     32 +
 doc/doxygen/html/search/functions_72.html          |    234 +
 doc/doxygen/html/search/functions_73.html          |   2066 +
 doc/doxygen/html/search/functions_74.html          |    266 +
 doc/doxygen/html/search/functions_75.html          |    104 +
 doc/doxygen/html/search/functions_76.html          |    103 +
 doc/doxygen/html/search/functions_77.html          |    146 +
 doc/doxygen/html/search/functions_78.html          |     49 +
 doc/doxygen/html/search/functions_79.html          |     29 +
 doc/doxygen/html/search/functions_7a.html          |     98 +
 doc/doxygen/html/search/functions_7e.html          |     68 +
 doc/doxygen/html/search/mag_sel.png                |    Bin 0 -> 563 bytes
 doc/doxygen/html/search/namespaces_6d.html         |     25 +
 doc/doxygen/html/search/namespaces_70.html         |     61 +
 doc/doxygen/html/search/namespaces_74.html         |     25 +
 doc/doxygen/html/search/nomatches.html             |     12 +
 doc/doxygen/html/search/search.css                 |    240 +
 doc/doxygen/html/search/search.js                  |    744 +
 doc/doxygen/html/search/search_l.png               |    Bin 0 -> 604 bytes
 doc/doxygen/html/search/search_m.png               |    Bin 0 -> 158 bytes
 doc/doxygen/html/search/search_r.png               |    Bin 0 -> 612 bytes
 doc/doxygen/html/search/typedefs_63.html           |     77 +
 doc/doxygen/html/search/typedefs_64.html           |     53 +
 doc/doxygen/html/search/typedefs_66.html           |     38 +
 doc/doxygen/html/search/typedefs_68.html           |     50 +
 doc/doxygen/html/search/typedefs_69.html           |     26 +
 doc/doxygen/html/search/typedefs_6c.html           |     47 +
 doc/doxygen/html/search/typedefs_6d.html           |     77 +
 doc/doxygen/html/search/typedefs_6e.html           |     38 +
 doc/doxygen/html/search/typedefs_70.html           |    179 +
 doc/doxygen/html/search/typedefs_71.html           |     26 +
 doc/doxygen/html/search/typedefs_73.html           |     74 +
 doc/doxygen/html/search/typedefs_74.html           |     32 +
 doc/doxygen/html/search/variables_21.html          |     32 +
 doc/doxygen/html/search/variables_24.html          |     26 +
 doc/doxygen/html/search/variables_5f.html          |    293 +
 doc/doxygen/html/search/variables_61.html          |    251 +
 doc/doxygen/html/search/variables_62.html          |    305 +
 doc/doxygen/html/search/variables_63.html          |    736 +
 doc/doxygen/html/search/variables_64.html          |    817 +
 doc/doxygen/html/search/variables_65.html          |    203 +
 doc/doxygen/html/search/variables_66.html          |    362 +
 doc/doxygen/html/search/variables_67.html          |    212 +
 doc/doxygen/html/search/variables_68.html          |    149 +
 doc/doxygen/html/search/variables_69.html          |    345 +
 doc/doxygen/html/search/variables_6a.html          |     68 +
 doc/doxygen/html/search/variables_6b.html          |     60 +
 doc/doxygen/html/search/variables_6c.html          |    254 +
 doc/doxygen/html/search/variables_6d.html          |    443 +
 doc/doxygen/html/search/variables_6e.html          |    605 +
 doc/doxygen/html/search/variables_6f.html          |    180 +
 doc/doxygen/html/search/variables_70.html          |   2782 +
 doc/doxygen/html/search/variables_71.html          |     32 +
 doc/doxygen/html/search/variables_72.html          |    169 +
 doc/doxygen/html/search/variables_73.html          |    714 +
 doc/doxygen/html/search/variables_74.html          |    412 +
 doc/doxygen/html/search/variables_75.html          |    146 +
 doc/doxygen/html/search/variables_76.html          |    174 +
 doc/doxygen/html/search/variables_77.html          |    327 +
 doc/doxygen/html/search/variables_78.html          |    392 +
 doc/doxygen/html/search/variables_79.html          |    305 +
 doc/doxygen/html/search/variables_7a.html          |     99 +
 doc/doxygen/html/sfstubs_8f90.html                 |   2560 +
 doc/doxygen/html/sfstubs_8f90_source.html          |    886 +
 doc/doxygen/html/sfstubsf95_8f90.html              |    235 +
 doc/doxygen/html/sfstubsf95_8f90_source.html       |   1506 +
 doc/doxygen/html/structCmdInfo-members.html        |     41 +
 doc/doxygen/html/structCmdInfo.html                |     85 +
 doc/doxygen/html/structCommand-members.html        |     43 +
 doc/doxygen/html/structCommand.html                |    117 +
 doc/doxygen/html/structDIR-members.html            |     43 +
 doc/doxygen/html/structDIR.html                    |    119 +
 doc/doxygen/html/structDrvOpt-members.html         |     43 +
 doc/doxygen/html/structDrvOpt.html                 |    119 +
 doc/doxygen/html/structDrvOptCmd-members.html      |     42 +
 doc/doxygen/html/structDrvOptCmd.html              |    101 +
 doc/doxygen/html/structEscText-members.html        |     54 +
 doc/doxygen/html/structEscText.html                |    295 +
 .../structFCI__to__FontName__Table-members.html    |     41 +
 .../html/structFCI__to__FontName__Table.html       |     87 +
 doc/doxygen/html/structGcwPLdev-members.html       |     63 +
 doc/doxygen/html/structGcwPLdev.html               |    439 +
 .../structHershey__to__Unicode__table-members.html |     42 +
 .../html/structHershey__to__Unicode__table.html    |    104 +
 doc/doxygen/html/structIMG__DT-members.html        |     43 +
 doc/doxygen/html/structIMG__DT.html                |    119 +
 doc/doxygen/html/structMJDtimeStruct-members.html  |     41 +
 doc/doxygen/html/structMJDtimeStruct.html          |     87 +
 doc/doxygen/html/structPDFstrm-members.html        |     43 +
 doc/doxygen/html/structPDFstrm.html                |    119 +
 doc/doxygen/html/structPLAttribute-members.html    |     47 +
 doc/doxygen/html/structPLAttribute.html            |    183 +
 doc/doxygen/html/structPLBufferingCB-members.html  |     41 +
 doc/doxygen/html/structPLBufferingCB.html          |     87 +
 doc/doxygen/html/structPLCairo-members.html        |     59 +
 doc/doxygen/html/structPLCairo.html                |    373 +
 doc/doxygen/html/structPLColor-members.html        |     44 +
 doc/doxygen/html/structPLColor.html                |    135 +
 doc/doxygen/html/structPLControlPt-members.html    |     45 +
 doc/doxygen/html/structPLControlPt.html            |    151 +
 doc/doxygen/html/structPLDev-members.html          |     57 +
 doc/doxygen/html/structPLDev.html                  |    343 +
 .../html/structPLDispatchTable-members.html        |     51 +
 doc/doxygen/html/structPLDispatchTable.html        |    247 +
 doc/doxygen/html/structPLDisplay-members.html      |     43 +
 doc/doxygen/html/structPLDisplay.html              |    119 +
 doc/doxygen/html/structPLGraphicsIn-members.html   |     51 +
 doc/doxygen/html/structPLGraphicsIn.html           |    247 +
 .../html/structPLLabelDefaults-members.html        |     42 +
 doc/doxygen/html/structPLLabelDefaults.html        |    103 +
 doc/doxygen/html/structPLOptionInfo-members.html   |     42 +
 doc/doxygen/html/structPLOptionInfo.html           |    101 +
 doc/doxygen/html/structPLOptionTable-members.html  |     46 +
 doc/doxygen/html/structPLOptionTable.html          |    167 +
 doc/doxygen/html/structPLRDev-members.html         |     51 +
 doc/doxygen/html/structPLRDev.html                 |    247 +
 doc/doxygen/html/structPLStream-members.html       |    343 +
 doc/doxygen/html/structPLStream.html               |   4919 +
 doc/doxygen/html/structPLStrip-members.html        |     67 +
 doc/doxygen/html/structPLStrip.html                |    501 +
 doc/doxygen/html/structPLWindow-members.html       |     47 +
 doc/doxygen/html/structPLWindow.html               |    183 +
 doc/doxygen/html/structPLcGrid-members.html        |     45 +
 doc/doxygen/html/structPLcGrid.html                |    151 +
 doc/doxygen/html/structPLcGrid2-members.html       |     44 +
 doc/doxygen/html/structPLcGrid2.html               |    135 +
 doc/doxygen/html/structPLfGrid-members.html        |     43 +
 doc/doxygen/html/structPLfGrid.html                |    119 +
 doc/doxygen/html/structPLfGrid2-members.html       |     42 +
 doc/doxygen/html/structPLfGrid2.html               |    103 +
 doc/doxygen/html/structPLiodev-members.html        |     45 +
 doc/doxygen/html/structPLiodev.html                |    151 +
 doc/doxygen/html/structPSDev-members.html          |     67 +
 doc/doxygen/html/structPSDev.html                  |    503 +
 doc/doxygen/html/structPlFrame-members.html        |     81 +
 doc/doxygen/html/structPlFrame.html                |    725 +
 doc/doxygen/html/structPlPlotter-members.html      |     84 +
 doc/doxygen/html/structPlPlotter.html              |    773 +
 .../html/structQSASConfigStruct-members.html       |     44 +
 doc/doxygen/html/structQSASConfigStruct.html       |    135 +
 doc/doxygen/html/structSVG-members.html            |     46 +
 doc/doxygen/html/structSVG.html                    |    165 +
 .../structSWIG__JavaExceptions__t-members.html     |     41 +
 .../html/structSWIG__JavaExceptions__t.html        |     85 +
 .../html/structSwigPyClientData-members.html       |     45 +
 doc/doxygen/html/structSwigPyClientData.html       |    149 +
 doc/doxygen/html/structSwigPyObject-members.html   |     43 +
 doc/doxygen/html/structSwigPyObject.html           |    117 +
 doc/doxygen/html/structSwigPyPacked-members.html   |     42 +
 doc/doxygen/html/structSwigPyPacked.html           |    101 +
 doc/doxygen/html/structTAI__UTC-members.html       |     46 +
 doc/doxygen/html/structTAI__UTC.html               |    167 +
 doc/doxygen/html/structTkDev-members.html          |     56 +
 doc/doxygen/html/structTkDev.html                  |    327 +
 doc/doxygen/html/structTkwDev-members.html         |     67 +
 doc/doxygen/html/structTkwDev.html                 |    503 +
 doc/doxygen/html/structTkwDisplay-members.html     |     55 +
 doc/doxygen/html/structTkwDisplay.html             |    311 +
 .../structUnicode__to__Type1__table-members.html   |     41 +
 .../html/structUnicode__to__Type1__table.html      |     87 +
 doc/doxygen/html/structXwDev-members.html          |     69 +
 doc/doxygen/html/structXwDev.html                  |    535 +
 doc/doxygen/html/structXwDisplay-members.html      |     58 +
 doc/doxygen/html/structXwDisplay.html              |    359 +
 doc/doxygen/html/struct__PlplotCanvas-members.html |     41 +
 doc/doxygen/html/struct__PlplotCanvas.html         |     87 +
 .../html/struct__PlplotCanvasClass-members.html    |     40 +
 doc/doxygen/html/struct__PlplotCanvasClass.html    |     71 +
 .../html/struct__PlplotCanvasHacktext-members.html |     49 +
 doc/doxygen/html/struct__PlplotCanvasHacktext.html |    215 +
 .../struct__PlplotCanvasHacktextClass-members.html |     40 +
 .../html/struct__PlplotCanvasHacktextClass.html    |     71 +
 .../struct__PlplotCanvasHacktextPriv-members.html  |     43 +
 .../html/struct__PlplotCanvasHacktextPriv.html     |    117 +
 doc/doxygen/html/struct____dlhandle-members.html   |     41 +
 doc/doxygen/html/struct____dlhandle.html           |     87 +
 doc/doxygen/html/struct__color__map-members.html   |     42 +
 doc/doxygen/html/struct__color__map.html           |    101 +
 doc/doxygen/html/struct__state-members.html        |     46 +
 doc/doxygen/html/struct__state.html                |    165 +
 doc/doxygen/html/structarc__struct-members.html    |     46 +
 doc/doxygen/html/structarc__struct.html            |    167 +
 doc/doxygen/html/structcdImageStruct-members.html  |     76 +
 doc/doxygen/html/structcdImageStruct.html          |    647 +
 doc/doxygen/html/structcdPointStruct-members.html  |     42 +
 doc/doxygen/html/structcdPointStruct.html          |    103 +
 doc/doxygen/html/structcircle-members.html         |     42 +
 doc/doxygen/html/structcircle.html                 |    103 +
 doc/doxygen/html/structcont__level-members.html    |     42 +
 doc/doxygen/html/structcont__level.html            |    103 +
 doc/doxygen/html/structcont__line-members.html     |     43 +
 doc/doxygen/html/structcont__line.html             |    119 +
 doc/doxygen/html/structcsa-members.html            |     56 +
 doc/doxygen/html/structcsa.html                    |    325 +
 doc/doxygen/html/structdelaunay-members.html       |     57 +
 doc/doxygen/html/structdelaunay.html               |    343 +
 doc/doxygen/html/structdev__entry-members.html     |     44 +
 doc/doxygen/html/structdev__entry.html             |    135 +
 doc/doxygen/html/structdirent-members.html         |     41 +
 doc/doxygen/html/structdirent.html                 |     87 +
 doc/doxygen/html/structhashtable-members.html      |     47 +
 doc/doxygen/html/structhashtable.html              |    181 +
 doc/doxygen/html/structht__bucket-members.html     |     43 +
 doc/doxygen/html/structht__bucket.html             |    117 +
 doc/doxygen/html/structistack-members.html         |     42 +
 doc/doxygen/html/structistack.html                 |    103 +
 doc/doxygen/html/structline-members.html           |     42 +
 doc/doxygen/html/structline.html                   |    101 +
 doc/doxygen/html/structlpi-members.html            |     41 +
 doc/doxygen/html/structlpi.html                    |     85 +
 doc/doxygen/html/structlweights-members.html       |     40 +
 doc/doxygen/html/structlweights.html               |     69 +
 doc/doxygen/html/structnn__weights-members.html    |     42 +
 doc/doxygen/html/structnn__weights.html            |    102 +
 doc/doxygen/html/structnnai-members.html           |     45 +
 doc/doxygen/html/structnnai.html                   |    149 +
 doc/doxygen/html/structnnhpi-members.html          |     43 +
 doc/doxygen/html/structnnhpi.html                  |    117 +
 doc/doxygen/html/structnnpi-members.html           |     47 +
 doc/doxygen/html/structnnpi.html                   |    181 +
 doc/doxygen/html/structpattern-members.html        |     42 +
 doc/doxygen/html/structpattern.html                |    101 +
 doc/doxygen/html/structplf2ops__t-members.html     |     48 +
 doc/doxygen/html/structplf2ops__t.html             |    199 +
 .../html/structplplot_1_1PLcGrid-members.html      |     42 +
 doc/doxygen/html/structplplot_1_1PLcGrid.html      |    107 +
 .../html/structplplot_1_1PLcGrid2-members.html     |     42 +
 doc/doxygen/html/structplplot_1_1PLcGrid2.html     |    107 +
 doc/doxygen/html/structplplot_1_1__N1-members.html |     46 +
 doc/doxygen/html/structplplot_1_1__N1.html         |    193 +
 .../html/structplplot_1_1__N10-members.html        |     45 +
 doc/doxygen/html/structplplot_1_1__N10.html        |    155 +
 .../html/structplplot_1_1__N11-members.html        |     41 +
 doc/doxygen/html/structplplot_1_1__N11.html        |     91 +
 doc/doxygen/html/structplplot_1_1__N2-members.html |     51 +
 doc/doxygen/html/structplplot_1_1__N2.html         |    251 +
 doc/doxygen/html/structplplot_1_1__N3-members.html |     47 +
 doc/doxygen/html/structplplot_1_1__N3.html         |    187 +
 doc/doxygen/html/structplplot_1_1__N4-members.html |     43 +
 doc/doxygen/html/structplplot_1_1__N4.html         |    123 +
 doc/doxygen/html/structplplot_1_1__N5-members.html |     43 +
 doc/doxygen/html/structplplot_1_1__N5.html         |    123 +
 doc/doxygen/html/structplplot_1_1__N6-members.html |     42 +
 doc/doxygen/html/structplplot_1_1__N6.html         |    107 +
 doc/doxygen/html/structplplot_1_1__N7-members.html |     45 +
 doc/doxygen/html/structplplot_1_1__N7.html         |    155 +
 doc/doxygen/html/structplplot_1_1__N8-members.html |     44 +
 doc/doxygen/html/structplplot_1_1__N8.html         |    139 +
 doc/doxygen/html/structplplot_1_1__N9-members.html |     44 +
 doc/doxygen/html/structplplot_1_1__N9.html         |    139 +
 ...tructplplot__types_1_1PLGraphicsIn-members.html |     51 +
 .../html/structplplot__types_1_1PLGraphicsIn.html  |    251 +
 doc/doxygen/html/structpoint-members.html          |     44 +
 doc/doxygen/html/structpoint.html                  |    137 +
 doc/doxygen/html/structpt-members.html             |     41 +
 doc/doxygen/html/structpt.html                     |     85 +
 doc/doxygen/html/structsquare-members.html         |     48 +
 doc/doxygen/html/structsquare.html                 |    197 +
 .../html/structswig__cast__info-members.html       |     43 +
 doc/doxygen/html/structswig__cast__info.html       |    117 +
 .../html/structswig__const__info-members.html      |     45 +
 doc/doxygen/html/structswig__const__info.html      |    149 +
 .../html/structswig__globalvar-members.html        |     43 +
 doc/doxygen/html/structswig__globalvar.html        |    117 +
 .../html/structswig__module__info-members.html     |     45 +
 doc/doxygen/html/structswig__module__info.html     |    149 +
 .../html/structswig__type__info-members.html       |     45 +
 doc/doxygen/html/structswig__type__info.html       |    149 +
 .../html/structswig__varlinkobject-members.html    |     40 +
 doc/doxygen/html/structswig__varlinkobject.html    |     69 +
 doc/doxygen/html/structtclMatrix-members.html      |     50 +
 doc/doxygen/html/structtclMatrix.html              |    231 +
 .../html/structtclMatrixXtnsnDescr-members.html    |     42 +
 doc/doxygen/html/structtclMatrixXtnsnDescr.html    |    103 +
 doc/doxygen/html/structtriangle-members.html       |     52 +
 doc/doxygen/html/structtriangle.html               |    264 +
 .../html/structtriangle__neighbours-members.html   |     40 +
 doc/doxygen/html/structtriangle__neighbours.html   |     71 +
 doc/doxygen/html/strutil_8f.html                   |    133 +
 doc/doxygen/html/strutil_8f90.html                 |    133 +
 doc/doxygen/html/strutil_8f90_source.html          |    118 +
 doc/doxygen/html/strutil_8f_source.html            |    118 +
 doc/doxygen/html/stupidtk_8c.html                  |     66 +
 doc/doxygen/html/stupidtk_8c_source.html           |     41 +
 doc/doxygen/html/svg_8c.html                       |   1024 +
 doc/doxygen/html/svg_8c_source.html                |   1275 +
 doc/doxygen/html/tab_a.png                         |    Bin 0 -> 140 bytes
 doc/doxygen/html/tab_b.png                         |    Bin 0 -> 178 bytes
 doc/doxygen/html/tab_h.png                         |    Bin 0 -> 192 bytes
 doc/doxygen/html/tab_s.png                         |    Bin 0 -> 189 bytes
 doc/doxygen/html/tabs.css                          |     59 +
 doc/doxygen/html/tai-utc-gen_8c.html               |    125 +
 doc/doxygen/html/tai-utc-gen_8c_source.html        |    223 +
 doc/doxygen/html/tai-utc_8h.html                   |     82 +
 doc/doxygen/html/tai-utc_8h_source.html            |    122 +
 doc/doxygen/html/tclAPI_8c.html                    |   2509 +
 doc/doxygen/html/tclAPI_8c_source.html             |   4281 +
 doc/doxygen/html/tclMain_8c.html                   |    404 +
 doc/doxygen/html/tclMain_8c_source.html            |    550 +
 doc/doxygen/html/tclMatrix_8c.html                 |    639 +
 doc/doxygen/html/tclMatrix_8c_source.html          |   1165 +
 doc/doxygen/html/tclMatrix_8h.html                 |    379 +
 doc/doxygen/html/tclMatrix_8h_source.html          |    399 +
 doc/doxygen/html/tcpip_8c.html                     |     68 +
 doc/doxygen/html/tcpip_8c_source.html              |    777 +
 doc/doxygen/html/tcpip_8h.html                     |     67 +
 doc/doxygen/html/tcpip_8h_source.html              |     65 +
 doc/doxygen/html/tek_8c.html                       |     67 +
 doc/doxygen/html/tek_8c_source.html                |   1339 +
 doc/doxygen/html/test-drv-info_8c.html             |    138 +
 doc/doxygen/html/test-drv-info_8c_source.html      |    120 +
 doc/doxygen/html/tkMain_8c.html                    |    463 +
 doc/doxygen/html/tkMain_8c_source.html             |    644 +
 doc/doxygen/html/tk_8c.html                        |     87 +
 doc/doxygen/html/tk_8c_source.html                 |   2328 +
 doc/doxygen/html/tkshell_8c.html                   |    110 +
 doc/doxygen/html/tkshell_8c_source.html            |    164 +
 doc/doxygen/html/tkwin_8c.html                     |    117 +
 doc/doxygen/html/tkwin_8c_source.html              |   2001 +
 doc/doxygen/html/tree.html                         |    720 +
 doc/doxygen/html/wingcc_8c.html                    |     67 +
 doc/doxygen/html/wingcc_8c_source.html             |   1500 +
 doc/doxygen/html/wxPLplotstream_8cpp.html          |     44 +
 doc/doxygen/html/wxPLplotstream_8cpp_source.html   |    210 +
 doc/doxygen/html/wxPLplotwindow_8cpp.html          |     45 +
 doc/doxygen/html/wxPLplotwindow_8cpp_source.html   |    215 +
 doc/doxygen/html/wxPLplotwindow_8h.html            |     50 +
 doc/doxygen/html/wxPLplotwindow_8h_source.html     |    106 +
 doc/doxygen/html/wxwidgets_8cpp.html               |    554 +
 doc/doxygen/html/wxwidgets_8cpp_source.html        |   1410 +
 doc/doxygen/html/wxwidgets_8h.html                 |   1128 +
 doc/doxygen/html/wxwidgets_8h_source.html          |    591 +
 doc/doxygen/html/wxwidgets__agg_8cpp.html          |     75 +
 doc/doxygen/html/wxwidgets__agg_8cpp_source.html   |    645 +
 doc/doxygen/html/wxwidgets__app_8cpp.html          |     43 +
 doc/doxygen/html/wxwidgets__app_8cpp_source.html   |    956 +
 doc/doxygen/html/wxwidgets__dc_8cpp.html           |     46 +
 doc/doxygen/html/wxwidgets__dc_8cpp_source.html    |    476 +
 doc/doxygen/html/wxwidgets__gc_8cpp.html           |     45 +
 doc/doxygen/html/wxwidgets__gc_8cpp_source.html    |    521 +
 doc/doxygen/html/xfig_8c.html                      |     67 +
 doc/doxygen/html/xfig_8c_source.html               |    617 +
 doc/doxygen/html/xwin_8c.html                      |     87 +
 doc/doxygen/html/xwin_8c_source.html               |   3688 +
 doc/plserver.1                                     |      2 +-
 drivers/CMakeLists.txt                             |     67 +-
 drivers/README.drivers                             |    193 +-
 drivers/aqt.c                                      |   1373 +-
 drivers/{aqt.rc.in => aqt.driver_info.in}          |      0
 drivers/cairo.c                                    |   4990 +-
 drivers/cairo.driver_info.in                       |      8 +
 drivers/cairo.rc.in                                |      7 -
 drivers/cgm.c                                      |   1161 +-
 drivers/{cgm.rc.in => cgm.driver_info.in}          |      0
 drivers/dg300.c                                    |    202 +-
 drivers/{dg300.rc.in => dg300.driver_info.in}      |      0
 drivers/gcw.c                                      |   2094 +-
 drivers/{gcw.rc.in => gcw.driver_info.in}          |      0
 drivers/gd.c                                       |   2204 +-
 drivers/{gd.rc.in => gd.driver_info.in}            |      0
 drivers/gnome.c                                    |   1441 -
 drivers/hpgl.c                                     |    420 +-
 drivers/{hpgl.rc.in => hpgl.driver_info.in}        |      0
 drivers/impress.c                                  |    363 +-
 drivers/{impress.rc.in => impress.driver_info.in}  |      0
 drivers/linuxvga.c                                 |    352 +-
 .../{linuxvga.rc.in => linuxvga.driver_info.in}    |      0
 drivers/ljii.c                                     |    352 +-
 drivers/{ljii.rc.in => ljii.driver_info.in}        |      0
 drivers/ljiip.c                                    |    618 +-
 drivers/{ljiip.rc.in => ljiip.driver_info.in}      |      0
 drivers/mem.c                                      |    227 +-
 drivers/{mem.rc.in => mem.driver_info.in}          |      0
 drivers/next.c                                     |    309 -
 drivers/ntk.c                                      |    850 +-
 drivers/{ntk.rc.in => ntk.driver_info.in}          |      0
 drivers/null.c                                     |     98 +-
 drivers/{null.rc.in => null.driver_info.in}        |      0
 drivers/pbm.c                                      |    357 +-
 drivers/{pbm.rc.in => pbm.driver_info.in}          |      0
 drivers/pdf.c                                      |   1348 +-
 drivers/{pdf.rc.in => pdf.driver_info.in}          |      0
 drivers/plmeta.c                                   |    919 +-
 drivers/{plmeta.rc.in => plmeta.driver_info.in}    |      0
 drivers/plplotcanvas-hacktext.c                    |    943 +-
 drivers/ps.c                                       |   1827 +-
 drivers/{ps.rc.in => ps.driver_info.in}            |      0
 drivers/pstex.c                                    |    780 +-
 drivers/{pstex.rc.in => pstex.driver_info.in}      |      0
 drivers/psttf.cc                                   |   1788 +-
 drivers/{psttf.rc.in => psttf.driver_info.in}      |      0
 drivers/qt.cpp                                     |   2188 +-
 drivers/qt.driver_info.in                          |     11 +
 drivers/qt.rc.in                                   |     10 -
 drivers/svg.c                                      |   1980 +-
 drivers/{svg.rc.in => svg.driver_info.in}          |      0
 drivers/tek.c                                      |   1676 +-
 drivers/{tek.rc.in => tek.driver_info.in}          |      0
 drivers/test-drv-info.c                            |    119 +-
 drivers/tk.c                                       |   2960 +-
 drivers/{tk.rc.in => tk.driver_info.in}            |      0
 drivers/tkwin.c                                    |   2500 +-
 drivers/{tkwin.rc.in => tkwin.driver_info.in}      |      0
 drivers/wingcc.c                                   |   2133 +-
 drivers/{wingcc.rc.in => wingcc.driver_info.in}    |      0
 drivers/wxwidgets.cpp                              |   2157 +-
 .../{wxwidgets.rc.in => wxwidgets.driver_info.in}  |      0
 drivers/wxwidgets.h                                |    825 +-
 drivers/wxwidgets_agg.cpp                          |    901 +-
 drivers/wxwidgets_app.cpp                          |   1419 +-
 drivers/wxwidgets_dc.cpp                           |    616 +-
 drivers/wxwidgets_gc.cpp                           |    674 +-
 drivers/xfig.c                                     |    845 +-
 drivers/{xfig.rc.in => xfig.driver_info.in}        |      0
 drivers/xwin.c                                     |   4921 +-
 drivers/{xwin.rc.in => xwin.driver_info.in}        |      0
 drivers/xwinttf.c                                  |    701 -
 examples/CMakeLists.txt                            |   1060 +-
 examples/ada/CMakeLists.txt                        |     20 +-
 examples/ada/Makefile.examples.in                  |      4 +-
 examples/ada/x01a.adb                              |    175 +
 examples/ada/x01a.adb.cmake                        |    177 -
 examples/ada/x02a.adb                              |    170 +
 examples/ada/x02a.adb.cmake                        |    170 -
 examples/ada/x03a.adb                              |    112 +
 examples/ada/x03a.adb.cmake                        |    112 -
 examples/ada/x04a.adb                              |    198 +
 examples/ada/x04a.adb.cmake                        |    101 -
 examples/ada/x05a.adb                              |     60 +
 examples/ada/x05a.adb.cmake                        |     60 -
 examples/ada/x06a.adb                              |    105 +
 examples/ada/x06a.adb.cmake                        |     89 -
 examples/ada/x07a.adb                              |     98 +
 examples/ada/x07a.adb.cmake                        |     91 -
 examples/ada/x08a.adb                              |    188 +
 examples/ada/x08a.adb.cmake                        |    188 -
 examples/ada/x09a.adb                              |    379 +
 examples/ada/x09a.adb.cmake                        |    379 -
 examples/ada/x10a.adb                              |     54 +
 examples/ada/x10a.adb.cmake                        |     54 -
 examples/ada/x11a.adb                              |    157 +
 examples/ada/x11a.adb.cmake                        |    157 -
 examples/ada/x12a.adb                              |    111 +
 examples/ada/x12a.adb.cmake                        |    111 -
 examples/ada/x13a.adb                              |    128 +
 examples/ada/x13a.adb.cmake                        |    128 -
 examples/ada/x14a.adb                              |    389 +
 examples/ada/x14a.adb.cmake                        |    389 -
 examples/ada/x15a.adb                              |    244 +
 examples/ada/x15a.adb.cmake                        |    244 -
 examples/ada/x16a.adb                              |    357 +
 examples/ada/x16a.adb.cmake                        |    354 -
 examples/ada/x17a.adb                              |    182 +
 examples/ada/x17a.adb.cmake                        |    182 -
 examples/ada/x18a.adb                              |    161 +
 examples/ada/x18a.adb.cmake                        |    163 -
 examples/ada/x19a.adb                              |    273 +
 examples/ada/x19a.adb.cmake                        |    110 -
 examples/ada/x20a.adb                              |    446 +
 examples/ada/x20a.adb.cmake                        |    446 -
 examples/ada/x21a.adb                              |    283 +
 examples/ada/x21a.adb.cmake                        |    283 -
 examples/ada/x22a.adb                              |    261 +
 examples/ada/x22a.adb.cmake                        |    261 -
 examples/ada/x23a.adb                              |    460 +
 examples/ada/x23a.adb.cmake                        |    460 -
 examples/ada/x24a.adb                              |    123 +
 examples/ada/x24a.adb.cmake                        |    123 -
 examples/ada/x25a.adb                              |    133 +
 examples/ada/x25a.adb.cmake                        |    127 -
 examples/ada/x26a.adb                              |    233 +
 examples/ada/x26a.adb.cmake                        |    172 -
 examples/ada/x27a.adb                              |    200 +
 examples/ada/x27a.adb.cmake                        |    148 -
 examples/ada/x28a.adb                              |    394 +
 examples/ada/x28a.adb.cmake                        |    375 -
 examples/ada/x29a.adb                              |    356 +
 examples/ada/x29a.adb.cmake                        |    225 -
 examples/ada/x30a.adb                              |    148 +
 examples/ada/x30a.adb.cmake                        |    156 -
 examples/ada/x31a.adb                              |    299 +
 examples/ada/x31a.adb.cmake                        |    299 -
 examples/ada/x33a.adb                              |    895 +
 examples/ada/xthick01a.adb                         |    175 +
 examples/ada/xthick01a.adb.cmake                   |    177 -
 examples/ada/xthick02a.adb                         |    168 +
 examples/ada/xthick02a.adb.cmake                   |    168 -
 examples/ada/xthick03a.adb                         |    112 +
 examples/ada/xthick03a.adb.cmake                   |    112 -
 examples/ada/xthick04a.adb                         |    199 +
 examples/ada/xthick04a.adb.cmake                   |    101 -
 examples/ada/xthick05a.adb                         |     60 +
 examples/ada/xthick05a.adb.cmake                   |     60 -
 examples/ada/xthick06a.adb                         |    105 +
 examples/ada/xthick06a.adb.cmake                   |     89 -
 examples/ada/xthick07a.adb                         |     98 +
 examples/ada/xthick07a.adb.cmake                   |     91 -
 examples/ada/xthick08a.adb                         |    188 +
 examples/ada/xthick08a.adb.cmake                   |    188 -
 examples/ada/xthick09a.adb                         |    379 +
 examples/ada/xthick09a.adb.cmake                   |    379 -
 examples/ada/xthick10a.adb                         |     55 +
 examples/ada/xthick10a.adb.cmake                   |     55 -
 examples/ada/xthick11a.adb                         |    157 +
 examples/ada/xthick11a.adb.cmake                   |    157 -
 examples/ada/xthick12a.adb                         |    110 +
 examples/ada/xthick12a.adb.cmake                   |    110 -
 examples/ada/xthick13a.adb                         |    128 +
 examples/ada/xthick13a.adb.cmake                   |    128 -
 examples/ada/xthick14a.adb                         |    389 +
 examples/ada/xthick14a.adb.cmake                   |    389 -
 examples/ada/xthick15a.adb                         |    244 +
 examples/ada/xthick15a.adb.cmake                   |    244 -
 examples/ada/xthick16a.adb                         |    357 +
 examples/ada/xthick16a.adb.cmake                   |    354 -
 examples/ada/xthick17a.adb                         |    182 +
 examples/ada/xthick17a.adb.cmake                   |    182 -
 examples/ada/xthick18a.adb                         |    160 +
 examples/ada/xthick18a.adb.cmake                   |    163 -
 examples/ada/xthick19a.adb                         |    273 +
 examples/ada/xthick19a.adb.cmake                   |    110 -
 examples/ada/xthick20a.adb                         |    446 +
 examples/ada/xthick20a.adb.cmake                   |    446 -
 examples/ada/xthick21a.adb                         |    283 +
 examples/ada/xthick21a.adb.cmake                   |    283 -
 examples/ada/xthick22a.adb                         |    261 +
 examples/ada/xthick22a.adb.cmake                   |    261 -
 examples/ada/xthick23a.adb                         |    460 +
 examples/ada/xthick23a.adb.cmake                   |    460 -
 examples/ada/xthick24a.adb                         |    123 +
 examples/ada/xthick24a.adb.cmake                   |    123 -
 examples/ada/xthick25a.adb                         |    133 +
 examples/ada/xthick25a.adb.cmake                   |    127 -
 examples/ada/xthick26a.adb                         |    233 +
 examples/ada/xthick26a.adb.cmake                   |    172 -
 examples/ada/xthick27a.adb                         |    200 +
 examples/ada/xthick27a.adb.cmake                   |    148 -
 examples/ada/xthick28a.adb                         |    394 +
 examples/ada/xthick28a.adb.cmake                   |    375 -
 examples/ada/xthick29a.adb                         |    353 +
 examples/ada/xthick29a.adb.cmake                   |    226 -
 examples/ada/xthick30a.adb                         |    148 +
 examples/ada/xthick30a.adb.cmake                   |    156 -
 examples/ada/xthick31a.adb                         |    299 +
 examples/ada/xthick31a.adb.cmake                   |    299 -
 examples/ada/xthick33a.adb                         |    897 +
 examples/c++/CMakeLists.txt                        |      2 +-
 examples/c++/Makefile.examples.in                  |      5 +-
 examples/c++/plc++demos.h                          |     54 +-
 examples/c++/qt_PlotWindow.cpp                     |    240 +-
 examples/c++/qt_PlotWindow.h                       |    112 +-
 examples/c++/qt_example.cpp                        |     94 +-
 examples/c++/wxPLplotDemo.cpp                      |    387 +-
 examples/c++/x01.cc                                |    511 +-
 examples/c++/x01cc.cc                              |    341 +-
 examples/c++/x02.cc                                |    248 +-
 examples/c++/x03.cc                                |    183 +-
 examples/c++/x04.cc                                |    248 +-
 examples/c++/x05.cc                                |     81 +-
 examples/c++/x06.cc                                |    135 +-
 examples/c++/x07.cc                                |    136 +-
 examples/c++/x08.cc                                |    411 +-
 examples/c++/x09.cc                                |    781 +-
 examples/c++/x10.cc                                |     62 +-
 examples/c++/x11.cc                                |    282 +-
 examples/c++/x12.cc                                |    140 +-
 examples/c++/x13.cc                                |    172 +-
 examples/c++/x14.cc                                |    526 +-
 examples/c++/x15.cc                                |    338 +-
 examples/c++/x16.cc                                |    573 +-
 examples/c++/x17.cc                                |    239 +-
 examples/c++/x18.cc                                |    296 +-
 examples/c++/x19.cc                                |    225 +-
 examples/c++/x20.cc                                |    828 +-
 examples/c++/x21.cc                                |    695 +-
 examples/c++/x22.cc                                |    335 +-
 examples/c++/x23.cc                                |    686 +-
 examples/c++/x24.cc                                |    194 +-
 examples/c++/x25.cc                                |    186 +-
 examples/c++/x26.cc                                |    299 +-
 examples/c++/x27.cc                                |    249 +-
 examples/c++/x28.cc                                |    765 +-
 examples/c++/x29.cc                                |    621 +-
 examples/c++/x30.cc                                |    325 +-
 examples/c++/x31.cc                                |    485 +-
 examples/c++/x33.cc                                |    833 +
 examples/c/CMakeLists.txt                          |     14 +-
 examples/c/Makefile.examples.in                    |      1 +
 examples/c/README.plplotcanvas                     |      5 +
 examples/c/ext-cairo-test.c                        |     36 +-
 examples/c/extXdrawable_demo.c                     |    323 +-
 examples/c/plcdemos.h                              |     58 +-
 examples/c/plplotcanvas_animation.c                |    494 +-
 examples/c/plplotcanvas_demo.c                     |    193 +-
 examples/c/test_plend.c                            |     33 +-
 examples/c/tutor.c                                 |    404 +-
 examples/c/x01c.c                                  |    497 +-
 examples/c/x02c.c                                  |    183 +-
 examples/c/x03c.c                                  |    137 +-
 examples/c/x04c.c                                  |    192 +-
 examples/c/x05c.c                                  |     48 +-
 examples/c/x06c.c                                  |    131 +-
 examples/c/x07c.c                                  |    106 +-
 examples/c/x08c.c                                  |    413 +-
 examples/c/x09c.c                                  |    764 +-
 examples/c/x10c.c                                  |     45 +-
 examples/c/x11c.c                                  |    272 +-
 examples/c/x12c.c                                  |     91 +-
 examples/c/x13c.c                                  |    116 +-
 examples/c/x14c.c                                  |    481 +-
 examples/c/x15c.c                                  |    431 +-
 examples/c/x16c.c                                  |    738 +-
 examples/c/x17c.c                                  |    202 +-
 examples/c/x18c.c                                  |    251 +-
 examples/c/x19c.c                                  |    217 +-
 examples/c/x20c.c                                  |    820 +-
 examples/c/x21c.c                                  |    668 +-
 examples/c/x22c.c                                  |    465 +-
 examples/c/x23c.c                                  |    688 +-
 examples/c/x24c.c                                  |    239 +-
 examples/c/x25c.c                                  |    183 +-
 examples/c/x26c.c                                  |    346 +-
 examples/c/x27c.c                                  |    294 +-
 examples/c/x28c.c                                  |    778 +-
 examples/c/x29c.c                                  |    654 +-
 examples/c/x30c.c                                  |    296 +-
 examples/c/x31c.c                                  |    510 +-
 examples/c/x32c.c                                  |    219 +-
 examples/c/x33c.c                                  |    876 +
 examples/c/x34c.c                                  |    129 +
 examples/d/CMakeLists.txt                          |      2 +-
 examples/d/Makefile.examples.in                    |      8 +-
 examples/d/x01d.d                                  |    531 +-
 examples/d/x02d.d                                  |    241 +-
 examples/d/x03d.d                                  |    163 +-
 examples/d/x04d.d                                  |    224 +-
 examples/d/x05d.d                                  |     56 +-
 examples/d/x06d.d                                  |    120 +-
 examples/d/x07d.d                                  |    110 +-
 examples/d/x08d.d                                  |    418 +-
 examples/d/x09d.d                                  |    683 +-
 examples/d/x10d.d                                  |     49 +-
 examples/d/x11d.d                                  |    273 +-
 examples/d/x12d.d                                  |     93 +-
 examples/d/x13d.d                                  |    130 +-
 examples/d/x14d.d                                  |    676 +-
 examples/d/x15d.d                                  |    436 +-
 examples/d/x16d.d                                  |    600 +-
 examples/d/x17d.d                                  |    236 +-
 examples/d/x18d.d                                  |    225 +-
 examples/d/x19d.d                                  |    258 +-
 examples/d/x20d.d                                  |    492 +-
 examples/d/x21d.d                                  |    443 +-
 examples/d/x22d.d                                  |    583 +-
 examples/d/x23d.d                                  |    605 +-
 examples/d/x24d.d                                  |    235 +-
 examples/d/x25d.d                                  |    161 +-
 examples/d/x26d.d                                  |    382 +-
 examples/d/x27d.d                                  |    301 +-
 examples/d/x28d.d                                  |    707 +-
 examples/d/x29d.d                                  |    682 +-
 examples/d/x30d.d                                  |    284 +-
 examples/d/x31d.d                                  |    498 +-
 examples/d/x33d.d                                  |    677 +
 examples/f77/CMakeLists.txt                        |     18 +-
 examples/f77/Makefile.examples.in                  |      3 +-
 examples/f77/double2single.sed                     |      2 +-
 examples/f77/x01f.fm4                              |     10 +-
 examples/f77/x02f.fm4                              |      7 +-
 examples/f77/x03f.fm4                              |     14 +-
 examples/f77/x04f.fm4                              |     63 +-
 examples/f77/x05f.fm4                              |      9 +-
 examples/f77/x06f.fm4                              |    105 +-
 examples/f77/x07f.fm4                              |     35 +-
 examples/f77/x08f.fm4                              |     22 +-
 examples/f77/x09f.fm4                              |     25 +-
 examples/f77/x10f.fm4                              |      7 +-
 examples/f77/x11f.fm4                              |     25 +-
 examples/f77/x12f.fm4                              |      7 +-
 examples/f77/x13f.fm4                              |      9 +-
 examples/f77/x14f.fm4                              |     41 +-
 examples/f77/x15f.fm4                              |      7 +-
 examples/f77/x16af.fm4                             |     20 +-
 examples/f77/x16f.fm4                              |      9 +-
 examples/f77/x17f.fm4                              |     10 +-
 examples/f77/x18f.fm4                              |     20 +-
 examples/f77/x19f.fm4                              |    102 +-
 examples/f77/x20f.fm4                              |     13 +-
 examples/f77/x21f.fm4                              |     42 +-
 examples/f77/x22f.fm4                              |     29 +-
 examples/f77/x23f.fm4                              |      7 +-
 examples/f77/x24f.fm4                              |      9 +-
 examples/f77/x25f.fm4                              |    186 +-
 examples/f77/x26f.fm4                              |     99 +-
 examples/f77/x27f.fm4                              |    101 +-
 examples/f77/x28f.fm4                              |     56 +-
 examples/f77/x29f.fm4                              |     39 +-
 examples/f77/x30f.fm4                              |     45 +-
 examples/f77/x31f.fm4                              |     12 +-
 examples/f77/x33f.fm4                              |    891 +
 examples/f95/CMakeLists.txt                        |      2 +-
 examples/f95/Makefile.examples.in                  |      3 +-
 examples/f95/x01f.f90                              |      4 +-
 examples/f95/x02f.f90                              |      4 +-
 examples/f95/x03f.f90                              |      8 +-
 examples/f95/x04f.f90                              |     67 +-
 examples/f95/x05f.f90                              |      4 +-
 examples/f95/x06f.f90                              |     80 +-
 examples/f95/x07f.f90                              |     40 +-
 examples/f95/x08f.f90                              |     18 +-
 examples/f95/x09f.f90                              |      9 +-
 examples/f95/x10f.f90                              |      4 +-
 examples/f95/x11f.f90                              |     18 +-
 examples/f95/x12f.f90                              |      4 +-
 examples/f95/x13f.f90                              |      4 +-
 examples/f95/x14f.f90                              |     29 +-
 examples/f95/x15f.f90                              |      4 +-
 examples/f95/x16af.f90                             |     18 +-
 examples/f95/x16f.f90                              |      4 +-
 examples/f95/x17f.f90                              |      4 +-
 examples/f95/x18f.f90                              |     15 +-
 examples/f95/x19f.f90                              |    103 +-
 examples/f95/x20f.f90                              |     31 +-
 examples/f95/x21f.f90                              |     37 +-
 examples/f95/x22f.f90                              |     20 +-
 examples/f95/x23f.f90                              |      4 +-
 examples/f95/x24f.f90                              |      6 +-
 examples/f95/x25f.f90                              |    199 +-
 examples/f95/x26f.f90                              |    105 +-
 examples/f95/x27f.f90                              |     98 +-
 examples/f95/x28f.f90                              |     57 +-
 examples/f95/x29f.f90                              |     20 +-
 examples/f95/x30f.f90                              |    272 +-
 examples/f95/x31f.f90                              |      6 +-
 examples/f95/x33f.f90                              |    829 +
 examples/java/CMakeLists.txt                       |     76 +-
 examples/java/Makefile.examples.in                 |      3 +-
 examples/java/x01.java                             |    271 +-
 examples/java/x02.java                             |    201 +-
 examples/java/x03.java                             |    115 +-
 examples/java/x04.java                             |    187 +-
 examples/java/x05.java                             |     45 +-
 examples/java/x06.java                             |    108 +-
 examples/java/x07.java                             |     93 +-
 examples/java/x08.java                             |    254 +-
 examples/java/x09.java                             |    644 +-
 examples/java/x10.java                             |     43 +-
 examples/java/x11.java                             |    198 +-
 examples/java/x12.java                             |    102 +-
 examples/java/x13.java                             |    117 +-
 examples/java/x14.java                             |    532 +-
 examples/java/x15.java                             |    298 +-
 examples/java/x16.java                             |    508 +-
 examples/java/x17.java                             |    288 +-
 examples/java/x18.java                             |    304 +-
 examples/java/x19.java                             |    321 +-
 examples/java/x20.java                             |    765 +-
 examples/java/x21.java                             |    516 +-
 examples/java/x22.java                             |    473 +-
 examples/java/x23.java                             |    693 +-
 examples/java/x24.java                             |    221 +-
 examples/java/x25.java                             |    211 +-
 examples/java/x26.java                             |    203 +-
 examples/java/x27.java                             |    287 +-
 examples/java/x28.java                             |    721 +-
 examples/java/x29.java                             |    649 +-
 examples/java/x30.java                             |    290 +-
 examples/java/x31.java                             |    499 +-
 examples/java/x33.java                             |    852 +
 examples/lua/CMakeLists.txt                        |    127 +-
 examples/lua/x01.lua                               |      4 +-
 examples/lua/x02.lua                               |      4 +-
 examples/lua/x03.lua                               |      8 +-
 examples/lua/x04.lua                               |     93 +-
 examples/lua/x05.lua                               |      4 +-
 examples/lua/x06.lua                               |     76 +-
 examples/lua/x07.lua                               |     88 +-
 examples/lua/x08.lua                               |      4 +-
 examples/lua/x09.lua                               |      4 +-
 examples/lua/x10.lua                               |      4 +-
 examples/lua/x11.lua                               |      4 +-
 examples/lua/x12.lua                               |      4 +-
 examples/lua/x13.lua                               |      4 +-
 examples/lua/x14.lua                               |     17 +-
 examples/lua/x15.lua                               |      4 +-
 examples/lua/x16.lua                               |      4 +-
 examples/lua/x17.lua                               |      4 +-
 examples/lua/x18.lua                               |     13 +-
 examples/lua/x19.lua                               |     50 +-
 examples/lua/x21.lua                               |      4 +-
 examples/lua/x22.lua                               |      4 +-
 examples/lua/x23.lua                               |      4 +-
 examples/lua/x24.lua                               |      4 +-
 examples/lua/x25.lua                               |     12 +-
 examples/lua/x26.lua                               |    119 +-
 examples/lua/x27.lua                               |     84 +-
 examples/lua/x28.lua                               |     32 +-
 examples/lua/x29.lua                               |      4 +-
 examples/lua/x30.lua                               |     33 +-
 examples/lua/x31.lua                               |      4 +-
 examples/lua/x33.lua                               |    615 +
 examples/ocaml/CMakeLists.txt                      |    155 +-
 examples/ocaml/Makefile.examples.in                |     11 +-
 examples/ocaml/x01.ml                              |      6 +-
 examples/ocaml/x02.ml                              |      6 +-
 examples/ocaml/x03.ml                              |     10 +-
 examples/ocaml/x04.ml                              |     73 +-
 examples/ocaml/x05.ml                              |      4 +-
 examples/ocaml/x06.ml                              |     84 +-
 examples/ocaml/x07.ml                              |     16 +-
 examples/ocaml/x08.ml                              |      6 +-
 examples/ocaml/x09.ml                              |     14 +-
 examples/ocaml/x10.ml                              |      4 +-
 examples/ocaml/x11.ml                              |      6 +-
 examples/ocaml/x12.ml                              |      4 +-
 examples/ocaml/x13.ml                              |      4 +-
 examples/ocaml/x14.ml                              |     27 +-
 examples/ocaml/x15.ml                              |      8 +-
 examples/ocaml/x16.ml                              |     23 +-
 examples/ocaml/x17.ml                              |     31 +-
 examples/ocaml/x18.ml                              |     17 +-
 examples/ocaml/x19.ml                              |     30 +-
 examples/ocaml/x20.ml                              |     10 +-
 examples/ocaml/x21.ml                              |      8 +-
 examples/ocaml/x22.ml                              |     12 +-
 examples/ocaml/x23.ml                              |     26 +-
 examples/ocaml/x24.ml                              |      4 +-
 examples/ocaml/x25.ml                              |    109 +-
 examples/ocaml/x26.ml                              |     78 +-
 examples/ocaml/x27.ml                              |     76 +-
 examples/ocaml/x28.ml                              |     36 +-
 examples/ocaml/x29.ml                              |      6 +-
 examples/ocaml/x30.ml                              |     27 +-
 examples/ocaml/x31.ml                              |     16 +-
 examples/ocaml/x33.ml                              |    647 +
 examples/ocaml/xgtk_interface.ml                   |     89 +
 examples/ocaml/xplot01.ml                          |    240 +
 examples/octave/CMakeLists.txt                     |    159 +-
 examples/octave/p12.m                              |     14 +-
 examples/octave/p17.m                              |     14 +-
 examples/octave/p20.m                              |      2 +-
 examples/octave/x01c.m                             |      8 -
 examples/octave/x02c.m                             |      8 -
 examples/octave/x03c.m                             |     12 +-
 examples/octave/x04c.m                             |     83 +-
 examples/octave/x05c.m                             |      8 -
 examples/octave/x06c.m                             |    102 +-
 examples/octave/x07c.m                             |     23 +-
 examples/octave/x08c.m                             |     20 +-
 examples/octave/x09c.m                             |     12 +-
 examples/octave/x10c.m                             |      8 -
 examples/octave/x11c.m                             |     12 +-
 examples/octave/x12c.m                             |     14 +-
 examples/octave/x13c.m                             |     14 +-
 examples/octave/x14c.m                             |     74 +-
 examples/octave/x15c.m                             |     16 +-
 examples/octave/x16c.m                             |      8 -
 examples/octave/x17c.m                             |      8 -
 examples/octave/x18c.m                             |     23 +-
 examples/octave/x19c.m                             |    153 +-
 examples/octave/x20c.m                             |      4 +-
 examples/octave/x21c.m                             |      4 +-
 examples/octave/x22c.m                             |      8 -
 examples/octave/x23c.m                             |      4 +-
 examples/octave/x24c.m                             |     24 +-
 examples/octave/x25c.m                             |     84 +-
 examples/octave/x26c.m                             |    148 +-
 examples/octave/x27c.m                             |     82 +-
 examples/octave/x28c.m                             |     33 +-
 examples/octave/x29c.m                             |     19 +-
 examples/octave/x30c.m                             |     32 +-
 examples/octave/x31c.m                             |     24 +-
 examples/octave/x33c.m                             |    895 +
 examples/perl/CMakeLists.txt                       |    139 +-
 examples/perl/README.perldemos                     |     91 +-
 examples/perl/x01.pl                               |      2 +-
 examples/perl/x02.pl                               |      2 +-
 examples/perl/x03.pl                               |     21 +-
 examples/perl/x04.pl                               |     31 +-
 examples/perl/x05.pl                               |      2 +-
 examples/perl/x06.pl                               |     67 +-
 examples/perl/x07.pl                               |     66 +-
 examples/perl/x08.pl                               |      2 +-
 examples/perl/x09.pl                               |      2 +-
 examples/perl/x10.pl                               |      2 +-
 examples/perl/x11.pl                               |      2 +-
 examples/perl/x12.pl                               |      2 +-
 examples/perl/x13.pl                               |      2 +-
 examples/perl/x14.pl                               |     21 +-
 examples/perl/x15.pl                               |      2 +-
 examples/perl/x16.pl                               |     35 +-
 examples/perl/x17.pl                               |      2 +-
 examples/perl/x18.pl                               |      9 +-
 examples/perl/x19.pl                               |    106 +-
 examples/perl/x20.pl                               |      2 +-
 examples/perl/x21.pl                               |      2 +-
 examples/perl/x22.pl                               |      2 +-
 examples/perl/x23.pl                               |      2 +-
 examples/perl/x24.pl                               |      2 +-
 examples/perl/x25.pl                               |     73 +-
 examples/perl/x26.pl                               |     47 +-
 examples/perl/x27.pl                               |     72 +-
 examples/perl/x28.pl                               |    139 +-
 examples/perl/x29.pl                               |    147 +-
 examples/perl/x30.pl                               |     22 +-
 examples/perl/x31.pl                               |      2 +-
 examples/perl/x33.pl                               |    829 +
 .../plplot_configure.cmake_installed_examples.in   |    491 +-
 examples/python/CMakeLists.txt                     |    255 +-
 examples/python/README.logo                        |     60 +-
 examples/python/plplot_logo.py                     |     18 +-
 examples/python/plplot_python_start.py.cmake       |      5 +-
 examples/python/plplotcanvas_animation.py          |     18 +-
 examples/python/plplotcanvas_demo.py               |      6 +-
 examples/python/pyqt4_example.py                   |     10 +-
 examples/python/pytkdemo                           |      2 +-
 examples/python/svg_760x120_gradient.patch         |     28 -
 examples/python/test_axis_precision.py             |     22 +
 examples/python/test_circle.py                     |     90 +-
 examples/python/test_fill.py                       |     30 +
 examples/python/test_gradient.py                   |     31 +
 examples/python/test_hebrew_diacritic.py           |     55 +
 examples/python/test_plplot_encodings.py           |     31 +
 examples/python/test_plsmem.py.in                  |    127 +
 examples/python/test_style.py                      |    105 +
 examples/python/test_superscript_subscript.py      |     42 +-
 examples/python/test_symbol_clip.py                |     18 +
 examples/python/test_type1.py                      |    113 +
 examples/python/x01                                |      3 +-
 examples/python/x01.py                             |     22 +-
 examples/python/x02.py                             |      2 +-
 examples/python/x03                                |      2 +-
 examples/python/x03.py                             |      8 +-
 examples/python/x04.py                             |     14 +-
 examples/python/x05.py                             |      4 +-
 examples/python/x06.py                             |      4 +-
 examples/python/x07.py                             |      4 +-
 examples/python/x08.py                             |      6 +-
 examples/python/x09.py                             |     12 +-
 examples/python/x11.py                             |      6 +-
 examples/python/x12.py                             |      6 +-
 examples/python/x13.py                             |      6 +-
 examples/python/x16.py                             |     16 +-
 examples/python/x33                                |     39 +
 examples/python/xtkpy                              |      2 +-
 examples/python/xw01.py                            |      4 +-
 examples/python/xw02.py                            |      4 +-
 examples/python/xw03.py                            |      6 +-
 examples/python/xw04.py                            |     62 +-
 examples/python/xw05.py                            |      4 +-
 examples/python/xw06.py                            |     67 +-
 examples/python/xw07.py                            |     21 +-
 examples/python/xw08.py                            |      4 +-
 examples/python/xw09.py                            |      4 +-
 examples/python/xw10.py                            |      4 +-
 examples/python/xw11.py                            |      4 +-
 examples/python/xw12.py                            |      4 +-
 examples/python/xw13.py                            |      4 +-
 examples/python/xw14.py                            |      6 +-
 examples/python/xw15.py                            |      8 +-
 examples/python/xw16.py                            |      4 +-
 examples/python/xw18.py                            |      8 +-
 examples/python/xw19.py                            |     40 +-
 examples/python/xw20.py                            |      4 +-
 examples/python/xw21.py                            |      6 +-
 examples/python/xw22.py                            |      4 +-
 examples/python/xw23.py                            |      4 +-
 examples/python/xw24.py                            |      4 +-
 examples/python/xw25.py                            |     71 +-
 examples/python/xw26.py                            |     74 +-
 examples/python/xw27.py                            |     99 +-
 examples/python/xw28.py                            |     32 +-
 examples/python/xw29.py                            |      4 +-
 examples/python/xw30.py                            |     36 +-
 examples/python/xw31.py                            |      4 +-
 examples/python/xw33.py                            |    713 +
 examples/tcl/CMakeLists.txt                        |    129 +-
 examples/tcl/README.tcldemos                       |      2 +-
 examples/tcl/plgrid.tcl                            |      4 +-
 examples/tcl/plot.tcl                              |     10 +-
 examples/tcl/standard_examples.in                  |     41 +
 examples/tcl/tcldemos.tcl                          |     60 +-
 examples/tcl/x01                                   |      4 +-
 examples/tcl/x01.tcl                               |     20 +-
 examples/tcl/x03                                   |      2 +-
 examples/tcl/x03.tcl                               |     54 +-
 examples/tcl/x04.tcl                               |     61 +-
 examples/tcl/x05.tcl                               |      4 +-
 examples/tcl/x06.tcl                               |     67 +-
 examples/tcl/x07.tcl                               |     32 +-
 examples/tcl/x08.tcl                               |     41 +-
 examples/tcl/x09.tcl                               |    112 +-
 examples/tcl/x11.tcl                               |     14 +-
 examples/tcl/x12.tcl                               |     30 +-
 examples/tcl/x13.tcl                               |      8 +-
 examples/tcl/x14.tcl                               |    140 +-
 examples/tcl/x15.tcl                               |      6 +-
 examples/tcl/x16                                   |      5 +-
 examples/tcl/x16.tcl                               |     22 +-
 examples/tcl/x17.tcl                               |     10 +-
 examples/tcl/x18                                   |     29 +-
 examples/tcl/x18.tcl                               |     46 +-
 examples/tcl/x19.tcl                               |    112 +-
 examples/tcl/x20.tcl                               |      8 +-
 examples/tcl/x21.tcl                               |     33 +-
 examples/tcl/x22.tcl                               |     78 +-
 examples/tcl/x23                                   |      2 +-
 examples/tcl/x23.tcl                               |    322 +-
 examples/tcl/x24                                   |     29 +-
 examples/tcl/x24.tcl                               |      4 +-
 examples/tcl/x25                                   |      2 +-
 examples/tcl/x25.tcl                               |    182 +-
 examples/tcl/x26                                   |     29 +-
 examples/tcl/x26.tcl                               |     62 +-
 examples/tcl/x27.tcl                               |     86 +-
 examples/tcl/x28                                   |      2 +-
 examples/tcl/x28.tcl                               |    121 +-
 examples/tcl/x29                                   |      2 +-
 examples/tcl/x29.tcl                               |     74 +-
 examples/tcl/x30.tcl                               |     30 +-
 examples/tcl/x31.tcl                               |     23 +-
 examples/tcl/x33                                   |     44 +
 examples/tcl/x33.tcl                               |    787 +
 examples/tk/CMakeLists.txt                         |    127 +-
 examples/tk/README.tkdemos                         |      2 +-
 examples/tk/plgrid.in                              |     10 +
 examples/tk/standard_examples.in                   |     41 +
 examples/tk/tk01                                   |    130 -
 examples/tk/tk01.in                                |    130 +
 examples/tk/tk02                                   |    190 -
 examples/tk/tk02.in                                |    190 +
 examples/tk/tk03                                   |    288 -
 examples/tk/tk03.in                                |    288 +
 examples/tk/tk04                                   |    122 -
 examples/tk/tk04.in                                |    122 +
 examples/tk/tkdemos.tcl                            |     56 +-
 examples/tk/xtk01.c                                |    603 +-
 examples/tk/xtk02.c                                |    407 +-
 examples/tk/xtk04.c                                |    238 +-
 fonts/font01.c                                     |    972 +-
 fonts/font02.c                                     |    828 +-
 fonts/font03.c                                     |    756 +-
 fonts/font04.c                                     |    804 +-
 fonts/font05.c                                     |    564 +-
 fonts/font06.c                                     |    636 +-
 fonts/font07.c                                     |    636 +-
 fonts/font08.c                                     |    612 +-
 fonts/font09.c                                     |    612 +-
 fonts/font10.c                                     |    612 +-
 fonts/font11.c                                     |    652 +-
 fonts/plhershey-unicode-gen.c                      |    301 +-
 fonts/plhershey-unicode.csv                        |    264 +-
 fonts/stndfont.c                                   |    220 +-
 fonts/xtndfont.c                                   |    183 +-
 include/CMakeLists.txt                             |     23 +-
 include/dirent_msvc.h                              |    342 +-
 include/disptab.h                                  |    142 +-
 include/drivers.h                                  |    230 +-
 include/gcw.h                                      |    196 +-
 include/ltdl_win32.h                               |     56 +-
 include/metadefs.h                                 |    118 +-
 include/moc_files.h.in                             |      6 +
 include/pdf.h                                      |    164 +-
 include/plConfig.h.cmake                           |    118 +-
 include/plDevs.h.cmake                             |     74 +-
 include/plcore.h                                   |    298 +-
 include/pldebug.h                                  |    117 +-
 include/pldll.h.in                                 |    198 +-
 include/plevent.h                                  |    402 +-
 include/plfci-truetype.h                           |    112 +-
 include/plfci-type1.h                              |    125 +-
 include/plfreetype.h                               |    310 +-
 include/plhershey-unicode.h                        |    294 -
 include/plplot.h                                   |   2835 +-
 include/plplotP.h                                  |   1368 +-
 include/plplotcanvas-hacktext.h                    |    128 +-
 include/plplotcanvas.h                             |    699 +-
 include/plstrm.h                                   |   1263 +-
 include/plunicode-type1.h                          |   1129 +-
 include/plxwd.h                                    |    141 +-
 include/ps.h                                       |    137 +-
 include/qt.h                                       |    573 +-
 lib/csa/csa.c                                      |   2510 +-
 lib/csa/csa.h                                      |     63 +-
 lib/csa/csadll.h                                   |     50 +-
 lib/csa/nan.h                                      |     70 +-
 lib/csa/version.h                                  |     26 +-
 lib/nistcd/cd.c                                    |   6085 +-
 lib/nistcd/cd.h                                    |    440 +-
 lib/nistcd/cddll.h                                 |     48 +-
 lib/nistcd/cdexpert.c                              |    276 +-
 lib/nistcd/cdmulti.c                               |    141 +-
 lib/nistcd/cdsimple.c                              |    153 +-
 lib/nistcd/cdtest.c                                |   1058 +-
 lib/nistcd/cdtext.c                                |    298 +-
 lib/nistcd/color16.c                               |    401 +-
 lib/nistcd/defines.h                               |    110 +-
 lib/nn/CMakeLists.txt                              |      4 +-
 lib/nn/delaunay.c                                  |   1065 +-
 lib/nn/delaunay.h                                  |     92 +-
 lib/nn/hash.c                                      |    858 +-
 lib/nn/hash.h                                      |    158 +-
 lib/nn/istack.c                                    |     72 +-
 lib/nn/istack.h                                    |     49 +-
 lib/nn/lpi.c                                       |    218 +-
 lib/nn/nan.h                                       |    102 +-
 lib/nn/nn.h                                        |    599 +-
 lib/nn/nnai.c                                      |    539 +-
 lib/nn/nncommon.c                                  |    555 +-
 lib/nn/nndll.h                                     |     48 +-
 lib/nn/nnpi.c                                      |   1068 +-
 lib/nn/version.h                                   |     26 +-
 lib/qsastime/bhunt_search_test.c                   |    185 +-
 lib/qsastime/deltaT-gen.c                          |    273 +-
 lib/qsastime/deltaT_test.c                         |     21 +-
 lib/qsastime/dspline.c                             |    263 +-
 lib/qsastime/dsplint.c                             |    203 +-
 lib/qsastime/qsastime.c                            |   2443 +-
 lib/qsastime/qsastime.h                            |     94 +-
 lib/qsastime/qsastime.txt                          |      2 +-
 lib/qsastime/qsastimeP.h.in                        |    117 +-
 lib/qsastime/qsastime_extra.c                      |    447 +-
 lib/qsastime/qsastime_extra.h                      |    106 +-
 lib/qsastime/qsastime_test.c                       |    267 +-
 lib/qsastime/qsastime_testlib.c                    |   1087 +-
 lib/qsastime/qsastimedll.h                         |     48 +-
 lib/qsastime/tai-utc-gen.c                         |    301 +-
 plplot_test/CMakeLists.txt                         |    103 +-
 plplot_test/plplot-test-interactive.sh.in          |     36 +-
 plplot_test/plplot-test.sh.cmake                   |    156 +-
 plplot_test/test_ada.sh.in                         |     14 +-
 plplot_test/test_c.sh.in                           |     14 +-
 plplot_test/test_c_interactive.sh.in               |     56 +
 plplot_test/test_cxx.sh.in                         |     36 +-
 plplot_test/test_d.sh.in                           |     14 +-
 plplot_test/test_diff.sh.in                        |     27 +-
 plplot_test/test_f77.sh.in                         |     30 +-
 plplot_test/test_f95.sh.in                         |     30 +-
 plplot_test/test_java.sh.in                        |     16 +-
 plplot_test/test_lua.sh.in                         |     24 +-
 plplot_test/test_ocaml.sh.in                       |     14 +-
 plplot_test/test_octave.sh.in                      |     97 +-
 plplot_test/test_octave_interactive.sh.in          |     92 +
 plplot_test/test_pdl.sh.in                         |     24 +-
 plplot_test/test_python.sh.in                      |     12 +-
 plplot_test/test_single_python.sh                  |      2 +-
 plplot_test/test_single_tcl.sh                     |      2 +-
 plplot_test/test_tcl.sh.in                         |     36 +-
 scripts/CMakeLists.txt                             |     15 +-
 scripts/MinGW_MSYS_comprehensive_test.sh           |    133 +
 scripts/check_backwards_incompatible_api.sh        |    104 +
 scripts/comprehensive_test.sh                      |    529 +
 scripts/convert_comment.py                         |    206 +
 scripts/generate_website.sh                        |     26 +-
 scripts/htdocs-gen_plot-examples.sh                |     28 +-
 scripts/make_tarball.sh                            |      8 +-
 scripts/parity_bit_check.exclude                   |     25 +
 scripts/parity_bit_check.sh                        |     65 +
 scripts/style_source.sh                            |    288 +
 scripts/test_bisect.sh                             |     53 +
 src/CMakeLists.txt                                 |     43 +-
 src/ltdl_win32.c                                   |    155 +-
 src/mt19937ar.c                                    |    267 +-
 src/mt19937ar.h                                    |    144 +-
 src/pdfutils.c                                     |   1236 +-
 src/plaffine.c                                     |    184 +
 src/plarc.c                                        |    203 +-
 src/plargs.c                                       |   3559 +-
 src/plbox.c                                        |   3433 +-
 src/plbuf.c                                        |   1887 +-
 src/plcont.c                                       |   1920 +-
 src/plcore.c                                       |   5469 +-
 src/plctrl.c                                       |   4002 +-
 src/plcvt.c                                        |    234 +-
 src/pldeprecated.c                                 |    246 +-
 src/pldtik.c                                       |    541 +-
 src/plf2ops.c                                      |    435 +
 src/plfill.c                                       |   2328 +-
 src/plfreetype.c                                   |   2054 +-
 src/plgradient.c                                   |    269 +
 src/plgridd.c                                      |   1524 +-
 src/plgset.c                                       |    379 +
 src/plhist.c                                       |    361 +-
 src/plimage.c                                      |    676 +-
 src/pllegend.c                                     |   2204 +
 src/plline.c                                       |   1908 +-
 src/plmap.c                                        |    578 +-
 src/plot3d.c                                       |   4658 +-
 src/plpage.c                                       |    438 +-
 src/plsdef.c                                       |    493 +-
 src/plshade.c                                      |   2087 +-
 src/plstdio.c                                      |    321 +-
 src/plstripc.c                                     |    495 +-
 src/plsym.c                                        |   3231 +-
 src/pltick.c                                       |    250 +-
 src/pltime.c                                       |    102 +-
 src/plvect.c                                       |    323 +-
 src/plvpor.c                                       |    750 +-
 src/plwind.c                                       |    329 +-
 sys/dos/djgpp/cf/demos.in                          |    354 -
 sys/dos/djgpp/cf/dist.in                           |    107 -
 sys/dos/djgpp/cf/djgpp.in                          |    206 -
 sys/dos/djgpp/cf/drivers.in                        |     46 -
 sys/dos/djgpp/cf/exes.in                           |     92 -
 sys/dos/djgpp/cf/init.in                           |     44 -
 sys/dos/djgpp/cf/initdemo.in                       |     44 -
 sys/dos/djgpp/cf/initlib.in                        |     81 -
 sys/dos/djgpp/cf/install.in                        |     85 -
 sys/dos/djgpp/cf/lib.in                            |     73 -
 sys/dos/djgpp/cf/misc.in                           |     36 -
 sys/dos/djgpp/cf/objs.in                           |     83 -
 sys/dos/djgpp/cf/plconfig.in                       |     74 -
 sys/dos/djgpp/cf/pldevs.h                          |     50 -
 sys/dos/djgpp/cf/version.in                        |     16 -
 sys/dos/djgpp/mkmf.bat                             |     72 -
 sys/dos/djgpp/readme                               |    197 -
 sys/dos/djgpp/readme.old                           |     46 -
 sys/dos/djgpp/src/gnusvga.c                        |   2626 -
 sys/dos/djgpp/tmp/.dummy                           |      0
 uncrustify.cfg                                     |   1467 +-
 utils/CMakeLists.txt                               |      9 +-
 utils/parity_bit_check.c                           |     18 +
 utils/plrender.c                                   |   2791 +-
 utils/pltcl.c                                      |    233 +-
 utils/pltek.c                                      |    410 +-
 utils/tektest.c                                    |    345 +-
 utils/xform.c                                      |     12 +-
 www/CMakeLists.txt                                 |      1 +
 www/corefunctions.php                              |     88 +-
 www/credits.php                                    |      1 +
 www/css/style.css.in                               |     10 +
 www/documentation.php.in                           |     28 +-
 www/examples.php                                   |     28 +-
 www/img/plplot_logo.jpg                            |    Bin 34160 -> 34240 bytes
 www/index.php                                      |      5 +-
 www/simplepie.inc                                  |  15038 ++
 3131 files changed, 1151359 insertions(+), 421489 deletions(-)

diff --cc debian/NEWS
index 656d3ee,656d3ee..e017ee3
--- a/debian/NEWS
+++ b/debian/NEWS
@@@ -1,10 -1,10 +1,28 @@@
--plplot (5.8.0~RC1-2) unstable; urgency=low
++plplot (5.9.8-1) unstable; urgency=low
  
--  * The psttf driver is dropped in this release.  The cairo driver
--    provides all of its functionality and will replace it eventually.  The
--    plplot9-driver-cairo package has relationships Conflicts/Replaces with
--    plplot9-driver-pstff, which should make the transition smoother for
--    the users.
++    New libplplot-ocaml, libplplot-lua and libplplot-d packages have been 
++    introduced. These contain the PLplot bindings for the ocaml, lua and D
++    languages respectively. 
++
++    New python-plplot-qt package has been introduced which allows the PLplot
++    API to be used in Qt applications from python using pyqt4.
++
++ -- Andrew Ross <andrewross at users.sourceforge.net>  Tue, 02 Aug 2011 15:41:38 +0100
++
++plplot (5.9.6-1) unstable; urgency=low
++
++    The plplot-bin package has been dropped since all the utilities in contained
++    were now obsolete, or relied on obsolete drivers.
++
++    A new plplot9-driver-qt package has been introduced for the new qt driver
++    and bindings. This produce high quality interactive output on multiple 
++    platforms (Linux / Mac OS-X / Windows) as well as a range of file formats
++    including postscript, pdf, svg, png, jpeg and ppm. Upstream the gd driver is
++    now disabled by default and the qt or cairo are recommended instead. In a
++    subsequent release it is likely that the Debian package of the gd driver will
++    also be dropped and so it is recommended that you move to the qt or cairo 
++    drivers instead. 
++
++ -- Andrew Ross <andrewross at users.sourceforge.net>  Thu, 12 Jul 2010 23:25:08 +0100
  
-- -- Rafael Laboissiere <rafael at debian.org>  Thu, 01 Nov 2007 10:19:31 +0100
  
diff --cc debian/README.Debian
index 0000000,0dd0017..0d9e084
mode 000000,100644..100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@@ -1,0 -1,85 +1,101 @@@
+ plplot for Debian
+ -----------------
+ 
+ 1. INTRODUCTION & ORIGIN
+ 
+     These are the debianized packages for PLplot, a scientific plotting
+     library.  They were put together by Rafael Laboissiere. The porting
 -    to the new CMake build system was done by Andrew Ross.
++    to the new CMake build system and current maintenance is done by 
++    Andrew Ross.
+ 
+ 
+ 2. PACKAGES
+ 
+     The original PLplot distribution was broken down in several Debian
+     packages:
+ 
 -      * libplplot9: Contains the shared C libraries, as well as the
++      * libplplot11: Contains the shared C libraries, as well as the
+ 	data files and the driver modules that do not depend on other
+ 	libraries.
+ 
+       * libplplot-dev: Headers and static libraries for developing programs
+         using the PLplot API, as well as many examples in C, C++, and
+         Fortran77.
+ 
 -      * plplot-bin: Contains various utilities associated with PLplot.
 -
+       * plplot-doc: HTML, PS and PDF formats of the PLplot manual.
+ 
 -      * plplot9-driver-xwin: Provides the xwin driver module.
++      * plplot11-driver-xwin: Provides the xwin driver module.
+ 
 -      * plplot9-driver-gd: Provides the GD driver module, which allows
++      * plplot11-driver-gd: Provides the GD driver module, which allows
+         direct generation of PNG and JPEG files.
+ 
 -      * plplot9-driver-cairo: Provides the cairo driver module. This uses
++      * plplot11-driver-cairo: Provides the cairo driver module. This uses
+ 	the cairo library to produce higher quality text using truetype
+         fonts. It produces postscript, pdf, svg, png, mem and X output.
+         This replaces the plplot9-driver-psttf package in previous
+         releases. The cairo driver provides similar results for postscript
+         and more functionality.
+ 
 -      * plplot9-driver-wxwidgets: Provides the WXWidgets driver module.
++      * plplot11-driver-wxwidgets: Provides the WXWidgets driver module.
++
++      * plplot11-driver-qt: Provides the qt driver module.
+ 
 -      * libplplot-c++9c2: Contains the library for using the C++ PLplot
++      * libplplot-c++10: Contains the library for using the C++ PLplot
+ 	classes.
+ 
+       * libplplot-fortran9: Contains the F77 and F90 bindings for
+ 	the PLplot functions.
+ 
 -      * libplplot9-java: Contains the bindings for using the PLplot
 -	functions from java. This package is currently empty on arm due 
 -        to problems with java-gcj-compat-dev on this platform.
++      * libplplot-java: Contains the bindings for using the PLplot
++	functions from java. 
++
++      * libplplot-ada: Contains the Ada bindings for the PLplot functions.
++
++      * libplplot-ocaml: Contains the OCaml bindings for the PLplot functions.
+ 
 -      * libplplot9-ada: Contains the Ada bindings for the PLplot functions.
++      * libplplot-lua: Contains the lua bindings for the PLplot functions.
++
++      * libplplot-d: Contains the d language bindings for the PLplot functions.
+ 
+       * plplot-tcl: Modules allowing binding of the PLplot functions
+         for Tcl/Tk.  Contains also the Tk driver module and some interactive
+         programs
+ 
+       * plplot-tcl-dev: Development files for the Tcl/Tk biondings.
+ 
+       * python-plplot: Glue library with bindings for Python.
+ 
 -      * octave-plplot: Glue library with bindings for Octave 2.9.  In order
++      * python-plplot-qt: Bindings to use the plplot API in Qt applications
++        from python with pyqt4.
++
++      * octave-plplot: Glue library with bindings for Octave 3.2.  In order
+ 	to use this package, issue the command "toggle_plplot_use" at the
 -        Octave 2.9 prompt.  This will have the effect of replacing the
++        Octave 3.2 prompt.  This will have the effect of replacing the
+         traditional Gnuplot interface by a PLplot based one.
+ 
++      * libcsiro0: libcsirocsa and libcsironn libraries from Pavel Sakov 
++        at CSIRO which are used by PLplot.
++
++      * libqsastime0, libqsastime-dev: library and development packages for
++        the qsastime library for handling time format conversions. This is
++        used by PLplot.
++
+ 
+ 3. DOCUMENTATION
+ 
+     Further documentation for PLplot can be found in the plplot-doc
+     package.  The entry point is /usr/share/doc/plplot-doc.
+ 
+ 
+ 4. DEMOS & EXAMPLES
+ 
+     A lot of examples were included in the libplplot-dev, plplot-tcl,
+     python-plplot, and octave-plplot packages.  They can be found under
 -    /usr/share/doc/libplplot9/examples/. Makefiles are available along the
++    /usr/share/doc/libplplot11/examples/. Makefiles are available along the
+     sources.
+ 
+     For development of C programs with the PLplot library, there is a
+     pkg-config support included in the libplplot-dev package.  For details,
+     see /usr/share/doc/libplplot-dev/README.pkg-config.
+ 
+  -- Rafael Laboissiere <rafael at debian.org>, Tue Mar  4 17:05:31 2003
diff --cc debian/changelog
index 9ef44b7,146965e..07e57ed
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,19 -1,17 +1,122 @@@
 -plplot (5.9.6-1) unstable; urgency=low
++plplot (5.9.8-1) unstable; urgency=low
++
++  * New upstream release.
++  * debian/control.in: Bump standards version to 3.9.2.
++  * debian/NEWS: update NEWS file for 5.9.8.
++  * debian/control.in, debian/rules, debian/*.files:
++    Rename packages to reflect bump in SONAME version.
++  * Rebuild against gfortran-4.6 (closes: #635739).
++  * debian/rules: 
++    + Update to reflect changes in upstream ChangeLog file name. 
++    + Tidy up some old comments.
++    + Change from calling ctest to using "make test_noninteractive"
++      to run the tests. Also include .NOTPARALLEL target to prevent the 
++      rules makefile being parallelised. Instead pass -j options to the
++      plplot make files. This allows parallel builds to work correctly.
++    + Fix a temporary permissions problem with test script in the 5.9.8
++      tarball.
++    + Fix dependency generation for octave package.
++    + Fix python build so that the installed example Makefiles are 
++      properly configured.
++  * debian/rules, debian/control.in, debian/libplplot-ocaml.files:
++    Add new libplplot-ocaml package which includes the OCaml bindings.
++  * debian/rules, debian/control.in, debian/libplplot-lua.files:
++    Add new libplplot-lua package which includes the lua bindings.
++  * debian/rules, debian/control.in, debian/libplplot-d.files:
++    Add new libplplot-d package which includes the D language bindings.
++  * debian/rules, debian/control.in, debian/python-plplot-qt.files:
++    Add new python-plplot-qt package which includes the python bindings to
++    allow use of the plplot API in qt applications. 
++  * debian/control.in: 
++    + Remove dependency of libplplot-java on default-jre as per policy. 
++      Java libraries do not need to depend on a java runtime. Fixes 
++      lintian warning.
++    + Tidy up section / priority headers for the packages.
++  * debian/patches/series, debian/patches/08_oct_perms.diff, 
++    debian/patches/09_qt_nodisplay.diff, 
++    debian/patches/10_fix_test_scripts.diff,
++    debian/patches/11_ocaml_library_location.diff,
++    debian/patches/12_qt_unload_fix.diff
++    + Add new patch to turn off execute permissions for plplot_octave.oct 
++      (fixes lintian error). 
++    + Add patch from upstream to enable non-interactive qt devices to work
++      even if DISPLAY is not set (prevents error when running tests on a 
++      buildd / using pbuilder). 
++    + Add new upstream patch to remove spurious chmod commands from test 
++      scripts. This ensures the installed examples will work as expected.
++    + Add new upstream patch to change the install location for OCaml
++      libraries to remove the OCaml version (as per Debian OCaml practice)
++      and to remove the execute permissions for the stublibs.
++    + Add temporary workaround from upstream to prevent crash on exit with
++      the qt driver and Qt-4.7.3.
++  * debian/copyright: Make explicit that the license is LGPL-2 (fixes
++    lintian warning). Update consistent with upstream copyright file.
++  * debian/control.in, debian/rules, debian/libqsastime0.files, 
++    debian/libqsastime-dev.file:
++    Split libqsastime off into separate library and devel packages.
++  * debian/libplplot-dev.files, debian/libplplot-fortran9.files:
++    Move fortran .h and .mod files to the libplplot-dev package as these
++    are required for compiling fortran with plplot and not for runtime.
++  * debian/plplot-tcl-dev.lintian-overrides: Add lintian override for
++    informational warning about interpreter path not being absolute.
++  * debian/rules: Add -fvisibility=hidden to CFLAGS and -Wl,--as-needed
++    to LD_FLAGS to only export required symbols and prevent linking in
++    unnecessary libraries. Reduces the dependency requirements, 
++    particularly for the drivers.
++
++ -- Andrew Ross <andrewross at users.sourceforge.net>  Fri, 2 Sep 2011 20:35:33 +0100
++
++plplot (5.9.7-1) UNRELEASED; urgency=low
+ 
+   * New upstream release (closes: #564216).
++  * debian/rules: remove -DHAVE_PTHREADS=ON option as it is on by default. 
++    Option name is also likely to change in future releases.
++  * debian/control.in, debian/rules, debian/python-plplot.files: change from
++    using dh_pycentral to dh_python2 (closes: #616942). Also fixes lintian warning.
++  * debian/control.in: minor tweaks to package descriptions.
++
++ -- Andrew Ross <andrewross at users.sourceforge.net>  Wed, 16 Mar 2011 11:10:59 +0000
++
++plplot (5.9.6-1) UNRELEASED; urgency=low
++
++  * New upstream release.
+   * debian/patches/series: 
+     + Remove the following patches which are included upstream
+         11_minus-sign-manpage.diff
+         16_wxwidget-with-cmake-2.8.diff
+         17_fix_cmap_support.diff
++        18_update_cmake_fortran.diff
+       and delete the patches from the patches directory.
 -    + Comment out 07_octave_prune_examples.diff from the list of applied patches, 
 -      but leave patch for now to see if octave example p7 is ok on alpha.
++    + Comment out 07_octave_prune_examples.diff from the list of applied 
++      patches, but leave patch for now to see if octave example p7 is ok 
++      on alpha.
+     + Update remaining patches for 5.9.6.
 -
 - -- Andrew Ross <andrewross at users.sourceforge.net>  Wed, 19 May 2010 11:14:30 +0100
++  * debian/control.in: drop plplot-bin package altogether as all these scripts
++    are now obsolete.
++  * debian/control.in, debian/rules, debian/plplot9-driver-qt.files:
++    Add new plplot9-driver-qt package which includes the qt driver and bindings.
++  * debian/source/format: Add file to select 3.0 (quilt) format for the package. 
++    Fixes lintian warning.
++  * debian/NEWS: update NEWS file for 5.9.6.
++
++ -- Andrew Ross <andrewross at users.sourceforge.net>  Fri, 27 Aug 2010 23:31:10 +0100
++
 +plplot (5.9.5-4) unstable; urgency=low
 +
 +  * debian/rules, debian/control.in: update to use dh_numpy in debian/rules 
 +    to get versioned numpy support. Requires python numpy >= 1:1.1.4.1-4~ 
 +    (closes: 590770).
 +  * debian/control.in: Bump standards version to 3.9.1.
 +  * debian/control.in, debian/plplot-bin.files: remove references to plrender
 +    in package descriptions (no longer included) and also remove plpr / plm2gif
 +    scripts which rely on plrender.
 +  * debian/control.in: Fix spelling mistake in cairo driver package 
 +    (closes: 592970)
 +  * debian/patches/18_update_cmake_fortran.diff: Remove plplot workaround for
 +    cmake fortran support as this is no longer needed with cmake 2.8.2 and
 +    causes errors building the f77 and f95 libraries.
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Thu, 26 Aug 2010 13:38:26 +0100
  
  plplot (5.9.5-3) unstable; urgency=low
  
@@@ -134,7 -132,7 +237,7 @@@ plplot (5.9.2-2) unstable; urgency=lo
        large number of warnings. Also fixes automatic_replot support.
        (closes: #522423)
  
--  * debian/rules: Disable ocaml support to prevent ocaml bindings
++  * debian/rules: Disable OCaml support to prevent OCaml bindings
      being build if ocamlc is installed.
  
    [ Rafael Laboissiere ]
@@@ -1057,7 -1055,7 +1160,7 @@@ plplot (5.2.1.cvs.20031030-1) unstable
      - debian/rules
      - debian/libplplot9.README.Debian (new)
      - debian/libplplot9.files (new)
--  * In order to avoid backward incompatibilities withe the release of
++  * In order to avoid backward incompatibilities with the release of
      libplplot9, the driver module packages have now versioned names:
      - plplot9-driver-gd
      - plplot9-driver-xwin
@@@ -1873,7 -1871,7 +1976,7 @@@ plplot (4.99j-5) unstable; urgency=lo
      includes shared libraries.
    * Links to the shared library are now Policy compliant, i.e. their names
      have only one number after .so.
--  * debain/shlibs.local is renamed to debian/shlibs, and
++  * debian/shlibs.local is renamed to debian/shlibs, and
      debian/plplot-tcl.shlibs is created.
    * The scripts installed under usr/lib/tcl8.0/plplot/ should not be
      executable.
diff --cc debian/control
index 736d9e6,89ede35..8bd0909
--- a/debian/control
+++ b/debian/control
@@@ -2,31 -2,31 +2,36 @@@ Source: plplo
  Section: math
  Priority: optional
  Maintainer: Andrew Ross <andrewross at users.sourceforge.net>
- Standards-Version: 3.9.1
 -Standards-Version: 3.8.4
++Standards-Version: 3.9.2
  Build-Depends: cmake (>= 2.6.3), debhelper (>= 7), 
   tcl8.5-dev, tk8.5-dev, itcl3-dev, libx11-dev, libxext-dev,
   libxi-dev, gfortran, itk3-dev, octave3.2-headers,
   libgd2-noxpm-dev | libgd2-xpm-dev, m4, libqhull-dev (>= 2003.1-8), 
   libxml-parser-perl, libxml-dom-perl, libltdl3-dev, pkg-config, 
   quilt, slice, python-gtk2-dev, libwxgtk2.8-dev, 
-- python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6),
 - python-numpy (>= 1.0.4-4), ttf-freefont, default-jdk,
 - fastjar, swig, gnat [!sh4]
++ python-all-dev (>= 2.6.6-3~),
 + python-numpy (>= 1:1.4.1-4~), ttf-freefont, default-jdk,
-  fastjar, swig, gnat [!sh4]
++ fastjar, swig, gnat [!sh4], libqt4-dev, python-sip-dev, 
++ python-qt4, python-qt4-dev,
++ ocaml-nox, camlidl, ocaml-findlib, libcairo-ocaml-dev,
++ liblablgtk2-ocaml-dev, liblua5.1-0-dev, lua5.1, gdc
  Build-Depends-Indep: docbook-xml, docbook, docbook-dsssl, docbook-xsl,
   docbook2x, opensp, jadetex, ghostscript
  Build-Conflicts: libplplot5, octave3.0-headers
--XS-Python-Version: all
++X-Python-Version: >=2.4
  Homepage: http://www.plplot.org
  Vcs-Svn: https://plplot.svn.sourceforge.net/svnroot/plplot/trunk/debian
  Vcs-Browser: http://plplot.svn.sourceforge.net/viewvc/plplot/trunk/debian/
  
--Package: libplplot9
++Package: libplplot11
  Architecture: any
  Section: libs
--Conflicts: libplplot5, plplot (<< 5)
++Conflicts: libplplot9
  Depends: ${shlibs:Depends}, ${misc:Depends}
--Suggests: plplot9-driver-xwin, plplot9-driver-gd,
-- plplot9-driver-cairo, plplot9-driver-wxwidgets, plplot-tcl
++Suggests: plplot11-driver-xwin, plplot11-driver-gd,
++ plplot11-driver-cairo, plplot11-driver-qt, plplot11-driver-wxwidgets, plplot11-tcl
++Replaces: plplot-bin (<< 5.9.6-1)
++Breaks: plplot-bin (<<5.9.6-1)
  Description: Scientific plotting library
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -42,11 -42,11 +47,13 @@@
  Package: libplplot-dev
  Architecture: any
  Section: libdevel
--Recommends: pkg-config
--Depends: libplplot9 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
-- libltdl3-dev, libplplot-c++9c2 (= ${binary:Version}), 
 - libplplot-fortran9 (= ${binary:Version})[ADA:, libplplot-ada (= ${binary:Version}):], 
 - ${misc:Depends}
++Recommends: pkg-config, libplplot-c++10 (= ${binary:Version}), 
 + libplplot-fortran9 (= ${binary:Version}), libplplot-ada (= ${binary:Version}), 
-  ${misc:Depends}
++ libplplot-ocaml, libplplot-lua, libplplot-d
++Suggests: plplot-doc
++Depends: libplplot11 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
++ libltdl3-dev, ${misc:Depends}
++Breaks: libplplot-fortran9 (<< 5.9.8-1)
  Description: Scientific plotting library (development files)
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -56,16 -56,16 +63,18 @@@
   handful of function calls is typically required.  For more advanced use,
   virtually all aspects of plotting are configurable.
   .
-- This package contains all that is needed for doing development in C, C++,
-- and Fortran with PLplot.  Examples of programs for these languages are
-- also included.  For development in Tcl/Tk, Python, and Octave, install
-- the plplot-tcl, python-plplot, and octave-plplot packages, respectively.
++ Fortran and Ada with PLplot.  Examples of programs for these languages are
++ also included.  For development in Tcl/Tk, Python, Octave, and Java install
++ the plplot-tcl-dev, python-plplot, octave-plplot and libplplot-java packages,
++ respectively. This package also includes the OCaml, lua and D examples. To use
++ a particular language you will also need to install the libplplot-xxx package
++ for that language.
  
--Package: libplplot-c++9c2
++Package: libplplot-c++10
  Architecture: any
  Section: libs
--Conflicts: libplplot5, libplplot-c++9
--Replaces: libplplot-c++9
++Conflicts: libplplot5, libplplot-c++9, libplplot-c++9c2
++Replaces: libplplot-c++9c2
  Depends: ${shlibs:Depends}, ${misc:Depends}
  Description: Scientific plotting library (C++ binding)
   PLplot is relatively small, portable, freely distributable, and is rich
@@@ -94,10 -94,10 +103,12 @@@ Description: Scientific plotting librar
   This package contains the Fortran 77 and Fortran 95 bindings for
   PLplot.
  
--Package: libplplot9-java
++Package: libplplot-java
  Architecture: any
  Section: java
--Depends: default-jre, ${shlibs:Depends}, ${misc:Depends}
++Conflicts: libplplot9-java
++Replaces: libplplot9-java
++Depends: ${shlibs:Depends}, ${misc:Depends}
  Description: Scientific plotting library (Java bindings)
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -112,7 -112,7 +123,6 @@@
  Package: libcsiro0
  Architecture: any
  Section: libs
--Conflicts: libplplot5, libplplot9 (<< 5.3.0.cvs.20040303)
  Depends: ${shlibs:Depends}, ${misc:Depends}
  Description: Scientific plotting library (CSIRO libraries)
   This package contains two libraries developed by Pavel Sakov, from the
@@@ -124,28 -124,30 +134,45 @@@
   The source code for these libraries are part of the plplot source
   package.
  
--Package: plplot-bin
++Package: libqsastime0
  Architecture: any
--Conflicts: libplplot9 (<= 5.3.0-4), plplot (<< 5)
++Section: libs
++Conflicts: libplplot9
  Depends: ${shlibs:Depends}, ${misc:Depends}
--Description: Scientific plotting library (utilities)
-- PLplot is relatively small, portable, freely distributable, and is rich
-- enough to satisfy most users.  It has a wide range of plot types including
-- line (linear, log), contour, 3D, fill, and almost 1000 characters
-- (including Greek and mathematical) in its extended font set.  The package
-- is designed to make it easy to quickly get graphical output; only a
-- handful of function calls is typically required.  For more advanced use,
-- virtually all aspects of plotting are configurable.
++Description: Time format conversion library
++ The qsastime library is a simple library for handling time format
++ conversion. It overcomes the limitations of the POSIX time handling
++ routines by allow high precision time variables over a large range
++ of ranges of dates and by correctly handling leap seconds. It was
++ designed with the needs of scientific data plotting in mind. This 
++ package provides the runtime library.
   .
-- This package contains the following utilities associated with PLplot.
++ The source code for this library is part of the plplot source
++ package.
++
++Package: libqsastime-dev
++Architecture: any
++Section: libdevel
++Breaks: libplplot-dev (<< 5.9.8-1)
++Depends: libqsastime0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
++Description: Time format conversion library (development files)
++ The qsastime library is a simple library for handling time format
++ conversion. It overcomes the limitations of the POSIX time handling
++ routines by allow high precision time variables over a large range
++ of ranges of dates and by correctly handling leap seconds. It was
++ designed with the needs of scientific data plotting in mind. This 
++ package provides the necessary files to do development with 
++ libqsastime.
   .
--  * pltek - review a Tektronix vector file
 -  * plm2gif - converts PLplot metafiles to GIF files
 -  * plpr - converts PLplot metafile to something the printer will understand
++ The source code for this library is part of the plplot source
++ package.
  
--Package: plplot9-driver-xwin
++Package: plplot11-driver-xwin
  Architecture: any
  Section: libs
  Depends: ${shlibs:Depends}, ${misc:Depends}
--Conflicts: plplot-lib, plplot (<< 5)
++Conflicts: plplot9-driver-xwin
++Replaces: plplot9-driver-xwin
  Description: Scientific plotting library (X11 driver)
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -157,10 -159,10 +184,12 @@@
   .
   This package provides the X11 driver module for PLplot.
  
--Package: plplot9-driver-wxwidgets
++Package: plplot11-driver-wxwidgets
  Architecture: any
  Section: libs
--Depends: libplplot9, ${shlibs:Depends}, ${misc:Depends}
++Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Conflicts: plplot9-driver-wxwidgets
++Replaces: plplot9-driver-wxwidgets
  Description: Scientific plotting library (wxWidgets driver)
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -175,7 -177,7 +204,7 @@@
  Package: plplot-tcl
  Architecture: any
  Priority: extra
--Depends: plplot9-driver-xwin, iwidgets4, ${shlibs:Depends}, ${misc:Depends}
++Depends: plplot11-driver-xwin, iwidgets4, ${shlibs:Depends}, ${misc:Depends}
  Description: Tcl/Tk support for PLplot, a plotting library
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -192,8 -195,8 +221,8 @@@
  Package: plplot-tcl-dev
  Architecture: any
  Priority: extra
--Depends: libplplot9 (= ${binary:Version}), plplot-tcl, ${misc:Depends}
--Conflicts: plplot-tcl (<= 5.2.0.cvs.20030224-1)
++Depends: libplplot11 (= ${binary:Version}), plplot-tcl, ${misc:Depends}
++Breaks: plplot-tcl (<= 5.2.0.cvs.20030224-1)
  Description: Tcl/Tk development support for PLplot, a plotting library
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -206,10 -209,10 +235,12 @@@
   This package contains the necessary files to do development in Tcl/Tk
   with PLplot: header files, shared libraries links, and examples.
  
--Package: plplot9-driver-gd
++Package: plplot11-driver-gd
  Architecture: any
  Section: libs
  Depends: ${shlibs:Depends}, ${misc:Depends}
++Conflicts: plplot9-driver-gd
++Replaces: plplot9-driver-gd
  Recommends: ttf-freefont
  Description: Scientific plotting library (GD driver)
   PLplot is relatively small, portable, freely distributable, and is rich
@@@ -221,14 -224,14 +252,18 @@@
   virtually all aspects of plotting are configurable.
   .
   This package provides the GD driver module for PLplot. It allows the
-- generation of PNG and JPEG files directly from PLplot programs.
++ generation of PNG and JPEG files directly from PLplot programs. The GD 
++ driver is no longer actively maintained upstream and is likely to be 
++ dropped in a future release. The cairo and qt drivers offer newer, and
++ better alternatives. 
  
--Package: plplot9-driver-cairo
++Package: plplot11-driver-cairo
  Architecture: any
  Section: libs
++Priority: extra
  Depends: ${shlibs:Depends}, ${misc:Depends}
--Conflicts: plplot9-driver-psttf
--Replaces: plplot9-driver-psttf
++Conflicts: plplot9-driver-cairo
++Replaces: plplot9-driver-cairo
  Description: Scientific plotting library (Cairo driver)
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -245,10 -248,10 +280,10 @@@
  Package: python-plplot
  Architecture: any
  Section: python
--Depends: libplplot9 (= ${binary:Version}), ${shlibs:Depends},
 - ${python:Depends}, python-numpy, ${misc:Depends}
++Priority: extra
++Depends: libplplot11 (= ${binary:Version}), ${shlibs:Depends},
 + ${python:Depends}, ${misc:Depends}
  Provides: ${python:Provides}
--XB-Python-Version: ${python:Versions}
  Description: Python support for PLplot, a plotting library
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -262,10 -265,10 +297,30 @@@
   scientific plotting library into Python applications.  Examples are also
   provided.
  
++Package: python-plplot-qt
++Architecture: any
++Section: python
++Priority: extra
++Depends: libplplot11 (= ${binary:Version}), python-plplot (= ${binary:Version}), 
++ plplot11-driver-qt (= ${binary:Version}), 
++ ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
++Provides: ${python:Provides}
++Description: Scientific plotting library (python qt GUI)
++ PLplot is relatively small, portable, freely distributable, and is rich
++ enough to satisfy most users.  It has a wide range of plot types including
++ line (linear, log), contour, 3D, fill, and almost 1000 characters
++ (including Greek and mathematical) in its extended font set.  The package
++ is designed to make it easy to quickly get graphical output; only a
++ handful of function calls is typically required.  For more advanced use,
++ virtually all aspects of plotting are configurable.
++ .
++ This package provides Python bindings to allow use of the PLplot API in 
++ qt applications.
++
  Package: octave-plplot
  Architecture: any
  Priority: extra
--Depends: libplplot9 (= ${binary:Version}), ${shlibs:Depends}, ${octave:Depends},
++Depends: libplplot11 (= ${binary:Version}), ${shlibs:Depends}, ${octave:Depends},
   ${misc:Depends}
  Description: Octave support for PLplot, a plotting library
   PLplot is relatively small, portable, freely distributable, and is rich
@@@ -280,10 -283,10 +335,10 @@@
   almost drop-in replacement for the traditional Gnuplot graphical
   interface in Octave. Examples are also provided.
  
 -[ADA:Package: libplplot-ada
 +Package: libplplot-ada
  Architecture: any
  Priority: extra
--Depends: libplplot9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
++Depends: libplplot11 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
  Description: Ada support for PLplot, a plotting library
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -293,12 -296,12 +348,13 @@@
   handful of function calls is typically required.  For more advanced use,
   virtually all aspects of plotting are configurable.
   .
-- This package contains the Ada bindings for PLplot.  The ada bindings are
-- currently under development and should be considered experimental.
 -:]
++ This package contains the Ada bindings for PLplot.  
++
 +
  Package: plplot-doc
  Architecture: all
  Section: doc
++Priority: extra
  Suggests: libplplot-dev
  Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
  Description: Documentation for PLplot, a plotting library
@@@ -314,3 -317,3 +370,70 @@@
   PLplot documentation.  It also contains the man pages for the API
   functions.
  
++Package: plplot11-driver-qt
++Architecture: any
++Section: libs
++Priority: extra
++Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Description: Scientific plotting library (qt driver)
++ PLplot is relatively small, portable, freely distributable, and is rich
++ enough to satisfy most users.  It has a wide range of plot types including
++ line (linear, log), contour, 3D, fill, and almost 1000 characters
++ (including Greek and mathematical) in its extended font set.  The package
++ is designed to make it easy to quickly get graphical output; only a
++ handful of function calls is typically required.  For more advanced use,
++ virtually all aspects of plotting are configurable.
++ .
++ This package provides the qt driver module for PLplot. It also provides
++ C++ bindings to allow use of the PLplot API in qt applications.
++
++
++Package: libplplot-ocaml
++Architecture: any
++Section: ocaml
++Priority: extra
++Depends: libplplot11, ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
++Description: Scientific plotting library (OCaml bindings)
++ PLplot is relatively small, portable, freely distributable, and is rich
++ enough to satisfy most users.  It has a wide range of plot types including
++ line (linear, log), contour, 3D, fill, and almost 1000 characters
++ (including Greek and mathematical) in its extended font set.  The package
++ is designed to make it easy to quickly get graphical output; only a
++ handful of function calls is typically required.  For more advanced use,
++ virtually all aspects of plotting are configurable.
++ .
++ This package provides the OCaml bindings for PLplot.
++
++
++Package: libplplot-lua
++Architecture: any
++Section: libs
++Priority: extra
++Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Description: Scientific plotting library (lua bindings)
++ PLplot is relatively small, portable, freely distributable, and is rich
++ enough to satisfy most users.  It has a wide range of plot types including
++ line (linear, log), contour, 3D, fill, and almost 1000 characters
++ (including Greek and mathematical) in its extended font set.  The package
++ is designed to make it easy to quickly get graphical output; only a
++ handful of function calls is typically required.  For more advanced use,
++ virtually all aspects of plotting are configurable.
++ .
++ This package provides the lua bindings for PLplot.
++
++
++Package: libplplot-d
++Architecture: any
++Section: libs
++Priority: extra
++Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Description: Scientific plotting library (D language bindings)
++ PLplot is relatively small, portable, freely distributable, and is rich
++ enough to satisfy most users.  It has a wide range of plot types including
++ line (linear, log), contour, 3D, fill, and almost 1000 characters
++ (including Greek and mathematical) in its extended font set.  The package
++ is designed to make it easy to quickly get graphical output; only a
++ handful of function calls is typically required.  For more advanced use,
++ virtually all aspects of plotting are configurable.
++ .
++ This package provides the D language bindings for PLplot.
diff --cc debian/control.in
index 73b43d3,89ede35..9229b6b
--- a/debian/control.in
+++ b/debian/control.in
@@@ -2,31 -2,31 +2,36 @@@ Source: plplo
  Section: math
  Priority: optional
  Maintainer: Andrew Ross <andrewross at users.sourceforge.net>
- Standards-Version: 3.9.1
- Build-Depends: cmake (>= 2.8.2), debhelper (>= 7), 
 -Standards-Version: 3.8.4
++Standards-Version: 3.9.2
+ Build-Depends: cmake (>= 2.6.3), debhelper (>= 7), 
   tcl8.5-dev, tk8.5-dev, itcl3-dev, libx11-dev, libxext-dev,
   libxi-dev, gfortran, itk3-dev, octave3.2-headers,
   libgd2-noxpm-dev | libgd2-xpm-dev, m4, libqhull-dev (>= 2003.1-8), 
   libxml-parser-perl, libxml-dom-perl, libltdl3-dev, pkg-config, 
   quilt, slice, python-gtk2-dev, libwxgtk2.8-dev, 
-- python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6),
 - python-numpy (>= 1.0.4-4), ttf-freefont, default-jdk,
 - fastjar, swig, gnat [!sh4]
++ python-all-dev (>= 2.6.6-3~),
 + python-numpy (>= 1:1.4.1-4~), ttf-freefont, default-jdk,
-  fastjar, swig, gnat [!sh4]
++ fastjar, swig, gnat [!sh4], libqt4-dev, python-sip-dev, 
++ python-qt4, python-qt4-dev,
++ ocaml-nox, camlidl, ocaml-findlib, libcairo-ocaml-dev,
++ liblablgtk2-ocaml-dev, liblua5.1-0-dev, lua5.1, gdc
  Build-Depends-Indep: docbook-xml, docbook, docbook-dsssl, docbook-xsl,
   docbook2x, opensp, jadetex, ghostscript
  Build-Conflicts: libplplot5, octave3.0-headers
--XS-Python-Version: all
++X-Python-Version: >=2.4
  Homepage: http://www.plplot.org
  Vcs-Svn: https://plplot.svn.sourceforge.net/svnroot/plplot/trunk/debian
  Vcs-Browser: http://plplot.svn.sourceforge.net/viewvc/plplot/trunk/debian/
  
--Package: libplplot9
++Package: libplplot11
  Architecture: any
  Section: libs
--Conflicts: libplplot5, plplot (<< 5)
++Conflicts: libplplot9
  Depends: ${shlibs:Depends}, ${misc:Depends}
--Suggests: plplot9-driver-xwin, plplot9-driver-gd,
-- plplot9-driver-cairo, plplot9-driver-wxwidgets, plplot-tcl
++Suggests: plplot11-driver-xwin, plplot11-driver-gd,
++ plplot11-driver-cairo, plplot11-driver-qt, plplot11-driver-wxwidgets, plplot11-tcl
++Replaces: plplot-bin (<< 5.9.6-1)
++Breaks: plplot-bin (<<5.9.6-1)
  Description: Scientific plotting library
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -42,11 -42,11 +47,13 @@@
  Package: libplplot-dev
  Architecture: any
  Section: libdevel
--Recommends: pkg-config
--Depends: libplplot9 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
-- libltdl3-dev, libplplot-c++9c2 (= ${binary:Version}), 
++Recommends: pkg-config, libplplot-c++10 (= ${binary:Version}), 
   libplplot-fortran9 (= ${binary:Version})[ADA:, libplplot-ada (= ${binary:Version}):], 
-- ${misc:Depends}
++ libplplot-ocaml, libplplot-lua, libplplot-d
++Suggests: plplot-doc
++Depends: libplplot11 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
++ libltdl3-dev, ${misc:Depends}
++Breaks: libplplot-fortran9 (<< 5.9.8-1)
  Description: Scientific plotting library (development files)
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -56,16 -56,16 +63,18 @@@
   handful of function calls is typically required.  For more advanced use,
   virtually all aspects of plotting are configurable.
   .
-- This package contains all that is needed for doing development in C, C++,
-- and Fortran with PLplot.  Examples of programs for these languages are
-- also included.  For development in Tcl/Tk, Python, and Octave, install
-- the plplot-tcl, python-plplot, and octave-plplot packages, respectively.
++ Fortran and Ada with PLplot.  Examples of programs for these languages are
++ also included.  For development in Tcl/Tk, Python, Octave, and Java install
++ the plplot-tcl-dev, python-plplot, octave-plplot and libplplot-java packages,
++ respectively. This package also includes the OCaml, lua and D examples. To use
++ a particular language you will also need to install the libplplot-xxx package
++ for that language.
  
--Package: libplplot-c++9c2
++Package: libplplot-c++10
  Architecture: any
  Section: libs
--Conflicts: libplplot5, libplplot-c++9
--Replaces: libplplot-c++9
++Conflicts: libplplot5, libplplot-c++9, libplplot-c++9c2
++Replaces: libplplot-c++9c2
  Depends: ${shlibs:Depends}, ${misc:Depends}
  Description: Scientific plotting library (C++ binding)
   PLplot is relatively small, portable, freely distributable, and is rich
@@@ -94,10 -94,10 +103,12 @@@ Description: Scientific plotting librar
   This package contains the Fortran 77 and Fortran 95 bindings for
   PLplot.
  
--Package: libplplot9-java
++Package: libplplot-java
  Architecture: any
  Section: java
--Depends: default-jre, ${shlibs:Depends}, ${misc:Depends}
++Conflicts: libplplot9-java
++Replaces: libplplot9-java
++Depends: ${shlibs:Depends}, ${misc:Depends}
  Description: Scientific plotting library (Java bindings)
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -112,7 -112,7 +123,6 @@@
  Package: libcsiro0
  Architecture: any
  Section: libs
--Conflicts: libplplot5, libplplot9 (<< 5.3.0.cvs.20040303)
  Depends: ${shlibs:Depends}, ${misc:Depends}
  Description: Scientific plotting library (CSIRO libraries)
   This package contains two libraries developed by Pavel Sakov, from the
@@@ -124,28 -124,30 +134,45 @@@
   The source code for these libraries are part of the plplot source
   package.
  
--Package: plplot-bin
++Package: libqsastime0
  Architecture: any
--Conflicts: libplplot9 (<= 5.3.0-4), plplot (<< 5)
++Section: libs
++Conflicts: libplplot9
  Depends: ${shlibs:Depends}, ${misc:Depends}
--Description: Scientific plotting library (utilities)
-- PLplot is relatively small, portable, freely distributable, and is rich
-- enough to satisfy most users.  It has a wide range of plot types including
-- line (linear, log), contour, 3D, fill, and almost 1000 characters
-- (including Greek and mathematical) in its extended font set.  The package
-- is designed to make it easy to quickly get graphical output; only a
-- handful of function calls is typically required.  For more advanced use,
-- virtually all aspects of plotting are configurable.
++Description: Time format conversion library
++ The qsastime library is a simple library for handling time format
++ conversion. It overcomes the limitations of the POSIX time handling
++ routines by allow high precision time variables over a large range
++ of ranges of dates and by correctly handling leap seconds. It was
++ designed with the needs of scientific data plotting in mind. This 
++ package provides the runtime library.
   .
-- This package contains the following utilities associated with PLplot.
++ The source code for this library is part of the plplot source
++ package.
++
++Package: libqsastime-dev
++Architecture: any
++Section: libdevel
++Breaks: libplplot-dev (<< 5.9.8-1)
++Depends: libqsastime0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
++Description: Time format conversion library (development files)
++ The qsastime library is a simple library for handling time format
++ conversion. It overcomes the limitations of the POSIX time handling
++ routines by allow high precision time variables over a large range
++ of ranges of dates and by correctly handling leap seconds. It was
++ designed with the needs of scientific data plotting in mind. This 
++ package provides the necessary files to do development with 
++ libqsastime.
   .
--  * pltek - review a Tektronix vector file
 -  * plm2gif - converts PLplot metafiles to GIF files
 -  * plpr - converts PLplot metafile to something the printer will understand
++ The source code for this library is part of the plplot source
++ package.
  
--Package: plplot9-driver-xwin
++Package: plplot11-driver-xwin
  Architecture: any
  Section: libs
  Depends: ${shlibs:Depends}, ${misc:Depends}
--Conflicts: plplot-lib, plplot (<< 5)
++Conflicts: plplot9-driver-xwin
++Replaces: plplot9-driver-xwin
  Description: Scientific plotting library (X11 driver)
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -157,10 -159,10 +184,12 @@@
   .
   This package provides the X11 driver module for PLplot.
  
--Package: plplot9-driver-wxwidgets
++Package: plplot11-driver-wxwidgets
  Architecture: any
  Section: libs
--Depends: libplplot9, ${shlibs:Depends}, ${misc:Depends}
++Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Conflicts: plplot9-driver-wxwidgets
++Replaces: plplot9-driver-wxwidgets
  Description: Scientific plotting library (wxWidgets driver)
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -175,7 -177,7 +204,7 @@@
  Package: plplot-tcl
  Architecture: any
  Priority: extra
--Depends: plplot9-driver-xwin, iwidgets4, ${shlibs:Depends}, ${misc:Depends}
++Depends: plplot11-driver-xwin, iwidgets4, ${shlibs:Depends}, ${misc:Depends}
  Description: Tcl/Tk support for PLplot, a plotting library
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -192,8 -195,8 +221,8 @@@
  Package: plplot-tcl-dev
  Architecture: any
  Priority: extra
--Depends: libplplot9 (= ${binary:Version}), plplot-tcl, ${misc:Depends}
--Conflicts: plplot-tcl (<= 5.2.0.cvs.20030224-1)
++Depends: libplplot11 (= ${binary:Version}), plplot-tcl, ${misc:Depends}
++Breaks: plplot-tcl (<= 5.2.0.cvs.20030224-1)
  Description: Tcl/Tk development support for PLplot, a plotting library
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -206,10 -209,10 +235,12 @@@
   This package contains the necessary files to do development in Tcl/Tk
   with PLplot: header files, shared libraries links, and examples.
  
--Package: plplot9-driver-gd
++Package: plplot11-driver-gd
  Architecture: any
  Section: libs
  Depends: ${shlibs:Depends}, ${misc:Depends}
++Conflicts: plplot9-driver-gd
++Replaces: plplot9-driver-gd
  Recommends: ttf-freefont
  Description: Scientific plotting library (GD driver)
   PLplot is relatively small, portable, freely distributable, and is rich
@@@ -221,14 -224,14 +252,18 @@@
   virtually all aspects of plotting are configurable.
   .
   This package provides the GD driver module for PLplot. It allows the
-- generation of PNG and JPEG files directly from PLplot programs.
++ generation of PNG and JPEG files directly from PLplot programs. The GD 
++ driver is no longer actively maintained upstream and is likely to be 
++ dropped in a future release. The cairo and qt drivers offer newer, and
++ better alternatives. 
  
--Package: plplot9-driver-cairo
++Package: plplot11-driver-cairo
  Architecture: any
  Section: libs
++Priority: extra
  Depends: ${shlibs:Depends}, ${misc:Depends}
--Conflicts: plplot9-driver-psttf
--Replaces: plplot9-driver-psttf
++Conflicts: plplot9-driver-cairo
++Replaces: plplot9-driver-cairo
  Description: Scientific plotting library (Cairo driver)
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -245,10 -248,10 +280,10 @@@
  Package: python-plplot
  Architecture: any
  Section: python
--Depends: libplplot9 (= ${binary:Version}), ${shlibs:Depends},
 - ${python:Depends}, python-numpy, ${misc:Depends}
++Priority: extra
++Depends: libplplot11 (= ${binary:Version}), ${shlibs:Depends},
 + ${python:Depends}, ${misc:Depends}
  Provides: ${python:Provides}
--XB-Python-Version: ${python:Versions}
  Description: Python support for PLplot, a plotting library
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -262,10 -265,10 +297,30 @@@
   scientific plotting library into Python applications.  Examples are also
   provided.
  
++Package: python-plplot-qt
++Architecture: any
++Section: python
++Priority: extra
++Depends: libplplot11 (= ${binary:Version}), python-plplot (= ${binary:Version}), 
++ plplot11-driver-qt (= ${binary:Version}), 
++ ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
++Provides: ${python:Provides}
++Description: Scientific plotting library (python qt GUI)
++ PLplot is relatively small, portable, freely distributable, and is rich
++ enough to satisfy most users.  It has a wide range of plot types including
++ line (linear, log), contour, 3D, fill, and almost 1000 characters
++ (including Greek and mathematical) in its extended font set.  The package
++ is designed to make it easy to quickly get graphical output; only a
++ handful of function calls is typically required.  For more advanced use,
++ virtually all aspects of plotting are configurable.
++ .
++ This package provides Python bindings to allow use of the PLplot API in 
++ qt applications.
++
  Package: octave-plplot
  Architecture: any
  Priority: extra
--Depends: libplplot9 (= ${binary:Version}), ${shlibs:Depends}, ${octave:Depends},
++Depends: libplplot11 (= ${binary:Version}), ${shlibs:Depends}, ${octave:Depends},
   ${misc:Depends}
  Description: Octave support for PLplot, a plotting library
   PLplot is relatively small, portable, freely distributable, and is rich
@@@ -283,7 -286,7 +338,7 @@@
  [ADA:Package: libplplot-ada
  Architecture: any
  Priority: extra
--Depends: libplplot9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
++Depends: libplplot11 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
  Description: Ada support for PLplot, a plotting library
   PLplot is relatively small, portable, freely distributable, and is rich
   enough to satisfy most users.  It has a wide range of plot types including
@@@ -293,12 -296,12 +348,13 @@@
   handful of function calls is typically required.  For more advanced use,
   virtually all aspects of plotting are configurable.
   .
-- This package contains the Ada bindings for PLplot.  The ada bindings are
-- currently under development and should be considered experimental.
++ This package contains the Ada bindings for PLplot.  
  :]
++
  Package: plplot-doc
  Architecture: all
  Section: doc
++Priority: extra
  Suggests: libplplot-dev
  Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
  Description: Documentation for PLplot, a plotting library
@@@ -314,3 -317,3 +370,70 @@@
   PLplot documentation.  It also contains the man pages for the API
   functions.
  
++Package: plplot11-driver-qt
++Architecture: any
++Section: libs
++Priority: extra
++Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Description: Scientific plotting library (qt driver)
++ PLplot is relatively small, portable, freely distributable, and is rich
++ enough to satisfy most users.  It has a wide range of plot types including
++ line (linear, log), contour, 3D, fill, and almost 1000 characters
++ (including Greek and mathematical) in its extended font set.  The package
++ is designed to make it easy to quickly get graphical output; only a
++ handful of function calls is typically required.  For more advanced use,
++ virtually all aspects of plotting are configurable.
++ .
++ This package provides the qt driver module for PLplot. It also provides
++ C++ bindings to allow use of the PLplot API in qt applications.
++
++
++Package: libplplot-ocaml
++Architecture: any
++Section: ocaml
++Priority: extra
++Depends: libplplot11, ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
++Description: Scientific plotting library (OCaml bindings)
++ PLplot is relatively small, portable, freely distributable, and is rich
++ enough to satisfy most users.  It has a wide range of plot types including
++ line (linear, log), contour, 3D, fill, and almost 1000 characters
++ (including Greek and mathematical) in its extended font set.  The package
++ is designed to make it easy to quickly get graphical output; only a
++ handful of function calls is typically required.  For more advanced use,
++ virtually all aspects of plotting are configurable.
++ .
++ This package provides the OCaml bindings for PLplot.
++
++
++Package: libplplot-lua
++Architecture: any
++Section: libs
++Priority: extra
++Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}, lua5.1
++Description: Scientific plotting library (lua bindings)
++ PLplot is relatively small, portable, freely distributable, and is rich
++ enough to satisfy most users.  It has a wide range of plot types including
++ line (linear, log), contour, 3D, fill, and almost 1000 characters
++ (including Greek and mathematical) in its extended font set.  The package
++ is designed to make it easy to quickly get graphical output; only a
++ handful of function calls is typically required.  For more advanced use,
++ virtually all aspects of plotting are configurable.
++ .
++ This package provides the lua bindings for PLplot.
++
++
++Package: libplplot-d
++Architecture: any
++Section: libs
++Priority: extra
++Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Description: Scientific plotting library (D language bindings)
++ PLplot is relatively small, portable, freely distributable, and is rich
++ enough to satisfy most users.  It has a wide range of plot types including
++ line (linear, log), contour, 3D, fill, and almost 1000 characters
++ (including Greek and mathematical) in its extended font set.  The package
++ is designed to make it easy to quickly get graphical output; only a
++ handful of function calls is typically required.  For more advanced use,
++ virtually all aspects of plotting are configurable.
++ .
++ This package provides the D language bindings for PLplot.
diff --cc debian/copyright
index 8aab3f2,8aab3f2..0fa3d92
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,13 -1,13 +1,9 @@@
  This package was debianized by Rafael Laboissiere rafael at debian.org on
--Sun Feb 16 18:44:55 CET 2003
++Sun Feb 16 18:44:55 CET 2003. It is currently maintained by Andrew Ross 
++andrewross at users.sourceforge.net. 
  
--It was downloaded from:
--
--    http://sourceforge.net/project/showfiles.php?group_id=2915
--
--Several files were backported from the CVS sources available at:
--
--    http://sourceforge.net/cvs/?group_id=2915
++The source was obtained from the plplot subversion repository at 
++sourceforge.net http://sourceforge.net/projects/plplot/ .
  
  Below is the copyright notice that comes with the source distribution
  (reference to the location of LGPL text in the Debian system was
@@@ -30,12 -30,12 +26,12 @@@ The PLplot package may be distributed u
      Library General Public License for more details.
  
      You should have received a copy of the GNU Library General Public
--    License along with this library; if not, write to the Free Software
++    License along with this library; if not, write to the Free Software 
      Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  
  The text of this license is given in the file COPYING.LIB in the
  distribution directory.  [In Debian systems, see the file
--/usr/share/common-licenses/LGPL.]  Exceptions are noted below.
++/usr/share/common-licenses/LGPL-2.]  Exceptions are noted below.
  
  The intent behind distributing PLplot under the LGPL is to ensure that it
  continues to evolve in a positive way, while remaining freely
@@@ -54,6 -54,6 +50,10 @@@ read the full license for more info
  Additional Copyrights
  ---------------------
  
++The octave front end which links to the PLplot library (but not vice versa),
++and which is otherwise independent of PLplot is copyright under the GPL
++license (see COPYING).
++
  The startup code used in argument handling (utils/plrender.c and
  src/plargs.c) is partially derived from "xterm.c" of the X11R5
  distribution, and its copyright is reproduced here:
@@@ -64,13 -64,13 +64,13 @@@ and the Massachusetts Institute of Tech
  
                          All Rights Reserved
  
--Permission to use, copy, modify, and distribute this software and its
--documentation for any purpose and without fee is hereby granted,
++Permission to use, copy, modify, and distribute this software and its 
++documentation for any purpose and without fee is hereby granted, 
  provided that the above copyright notice appear in all copies and that
--both that copyright notice and this permission notice appear in
++both that copyright notice and this permission notice appear in 
  supporting documentation, and that the names of Digital or MIT not be
  used in advertising or publicity pertaining to distribution of the
--software without specific, written prior permission.
++software without specific, written prior permission.  
  
  DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
@@@ -86,7 -86,7 +86,8 @@@ The documentation files are distribute
                 DocBook documentation for the PLplot Library
  
  Copyright (C) 1994  Geoffrey Furnish and Maurice LeBrun
--Copyright (C) 1999, 2000, 2001, 2003 Alan W. Irwin and Rafael Laboissiere,
++Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004  Alan W. Irwin
++Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004  Rafael Laboissiere
  Copyright (C) 2003  Joao Cardoso
  
  License terms:
@@@ -124,7 -124,7 +125,7 @@@
  
  
  Any file that is explicitly marked as "public domain" is free from any
--restriction on distribution.
++restriction on distribution.  
  
  Any file that has a explicit copyright notice may be distributed under
  the terms of both the LGPL and whatever stated conditions accompany the
diff --cc debian/libplplot-c++10.files
index 0000000,0000000..c21a1ca
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-c++10.files
@@@ -1,0 -1,0 +1,2 @@@
++usr/lib/libplplotcxxd.so.*
++usr/share/doc/libplplot-c++10
diff --cc debian/libplplot-c++9.files
index 6583ca1,6583ca1..0000000
deleted file mode 100644,100644
--- a/debian/libplplot-c++9.files
+++ /dev/null
@@@ -1,2 -1,2 +1,0 @@@
--usr/lib/libplplotcxxd.so.*
--usr/share/doc/libplplot-c++9
diff --cc debian/libplplot-c++9c2.files
index 842cff2,842cff2..0000000
deleted file mode 100644,100644
--- a/debian/libplplot-c++9c2.files
+++ /dev/null
@@@ -1,2 -1,2 +1,0 @@@
--usr/lib/libplplotcxxd.so.*
--usr/share/doc/libplplot-c++9c2
diff --cc debian/libplplot-d.files
index 0000000,0000000..c4ddee3
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-d.files
@@@ -1,0 -1,0 +1,3 @@@
++usr/lib/libplplotdmdd.a
++usr/share/doc/libplplot-d
++
diff --cc debian/libplplot-dev.files
index d13c6ab,d13c6ab..68a3226
--- a/debian/libplplot-dev.files
+++ b/debian/libplplot-dev.files
@@@ -2,7 -2,7 +2,8 @@@ usr/includ
  usr/lib/lib*.a
  usr/lib/lib*.la
  usr/lib/lib*.so
++usr/lib/fortran
  usr/lib/pkgconfig
--usr/share/doc/libplplot9/examples
--usr/share/doc/libplplot9/README.pkg-config
++usr/share/doc/libplplot11/examples
++usr/share/doc/libplplot11/README.pkg-config
  usr/share/doc/libplplot-dev
diff --cc debian/libplplot-fortran9.files
index 35b75b9,35b75b9..459cbe2
--- a/debian/libplplot-fortran9.files
+++ b/debian/libplplot-fortran9.files
@@@ -1,3 -1,3 +1,2 @@@
  usr/lib/libplplotf*.so.*
--usr/lib/fortran
  usr/share/doc/libplplot-fortran9
diff --cc debian/libplplot-java.files
index 0000000,0000000..79d74f4
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-java.files
@@@ -1,0 -1,0 +1,4 @@@
++usr/lib/jni
++usr/share/java
++usr/share/doc/libplplot11/examples/java
++usr/share/doc/libplplot-java
diff --cc debian/libplplot-lua.files
index 0000000,0000000..cf16e3d
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-lua.files
@@@ -1,0 -1,0 +1,3 @@@
++usr/lib/lua/5.1/plplot/*.so
++usr/share/doc/libplplot-lua
++
diff --cc debian/libplplot-ocaml.files
index 0000000,0000000..8b2ee7a
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-ocaml.files
@@@ -1,0 -1,0 +1,10 @@@
++usr/lib/ocaml/stublibs/*.so
++usr/lib/ocaml/plplot/META
++usr/lib/ocaml/plplot/*.a
++usr/lib/ocaml/plplot/*.cm*
++usr/lib/ocaml/plplot/*.ml*
++usr/lib/ocaml/plcairo/META
++usr/lib/ocaml/plcairo/*.a
++usr/lib/ocaml/plcairo/*.cm*
++usr/lib/ocaml/plcairo/*.ml*
++usr/share/doc/libplplot-ocaml
diff --cc debian/libplplot11.files
index 0000000,7703766..fecdd5e
mode 000000,100644..100644
--- a/debian/libplplot11.files
+++ b/debian/libplplot11.files
@@@ -1,0 -1,7 +1,7 @@@
+ usr/lib
+ usr/share/plplot*/*.map
+ usr/share/plplot*/*.fnt
+ usr/share/plplot*/*.pal
 -usr/share/doc/libplplot9
++usr/share/doc/libplplot11
+ 
+ 
diff --cc debian/libplplot9-java.files
index 23f75c4,23f75c4..0000000
deleted file mode 100644,100644
--- a/debian/libplplot9-java.files
+++ /dev/null
@@@ -1,4 -1,4 +1,0 @@@
--usr/lib/jni
--usr/share/java
--usr/share/doc/libplplot9/examples/java
--usr/share/doc/libplplot9-java
diff --cc debian/libqsastime-dev.files
index 0000000,0000000..42bba80
new file mode 100644
--- /dev/null
+++ b/debian/libqsastime-dev.files
@@@ -1,0 -1,0 +1,3 @@@
++usr/lib/libqsastime*.so
++usr/include/plplot/qsas*.h
++usr/share/doc/libqsastime-dev
diff --cc debian/libqsastime0.files
index 0000000,0000000..8c1e7ca
new file mode 100644
--- /dev/null
+++ b/debian/libqsastime0.files
@@@ -1,0 -1,0 +1,1 @@@
++/usr/lib/libqsastime*.so.*
diff --cc debian/octave-plplot.files
index 183cec4,183cec4..04fca69
--- a/debian/octave-plplot.files
+++ b/debian/octave-plplot.files
@@@ -1,6 -1,6 +1,6 @@@
  usr/share/plplot_octave
  usr/share/octave/site/m/PLplot
  usr/lib/octave
--usr/share/doc/libplplot9/*.octave
--usr/share/doc/libplplot9/examples/*octave*
++usr/share/doc/libplplot11/*.octave
++usr/share/doc/libplplot11/examples/*octave*
  usr/share/doc/octave-plplot
diff --cc debian/patches/08_oct_perms.diff
index 0000000,0000000..e459db9
new file mode 100755
--- /dev/null
+++ b/debian/patches/08_oct_perms.diff
@@@ -1,0 -1,0 +1,21 @@@
++#! /bin/sh /usr/share/dpatch/dpatch-run
++## 08_oct_perms.diff by Andrew Ross <andrewross at users.sourceforge.net>
++##
++## DP: Correctly set permissions for plplot_octave.oct 
++
++ at DPATCH@
++
++--- plplot-5.9.8.orig/bindings/octave/CMakeLists.txt	2011-08-12 09:11:40.000000000 +0100
+++++ plplot-5.9.8/bindings/octave/CMakeLists.txt.bak	2011-08-12 09:11:32.000000000 +0100
++@@ -314,11 +314,8 @@
++   set(PERM_MODULES
++     OWNER_READ
++     OWNER_WRITE
++-    OWNER_EXECUTE
++     GROUP_READ
++-    GROUP_EXECUTE
++     WORLD_READ
++-    WORLD_EXECUTE
++     )
++ 
++   install(TARGETS plplot_octave
diff --cc debian/patches/09_qt_nodisplay.diff
index 0000000,0000000..f4681b5
new file mode 100755
--- /dev/null
+++ b/debian/patches/09_qt_nodisplay.diff
@@@ -1,0 -1,0 +1,21 @@@
++#! /bin/sh /usr/share/dpatch/dpatch-run
++## 09_qt_nodisplay.diff by Andrew Ross <andrewross at users.sourceforge.net>
++##
++## DP: Upstream patch so all non-interactive Qt drivers still work if DISPLAY is not set
++
++ at DPATCH@
++
++--- plplot-5.9.8.orig/drivers/qt.cpp	2011-08-12 09:11:40.000000000 +0100
+++++ plplot-5.9.8/drivers/qt.cpp		2011-08-12 09:11:32.000000000 +0100
++@@ -96,6 +96,11 @@
++         argv[1] = new char[1];
++         snprintf( argv[0], 10, "qt_driver" );
++         argv[1][0] = '\0';
+++#ifdef Q_WS_X11
+++       // On X11 if DISPLAY is not set then cannot open GUI. This allows non-interactive devices to still work in this case.
+++       if (getenv("DISPLAY") == NULL) 
+++           isGUI = false;
+++#endif
++         new QApplication( argc, argv, isGUI );
++         res = true;
++     }
diff --cc debian/patches/10_fix_test_scripts.diff
index 0000000,0000000..3702cc6
new file mode 100755
--- /dev/null
+++ b/debian/patches/10_fix_test_scripts.diff
@@@ -1,0 -1,0 +1,29 @@@
++#! /bin/sh /usr/share/dpatch/dpatch-run
++## 10_fix_test_scripts.diff by Andrew Ross <andrewross at users.sourceforge.net>
++##
++## DP: Patch from upstream to remove superfluous chmod from test scripts so installed tests work ok.
++
++ at DPATCH@
++
++--- plplot-5.9.8.orig/plplot_test/plplot-test.sh.cmake	2011-08-02 15:26:37.000000000 +0100
+++++ plplot-5.9.8/plplot_test/plplot-test.sh.cmake.new	2011-08-12 10:19:20.000000000 +0100
++@@ -233,9 +233,6 @@
++ 	echo "Testing interactive octave examples for device $device"
++ 	script="$scripts_dir"/test_octave_interactive.sh
++     fi
++-    if [ "@WIN32@" != "1" ] ; then
++-	chmod +x "$script"
++-    fi
++     @SH_EXECUTABLE@ "$script" || status=1
++ 
++     exit $status
++@@ -405,9 +402,6 @@
++ for i in $FRONT_END ; do
++    echo "Testing front-end $i"
++    script="$scripts_dir"/test_$i.sh
++-   if [ "@WIN32@" != "1" ] ; then
++-      chmod +x "$script"
++-   fi
++    @SH_EXECUTABLE@ "$script" || status=1
++ done
++ 
diff --cc debian/patches/11_ocaml_install_location.diff
index 0000000,0000000..ff097a4
new file mode 100755
--- /dev/null
+++ b/debian/patches/11_ocaml_install_location.diff
@@@ -1,0 -1,0 +1,69 @@@
++#! /bin/sh /usr/share/dpatch/dpatch-run
++## 11_ocaml_install_location.diff by Andrew Ross <andrewross at users.sourceforge.net>
++##
++## DP: Patch from upstream to remove ocaml version from ocaml library 
++## DP: install path and remove executable bit for stublibs s per ocaml 
++## DP: policy.
++
++ at DPATCH@
++
++--- plplot-5.9.8.orig/cmake/modules/ocaml.cmake   2011-08-02 15:26:05.000000000 +0100
+++++ plplot-5.9.8/cmake/modules/ocaml.cmake   2011-08-22 19:02:34.000000000 +0100
++@@ -122,7 +122,7 @@
++ 
++   # Installation follows the Debian ocaml policy for want of a better
++   # standard.
++-  set(OCAML_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib/ocaml/${OCAML_VERSION}
+++  set(OCAML_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib/ocaml
++     CACHE PATH "install location for ocaml files"
++     )
++ 
++--- plplot-5.9.8.orig/doc/docbook/src/ocaml.xml   2011-08-02 15:26:17.000000000 +0100
+++++ plplot-5.9.8/doc/docbook/src/ocaml.xml   2011-08-22 19:07:54.000000000
++@@ -209,8 +209,8 @@
++         look for PLplot:
++       </para>
++       <programlisting>
++-        export OCAMLPATH=$PLPLOT_INSTALL_PREFIX/lib/ocaml/$OCAML_VERSION:$OCAMLPATH
++-        export LD_LIBRARY_PATH=$PLPLOT_INSTALL_PREFIX/lib/ocaml/$OCAML_VERSION/stublibs:$LD_LIBRARY_PATH
+++        export OCAMLPATH=$PLPLOT_INSTALL_PREFIX/lib/ocaml:$OCAMLPATH
+++        export LD_LIBRARY_PATH=$PLPLOT_INSTALL_PREFIX/lib/ocaml/stublibs:$LD_LIBRARY_PATH
++       </programlisting>
++     </sect2>
++     <sect2 id="ocaml_command_line_sample_project_core">
++--- plplot-5.9.8.orig/bindings/ocaml/plcairo/CMakeLists.txt       2011-08-02 15:26:14.000000000
+++++ plplot-5.9.8/bindings/ocaml/plcairo/CMakeLists.txt       2011-08-20 20:23:44.000000000 +0100
++@@ -251,7 +251,13 @@
++     )
++ 
++   # Shared library stubs go in stublibs
++-  install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/dllplcairo_stubs.so
+++  # Use default permissions (rw-r--r--) for FILES signature because
+++  # those are the permissions used by install(TARGETS...   (which
+++  # we are trying to emulate here because that signature not
+++  # available to us because this  shared object was
+++  # created by a custom command).
+++  install(
+++    FILES ${CMAKE_CURRENT_BINARY_DIR}/dllplcairo_stubs.so
++     DESTINATION ${OCAML_INSTALL_DIR}/stublibs
++     )
++ 
++--- plplot-5.9.8.orig/bindings/ocaml/CMakeLists.txt       2011-08-02 15:26:14.000000000
+++++ plplot-5.9.8/bindings/ocaml/CMakeLists.txt       2011-08-20 20:23:44.000000000 +0100
++@@ -331,8 +331,14 @@
++     DESTINATION ${OCAML_INSTALL_DIR}/plplot
++     )
++ 
++-  # Shared library stubs go in stublibs
++-  install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/dllplplot_stubs.so
+++  # Shared library stubs go in stublibs.
+++  # Use default permissions (rw-r--r--) for FILES signature because
+++  # those are the permissions used by install(TARGETS...   (which
+++  # we are trying to emulate here because that signature not
+++  # available to us because this  shared object was
+++  # created by a custom command).
+++  install(
+++    FILES ${CMAKE_CURRENT_BINARY_DIR}/dllplplot_stubs.so
++     DESTINATION ${OCAML_INSTALL_DIR}/stublibs
++     )
++ 
diff --cc debian/patches/12_qt_unload_fix.diff
index 0000000,0000000..1bb87eb
new file mode 100755
--- /dev/null
+++ b/debian/patches/12_qt_unload_fix.diff
@@@ -1,0 -1,0 +1,21 @@@
++#! /bin/sh /usr/share/dpatch/dpatch-run
++## 12_qt_unload_fix.diff by Andrew Ross <andrewross at users.sourceforge.net>
++##
++## DP: Prevent unloading of qt driver which leads to a segfault on exit 
++## DP: with Qt 4.7.3.
++
++ at DPATCH@
++
++--- plplot-5.9.8-orig/src/plcore.c	2011-09-05 10:21:54.000000000 +0100
+++++ plplot-5.9.8/src/plcore.c	2011-09-05 10:21:37.000000000 +0100
++@@ -3272,6 +3272,10 @@
++             driver->drvnam, drvspec );
++ 
++         driver->dlhand = lt_dlopenext( drvspec );
+++
+++        if (strcmp(driver->drvnam,"qt") == 0) {
+++          lt_dlmakeresident(driver->dlhand);
+++        }
++     }
++ 
++ // If it still isn't loaded, then we're doomed.
diff --cc debian/patches/series
index 92afaaf,2dd00e5..a79c541
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,7 -1,3 +1,8 @@@
  02_unset-python-path.diff
--04_use-mkoctfile.diff
- 07_octave_prune_examples.diff
- 11_minus-sign-manpage.diff
- 16_wxwidget-with-cmake-2.8.diff
- 17_fix_cmap_support.diff
- 18_update_cmake_fortran.diff
++#04_use-mkoctfile.diff
+ #07_octave_prune_examples.diff
++08_oct_perms.diff
++09_qt_nodisplay.diff
++10_fix_test_scripts.diff
++11_ocaml_install_location.diff
++12_qt_unload_fix.diff
diff --cc debian/plplot-bin.files
index cda0ef4,667d8a4..0000000
deleted file mode 100644,100644
--- a/debian/plplot-bin.files
+++ /dev/null
@@@ -1,3 -1,3 +1,0 @@@
- usr/bin/pltek
- usr/share/man/man1/pltek.1
 -usr/bin
 -usr/share/man
--usr/share/doc/plplot-bin
diff --cc debian/plplot-tcl-dev.files
index 2d43a4e,2d43a4e..7d78914
--- a/debian/plplot-tcl-dev.files
+++ b/debian/plplot-tcl-dev.files
@@@ -3,5 -3,5 +3,5 @@@ usr/include/plplot/pltcl.
  usr/include/plplot/pltk.h
  usr/include/plplot/tclMatrix.h
  usr/share/doc/plplot-tcl-dev
--usr/share/doc/libplplot9/examples/*tcl*
--usr/share/doc/libplplot9/examples/tk
++usr/share/doc/libplplot11/examples/*tcl*
++usr/share/doc/libplplot11/examples/tk
diff --cc debian/plplot-tcl-dev.lintian-overrides
index 0000000,0000000..763a93e
new file mode 100644
--- /dev/null
+++ b/debian/plplot-tcl-dev.lintian-overrides
@@@ -1,0 -1,0 +1,7 @@@
++# The .in files are templates for the example scripts which are configured 
++# by CMake and so the interpreter is replaced before the script is 
++# acutally run.
++
++plplot-tcl-dev binary: example-interpreter-not-absolute ./usr/share/doc/libplplot11/examples/tk/tk01.in #!@xtk01_LOCATION@
++plplot-tcl-dev binary: example-interpreter-not-absolute ./usr/share/doc/libplplot11/examples/tk/tk02.in #!@xtk02_LOCATION@
++plplot-tcl-dev binary: example-interpreter-not-absolute ./usr/share/doc/libplplot11/examples/tk/tk04.in #!@xtk04_LOCATION@
diff --cc debian/plplot11-driver-cairo.files
index 0000000,0000000..ab4ee56
new file mode 100644
--- /dev/null
+++ b/debian/plplot11-driver-cairo.files
@@@ -1,0 -1,0 +1,2 @@@
++usr/lib/plplot*/driversd/cairo.*
++usr/share/doc/plplot11-driver-cairo
diff --cc debian/plplot11-driver-gd.files
index 0000000,0000000..7ec8fd8
new file mode 100644
--- /dev/null
+++ b/debian/plplot11-driver-gd.files
@@@ -1,0 -1,0 +1,4 @@@
++usr/lib/plplot*/driversd/gd.*
++usr/share/doc/plplot11-driver-gd
++
++
diff --cc debian/plplot11-driver-qt.files
index 0000000,0000000..52f5112
new file mode 100644
--- /dev/null
+++ b/debian/plplot11-driver-qt.files
@@@ -1,0 -1,0 +1,4 @@@
++usr/lib/plplot*/driversd/qt.*
++usr/lib/libplplotqtd.so.*
++usr/share/doc/plplot11-driver-qt
++usr/lib/python*/plplot_pyqt4.so
diff --cc debian/plplot11-driver-wxwidgets.files
index 0000000,fd6add4..3349377
mode 000000,100644..100644
--- a/debian/plplot11-driver-wxwidgets.files
+++ b/debian/plplot11-driver-wxwidgets.files
@@@ -1,0 -1,5 +1,5 @@@
+ usr/lib/plplot*/driversd/wxwidgets.*
+ usr/lib/libplplotwxwidgetsd.so.*
 -usr/share/doc/plplot9-driver-wxwidgets
++usr/share/doc/plplot11-driver-wxwidgets
+ 
+ 
diff --cc debian/plplot11-driver-xwin.files
index 0000000,0000000..b519505
new file mode 100644
--- /dev/null
+++ b/debian/plplot11-driver-xwin.files
@@@ -1,0 -1,0 +1,4 @@@
++usr/lib/plplot*/driversd/xwin.*
++usr/share/doc/plplot11-driver-xwin
++
++
diff --cc debian/plplot9-driver-cairo.files
index c7bc8bf,c7bc8bf..0000000
deleted file mode 100644,100644
--- a/debian/plplot9-driver-cairo.files
+++ /dev/null
@@@ -1,2 -1,2 +1,0 @@@
--usr/lib/plplot*/driversd/cairo.*
--usr/share/doc/plplot9-driver-cairo
diff --cc debian/plplot9-driver-gd.files
index ad986d7,ad986d7..0000000
deleted file mode 100644,100644
--- a/debian/plplot9-driver-gd.files
+++ /dev/null
@@@ -1,4 -1,4 +1,0 @@@
--usr/lib/plplot*/driversd/gd.*
--usr/share/doc/plplot9-driver-gd
--
--
diff --cc debian/plplot9-driver-xwin.files
index 637dc25,637dc25..0000000
deleted file mode 100644,100644
--- a/debian/plplot9-driver-xwin.files
+++ /dev/null
@@@ -1,4 -1,4 +1,0 @@@
--usr/lib/plplot*/driversd/xwin.*
--usr/share/doc/plplot9-driver-xwin
--
--
diff --cc debian/pycompat
index 0cfbf08,0cfbf08..0000000
deleted file mode 100644,100644
--- a/debian/pycompat
+++ /dev/null
@@@ -1,1 -1,1 +1,0 @@@
--2
diff --cc debian/python-plplot-qt.files
index 0000000,0000000..7a3361f
new file mode 100644
--- /dev/null
+++ b/debian/python-plplot-qt.files
@@@ -1,0 -1,0 +1,2 @@@
++usr/lib/python*/dist-packages/plplot_pyqt4.so
++usr/share/doc/python-plplot-qt
diff --cc debian/python-plplot.files
index 1f3b301,1f3b301..c1fdd17
--- a/debian/python-plplot.files
+++ b/debian/python-plplot.files
@@@ -1,3 -1,3 +1,3 @@@
  usr/lib/python*
--usr/share/doc/libplplot9/examples/*python*
++usr/share/doc/libplplot11/examples/*python*
  usr/share/doc/python-plplot
diff --cc debian/rules
index c845706,4c5df9c..c3a7297
--- a/debian/rules
+++ b/debian/rules
@@@ -15,7 -15,7 +15,7 @@@ include /usr/share/octave/debian/defs.m
  include /usr/share/quilt/quilt.make
  
  version		:= $(shell perl debian/get-upstream-version.pl < cmake/modules/plplot_version.cmake)
--libpkg          := libplplot9
++libpkg          := libplplot11
  docpkg          := plplot-doc
  debbase		:= $(shell pwd)/debian
  debtmp		:= $(debbase)/tmp
@@@ -25,11 -25,11 +25,24 @@@ debshr		:= $(debusr)/shar
  debdoc		:= $(debshr)/doc
  debinfo		:= $(debshr)/info
  debex		:= $(debshr)/plplot$(version)/examples
++octver		:= $(shell octave-config -v)
++
++CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
++CFLAGS += -fvisibility=hidden
++#Don't add -fvisibility=hidden to CXXFLAGS for now as this breaks the octave bindings.
++CXXFLAGS = $(shell dpkg-buildflags --get CXXFLAGS)
++#CXXFLAGS += -fvisibility=hidden
++LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
++LDFLAGS += -Wl,--as-needed
++
  
  JAVA_HOME = /usr/lib/jvm/default-java
  
  PYVERS = $(shell pyversions -vr)
  
++OCAMLABI := $(shell ocamlc -version)
++OFILES := $(filter-out debian/control,$(patsubst %.in,%,$(wildcard debian/*.in)))
++
  DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
  
  # Disable Ada build on armel - gnat not available on armel at the moment.
@@@ -53,19 -53,19 +66,17 @@@ JAVA_OPTIONS = 
  	-DCMAKE_Java_COMPILER=$(JAVA_HOME)/bin/javac \
  	-DCMAKE_Java_ARCHIVE=$(JAVA_HOME)/bin/jar
  
--CONFIGURE_OPTIONS = -DBUILD_TEST=ON -DHAVE_PTHREAD=ON \
++CONFIGURE_OPTIONS = -DBUILD_TEST=ON \
  	-DBUILD_DOC=OFF -DCMAKE_INSTALL_PREFIX=/usr \
  	-DOCTAVE_OCT_DIR=$(OCTDIR) \
--	-DUSE_RPATH=OFF -DPLD_psttf=OFF -DENABLE_tk=ON  -DENABLE_ocaml=OFF \
++	-DUSE_RPATH=OFF -DPLD_psttf=OFF -DENABLE_tk=ON \
  	-DPLD_jpeg=ON -DPLD_png=ON -DPLD_gif=ON \
--        -DDEFAULT_NO_QT_DEVICES=ON \
          -DTCL_TCLSH=/usr/bin/tclsh8.5 \
  	$(ADA_OPTIONS) $(JAVA_OPTIONS) 
  
  BUILD_DIR = $(debbase)/build_tmp
  SRC_DIR = $(shell pwd)
  
--
  control:
  ifeq ($(BUILD_ADA),no)
  	slice -o UNDEF+ADA:debian/control debian/control.in
@@@ -74,29 -74,29 +85,25 @@@ els
  endif
  
  config: config-stamp
--config-stamp: control
++config-stamp: control 
++        # Temporary fix for perms problem in 5.9.8
++	chmod a+x $(SRC_DIR)/plplot_test/test_d.sh.in
  	mkdir $(BUILD_DIR)
  	(cd $(BUILD_DIR) ; \
  	PKG_CONFIG_ENV=" " F77=gfortran FC=gfortran \
  	JAVA_HOME=$(JAVA_HOME) \
--	cmake $(SRC_DIR) $(CONFIGURE_OPTIONS) -DENABLE_python=OFF )
++	cmake $(SRC_DIR) $(CONFIGURE_OPTIONS) )
  	touch config-stamp
  
  build-arch: build-arch-stamp
  build-arch-stamp: patch config-stamp
  	dh_testdir
--	# The hack below is to go around a bug in matwrap that was
--	# preventing the Octave binding to compile with g++ 4.0
--	#( cd lib ; $(MAKE) )
--	#( cd src ; $(MAKE) )
--	#( cd bindings/octave ; \
--	#  $(MAKE) CC="gcc -D__builtin_va_list=void" plplot_octave.oct )
  	( cd $(BUILD_DIR) ; $(MAKE)  )
--	-( cd $(BUILD_DIR) ; ctest -VV )
++	-( cd $(BUILD_DIR) ; unset DISPLAY ; $(MAKE) test_noninteractive )
  	touch build-arch-stamp
  
  build-indep: build-indep-stamp
--build-indep-stamp: patch
++build-indep-stamp: patch 
  	dh_testdir
  	( cd $(BUILD_DIR) ; cmake $(SRC_DIR) $(CONFIGURE_OPTIONS) -DBUILD_DOC=ON ; \
  	cd doc ; $(MAKE)  )
@@@ -113,11 -113,11 +120,16 @@@ clean: unpatc
  
  install-arch: install-arch-stamp install-python
  	dh_movefiles -a --no-package=$(libpkg) --no-package=libplplot-dev \
--		     --no-package=plplot-bin --no-package=python-plplot   \
--		     --no-package=libplplot9-java --no-package=libplplot-ada
++		     --no-package=python-plplot --no-package=python-plplot-qt   \
++		     --no-package=libplplot-java --no-package=libplplot-ada \
++	             --no-package=libplplot-ocaml --no-package=libplplot-lua \
++	             --no-package=libplplot-d
++	dh_movefiles --package=python-plplot-qt
  	dh_movefiles --package=python-plplot
--	dh_movefiles --package=plplot-bin
--	dh_movefiles --package=libplplot9-java
++	dh_movefiles --package=libplplot-java
++	dh_movefiles --package=libplplot-ocaml
++	dh_movefiles --package=libplplot-lua
++	dh_movefiles --package=libplplot-d
  ifeq ($(BUILD_ADA),yes)
  	dh_movefiles --package=libplplot-ada
  	dh_movefiles --package=libplplot-dev usr/share/ada
@@@ -130,12 -130,12 +142,16 @@@ install-arch-stamp: build-arch-stam
  	dh_testdir
  	dh_testroot
  
++	# Strip bindings/octave/plplot_octave.oct as this is missed by 
++        # dh_strip.
++	strip --strip-unneeded --remove-section=.comment $(BUILD_DIR)/bindings/octave/plplot_octave.oct
++
  	( cd $(BUILD_DIR) ; \
  	  $(MAKE) DESTDIR=$(debtmp) install )
  
  	( cd $(debdoc)/plplot ; \
  	  rm -f COPYING.LIB *.dvi ; \
--	  mv ChangeLog changelog )
++	  mv ChangeLog.release changelog )
  	mv $(debdoc)/plplot $(debdoc)/$(libpkg)
  
  	install -d $(debex)/perl
@@@ -145,14 -145,14 +161,16 @@@
  	rm -f $(debtmp)/usr/bin/plplot-config
  
  	for i in libplplot-dev plplot-tcl plplot-tcl-dev 		\
--		plplot9-driver-gd plplot9-driver-xwin octave-plplot	\
--		python-plplot plplot-bin libplplot-c++9c2 		\
--		plplot9-driver-wxwidgets                                \
--		plplot9-driver-cairo libplplot-fortran9	; do		\
++		plplot11-driver-gd plplot11-driver-xwin octave-plplot	\
++		python-plplot-qt                                        \
++		python-plplot libplplot-c++10 plplot11-driver-wxwidgets \
++		plplot11-driver-qt libplplot-java			\
++		plplot11-driver-cairo libplplot-fortran9			\
++		libplplot-ocaml libplplot-lua libplplot-d ; do		\
  	  ln -s $(libpkg) $(debdoc)/$$i ;				\
  	done
++	ln -s libqsastime0 $(debdoc)/libqsastime-dev
  
--	ln -s $(libpkg) $(debdoc)/libplplot9-java
  	mv $(debshr)/java/plplot.jar $(debshr)/java/plplot-$(version).jar
  	( cd $(debshr)/java ; ln -s plplot-$(version).jar plplot.jar )
  
@@@ -174,14 -174,14 +192,12 @@@ install-indep-stamp: build-indep-stam
  	touch install-indep-stamp
  
  install-python: $(PYVERS:%=install-python%)
--	( cd $(BUILD_DIR)/examples/python ; $(MAKE) DESTDIR=$(debtmp) install )
--	mv $(debex)/python $(debdoc)/$(libpkg)/examples
  	touch $@
  
  install-python%: build-arch-stamp
  	( cd $(BUILD_DIR) ; \
- 	  cmake $(SRC_DIR) $(CONFIGURE_OPTIONS) -DENABLE_python=ON -DPYTHON_EXECUTABLE=/usr/bin/python$* -DPYTHON_LIBRARIES=/usr/lib/python$* -DPYTHON_LIBRARY=/usr/lib/python$*/config/libpython$*.so -DPYTHON_INCLUDE_PATH="/usr/include/python$*;/usr/include/numpy;/usr/lib/pyshared/python$*/numpy/core/include/numpy"  -DNUMERIC_INCLUDE_PATH=/usr/include/numpy ; \
 -	  cmake $(SRC_DIR) $(CONFIGURE_OPTIONS) -DENABLE_python=ON -DPYTHON_EXECUTABLE=/usr/bin/python$* -DPYTHON_LIBRARIES=/usr/lib/python$* -DPYTHON_LIBRARY=/usr/lib/python$*/config/libpython$*.so -DPYTHON_INCLUDE_PATH="/usr/include/python$*;/usr/include/numpy"  -DNUMERIC_INCLUDE_PATH=/usr/include/numpy ; \
--	  for d in python ; do		\
++	  cmake $(SRC_DIR) $(CONFIGURE_OPTIONS) -DPYTHON_EXECUTABLE=/usr/bin/python$* -DPYTHON_LIBRARIES=/usr/lib/python$* -DPYTHON_LIBRARY=/usr/lib/python$*/config/libpython$*.so -DPYTHON_INCLUDE_PATH="/usr/include/python$*;/usr/include/numpy;/usr/lib/pyshared/python$*/numpy/core/include/numpy"  -DNUMERIC_INCLUDE_PATH=/usr/include/numpy ; \
++	  for d in python qt_gui/pyqt4 ; do		\
  	    ( cd bindings/$$d;				\
  	      $(MAKE) clean ;				\
  	      $(MAKE) ;					\
@@@ -199,6 -199,6 +215,7 @@@ binary-indep: build-indep install-inde
  	dh_compress -i --exclude=.pdf
  	dh_fixperms -i
  	dh_installdeb -i
++	dh_lintian -i
  	dh_gencontrol -i
  	dh_md5sums -i
  	dh_builddeb -i
@@@ -208,20 -208,19 +225,22 @@@ binary-arch: build-arch install-arc
  	dh_testroot -a
  	dh_installdirs -a
  
--	dh_installdocs --package=$(libpkg) --package=libcsiro0
--	dh_installchangelogs --package=$(libpkg) --package=libcsiro0
++	dh_installdocs --package=$(libpkg) --package=libcsiro0 --package=libqsastime0
++	dh_installchangelogs --package=$(libpkg) --package=libcsiro0 --package=libqsastime0
  
--	dh_pycentral --package=python-plplot
++	dh_python2 --package=python-plplot-qt --package=python-plplot
 +	dh_numpy
  	dh_strip -a
  	dh_compress -a -Xexamples/
  	dh_fixperms -a
  	dh_makeshlibs -V -a
--	dh_shlibdeps -a -L $(libpkg) \
--          -l $(debbase)/$(libpkg)/usr/lib:$(debbase)/plplot-tcl/usr/lib
++	dh_shlibdeps -a --no-package=octave-plplot -L $(libpkg) \
++          -l $(debbase)/$(libpkg)/usr/lib:$(debbase)/plplot-tcl/usr/lib 
++	dpkg-shlibdeps -Tdebian/octave-plplot.substvars -S$(debbase)/$(libpkg)/usr/lib/*.so* -S/usr/lib/$(octver)/*.so* $(debbase)/octave-plplot/$(OCTDIR)/plplot_octave.oct
  	octave-depends --package=octave-plplot
  	dh_installdeb -a
--	dh_gencontrol -a
++	dh_lintian -a
++	dh_gencontrol -a -- -VF:OCamlABI="$(OCAMLABI)"
  	dh_md5sums -a
  	dh_builddeb -a
  
@@@ -230,4 -229,4 +249,7 @@@ source diff
  
  binary: binary-arch binary-indep
  .PHONY: build clean binary-indep binary-arch binary config \
--        patch unpatch control
++        patch unpatch control 
++
++.NOTPARALLEL:
++
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/plplot.git



More information about the debian-science-commits mailing list