[plplot] 58/68: Import Debian changes 5.10.0-0.1

Ole Streicher olebole at moszumanska.debian.org
Mon Jul 10 07:38:41 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 c12451a907d3b0480e6ab2f82a58009ca9ceee19
Merge: 9401d9a 3c84fe4
Author: Thibaut Paumard <thibaut at debian.org>
Date:   Tue Sep 9 18:17:43 2014 +0200

    Import Debian changes 5.10.0-0.1
    
    plplot (5.10.0-0.1) unstable; urgency=low
    
      [Thibaut Paumard <thibaut at debian.org>]
      NMU to fix remaining issue, based on package proposed for sponsorship by
      original maintainer:
      * Bug fix: "plplot FTBFS due to HDF5 transition", thanks to Thibaut
        Paumard (Closes: #760943) (new patch: dont-check-for-hdf5_h)
    
      [Andrew Ross <andrewross at users.sourceforge.net>]
      * New upstream version (closes: #740085, #707268, #713309, #736392, #747053,
        #719799)
      * debian/patches/: Remove patches now in upstream and update remaining
        patches.
      * debian/patches/octave_3.8_support.diff: Fix some issues with octave 3.8
        support (backport from upstream). Also remove obsolete continuation
        markers to suppress octave warnings.
      * debian/rules, debian/control.in: Use xvfb-run to run cmake since
        auto-detection of tk components requires an X11 display and may fail for
        autobuilders. Add the required build dependencies on xvfb, xauth and
        iwidgets4.
      * debian/get-upstream-version.pl: Update to reflect changes in how the
        plplot version is stored in the upstream source.
      * debian/rules, debian/control.in: Update arch-indep build dependencies and
        remove references to postscript version of documentation to reflect
        changes to the way documentation is built.
      * debian/control.in: Update build dependencies to use wxwidgets-3.0 (closes:
        #749488) and gnat-4.9 (closes: #728152)
      * debian/rules: Add -source and -target options to javac command line. Fixes
        lintian warning.
      * debian/control.in: Bump standards version to 3.9.5. Fixes lintian warning.
      * debian/patches/fix-wxwidgets-linkage.diff: Add new patch to explicitly link
        libplplotd to libwxwidgetsd. Fixes dpkg-shlibdeps warnings.
    
    plplot (5.9.10-2) UNRELEASED; urgency=low
    
      * debian/changelog: Upload to experimental not unstable.
      * debian/compat, debian/control.in: Update to compatibility version 9
        for debhelper to remove lintian warning.
      * debian/rules: Fix bug in rules for case where ada is not supported.
      * debian/control.in: Fix short description for plplot-tcl-bin package.
      * debian/rules: For tcl scripts in the tk examples then make symlinks rather
        than duplicating files in the tck examples.
    
    plplot (5.9.10-1) UNRELEASED; urgency=low
    
      * New upstream release
      * debian/patches/series: Remove backported patches no longer need with
        current release and update remaining patches.
      * debian/control.in: Update dependencies for new documentation build system
        and to include shapelib (needed for new map support).
      * debian/control.in, debian/rules, debian/*.files:
        Rename packages to reflect bump in SONAME version.
      * debian/control.in: Drop support for f77 bindings (deprecated upstream
        and replaced by the better f95 bindings).
      * debian/libplplot12.files: Ensure shape file versions of the maps are
        installed.
      * debian/control.in, debian/rule: Drop the gd driver support and the
        plplot11-driver-gd package. No longer supported upstream and superceded
        by cairo and qt drivers. (Closes: #738242)
      * debian/patches/series, debian/patches/fix-d-examples.diff: Fix from
        upstream for D example 20 so it compiles with latest gdc.
      * debian/rules: Fix command line options for python-config to prevent an
        error.
      * debian/control.in, debian/rules, debian/*.files: Update package to be
        multiarch compatible. (Fixes some lintian warnings).
      * debian/rules: Force compatibility with java 5 (default on some platforms).
        Fixes lintian warning.
      * debian/patches/series, debian/patches/fix_python_exec_bit.diff: Fix
        incorrect executable bit on python script. Fixes lintian warning.
      * debian/libplplot-ada1.lintian-overrides,
        debian/libplplot-fortran10.lintian-overrides,
        libplplot-ocaml.lintian-overrides: Suppress hardening warnings for ada,
        fortran and ocaml compiled code since they are not relevant.
      * debian/control.in, debian/plplot-tcl-bin.files, debian/plplot-tcl.files,
        debian/patches/series, debian/patches/add-tcl-multiarch.diff: Move
        pltcl to a new plplot-tcl-bin package and move plserver to a location in
        the library path (executable by the library not the user). Required to make
        the tcl packages multiarch compliant.
    
    plplot (5.9.9-7) UNRELEASED; urgency=low
    
      * debian/patches/fix-cmake-ada-support.diff: Update ada support from
        upstream to ensure plplot builds with latest Ada compiler in unstable.
      * debian/rules: Update python library path.
      * debian/patches/fix-cmake-d-support.diff: Add patch from upstream to
        fix D language support.
      * debian/patches/java-pltr2-fix.diff: Add patch from upstream to fix
        crash in java examples using pltr2 (closes: #713309).
      * debian/control.in: Bump standards version to 3.9.4.
    
    plplot (5.9.9-6) unstable; urgency=low
    
      * debian/control.in: Remove build dependency on quilt since this is
        not required for 3.0 (quilt) source packages. Fixes lintian warning.
      * debian/rules: Get CPPFLAGS using dpkg-buildflags to use fortified libc
        functions. NB needs to work around cmake "feature" which ignores CPPFLAGS
        at present. Fixes lintian warning.

 CMakeLists.txt                                     |     98 +-
 COPYING.LIB                                        |      8 +-
 ChangeLog.release                                  |   1189 +-
 INSTALL                                            |     32 +-
 NEWS                                               |    605 +-
 NEWS => OLD-NEWS                                   |      0
 OLD-README.release                                 |   4783 +
 doc/NEWS => OLDER-NEWS                             |      0
 README.Release_Manager_Cookbook                    |    803 +-
 README.developers                                  |     80 +-
 README.release                                     |   1587 +-
 abi-compliance-checker.xml.template.in             |      2 +-
 bindings/CMakeLists.txt                            |      1 -
 bindings/ada/CMakeLists.txt                        |     38 +-
 bindings/ada/plplot.adb                            |    394 +-
 bindings/ada/plplot.ads                            |    191 +-
 bindings/ada/plplot_auxiliary.ads                  |      6 +-
 bindings/ada/plplot_thin.adb                       |     20 +-
 bindings/ada/plplot_thin.ads                       |    136 +-
 bindings/ada/plplot_traditional.adb                |    393 +-
 bindings/ada/plplot_traditional.ads                |    173 +-
 bindings/c++/CMakeLists.txt                        |     12 +-
 bindings/c++/plstream.cc                           |    203 +-
 bindings/c++/plstream.h                            |    137 +-
 bindings/d/CMakeLists.txt                          |     22 +-
 bindings/d/plplot.d                                |    519 +-
 bindings/f77/CMakeLists.txt                        |    293 -
 bindings/f77/README.f77API                         |     90 -
 bindings/f77/configurable.f.cmake                  |     50 -
 bindings/f77/double2single.sed                     |     29 -
 bindings/f77/global_defines.sed                    |     45 -
 bindings/f77/plplot_parameters.fm4                 |    255 -
 bindings/f77/plplotf77.def                         |     52 -
 bindings/f77/plplotf77_ifort.def                   |     51 -
 bindings/f77/plplotf77_mingw.def                   |     55 -
 bindings/f77/plstubs.h                             |    369 -
 bindings/f77/sc3d.c                                |    136 -
 bindings/f77/sccont.c                              |    673 -
 bindings/f77/scstubs.c                             |   1241 -
 bindings/f77/sfstubs.fm4                           |    943 -
 bindings/f77/sfstubs.h                             |     42 -
 bindings/f77/strutil.f                             |     81 -
 bindings/f95/CMakeLists.txt                        |     59 +-
 bindings/f95/configurable.f90                      |     22 +-
 bindings/f95/global_defines.sed                    |     23 +-
 bindings/f95/plplot_parameters.h                   |    200 +-
 bindings/f95/plplotf95.def                         |      5 +
 bindings/f95/plplotf95_ifort.def                   |      7 +-
 bindings/f95/plplotf95_mingw.def                   |      5 +
 bindings/f95/plstubs.h                             |     86 +-
 bindings/f95/readme_f95.txt                        |      5 +-
 bindings/f95/sc3d.c                                |     24 +-
 bindings/f95/sccont.c                              |    187 +-
 bindings/f95/scstubs.c                             |    388 +-
 bindings/f95/sfstubs.f90                           |    280 +-
 bindings/f95/sfstubs.h                             |     41 -
 bindings/f95/sfstubsf95.f90                        |   2300 +-
 bindings/f95/strutil.f90                           |     80 +-
 bindings/gnome2/lib/CMakeLists.txt                 |      2 +-
 bindings/gnome2/lib/gcw-lib.c                      |      2 +-
 bindings/gnome2/lib/plplotcanvas.c                 |      6 +-
 bindings/gnome2/python/CMakeLists.txt              |      2 +-
 bindings/java/CMakeLists.txt                       |      3 +-
 bindings/java/PLStream.java                        |     99 +-
 bindings/java/plplotjavac.i                        |    278 +-
 bindings/lua/plplotluac.i                          |    213 +-
 bindings/ocaml/CMakeLists.txt                      |     45 +-
 bindings/ocaml/META.in                             |      2 +-
 bindings/ocaml/plcairo/CMakeLists.txt              |     12 +-
 bindings/ocaml/plcairo/META.in                     |      2 +-
 bindings/ocaml/plplot.ml                           |    556 +-
 bindings/ocaml/plplot.mli                          |    226 +-
 bindings/ocaml/plplot_core.idl                     |     23 +-
 bindings/ocaml/plplot_h                            |     48 +-
 bindings/ocaml/plplot_h.inc                        |      7 +-
 bindings/ocaml/plplot_impl.c                       |    154 +-
 bindings/ocaml/touchup.ml                          |      6 +-
 bindings/octave/CMakeLists.txt                     |    206 +-
 bindings/octave/PLplot/figure.m                    |     13 +-
 bindings/octave/PLplot/struct_contains.m           |      5 +-
 bindings/octave/PLplot/support/__pl_matstr.m       |      2 +-
 bindings/octave/PLplot/toggle_plplot_use.m         |      7 +-
 bindings/octave/etc/plplot.doc                     |      2 +-
 bindings/octave/global_defines.sed                 |     19 -
 bindings/octave/matwrap/README                     |     29 -
 bindings/octave/matwrap/matwrap                    |   1798 -
 bindings/octave/matwrap/matwrap.pod                |   1156 -
 bindings/octave/matwrap/wrap_octave.pl             |   1140 -
 bindings/octave/octaverc.in                        |      3 +
 bindings/octave/plplot_octave.h.in                 |     56 +-
 bindings/octave/plplot_octave.i                    |    486 +-
 bindings/octave/plplot_octave_def                  |    246 -
 .../plplot_octave_txt/pl_setcontlabelformat.txt    |     19 +
 .../plplot_octave_txt/pl_setcontlabelparam.txt     |     24 +
 bindings/octave/plplot_octave_txt/pladv.txt        |     17 +
 bindings/octave/plplot_octave_txt/plarc.txt        |     31 +
 bindings/octave/plplot_octave_txt/plaxes.txt       |     74 +
 bindings/octave/plplot_octave_txt/plbin.txt        |     35 +
 bindings/octave/plplot_octave_txt/plbop.txt        |     10 +
 bindings/octave/plplot_octave_txt/plbox.txt        |     70 +
 bindings/octave/plplot_octave_txt/plbox3.txt       |    106 +
 bindings/octave/plplot_octave_txt/plbtime.txt      |     29 +
 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/plcolorbar.txt   |    163 +
 bindings/octave/plplot_octave_txt/plconfigtime.txt |     77 +
 bindings/octave/plplot_octave_txt/plcont.txt       |     44 +
 bindings/octave/plplot_octave_txt/plcpstrm.txt     |     17 +
 bindings/octave/plplot_octave_txt/plctime.txt      |     28 +
 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/plfsurf3d.txt    |     57 +
 bindings/octave/plplot_octave_txt/plgchr.txt       |     17 +
 .../octave/plplot_octave_txt/plgcmap1_range.txt    |     18 +
 bindings/octave/plplot_octave_txt/plgcol0.txt      |     20 +
 bindings/octave/plplot_octave_txt/plgcol0a.txt     |     23 +
 bindings/octave/plplot_octave_txt/plgcolbg.txt     |     21 +
 bindings/octave/plplot_octave_txt/plgcolbga.txt    |     24 +
 .../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/plgdrawmode.txt  |     11 +
 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      |     25 +
 bindings/octave/plplot_octave_txt/plgra.txt        |     10 +
 bindings/octave/plplot_octave_txt/plgradient.txt   |     23 +
 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    |     48 +
 bindings/octave/plplot_octave_txt/plinit.txt       |     10 +
 bindings/octave/plplot_octave_txt/pljoin.txt       |     20 +
 bindings/octave/plplot_octave_txt/pllab.txt        |     18 +
 bindings/octave/plplot_octave_txt/pllegend.txt     |    193 +
 .../octave/plplot_octave_txt/pllightsource.txt     |     18 +
 bindings/octave/plplot_octave_txt/plline.txt       |     20 +
 bindings/octave/plplot_octave_txt/plline3.txt      |     23 +
 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      |     51 +
 bindings/octave/plplot_octave_txt/plot3dcl.txt     |     69 +
 bindings/octave/plplot_octave_txt/plparseopts.txt  |     33 +
 bindings/octave/plplot_octave_txt/plpat.txt        |     23 +
 bindings/octave/plplot_octave_txt/plpath.txt       |     22 +
 bindings/octave/plplot_octave_txt/plplot.doc       |    170 +
 bindings/octave/plplot_octave_txt/plpoin.txt       |     24 +
 bindings/octave/plplot_octave_txt/plpoin3.txt      |     27 +
 bindings/octave/plplot_octave_txt/plpoly3.txt      |     33 +
 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      |     68 +
 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     |     26 +
 bindings/octave/plplot_octave_txt/plscmap0a.txt    |     31 +
 bindings/octave/plplot_octave_txt/plscmap0n.txt    |     17 +
 bindings/octave/plplot_octave_txt/plscmap1.txt     |     26 +
 .../octave/plplot_octave_txt/plscmap1_range.txt    |     18 +
 bindings/octave/plplot_octave_txt/plscmap1a.txt    |     31 +
 bindings/octave/plplot_octave_txt/plscmap1l.txt    |     33 +
 bindings/octave/plplot_octave_txt/plscmap1la.txt   |     36 +
 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/plsdrawmode.txt  |     17 +
 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     |    104 +
 bindings/octave/plplot_octave_txt/plshades.txt     |     90 +
 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/plsmema.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/plspal0.txt      |     15 +
 bindings/octave/plplot_octave_txt/plspal1.txt      |     26 +
 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/plstransform.txt |     22 +
 bindings/octave/plplot_octave_txt/plstring.txt     |     23 +
 bindings/octave/plplot_octave_txt/plstring3.txt    |     26 +
 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       |     23 +
 bindings/octave/plplot_octave_txt/plsurf3d.txt     |     53 +
 bindings/octave/plplot_octave_txt/plsurf3dl.txt    |     71 +
 bindings/octave/plplot_octave_txt/plsvect.txt      |     25 +
 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        |     23 +
 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/plwidth.txt      |     18 +
 bindings/octave/plplot_octave_txt/plwind.txt       |     24 +
 bindings/octave/plplot_octave_txt/plxormod.txt     |     18 +
 bindings/python/CMakeLists.txt                     |     41 +-
 bindings/python/plplot.py                          |    649 +
 bindings/python/plplot.py.Numeric                  |    651 -
 bindings/python/plplot.py.numpy                    |    653 -
 bindings/python/plplot_widgetmodule.c              |     21 +-
 bindings/python/plplotcmodule.i                    |    634 +-
 bindings/qt_gui/CMakeLists.txt                     |     41 +-
 bindings/qt_gui/plqt.cpp                           |     26 +-
 bindings/qt_gui/pyqt4/CMakeLists.txt               |     15 +-
 bindings/qt_gui/pyqt4/plplot_pyqt4.sip             |      2 +-
 bindings/swig-support/CMakeLists.txt               |     12 +
 bindings/swig-support/plplotcapi.i                 |    405 +-
 bindings/swig-support/swig_documentation.i         |    735 +-
 bindings/tcl/CMakeLists.txt                        |    894 +-
 bindings/tcl/README.tclAPI                         |      8 +-
 bindings/tcl/global_defines.sed                    |     13 +-
 bindings/tcl/matrixInit.c                          |     11 +-
 bindings/tcl/pkgIndex.tcl.in                       |     68 +-
 bindings/tcl/plapi.tpl                             |     40 +-
 bindings/tcl/plitclgen.tcl                         |     80 +
 bindings/tcl/plplot_parameters.h                   |    436 +-
 bindings/tcl/pltcl.c                               |    182 +
 bindings/tcl/pltclgen.tcl                          |      4 +-
 bindings/tcl/tclAPI.c                              |    478 +-
 bindings/tcl/tclMain.c                             |     35 +-
 bindings/tcl/tclMatrix.c                           |     91 +-
 bindings/tcl/tclMatrix.h                           |      4 +-
 bindings/tcl/tclcmd.tpl                            |      2 +-
 bindings/tk-x-plat/Memberscope.tcl                 |      2 +-
 bindings/tk-x-plat/Plplotter_Init.c                |     28 +-
 bindings/tk-x-plat/Plplotwin.tcl                   |      2 +-
 bindings/tk-x-plat/Plwindow.tcl                    |      5 +-
 bindings/tk-x-plat/pkgIndex.tcl.in                 |     13 +-
 bindings/tk-x-plat/plbarchart.tcl                  |      3 +-
 bindings/tk-x-plat/plplotter.c                     |    324 +-
 bindings/tk-x-plat/pltimeseries.tcl                |      3 +-
 bindings/tk-x-plat/plwidget2.tcl                   |      6 +-
 bindings/tk/CMakeLists.txt                         |     69 +-
 bindings/tk/PLWin.itk                              |    249 +-
 bindings/tk/Pltk_Init.c                            |      4 +-
 bindings/tk/Pltkwin.tcl                            |      6 +-
 bindings/tk/pkgIndex.tcl.in                        |     19 +-
 bindings/tk/plcolor.tcl                            |      4 +-
 bindings/tk/plframe.c                              |    413 +-
 bindings/tk/plr.c                                  |     50 +-
 bindings/tk/plserver.c                             |     59 +-
 bindings/tk/plserver.h                             |      3 +-
 bindings/tk/pltkd.h                                |     12 +-
 bindings/tk/pltools.tcl                            |      5 +-
 bindings/tk/plwidget.tcl                           |     52 +-
 bindings/tk/tcpip.c                                |    145 +-
 bindings/tk/tcpip.h                                |      8 +-
 bindings/tk/tkMain.c                               |     92 +-
 bindings/tk/tkshell.c                              |      4 +-
 bindings/wxwidgets/CMakeLists.txt                  |    106 +-
 bindings/wxwidgets/wxPLplotstream.cpp              |      4 +-
 bindings/wxwidgets/wxPLplotstream.h.in             |      6 +-
 cmake/FindPLplot.cmake                             |      9 -
 cmake/epa_build/CMakeLists.txt                     |    458 +
 cmake/epa_build/ExternalProject.cmake              |   1816 +
 cmake/epa_build/README                             |    343 +
 cmake/epa_build/README.developers                  |    113 +
 cmake/epa_build/ToDo                               |     80 +
 cmake/epa_build/add_packages.xml                   |     53 +
 cmake/epa_build/cairo/CMakeLists.txt               |     75 +
 cmake/epa_build/cmake/CMakeLists.txt               |     76 +
 cmake/epa_build/configure_epa.cmake                |     85 +
 cmake/epa_build/configured_pango.patch             |     19 +
 cmake/epa_build/docbook-xml/CMakeLists.txt         |     68 +
 .../docbook-xml/docbook-xml_CMakeLists.txt         |    178 +
 cmake/epa_build/docbook-xsl/CMakeLists.txt         |     67 +
 .../docbook-xsl/docbook-xsl_CMakeLists.txt         |    180 +
 cmake/epa_build/download_check.cmake               |      7 +
 cmake/epa_build/epa_CMakeLists.txt.in              |     75 +
 cmake/epa_build/fontconfig/CMakeLists.txt          |     75 +
 cmake/epa_build/glib/CMakeLists.txt                |     75 +
 .../epa_build/gobject-introspection/CMakeLists.txt |     75 +
 cmake/epa_build/gperf/CMakeLists.txt               |     75 +
 cmake/epa_build/gtk-doc/CMakeLists.txt             |     75 +
 cmake/epa_build/gtk_transform.py                   |    268 +
 cmake/epa_build/gtk_xml_recursive_process.py       |     74 +
 cmake/epa_build/harfbuzz/CMakeLists.txt            |     75 +
 cmake/epa_build/intltool/CMakeLists.txt            |     75 +
 cmake/epa_build/itcl3/CMakeLists.txt               |    112 +
 cmake/epa_build/itk/CMakeLists.txt                 |    120 +
 cmake/epa_build/itk/autoreconf.patch               |    471 +
 cmake/epa_build/itk/itk4_case.patch                |     20 +
 cmake/epa_build/itk/itk4_header_list.patch         |     24 +
 cmake/epa_build/itk3/CMakeLists.txt                |    137 +
 cmake/epa_build/itk3/autotools_backport.patch      |  21373 +++
 cmake/epa_build/itstool/CMakeLists.txt             |     77 +
 .../itstool-1.2.0-python-location-fixes.patch      |   1347 +
 cmake/epa_build/iwidgets/CMakeLists.txt            |     96 +
 cmake/epa_build/iwidgets/iwidgets4.1.patch         |   1008 +
 cmake/epa_build/iwidgets/iwidgets4_case.patch      |     17 +
 cmake/epa_build/iwidgets/iwidgets_CMakeLists.txt   |    149 +
 cmake/epa_build/iwidgets4.0/CMakeLists.txt         |     68 +
 cmake/epa_build/libagg/CMakeLists.txt              |     74 +
 cmake/epa_build/libagg/libagg_CMakeLists.txt       |    250 +
 cmake/epa_build/libffi/CMakeLists.txt              |     75 +
 cmake/epa_build/libharu/CMakeLists.txt             |     72 +
 cmake/epa_build/libharu/README.libharu             |     67 +
 cmake/epa_build/libharu/cmake.patch                |    851 +
 cmake/epa_build/libharu/large_font.patch           |     24 +
 cmake/epa_build/libharu/remove_configured.patch    |    131 +
 cmake/epa_build/libharu/visibility.patch           |     72 +
 cmake/epa_build/libpcre/CMakeLists.txt             |     75 +
 cmake/epa_build/libqhull/CMakeLists.txt            |     82 +
 cmake/epa_build/libqhull/README.libqhull           |     43 +
 .../libqhull/libqhull_CMakeLists.txt}              |      0
 cmake/epa_build/libqhull/src/CMakeLists.txt        |    164 +
 cmake/epa_build/libqhull/src/libqhull.h            |   1135 +
 cmake/{external => epa_build}/libqhull/src/mem.h   |      0
 cmake/{external => epa_build}/libqhull/src/unix.c  |      0
 cmake/epa_build/libxml2/CMakeLists.txt             |     75 +
 cmake/epa_build/libxslt/CMakeLists.txt             |     75 +
 cmake/epa_build/ndiff/CMakeLists.txt               |     76 +
 cmake/epa_build/ndiff/README.ndiff                 |     47 +
 cmake/epa_build/ndiff/config.h.cmake               |     38 +
 cmake/epa_build/ndiff/ndiff_CMakeLists.txt         |    206 +
 cmake/epa_build/pango/CMakeLists.txt               |     75 +
 cmake/epa_build/patch_gtk_packages.xml             |     26 +
 cmake/epa_build/pixman/CMakeLists.txt              |     75 +
 cmake/epa_build/pkg-config/CMakeLists.txt          |     85 +
 cmake/epa_build/plplot/CMakeLists.txt              |    157 +
 cmake/epa_build/plplot_lite/CMakeLists.txt         |    156 +
 cmake/epa_build/qt4_lite/CMakeLists.txt            |    207 +
 cmake/epa_build/ragel/CMakeLists.txt               |     75 +
 cmake/epa_build/setup/setup_linux_makefiles        |     62 +
 cmake/epa_build/setup/setup_mingw_makefiles        |     43 +
 .../setup/setup_mingw_msys_wine_toolchain          |     62 +
 cmake/epa_build/setup/setup_msys_makefiles         |     40 +
 cmake/epa_build/shapelib/CMakeLists.txt            |     91 +
 cmake/epa_build/shapelib/README                    |     58 +
 cmake/epa_build/shapelib/shapelib_CMakeLists.txt   |    219 +
 cmake/epa_build/subversion/CMakeLists.txt          |     87 +
 cmake/epa_build/swig/CMakeLists.txt                |     85 +
 cmake/epa_build/swig/octave-3.8.0.patch            |    284 +
 cmake/epa_build/tcl/CMakeLists.txt                 |    109 +
 cmake/epa_build/tk/CMakeLists.txt                  |    110 +
 cmake/epa_build/update_added_packages.sh           |     16 +
 cmake/epa_build/update_pango_packages.sh           |     64 +
 cmake/epa_build/wildcard_remove.cmake              |      6 +
 cmake/epa_build/wxwidgets/CMakeLists.txt           |     75 +
 cmake/epa_build/xmlcatalog-wrapper/CMakeLists.txt  |     54 +
 .../xmlcatalog-wrapper/filter_arguments.cmake      |      8 +
 .../xmlcatalog-wrapper/xmlcatalog-wrapper.sh.in    |      5 +
 .../xmlcatalog-wrapper_CMakeLists.txt              |     60 +
 cmake/epa_build/xmlcatalog_wrapper.sh              |     13 +
 cmake/epa_build/yelp-tools/CMakeLists.txt          |     75 +
 cmake/epa_build/yelp-xsl/CMakeLists.txt            |     75 +
 cmake/external/libagg/CMakeLists.txt               |    215 -
 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/README.libqhull            |     38 -
 cmake/external/libqhull/src/CMakeLists.txt         |    163 -
 cmake/external/libqhull/src/libqhull.h             |   1136 -
 cmake/modules/CheckITCL_Available.tcl              |      1 -
 cmake/modules/CheckTCL_GT_84.tcl                   |      1 -
 cmake/modules/FindAGG.cmake                        |     68 +-
 cmake/modules/FindGD.cmake                         |     12 +-
 cmake/modules/FindLTDL.cmake                       |     62 +-
 cmake/modules/FindLua.cmake                        |    161 +
 cmake/modules/FindPkgConfig.cmake                  |    359 -
 cmake/modules/FindQHULL.cmake                      |      1 -
 cmake/modules/FindShapelib.cmake                   |     34 +
 cmake/modules/Findhpdf.cmake                       |      7 +-
 cmake/modules/FindwxWidgets.cmake                  |   1020 -
 cmake/modules/GetITCL_Version.tcl                  |      2 -
 cmake/modules/TestF77CmdLine.cmake                 |     70 -
 cmake/modules/TestF77CmdLine.f                     |     21 -
 cmake/modules/ada.cmake                            |      7 +-
 cmake/modules/cairo.cmake                          |    142 +-
 cmake/modules/d.cmake                              |      7 +
 cmake/modules/docbook.cmake                        |    400 +-
 cmake/modules/drivers-init.cmake                   |     18 +-
 cmake/modules/drivers.cmake                        |      4 +-
 cmake/modules/fortran.cmake                        |     40 +-
 cmake/modules/freetype.cmake                       |     14 +-
 cmake/modules/gcw.cmake                            |     14 +-
 cmake/modules/instdirs.cmake                       |      6 +-
 cmake/modules/java.cmake                           |      5 +
 cmake/modules/language_support.cmake               |     55 +-
 .../cmake-2.6/CMakeFortranInformation.cmake        |    190 -
 .../cmake-2.6/Platform/Cygwin-GNU-Fortran.cmake    |     25 -
 .../cmake-2.6/Platform/Windows-GNU-Fortran.cmake   |     35 -
 .../cmake-2.6/Platform/Windows-df.cmake            |     69 -
 .../cmake-2.6/Platform/Windows-f90.cmake           |     66 -
 .../cmake/CMakeAdaInformation.cmake                |     12 +
 .../language_support/cmake/CMakeDInformation.cmake |      2 +-
 .../cmake/CMakeDetermineAdaCompiler.cmake          |      5 +-
 .../cmake/CMakeDetermineDCompiler.cmake            |      4 +-
 .../cmake/CMakeTestDCompiler.cmake                 |     94 +-
 .../cmake/Platform/Linux-gdc.cmake                 |      2 +-
 cmake/modules/lua.cmake                            |     48 +-
 cmake/modules/ndp_UseQt4.cmake                     |    248 +
 cmake/modules/ocaml.cmake                          |     20 +-
 cmake/modules/octave.cmake                         |     23 +-
 cmake/modules/pdf.cmake                            |      8 +-
 cmake/modules/pdl.cmake                            |      2 +-
 cmake/modules/pkg-config.cmake                     |    150 +-
 cmake/modules/plplot.cmake                         |    243 +-
 cmake/modules/plplot_functions.cmake               |    241 +
 cmake/modules/plplot_version.cmake                 |     46 +-
 cmake/modules/python.cmake                         |    103 +-
 cmake/modules/qt.cmake                             |    127 +-
 cmake/modules/shapelib.cmake                       |     64 +
 cmake/modules/summary.cmake                        |     36 +-
 cmake/modules/tcl-related.cmake                    |    676 +-
 cmake/modules/tk.cmake                             |     46 +-
 cmake/modules/wingcc.cmake                         |      4 +-
 cmake/modules/wxwidgets.cmake                      |     37 +-
 config.h.cmake                                     |    306 -
 data/CMakeLists.txt                                |     33 +-
 data/README.shapefiles                             |      5 +
 data/cglobe.shp                                    |    Bin 0 -> 250604 bytes
 data/cglobe.shx                                    |    Bin 0 -> 3724 bytes
 data/globe.shp                                     |    Bin 0 -> 148092 bytes
 data/globe.shx                                     |    Bin 0 -> 2364 bytes
 data/usa.shp                                       |    Bin 0 -> 191916 bytes
 data/usa.shx                                       |    Bin 0 -> 2652 bytes
 data/usaglobe.shp                                  |    Bin 0 -> 335204 bytes
 data/usaglobe.shx                                  |    Bin 0 -> 4804 bytes
 debian/README.Debian                               |     28 +-
 debian/changelog                                   |    108 +
 debian/compat                                      |      2 +-
 debian/control                                     |    155 +-
 debian/control.in                                  |    155 +-
 debian/get-upstream-version.pl                     |      2 +-
 debian/libcsiro0.files                             |      2 +-
 debian/libplplot-ada0-dev.files                    |      5 -
 debian/libplplot-ada0.files                        |      2 -
 debian/libplplot-ada1-dev.files                    |      5 +
 debian/libplplot-ada1.files                        |      2 +
 debian/libplplot-ada1.lintian-overrides            |      1 +
 debian/libplplot-c++10.files                       |      2 -
 debian/libplplot-c++11.files                       |      2 +
 debian/libplplot-d.files                           |      2 +-
 debian/libplplot-dev.files                         |     14 +-
 debian/libplplot-fortran10.files                   |      2 +
 debian/libplplot-fortran10.lintian-overrides       |      1 +
 debian/libplplot-fortran9.files                    |      2 -
 debian/libplplot-java.files                        |      4 +-
 debian/libplplot-lua.files                         |      2 +-
 debian/libplplot-ocaml.lintian-overrides           |      3 +
 debian/libplplot11.files                           |      7 -
 debian/libplplot12.files                           |      9 +
 debian/libqsastime-dev.files                       |      2 +-
 debian/libqsastime0.files                          |      2 +-
 debian/octave-plplot.files                         |      4 +-
 debian/patches/02_unset-python-path.diff           |      8 +-
 debian/patches/add-tcl-multiarch.diff              |     83 +
 debian/patches/dont-check-for-hdf5_h               |     41 +
 debian/patches/fix-cmake-ada-support.diff          |     19 +
 debian/patches/fix-cmake-d-support.diff            |     20 +
 debian/patches/fix-lua-includes.diff               |     12 +-
 debian/patches/fix-wxwidgets-linkage.diff          |     12 +
 debian/patches/java-pltr2-fix.diff                 |     80 +
 debian/patches/octave_3.8_support.diff             |    924 +
 debian/patches/proper-path-handling.diff           |     10 +-
 debian/patches/series                              |     10 +-
 debian/patches/support-javac-options.diff          |     38 +
 debian/plplot-tcl-bin.files                        |      2 +
 debian/plplot-tcl-dev.files                        |      6 +-
 debian/plplot-tcl-dev.lintian-overrides            |      6 +-
 debian/plplot-tcl.files                            |      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/plplot12-driver-cairo.files                 |      2 +
 debian/plplot12-driver-qt.files                    |      4 +
 debian/plplot12-driver-wxwidgets.files             |      5 +
 debian/plplot12-driver-xwin.files                  |      4 +
 debian/python-plplot.files                         |      2 +-
 debian/rules                                       |     70 +-
 doc/CMakeLists.txt                                 |      7 +-
 doc/Doxyfile.in                                    |    382 +-
 doc/README.doxygen                                 |     48 +
 doc/docbook/NEWS                                   |     60 +-
 doc/docbook/README.developers                      |    230 +-
 doc/docbook/bin/api2man.pl.in                      |     11 +-
 doc/docbook/bin/api2swigdoc.pl                     |      2 +-
 doc/docbook/bin/api2text.pl                        |      4 +-
 doc/docbook/bin/info-clean.pl                      |      5 +-
 doc/docbook/src/API-C.html                         |     85 +
 doc/docbook/src/API-FORTRAN-95.html                |    164 +
 doc/docbook/src/API-Internal.html                  |     48 +
 doc/docbook/src/API-OBSOLETE.html                  |     36 +
 doc/docbook/src/API.html                           |    467 +
 doc/docbook/src/BIBLIOGRAPHY.html                  |     57 +
 doc/docbook/src/CMakeLists.txt                     |   1279 +-
 doc/docbook/src/FreeType-notes.html                |    178 +
 doc/docbook/src/HTML-MANIFEST                      |    241 +-
 doc/docbook/src/MAN-MANIFEST                       |     12 +-
 doc/docbook/src/OCaml.html                         |     11 +
 doc/docbook/src/PLGraphicsIn.html                  |     55 +
 doc/docbook/src/PLOptionTable.html                 |     45 +
 doc/docbook/src/acquiring-plplot.html              |    161 +-
 doc/docbook/src/ada.html                           |    227 +-
 doc/docbook/src/ada.xml                            |    398 +-
 doc/docbook/src/ada_apple_notes.html               |    267 +-
 doc/docbook/src/ada_bindings.html                  |    371 +-
 doc/docbook/src/ada_c_flavor.html                  |    197 +-
 doc/docbook/src/ada_compilation_notes.html         |    214 +-
 doc/docbook/src/ada_examples.html                  |    154 +-
 doc/docbook/src/ada_howto.html                     |    377 +-
 doc/docbook/src/ada_known_variances.html           |    211 +-
 doc/docbook/src/ada_obtaining.html                 |    258 +-
 doc/docbook/src/ada_unique.html                    |    978 +-
 doc/docbook/src/advanced.html                      |    294 +-
 doc/docbook/src/advanced.xml                       |    420 +-
 doc/docbook/src/api-c.html                         |    471 -
 doc/docbook/src/api-c.xml                          |     14 +-
 doc/docbook/src/api-compat.html                    |    367 +-
 doc/docbook/src/api-compat.xml                     |     12 +-
 doc/docbook/src/api-fortran-77.html                |    519 -
 doc/docbook/src/api-fortran-95.html                |    511 -
 doc/docbook/src/api-fortran77.xml                  |   1024 -
 doc/docbook/src/api-internal.html                  |    309 -
 doc/docbook/src/api-obsolete.html                  |    271 -
 doc/docbook/src/api-obsolete.xml                   |     54 +-
 doc/docbook/src/api.html                           |   1740 -
 doc/docbook/src/api.xml                            |   6808 +-
 doc/docbook/src/api_regression_tests.html          |    227 +-
 doc/docbook/src/aqt-driver.html                    |    157 +-
 doc/docbook/src/bibliography.html                  |    248 -
 doc/docbook/src/bibliography.xml                   |      2 +-
 doc/docbook/src/c.html                             |    324 +-
 doc/docbook/src/c.xml                              |      6 +-
 doc/docbook/src/characters.html                    |   1388 +-
 doc/docbook/src/color.html                         |    564 +-
 doc/docbook/src/contour-plots.html                 |    782 +-
 doc/docbook/src/copyrights.html                    |    244 +-
 doc/docbook/src/core-library.html                  |    172 +-
 doc/docbook/src/cplus.xml                          |      2 +-
 doc/docbook/src/cpluscplus-design.html             |    340 +-
 doc/docbook/src/cpluscplus-specializing.html       |    207 +-
 doc/docbook/src/cpluscplus-status.html             |    194 +-
 doc/docbook/src/cplusplus.html                     |    237 +-
 doc/docbook/src/credits.html                       |    248 +-
 doc/docbook/src/custom-extensions-tcl.html         |    352 +-
 doc/docbook/src/dblatex_stylesheet.xsl             |     11 +
 doc/docbook/src/deploying.html                     |    753 +-
 doc/docbook/src/deploying.xml                      |     21 +-
 doc/docbook/src/device-driver-libraries.html       |    147 +-
 doc/docbook/src/drawing.html                       |    904 +-
 doc/docbook/src/drivers.xml                        |     14 +-
 doc/docbook/src/enhancement-libraries.html         |    224 +-
 doc/docbook/src/error.html                         |    166 +-
 doc/docbook/src/extended-wish.html                 |    374 +-
 doc/docbook/src/extensions-tcl.html                |    222 +-
 doc/docbook/src/fill-pattern.html                  |    214 +-
 doc/docbook/src/finishing.html                     |    175 +-
 doc/docbook/src/fortran77.html                     |    491 -
 doc/docbook/src/fortran77.xml                      |    219 -
 doc/docbook/src/fortran95.html                     |    658 +-
 doc/docbook/src/fortran95.xml                      |     19 +-
 doc/docbook/src/freetype-notes.html                |    579 -
 doc/docbook/src/gui.html                           |    157 +-
 doc/docbook/src/index.html                         |   3117 +-
 doc/docbook/src/initializing.html                  |    223 +-
 doc/docbook/src/inline-info.ent                    |     52 -
 .../src/{inline-print.ent => inline-print_dsl.ent} |      0
 doc/docbook/src/inline-print_xsl.ent               |      1 +
 doc/docbook/src/installing.html                    |    186 +-
 doc/docbook/src/intro.html                         |    290 +-
 doc/docbook/src/intro.xml                          |     23 +-
 doc/docbook/src/introduction-itcl.html             |    221 +-
 doc/docbook/src/introduction-tk.html               |    206 +-
 doc/docbook/src/labelling.html                     |    286 +-
 doc/docbook/src/latex-postscript-driver.html       |    211 +-
 doc/docbook/src/legends.html                       |     28 +
 doc/docbook/src/libraries.html                     |    310 +-
 doc/docbook/src/libraries.xml                      |     10 +-
 doc/docbook/src/line-attributes.html               |    228 +-
 doc/docbook/src/ocaml.html                         |    206 -
 doc/docbook/src/ocaml.xml                          |      6 +-
 doc/docbook/src/ocaml_bindings.html                |    326 +-
 doc/docbook/src/ocaml_examples.html                |    155 +-
 doc/docbook/src/ocaml_howto.html                   |    415 +-
 doc/docbook/src/ocaml_known_issues.html            |    153 +-
 doc/docbook/src/ocaml_obtaining.html               |    186 +-
 doc/docbook/src/organization.html                  |    232 +-
 doc/docbook/src/os-notes.html                      |    262 +-
 doc/docbook/src/os_notes.xml                       |      6 +-
 doc/docbook/src/output-devices.html                |   1471 +-
 doc/docbook/src/output-drivers.html                |    262 +-
 doc/docbook/src/part_bindings.html                 |    208 +-
 doc/docbook/src/part_introduction.html             |    158 +-
 doc/docbook/src/part_programming.html              |    178 +-
 doc/docbook/src/part_reference.html                |    680 +-
 doc/docbook/src/pdf-driver.html                    |    167 +-
 doc/docbook/src/perl.html                          |    228 +-
 doc/docbook/src/perl.xml                           |      2 +-
 doc/docbook/src/plAlloc2dGrid.html                 |     37 +
 doc/docbook/src/plClearOpts.html                   |     25 +
 doc/docbook/src/plFree2dGrid.html                  |     31 +
 doc/docbook/src/plGetCursor.html                   |     32 +
 doc/docbook/src/plHLS_RGB.html                     |     47 +
 doc/docbook/src/plMergeOpts.html                   |     42 +
 doc/docbook/src/plMinMax2dGrid.html                |     39 +
 doc/docbook/src/plOptUsage.html                    |     35 +
 doc/docbook/src/plP_getinitdriverlist.html         |     22 +
 doc/docbook/src/plResetOpts.html                   |     26 +
 doc/docbook/src/plSetUsage.html                    |     33 +
 doc/docbook/src/pl_setcontlabelformat.3plplot      |      9 +-
 doc/docbook/src/pl_setcontlabelparam.3plplot       |      9 +-
 doc/docbook/src/pl_setcontlabelparam.html          |    297 +-
 doc/docbook/src/pladv.3plplot                      |     19 +-
 doc/docbook/src/pladv.html                         |    310 +-
 doc/docbook/src/plalloc2dgrid.html                 |    252 -
 doc/docbook/src/plarc.3plplot                      |      9 +-
 doc/docbook/src/plarc.html                         |    435 +-
 doc/docbook/src/plaxes.3plplot                     |     14 +-
 doc/docbook/src/plaxes.html                        |    639 +-
 doc/docbook/src/plbin.3plplot                      |     13 +-
 doc/docbook/src/plbin.html                         |    511 +-
 doc/docbook/src/plbop.3plplot                      |      9 +-
 doc/docbook/src/plbop.html                         |    263 +-
 doc/docbook/src/plbox.3plplot                      |     12 +-
 doc/docbook/src/plbox.html                         |    590 +-
 doc/docbook/src/plbox3.3plplot                     |     13 +-
 doc/docbook/src/plbox3.html                        |    822 +-
 doc/docbook/src/plbtime.3plplot                    |     47 +
 doc/docbook/src/plbtime.html                       |     81 +
 doc/docbook/src/plcalc_world.3plplot               |     11 +-
 doc/docbook/src/plcalc_world.html                  |    465 +-
 doc/docbook/src/plclear.3plplot                    |      9 +-
 doc/docbook/src/plclear.html                       |    247 +-
 doc/docbook/src/plclearopts.html                   |    208 -
 doc/docbook/src/plcol.html                         |    236 +-
 doc/docbook/src/plcol0.3plplot                     |     19 +-
 doc/docbook/src/plcol0.html                        |    372 +-
 doc/docbook/src/plcol1.3plplot                     |     15 +-
 doc/docbook/src/plcol1.html                        |    260 +-
 doc/docbook/src/plcolorbar.3plplot                 |     94 +
 doc/docbook/src/plcolorbar.html                    |    275 +
 doc/docbook/src/plcon1.html                        |    418 -
 doc/docbook/src/plcon2.html                        |    423 -
 doc/docbook/src/plconfigtime.3plplot               |     57 +
 doc/docbook/src/plconfigtime.html                  |    131 +
 doc/docbook/src/plcont.3plplot                     |     29 +-
 doc/docbook/src/plcont.html                        |    629 +-
 doc/docbook/src/plcontfortran77.html               |    226 -
 doc/docbook/src/plcpstrm.3plplot                   |      9 +-
 doc/docbook/src/plcpstrm.html                      |    321 +-
 doc/docbook/src/plctime.3plplot                    |     48 +
 doc/docbook/src/plctime.html                       |     83 +
 doc/docbook/src/plend.3plplot                      |      9 +-
 doc/docbook/src/plend.html                         |    232 +-
 doc/docbook/src/plend1.3plplot                     |      9 +-
 doc/docbook/src/plend1.html                        |    233 +-
 doc/docbook/src/plenv.3plplot                      |      9 +-
 doc/docbook/src/plenv.html                         |   1040 +-
 doc/docbook/src/plenv0.3plplot                     |     11 +-
 doc/docbook/src/plenv0.html                        |   1041 +-
 doc/docbook/src/pleop.3plplot                      |      9 +-
 doc/docbook/src/pleop.html                         |    224 +-
 doc/docbook/src/plerrx.3plplot                     |     15 +-
 doc/docbook/src/plerrx.html                        |    367 +-
 doc/docbook/src/plerry.3plplot                     |     15 +-
 doc/docbook/src/plerry.html                        |    370 +-
 doc/docbook/src/plexit.html                        |    274 +-
 doc/docbook/src/plfamadv.3plplot                   |      9 +-
 doc/docbook/src/plfamadv.html                      |    218 +-
 doc/docbook/src/plfill.3plplot                     |     15 +-
 doc/docbook/src/plfill.html                        |    343 +-
 doc/docbook/src/plfill3.3plplot                    |     15 +-
 doc/docbook/src/plfill3.html                       |    400 +-
 doc/docbook/src/plflush.3plplot                    |      9 +-
 doc/docbook/src/plflush.html                       |    216 +-
 doc/docbook/src/plfont.3plplot                     |     15 +-
 doc/docbook/src/plfont.html                        |    306 +-
 doc/docbook/src/plfontld.3plplot                   |     15 +-
 doc/docbook/src/plfontld.html                      |    273 +-
 doc/docbook/src/plfree2dgrid.html                  |    245 -
 doc/docbook/src/plfsurf3d.3plplot                  |     25 +-
 doc/docbook/src/plfsurf3d.html                     |    676 +-
 doc/docbook/src/plgchr.3plplot                     |      9 +-
 doc/docbook/src/plgchr.html                        |    268 +-
 doc/docbook/src/plgcmap1_range.3plplot             |     28 +
 doc/docbook/src/plgcmap1_range.html                |     34 +
 doc/docbook/src/plgcol0.3plplot                    |     13 +-
 doc/docbook/src/plgcol0.html                       |    318 +-
 doc/docbook/src/plgcol0a.3plplot                   |     19 +-
 doc/docbook/src/plgcol0a.html                      |    329 +-
 doc/docbook/src/plgcolbg.3plplot                   |      9 +-
 doc/docbook/src/plgcolbg.html                      |    290 +-
 doc/docbook/src/plgcolbga.3plplot                  |     19 +-
 doc/docbook/src/plgcolbga.html                     |    305 +-
 doc/docbook/src/plgcompression.3plplot             |      9 +-
 doc/docbook/src/plgcompression.html                |    249 +-
 doc/docbook/src/plgdev.3plplot                     |      9 +-
 doc/docbook/src/plgdev.html                        |    256 +-
 doc/docbook/src/plgdidev.3plplot                   |      9 +-
 doc/docbook/src/plgdidev.html                      |    343 +-
 doc/docbook/src/plgdiori.3plplot                   |      9 +-
 doc/docbook/src/plgdiori.html                      |    266 +-
 doc/docbook/src/plgdiplt.3plplot                   |      9 +-
 doc/docbook/src/plgdiplt.html                      |    344 +-
 doc/docbook/src/plgdrawmode.3plplot                |     21 +
 doc/docbook/src/plgdrawmode.html                   |     30 +
 doc/docbook/src/plgetcursor.html                   |    247 -
 doc/docbook/src/plgfam.3plplot                     |     19 +-
 doc/docbook/src/plgfam.html                        |    292 +-
 doc/docbook/src/plgfci.3plplot                     |     15 +-
 doc/docbook/src/plgfci.html                        |    251 +-
 doc/docbook/src/plgfile.html                       |    243 +-
 doc/docbook/src/plgfnam.3plplot                    |      9 +-
 doc/docbook/src/plgfnam.html                       |    245 +-
 doc/docbook/src/plgfont.3plplot                    |      9 +-
 doc/docbook/src/plgfont.html                       |    289 +-
 doc/docbook/src/plglevel.3plplot                   |      9 +-
 doc/docbook/src/plglevel.html                      |    279 +-
 doc/docbook/src/plgpage.3plplot                    |     25 +-
 doc/docbook/src/plgpage.html                       |    339 +-
 doc/docbook/src/plgra.3plplot                      |      9 +-
 doc/docbook/src/plgra.html                         |    232 +-
 doc/docbook/src/plgradient.3plplot                 |     13 +-
 doc/docbook/src/plgradient.html                    |    372 +-
 doc/docbook/src/plgraphicsin.html                  |    312 -
 doc/docbook/src/plgriddata.3plplot                 |     22 +-
 doc/docbook/src/plgriddata.html                    |    692 +-
 doc/docbook/src/plgspa.3plplot                     |      9 +-
 doc/docbook/src/plgspa.html                        |    312 +-
 doc/docbook/src/plgstrm.3plplot                    |     15 +-
 doc/docbook/src/plgstrm.html                       |    250 +-
 doc/docbook/src/plgver.3plplot                     |      9 +-
 doc/docbook/src/plgver.html                        |    253 +-
 doc/docbook/src/plgvpd.3plplot                     |      9 +-
 doc/docbook/src/plgvpd.html                        |    323 +-
 doc/docbook/src/plgvpw.3plplot                     |      9 +-
 doc/docbook/src/plgvpw.html                        |    322 +-
 doc/docbook/src/plgxax.3plplot                     |     21 +-
 doc/docbook/src/plgxax.html                        |    322 +-
 doc/docbook/src/plgyax.3plplot                     |     19 +-
 doc/docbook/src/plgyax.html                        |    285 +-
 doc/docbook/src/plgzax.3plplot                     |     19 +-
 doc/docbook/src/plgzax.html                        |    285 +-
 doc/docbook/src/plhist.3plplot                     |     11 +-
 doc/docbook/src/plhist.html                        |    516 +-
 doc/docbook/src/plhls.html                         |    283 +-
 doc/docbook/src/plhls_rgb.html                     |    289 -
 doc/docbook/src/plhlsrgb.3plplot                   |      9 +-
 doc/docbook/src/plhlsrgb.html                      |    359 +-
 doc/docbook/src/plimage.3plplot                    |     15 +-
 doc/docbook/src/plimage.html                       |    348 +-
 doc/docbook/src/plimagefr.3plplot                  |     15 +-
 doc/docbook/src/plimagefr.html                     |    482 +-
 doc/docbook/src/plinit.3plplot                     |      9 +-
 doc/docbook/src/plinit.html                        |    269 +-
 doc/docbook/src/pljoin.3plplot                     |      9 +-
 doc/docbook/src/pljoin.html                        |    325 +-
 doc/docbook/src/pllab.3plplot                      |      9 +-
 doc/docbook/src/pllab.html                         |    288 +-
 doc/docbook/src/pllegend.3plplot                   |     47 +-
 doc/docbook/src/pllegend.html                      |   1308 +-
 doc/docbook/src/pllightsource.3plplot              |      9 +-
 doc/docbook/src/pllightsource.html                 |    290 +-
 doc/docbook/src/plline.3plplot                     |     13 +-
 doc/docbook/src/plline.html                        |    307 +-
 doc/docbook/src/plline3.3plplot                    |     15 +-
 doc/docbook/src/plline3.html                       |    336 +-
 doc/docbook/src/pllsty.3plplot                     |     15 +-
 doc/docbook/src/pllsty.html                        |    252 +-
 doc/docbook/src/plmap.3plplot                      |     13 +-
 doc/docbook/src/plmap.html                         |    405 +-
 doc/docbook/src/plmergeopts.html                   |    267 -
 doc/docbook/src/plmeridians.3plplot                |     11 +-
 doc/docbook/src/plmeridians.html                   |    378 +-
 doc/docbook/src/plmesh.3plplot                     |     15 +-
 doc/docbook/src/plmesh.html                        |    516 +-
 doc/docbook/src/plmeshc.3plplot                    |     23 +-
 doc/docbook/src/plmeshc.html                       |    540 +-
 doc/docbook/src/plmeshfortran77.html               |    221 -
 doc/docbook/src/plmeshfortran95.html               |    239 +-
 doc/docbook/src/plminmax2dgrid.html                |    269 -
 doc/docbook/src/plmkstrm.3plplot                   |      9 +-
 doc/docbook/src/plmkstrm.html                      |    270 +-
 doc/docbook/src/plmtex.3plplot                     |      9 +-
 doc/docbook/src/plmtex.html                        |    491 +-
 doc/docbook/src/plmtex3.3plplot                    |     11 +-
 doc/docbook/src/plmtex3.html                       |    462 +-
 doc/docbook/src/ploptiontable.html                 |    282 -
 doc/docbook/src/ploptusage.html                    |    257 -
 doc/docbook/src/plot3d.3plplot                     |     15 +-
 doc/docbook/src/plot3d.html                        |    576 +-
 doc/docbook/src/plot3dc.3plplot                    |     45 +-
 doc/docbook/src/plot3dc.html                       |    348 +-
 doc/docbook/src/plot3dcl.3plplot                   |     66 +
 doc/docbook/src/plot3dcl.html                      |    158 +
 doc/docbook/src/plot3dfortran77.html               |    219 -
 doc/docbook/src/plot3dfortran95.html               |    239 +-
 doc/docbook/src/plp_getinitdriverlist.html         |    214 -
 doc/docbook/src/plpage.html                        |    209 +-
 doc/docbook/src/plparseopts.3plplot                |     11 +-
 doc/docbook/src/plparseopts.html                   |    474 +-
 doc/docbook/src/plparseoptsfortran77.html          |    247 -
 doc/docbook/src/plparseoptsfortran95.html          |    263 +-
 doc/docbook/src/plpat.3plplot                      |     13 +-
 doc/docbook/src/plpat.html                         |    332 +-
 doc/docbook/src/plpath.3plplot                     |     13 +-
 doc/docbook/src/plpath.html                        |    364 +-
 doc/docbook/src/plplot-5.10.0.pdf                  |    Bin 0 -> 856823 bytes
 doc/docbook/src/plplot-5.9.9.dvi                   |    Bin 3791864 -> 0 bytes
 doc/docbook/src/plplot-5.9.9.jadetex               | 161511 ------------------
 doc/docbook/src/plplot-5.9.9.pdf                   |  93698 ----------
 doc/docbook/src/plplot-5.9.9.ps.gz                 |    Bin 818572 -> 0 bytes
 doc/docbook/src/plplot-structs.txt                 |      6 +-
 doc/docbook/src/plplot-symbols.txt                 |     94 +-
 doc/docbook/src/plplot.3plplot                     |     95 +-
 doc/docbook/src/plplotdoc-html.xsl.in              |     74 +
 doc/docbook/src/plplotdoc-print.xsl.in             |     54 +
 doc/docbook/src/plplotdoc.info                     |    838 +-
 doc/docbook/src/plplotdoc.info-1                   |   1287 +-
 doc/docbook/src/plplotdoc.info-2                   |   3590 +-
 doc/docbook/src/plplotdoc.info-3                   |   1532 +-
 doc/docbook/src/plplotdoc.texi                     |  18064 --
 doc/docbook/src/plplotdoc.txml                     |  16642 --
 doc/docbook/src/plplotdoc.xml-info                 |    492 -
 doc/docbook/src/plplotdoc.xml.in                   |     91 +-
 doc/docbook/src/plpoin.3plplot                     |     15 +-
 doc/docbook/src/plpoin.html                        |    348 +-
 doc/docbook/src/plpoin3.3plplot                    |     15 +-
 doc/docbook/src/plpoin3.html                       |    372 +-
 doc/docbook/src/plpoly3.3plplot                    |     17 +-
 doc/docbook/src/plpoly3.html                       |    468 +-
 doc/docbook/src/plprec.3plplot                     |     17 +-
 doc/docbook/src/plprec.html                        |    285 +-
 doc/docbook/src/plpsty.3plplot                     |     17 +-
 doc/docbook/src/plpsty.html                        |    252 +-
 doc/docbook/src/plptex.3plplot                     |      9 +-
 doc/docbook/src/plptex.html                        |    428 +-
 doc/docbook/src/plptex3.3plplot                    |     27 +-
 doc/docbook/src/plptex3.html                       |    652 +-
 doc/docbook/src/plrandd.3plplot                    |     11 +-
 doc/docbook/src/plrandd.html                       |    223 +-
 doc/docbook/src/plreplot.3plplot                   |      9 +-
 doc/docbook/src/plreplot.html                      |    221 +-
 doc/docbook/src/plresetopts.html                   |    213 -
 doc/docbook/src/plrgb.html                         |    277 +-
 doc/docbook/src/plrgb1.html                        |    278 +-
 doc/docbook/src/plrgbhls.3plplot                   |      9 +-
 doc/docbook/src/plrgbhls.html                      |    362 +-
 doc/docbook/src/plsabort.html                      |    250 +-
 doc/docbook/src/plschr.3plplot                     |      9 +-
 doc/docbook/src/plschr.html                        |    263 +-
 doc/docbook/src/plscmap0.3plplot                   |     21 +-
 doc/docbook/src/plscmap0.html                      |    333 +-
 doc/docbook/src/plscmap0a.3plplot                  |     29 +-
 doc/docbook/src/plscmap0a.html                     |    359 +-
 doc/docbook/src/plscmap0n.3plplot                  |     11 +-
 doc/docbook/src/plscmap0n.html                     |    275 +-
 doc/docbook/src/plscmap1.3plplot                   |     21 +-
 doc/docbook/src/plscmap1.html                      |    335 +-
 doc/docbook/src/plscmap1_range.3plplot             |     28 +
 doc/docbook/src/plscmap1_range.html                |     38 +
 doc/docbook/src/plscmap1a.3plplot                  |     29 +-
 doc/docbook/src/plscmap1a.html                     |    362 +-
 doc/docbook/src/plscmap1l.3plplot                  |     39 +-
 doc/docbook/src/plscmap1l.html                     |    528 +-
 doc/docbook/src/plscmap1la.3plplot                 |     33 +-
 doc/docbook/src/plscmap1la.html                    |    414 +-
 doc/docbook/src/plscmap1n.3plplot                  |     13 +-
 doc/docbook/src/plscmap1n.html                     |    262 +-
 doc/docbook/src/plscol0.3plplot                    |     15 +-
 doc/docbook/src/plscol0.html                       |    327 +-
 doc/docbook/src/plscol0a.3plplot                   |     19 +-
 doc/docbook/src/plscol0a.html                      |    346 +-
 doc/docbook/src/plscolbg.3plplot                   |      9 +-
 doc/docbook/src/plscolbg.html                      |    298 +-
 doc/docbook/src/plscolbga.3plplot                  |     19 +-
 doc/docbook/src/plscolbga.html                     |    309 +-
 doc/docbook/src/plscolor.3plplot                   |      9 +-
 doc/docbook/src/plscolor.html                      |    247 +-
 doc/docbook/src/plscompression.3plplot             |      9 +-
 doc/docbook/src/plscompression.html                |    252 +-
 doc/docbook/src/plsdev.3plplot                     |      9 +-
 doc/docbook/src/plsdev.html                        |    245 +-
 doc/docbook/src/plsdidev.3plplot                   |      9 +-
 doc/docbook/src/plsdidev.html                      |    346 +-
 doc/docbook/src/plsdimap.3plplot                   |      9 +-
 doc/docbook/src/plsdimap.html                      |    344 +-
 doc/docbook/src/plsdiori.3plplot                   |      9 +-
 doc/docbook/src/plsdiori.html                      |    324 +-
 doc/docbook/src/plsdiplt.3plplot                   |      9 +-
 doc/docbook/src/plsdiplt.html                      |    346 +-
 doc/docbook/src/plsdiplz.3plplot                   |      9 +-
 doc/docbook/src/plsdiplz.html                      |    345 +-
 doc/docbook/src/plsdrawmode.3plplot                |     26 +
 doc/docbook/src/plsdrawmode.html                   |     32 +
 doc/docbook/src/plseed.3plplot                     |      9 +-
 doc/docbook/src/plseed.html                        |    255 +-
 doc/docbook/src/plsesc.3plplot                     |     11 +-
 doc/docbook/src/plsesc.html                        |    384 +-
 doc/docbook/src/plsescfortran77.html               |    293 -
 doc/docbook/src/plsescfortran95.html               |    327 +-
 doc/docbook/src/plsetopt.3plplot                   |      9 +-
 doc/docbook/src/plsetopt.html                      |    285 +-
 doc/docbook/src/plsetusage.html                    |    241 -
 doc/docbook/src/plsexit.html                       |    249 +-
 doc/docbook/src/plsfam.3plplot                     |      9 +-
 doc/docbook/src/plsfam.html                        |    289 +-
 doc/docbook/src/plsfci.3plplot                     |      9 +-
 doc/docbook/src/plsfci.html                        |    271 +-
 doc/docbook/src/plsfile.html                       |    243 +-
 doc/docbook/src/plsfnam.3plplot                    |      9 +-
 doc/docbook/src/plsfnam.html                       |    247 +-
 doc/docbook/src/plsfont.3plplot                    |      9 +-
 doc/docbook/src/plsfont.html                       |    289 +-
 doc/docbook/src/plshade.3plplot                    |     19 +-
 doc/docbook/src/plshade.html                       |    632 +-
 doc/docbook/src/plshade1.3plplot                   |     19 +-
 doc/docbook/src/plshade1.html                      |    886 +-
 doc/docbook/src/plshadefortran95.html              |    178 +-
 doc/docbook/src/plshades.3plplot                   |     23 +-
 doc/docbook/src/plshades.html                      |    729 +-
 doc/docbook/src/plshadesfortran95.html             |    185 +-
 doc/docbook/src/plslabelfunc.3plplot               |     17 +-
 doc/docbook/src/plslabelfunc.html                  |    371 +-
 doc/docbook/src/plsmaj.3plplot                     |      9 +-
 doc/docbook/src/plsmaj.html                        |    263 +-
 doc/docbook/src/plsmem.3plplot                     |      9 +-
 doc/docbook/src/plsmem.html                        |    313 +-
 doc/docbook/src/plsmema.3plplot                    |      9 +-
 doc/docbook/src/plsmema.html                       |    308 +-
 doc/docbook/src/plsmin.3plplot                     |      9 +-
 doc/docbook/src/plsmin.html                        |    263 +-
 doc/docbook/src/plsori.3plplot                     |      9 +-
 doc/docbook/src/plsori.html                        |    264 +-
 doc/docbook/src/plspage.3plplot                    |      9 +-
 doc/docbook/src/plspage.html                       |    342 +-
 doc/docbook/src/plspal0.3plplot                    |      9 +-
 doc/docbook/src/plspal0.html                       |    249 +-
 doc/docbook/src/plspal1.3plplot                    |     24 +-
 doc/docbook/src/plspal1.html                       |    267 +-
 doc/docbook/src/plspause.3plplot                   |      9 +-
 doc/docbook/src/plspause.html                      |    253 +-
 doc/docbook/src/plsstrm.3plplot                    |      9 +-
 doc/docbook/src/plsstrm.html                       |    252 +-
 doc/docbook/src/plssub.3plplot                     |      9 +-
 doc/docbook/src/plssub.html                        |    263 +-
 doc/docbook/src/plssym.3plplot                     |      9 +-
 doc/docbook/src/plssym.html                        |    277 +-
 doc/docbook/src/plstar.3plplot                     |      9 +-
 doc/docbook/src/plstar.html                        |    295 +-
 doc/docbook/src/plstart.3plplot                    |     21 +-
 doc/docbook/src/plstart.html                       |    368 +-
 doc/docbook/src/plstransform.3plplot               |     25 +-
 doc/docbook/src/plstransform.html                  |    328 +-
 doc/docbook/src/plstring.3plplot                   |     15 +-
 doc/docbook/src/plstring.html                      |    362 +-
 doc/docbook/src/plstring3.3plplot                  |     15 +-
 doc/docbook/src/plstring3.html                     |    388 +-
 doc/docbook/src/plstripa.3plplot                   |     21 +-
 doc/docbook/src/plstripa.html                      |    307 +-
 doc/docbook/src/plstripc.3plplot                   |     31 +-
 doc/docbook/src/plstripc.html                      |    691 +-
 doc/docbook/src/plstripd.3plplot                   |     15 +-
 doc/docbook/src/plstripd.html                      |    248 +-
 doc/docbook/src/plstyl.3plplot                     |     21 +-
 doc/docbook/src/plstyl.html                        |    363 +-
 doc/docbook/src/plsurf3d.3plplot                   |     17 +-
 doc/docbook/src/plsurf3d.html                      |    559 +-
 doc/docbook/src/plsurf3dl.3plplot                  |     63 +
 doc/docbook/src/plsurf3dl.html                     |    146 +
 doc/docbook/src/plsvect.3plplot                    |     13 +-
 doc/docbook/src/plsvect.html                       |    326 +-
 doc/docbook/src/plsvpa.3plplot                     |      9 +-
 doc/docbook/src/plsvpa.html                        |    315 +-
 doc/docbook/src/plsxax.3plplot                     |      9 +-
 doc/docbook/src/plsxax.html                        |    316 +-
 doc/docbook/src/plsyax.3plplot                     |      9 +-
 doc/docbook/src/plsyax.html                        |    307 +-
 doc/docbook/src/plsym.3plplot                      |     13 +-
 doc/docbook/src/plsym.html                         |    333 +-
 doc/docbook/src/plszax.3plplot                     |      9 +-
 doc/docbook/src/plszax.html                        |    307 +-
 doc/docbook/src/pltext.3plplot                     |      9 +-
 doc/docbook/src/pltext.html                        |    240 +-
 doc/docbook/src/pltimefmt.3plplot                  |      9 +-
 doc/docbook/src/pltimefmt.html                     |    354 +-
 doc/docbook/src/pltr0.html                         |    363 +-
 doc/docbook/src/pltr1.html                         |    373 +-
 doc/docbook/src/pltr2.html                         |    365 +-
 doc/docbook/src/plvasp.3plplot                     |      9 +-
 doc/docbook/src/plvasp.html                        |    252 +-
 doc/docbook/src/plvec0.html                        |    332 -
 doc/docbook/src/plvec1.html                        |    364 -
 doc/docbook/src/plvec2.html                        |    366 -
 doc/docbook/src/plvect.3plplot                     |     11 +-
 doc/docbook/src/plvect.html                        |    508 +-
 doc/docbook/src/plvectfortran77.html               |    226 -
 doc/docbook/src/plvectfortran95.html               |    185 +-
 doc/docbook/src/plvpas.3plplot                     |      9 +-
 doc/docbook/src/plvpas.html                        |    336 +-
 doc/docbook/src/plvpor.3plplot                     |      9 +-
 doc/docbook/src/plvpor.html                        |    309 +-
 doc/docbook/src/plvsta.3plplot                     |      9 +-
 doc/docbook/src/plvsta.html                        |    216 +-
 doc/docbook/src/plw3d.3plplot                      |      9 +-
 doc/docbook/src/plw3d.html                         |    652 +-
 doc/docbook/src/plwid.3plplot                      |     26 -
 doc/docbook/src/plwid.html                         |    264 +-
 doc/docbook/src/plwidth.3plplot                    |     25 +
 doc/docbook/src/plwidth.html                       |     29 +
 doc/docbook/src/plwind.3plplot                     |      9 +-
 doc/docbook/src/plwind.html                        |    301 +-
 doc/docbook/src/plxormod.3plplot                   |      9 +-
 doc/docbook/src/plxormod.html                      |    300 +-
 doc/docbook/src/postscript-driver.html             |    189 +-
 doc/docbook/src/python.html                        |    157 +-
 doc/docbook/src/scales.html                        |    491 +-
 doc/docbook/src/simple.html                        |    331 +-
 doc/docbook/src/simple.xml                         |      8 +-
 doc/docbook/src/static_built_files                 |      8 +-
 .../{stylesheet.css => stylesheet.css.dsssl.in}    |      0
 doc/docbook/src/stylesheet.css.xsl.in              |     68 +
 doc/docbook/src/svg-driver.html                    |    153 +-
 doc/docbook/src/tcl-contouring.html                |    490 +-
 doc/docbook/src/tcl-extension.html                 |    638 +-
 doc/docbook/src/tcl-overview.html                  |    352 +-
 doc/docbook/src/tcl-understanding.html             |    200 +-
 doc/docbook/src/tcl.html                           |    261 +-
 doc/docbook/src/tcl.xml                            |      2 +-
 doc/docbook/src/tk-driver.html                     |    152 +-
 doc/docbook/src/tri-d-plots.html                   |    488 +-
 doc/docbook/src/truetype-postscript-driver.html    |    204 +-
 doc/docbook/src/viewport_window.html               |   1048 +-
 doc/docbook/src/windows-notes.html                 |    166 +-
 doc/docbook/src/wish.xml                           |     33 +-
 doc/docbook/src/wxWidgets-driver.html              |     32 +
 doc/docbook/src/wxwidgets-driver.html              |    205 -
 doc/docbook/src/x-drivers.html                     |    259 +-
 doc/doxygen/html/PLCallbackCT_8java.html           |    117 +-
 doc/doxygen/html/PLCallbackCT_8java_source.html    |    124 +-
 doc/doxygen/html/PLCallbackLabel_8java.html        |    117 +-
 doc/doxygen/html/PLCallbackLabel_8java_source.html |    124 +-
 doc/doxygen/html/PLCallbackMapform_8java.html      |    117 +-
 .../html/PLCallbackMapform_8java_source.html       |    124 +-
 doc/doxygen/html/PLGraphicsIn_8java.html           |    117 +-
 doc/doxygen/html/PLGraphicsIn_8java_source.html    |    386 +-
 doc/doxygen/html/PLStream_8java.html               |    117 +-
 doc/doxygen/html/PLStream_8java_source.html        |   2771 +-
 doc/doxygen/html/Plframe_8py.html                  |    424 +-
 doc/doxygen/html/Plframe_8py.js                    |    131 +
 doc/doxygen/html/Plframe_8py_source.html           |   2718 +-
 doc/doxygen/html/Plplotter__Init_8c.html           |    130 +-
 doc/doxygen/html/Plplotter__Init_8c.js             |      4 +
 doc/doxygen/html/Plplotter__Init_8c_source.html    |    300 +-
 doc/doxygen/html/Pltk__Init_8c.html                |    140 +-
 doc/doxygen/html/Pltk__Init_8c.js                  |      5 +
 doc/doxygen/html/Pltk__Init_8c_source.html         |    324 +-
 doc/doxygen/html/TclSup_8py.html                   |    117 +-
 doc/doxygen/html/TclSup_8py.js                     |      4 +
 doc/doxygen/html/TclSup_8py_source.html            |    174 +-
 doc/doxygen/html/annotated.html                    |    596 +-
 doc/doxygen/html/annotated.js                      |    145 +
 doc/doxygen/html/aqt_8c.html                       |    712 +-
 doc/doxygen/html/aqt_8c.js                         |     37 +
 doc/doxygen/html/aqt_8c_source.html                |   1720 +-
 doc/doxygen/html/bc_s.png                          |    Bin 677 -> 680 bytes
 doc/doxygen/html/bdwn.png                          |    Bin 0 -> 147 bytes
 doc/doxygen/html/bhunt__search__test_8c.html       |    157 +-
 doc/doxygen/html/bhunt__search__test_8c.js         |      6 +
 .../html/bhunt__search__test_8c_source.html        |    346 +-
 doc/doxygen/html/cairo_8c.html                     |   1508 +-
 doc/doxygen/html/cairo_8c.js                       |     62 +
 doc/doxygen/html/cairo_8c_source.html              |   7006 +-
 doc/doxygen/html/cd_8c.html                        |   1619 +-
 doc/doxygen/html/cd_8c.js                          |     73 +
 doc/doxygen/html/cd_8c_source.html                 |   6870 +-
 doc/doxygen/html/cd_8h.html                        |   1653 +-
 doc/doxygen/html/cd_8h.js                          |     80 +
 doc/doxygen/html/cd_8h_source.html                 |    612 +-
 doc/doxygen/html/cddll_8h.html                     |    153 +-
 doc/doxygen/html/cddll_8h.js                       |      7 +
 doc/doxygen/html/cddll_8h_source.html              |    198 +-
 doc/doxygen/html/cdexpert_8c.html                  |    161 +-
 doc/doxygen/html/cdexpert_8c.js                    |      5 +
 doc/doxygen/html/cdexpert_8c_source.html           |    416 +-
 doc/doxygen/html/cdmulti_8c.html                   |    126 +-
 doc/doxygen/html/cdmulti_8c.js                     |      4 +
 doc/doxygen/html/cdmulti_8c_source.html            |    314 +-
 doc/doxygen/html/cdsimple_8c.html                  |    126 +-
 doc/doxygen/html/cdsimple_8c.js                    |      4 +
 doc/doxygen/html/cdsimple_8c_source.html           |    342 +-
 doc/doxygen/html/cdtest_8c.html                    |    126 +-
 doc/doxygen/html/cdtest_8c.js                      |      4 +
 doc/doxygen/html/cdtest_8c_source.html             |   1282 +-
 doc/doxygen/html/cdtext_8c.html                    |    126 +-
 doc/doxygen/html/cdtext_8c.js                      |      4 +
 doc/doxygen/html/cdtext_8c_source.html             |    466 +-
 doc/doxygen/html/cgm_8c.html                       |    142 +-
 doc/doxygen/html/cgm_8c.js                         |      5 +
 doc/doxygen/html/cgm_8c_source.html                |   1650 +-
 .../html/classContourable__Data-members.html       |    127 +-
 doc/doxygen/html/classContourable__Data.html       |    263 +-
 doc/doxygen/html/classContourable__Data.js         |      9 +
 doc/doxygen/html/classCoord__2d-members.html       |    123 +-
 doc/doxygen/html/classCoord__2d.html               |    226 +-
 doc/doxygen/html/classCoord__2d.js                 |      7 +
 doc/doxygen/html/classCoord__Xformer-members.html  |    119 +-
 doc/doxygen/html/classCoord__Xformer.html          |    184 +-
 doc/doxygen/html/classCoord__Xformer.js            |      5 +
 doc/doxygen/html/classCoord__Xformer.png           |    Bin 414 -> 487 bytes
 doc/doxygen/html/classMasterHandler-members.html   |    131 +-
 doc/doxygen/html/classMasterHandler.html           |    260 +-
 doc/doxygen/html/classMasterHandler.js             |     11 +
 doc/doxygen/html/classPLS-members.html             |    123 +-
 doc/doxygen/html/classPLS.html                     |    138 +-
 doc/doxygen/html/classPLS.js                       |      8 +
 .../html/classPlframe_1_1PlXframe-members.html     |    117 +-
 doc/doxygen/html/classPlframe_1_1PlXframe.html     |    162 +-
 doc/doxygen/html/classPlframe_1_1PlXframe.js       |      4 +
 .../html/classPlframe_1_1Plframe-members.html      |    123 +-
 doc/doxygen/html/classPlframe_1_1Plframe.html      |    213 +-
 doc/doxygen/html/classPlframe_1_1Plframe.js        |      7 +
 doc/doxygen/html/classQtPLDriver-members.html      |    171 +-
 doc/doxygen/html/classQtPLDriver.html              |    797 +-
 doc/doxygen/html/classQtPLDriver.js                |     31 +
 doc/doxygen/html/classcxx__pltr2-members.html      |    125 +-
 doc/doxygen/html/classcxx__pltr2.html              |    222 +-
 doc/doxygen/html/classcxx__pltr2.js                |      7 +
 doc/doxygen/html/classcxx__pltr2.png               |    Bin 408 -> 482 bytes
 doc/doxygen/html/classes.html                      |    225 +-
 .../html/classoctave__swig__packed-members.html    |    136 +
 doc/doxygen/html/classoctave__swig__packed.html    |    567 +
 doc/doxygen/html/classoctave__swig__packed.js      |     17 +
 .../html/classoctave__swig__ref-members.html       |    148 +
 doc/doxygen/html/classoctave__swig__ref.html       |    930 +
 doc/doxygen/html/classoctave__swig__ref.js         |     29 +
 .../html/classoctave__swig__type-members.html      |    183 +
 doc/doxygen/html/classoctave__swig__type.html      |   2065 +
 doc/doxygen/html/classoctave__swig__type.js        |     65 +
 doc/doxygen/html/classplplot.html                  |   4273 +
 doc/doxygen/html/classplplot.js                    |    371 +
 ...lassplplot_1_1core_1_1PLGraphicsIn-members.html |    177 +-
 .../html/classplplot_1_1core_1_1PLGraphicsIn.html  |    849 +-
 .../html/classplplot_1_1core_1_1PLGraphicsIn.js    |     34 +
 .../classplplot_1_1core_1_1PLStream-members.html   |    767 +-
 .../html/classplplot_1_1core_1_1PLStream.html      |   7162 +-
 .../html/classplplot_1_1core_1_1PLStream.js        |    188 +
 .../html/classplplot_1_1core_1_1PLStream.png       |    Bin 605 -> 688 bytes
 .../classplplot_1_1core_1_1config-members.html     |    119 +-
 .../html/classplplot_1_1core_1_1config.html        |    164 +-
 doc/doxygen/html/classplplot_1_1core_1_1config.js  |      5 +
 ...classplplot_1_1core_1_1plplotjavac-members.html |    737 +-
 .../html/classplplot_1_1core_1_1plplotjavac.html   |   6450 +-
 .../html/classplplot_1_1core_1_1plplotjavac.js     |    174 +
 .../html/classplplot_1_1core_1_1plplotjavac.png    |    Bin 601 -> 677 bytes
 ...ssplplot_1_1core_1_1plplotjavacJNI-members.html |    789 +-
 .../classplplot_1_1core_1_1plplotjavacJNI.html     |  10288 +-
 .../html/classplplot_1_1core_1_1plplotjavacJNI.js  |    360 +
 doc/doxygen/html/classplplot__flt.html             |    126 +
 doc/doxygen/html/classplplot__str.html             |    434 +
 doc/doxygen/html/classplplot__str.js               |     23 +
 doc/doxygen/html/classplplot__strutils.html        |    192 +
 doc/doxygen/html/classplplot__strutils.js          |      5 +
 doc/doxygen/html/classplplot__types.html           |    133 +
 .../html/classplplotc_1_1PLGraphicsIn-members.html |    131 +-
 doc/doxygen/html/classplplotc_1_1PLGraphicsIn.html |    292 +-
 doc/doxygen/html/classplplotc_1_1PLGraphicsIn.js   |     11 +
 doc/doxygen/html/classplplotc_1_1PLGraphicsIn.png  |    Bin 460 -> 508 bytes
 doc/doxygen/html/classplplotc_1_1__object.html     |    138 +-
 doc/doxygen/html/classplplotc_1_1__object.png      |    Bin 463 -> 517 bytes
 .../html/classplplotcanvas_1_1Canvas-members.html  |    119 +-
 doc/doxygen/html/classplplotcanvas_1_1Canvas.html  |    181 +-
 doc/doxygen/html/classplplotcanvas_1_1Canvas.js    |      5 +
 doc/doxygen/html/classplplotp.html                 |    137 +
 doc/doxygen/html/classplstream-members.html        |    572 +-
 doc/doxygen/html/classplstream.html                |   7173 +-
 doc/doxygen/html/classplstream.js                  |    233 +
 doc/doxygen/html/classplstream.png                 |    Bin 0 -> 479 bytes
 doc/doxygen/html/classwxGetSizeDialog-members.html |    125 +-
 doc/doxygen/html/classwxGetSizeDialog.html         |    247 +-
 doc/doxygen/html/classwxGetSizeDialog.js           |      8 +
 doc/doxygen/html/classwxPLDevBase-members.html     |    267 +-
 doc/doxygen/html/classwxPLDevBase.html             |   1276 +-
 doc/doxygen/html/classwxPLDevBase.js               |     81 +
 doc/doxygen/html/classwxPLDevBase.png              |    Bin 413 -> 477 bytes
 doc/doxygen/html/classwxPLDevDC-members.html       |    275 +-
 doc/doxygen/html/classwxPLDevDC.html               |    649 +-
 doc/doxygen/html/classwxPLDevDC.js                 |     20 +
 doc/doxygen/html/classwxPLDevDC.png                |    Bin 409 -> 473 bytes
 doc/doxygen/html/classwxPLplotApp-members.html     |    141 +-
 doc/doxygen/html/classwxPLplotApp.html             |    391 +-
 doc/doxygen/html/classwxPLplotApp.js               |     16 +
 doc/doxygen/html/classwxPLplotFrame-members.html   |    133 +-
 doc/doxygen/html/classwxPLplotFrame.html           |    299 +-
 doc/doxygen/html/classwxPLplotFrame.js             |     12 +
 doc/doxygen/html/classwxPLplotWindow-members.html  |    157 +-
 doc/doxygen/html/classwxPLplotWindow.html          |    562 +-
 doc/doxygen/html/classwxPLplotWindow.js            |     24 +
 doc/doxygen/html/classwxPLplotstream-members.html  |    362 +
 doc/doxygen/html/classwxPLplotstream.html          |    805 +
 doc/doxygen/html/classwxPLplotstream.js            |     18 +
 doc/doxygen/html/classwxPLplotstream.png           |    Bin 0 -> 472 bytes
 doc/doxygen/html/classwxPLplotwindow-members.html  |    149 +-
 doc/doxygen/html/classwxPLplotwindow.html          |    505 +-
 doc/doxygen/html/classwxPLplotwindow.js            |     20 +
 doc/doxygen/html/closed.png                        |    Bin 126 -> 132 bytes
 doc/doxygen/html/color16_8c.html                   |    126 +-
 doc/doxygen/html/color16_8c.js                     |      4 +
 doc/doxygen/html/color16_8c_source.html            |    592 +-
 doc/doxygen/html/config_8h.html                    |    990 -
 doc/doxygen/html/config_8h_source.html             |    343 -
 doc/doxygen/html/config_8java.html                 |    117 +-
 doc/doxygen/html/config_8java_source.html          |    164 +-
 doc/doxygen/html/configurable_8f.html              |     67 -
 doc/doxygen/html/configurable_8f90.html            |    124 +-
 doc/doxygen/html/configurable_8f90.js              |      4 +
 doc/doxygen/html/configurable_8f90_source.html     |    210 +-
 doc/doxygen/html/configurable_8f_source.html       |     87 -
 doc/doxygen/html/cplplotcanvasmodule_8c.html       |    176 +-
 doc/doxygen/html/cplplotcanvasmodule_8c.js         |      7 +
 .../html/cplplotcanvasmodule_8c_source.html        |    224 +-
 doc/doxygen/html/csa_2nan_8h.html                  |    147 +-
 doc/doxygen/html/csa_2nan_8h.js                    |      5 +
 doc/doxygen/html/csa_2nan_8h_source.html           |    242 +-
 doc/doxygen/html/csa_2version_8h.html              |    121 +-
 doc/doxygen/html/csa_2version_8h.js                |      4 +
 doc/doxygen/html/csa_2version_8h_source.html       |    148 +-
 doc/doxygen/html/csa_8c.html                       |   1283 +-
 doc/doxygen/html/csa_8c.js                         |     57 +
 doc/doxygen/html/csa_8c_source.html                |   4595 +-
 doc/doxygen/html/csa_8h.html                       |    372 +-
 doc/doxygen/html/csa_8h.js                         |     18 +
 doc/doxygen/html/csa_8h_source.html                |    240 +-
 doc/doxygen/html/csadll_8h.html                    |    153 +-
 doc/doxygen/html/csadll_8h.js                      |      7 +
 doc/doxygen/html/csadll_8h_source.html             |    198 +-
 doc/doxygen/html/defines_8h.html                   |    440 +-
 doc/doxygen/html/defines_8h.js                     |     39 +
 doc/doxygen/html/defines_8h_source.html            |    232 +-
 doc/doxygen/html/delaunay_8c.html                  |    339 +-
 doc/doxygen/html/delaunay_8c.js                    |     12 +
 doc/doxygen/html/delaunay_8c_source.html           |   1669 +-
 doc/doxygen/html/delaunay_8h.html                  |    134 +-
 doc/doxygen/html/delaunay_8h.js                    |      8 +
 doc/doxygen/html/delaunay_8h_source.html           |    270 +-
 doc/doxygen/html/deltaT-gen_8c.html                |    243 +-
 doc/doxygen/html/deltaT-gen_8c.js                  |      6 +
 doc/doxygen/html/deltaT-gen_8c_source.html         |    451 +-
 doc/doxygen/html/deltaT_8h.html                    |    148 +-
 doc/doxygen/html/deltaT_8h.js                      |      7 +
 doc/doxygen/html/deltaT_8h_source.html             |    524 +-
 doc/doxygen/html/deltaT__test_8c.html              |    129 +-
 doc/doxygen/html/deltaT__test_8c.js                |      4 +
 doc/doxygen/html/deltaT__test_8c_source.html       |    149 +-
 doc/doxygen/html/dg300_8c.html                     |    126 +-
 doc/doxygen/html/dg300_8c.js                       |      4 +
 doc/doxygen/html/dg300_8c_source.html              |    494 +-
 .../html/dir_02df159547b52175ea79024280e58aa3.html |    119 +
 .../html/dir_0f48965483f6fe315f4465ad60894f2d.html |    119 +
 .../html/dir_1a7e6f85ad563269f17db1cb892be741.html |    118 +
 .../html/dir_1ae676987e94c3c8a927b994ee5a211d.html |    120 +
 .../html/dir_47f692605054d2bd64f455f62bd2708d.html |    119 +
 .../html/dir_4938cedee1a1f52cb029d421d8c211a1.html |    122 +
 .../html/dir_5885551af642a25dc1c7ded4a42371da.html |    120 +
 .../html/dir_60614cec0cde405eac6e1a5571fe4d57.html |    122 +
 .../html/dir_656be9f5bc7acdaf0542b0dafc64b95f.html |    119 +
 .../html/dir_6a075e8afdd08c1c43c788e4549f2363.html |    129 +
 .../html/dir_75f70110e969e8a98aeb5bbad1340749.html |    122 +
 .../html/dir_7e242964f75aa1b215a48be8979150eb.html |    130 +
 .../html/dir_825d72bbe12d8f39f7b06cada5574370.html |    127 +
 .../html/dir_869111b8783bbb87a709ca8f8a3030ab.html |    154 +
 .../html/dir_88a0b7c01c5809acc852731162880236.html |    120 +
 .../html/dir_98735e929afa4bb35c8638e0ed00a3fb.html |    153 +
 .../html/dir_9ab008205ba5a1ee48e93df413343a05.html |    131 +
 .../html/dir_9b8a5e5fed42d10a6dcf0264393ec241.html |    118 +
 .../html/dir_a205a0b6a1a73bc3d4bf551bb3de64e6.html |    125 +
 .../html/dir_a6e438587f94f05220e2ecc3251995df.html |    119 +
 .../html/dir_abef8e99c7b6ee0ad79ef4aea7bfee21.html |    121 +
 .../html/dir_afbd9b6b667feb854a5d60c60b20d45b.html |    118 +
 .../html/dir_b2fcbaf538302706b8ec10e6e57c472f.html |    118 +
 .../html/dir_bf18ab521dd4ffb298fefc71e775b716.html |    121 +
 .../html/dir_c543cceff6851f174e07f1e9d46becfe.html |    120 +
 .../html/dir_cdd51b37d0f133590d071980142c0917.html |    139 +
 .../html/dir_d6086e4c9f37d7e069f4ee5723d95d26.html |    122 +
 .../html/dir_d7c4b45d22612ddac4dd79f9363540e3.html |    118 +
 .../html/dir_dd1c610a77a1d7e56046dfe57c88a550.html |    118 +
 .../html/dir_de3746538620de839e30d4da846df8a0.html |    121 +
 .../html/dir_e1f499ca8ea883c82f4d2e617ce85c37.html |    123 +
 .../html/dir_e6288ef71cf0ea83b93f58f85a2f9322.html |    120 +
 .../html/dir_ea1fce08cc437527ec4bfef7ada9fd09.html |    123 +
 .../html/dir_f05f4d235161727cbf397f399b582a5b.html |    125 +
 .../html/dir_ffa789211e96c444520d737fc6b87152.html |    132 +
 .../html/dir_ffd6a3054fd03e4cb270e0fb33028589.html |    119 +
 doc/doxygen/html/dirent__msvc_8h.html              |    234 +-
 doc/doxygen/html/dirent__msvc_8h.js                |     11 +
 doc/doxygen/html/dirent__msvc_8h_source.html       |    550 +-
 doc/doxygen/html/disptab_8h.html                   |    211 +-
 doc/doxygen/html/disptab_8h.js                     |     15 +
 doc/doxygen/html/disptab_8h_source.html            |    298 +-
 doc/doxygen/html/doxygen.css                       |    723 +-
 doc/doxygen/html/doxygen.png                       |    Bin 3942 -> 3779 bytes
 doc/doxygen/html/drivers_8h.html                   |   1338 +-
 doc/doxygen/html/drivers_8h.js                     |     87 +
 doc/doxygen/html/drivers_8h_source.html            |    377 +-
 doc/doxygen/html/dspline_8c.html                   |    158 +-
 doc/doxygen/html/dspline_8c.js                     |      4 +
 doc/doxygen/html/dspline_8c_source.html            |    421 +-
 doc/doxygen/html/dspline_8h.html                   |    193 +
 doc/doxygen/html/dspline_8h.js                     |      4 +
 doc/doxygen/html/dspline_8h_source.html            |    144 +
 doc/doxygen/html/dsplint_8c.html                   |    193 +-
 doc/doxygen/html/dsplint_8c.js                     |      6 +
 doc/doxygen/html/dsplint_8c_source.html            |    365 +-
 doc/doxygen/html/dsplint_8h.html                   |    181 +
 doc/doxygen/html/dsplint_8h.js                     |      4 +
 doc/doxygen/html/dsplint_8h_source.html            |    144 +
 doc/doxygen/html/dynsections.js                    |     78 +
 doc/doxygen/html/f77_2plstubs_8h.html              |   3275 -
 doc/doxygen/html/f77_2plstubs_8h_source.html       |    406 -
 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              |   6430 -
 doc/doxygen/html/f77_2scstubs_8c_source.html       |   1278 -
 doc/doxygen/html/f77_2sfstubs_8h.html              |    784 -
 doc/doxygen/html/f77_2sfstubs_8h_source.html       |     79 -
 doc/doxygen/html/f95_2plstubs_8h.html              |   3323 -
 doc/doxygen/html/f95_2plstubs_8h_source.html       |    414 -
 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              |   6622 -
 doc/doxygen/html/f95_2scstubs_8c_source.html       |   1355 -
 doc/doxygen/html/f95_2sfstubs_8h.html              |    787 -
 doc/doxygen/html/f95_2sfstubs_8h_source.html       |     78 -
 doc/doxygen/html/files.html                        |    548 +-
 doc/doxygen/html/files.js                          |    400 +
 doc/doxygen/html/ftv2blank.png                     |    Bin 174 -> 86 bytes
 doc/doxygen/html/ftv2cl.png                        |    Bin 0 -> 453 bytes
 doc/doxygen/html/ftv2doc.png                       |    Bin 255 -> 746 bytes
 doc/doxygen/html/ftv2folderclosed.png              |    Bin 259 -> 616 bytes
 doc/doxygen/html/ftv2folderopen.png                |    Bin 261 -> 597 bytes
 doc/doxygen/html/ftv2lastnode.png                  |    Bin 233 -> 86 bytes
 doc/doxygen/html/ftv2link.png                      |    Bin 358 -> 746 bytes
 doc/doxygen/html/ftv2mlastnode.png                 |    Bin 160 -> 246 bytes
 doc/doxygen/html/ftv2mnode.png                     |    Bin 194 -> 246 bytes
 doc/doxygen/html/ftv2mo.png                        |    Bin 0 -> 403 bytes
 doc/doxygen/html/ftv2node.png                      |    Bin 235 -> 86 bytes
 doc/doxygen/html/ftv2ns.png                        |    Bin 0 -> 388 bytes
 doc/doxygen/html/ftv2plastnode.png                 |    Bin 165 -> 229 bytes
 doc/doxygen/html/ftv2pnode.png                     |    Bin 200 -> 229 bytes
 doc/doxygen/html/ftv2splitbar.png                  |    Bin 0 -> 314 bytes
 doc/doxygen/html/ftv2vertline.png                  |    Bin 229 -> 86 bytes
 doc/doxygen/html/functions.html                    |    139 +-
 doc/doxygen/html/functions_0x61.html               |    158 +-
 doc/doxygen/html/functions_0x62.html               |    156 +-
 doc/doxygen/html/functions_0x63.html               |    230 +-
 doc/doxygen/html/functions_0x64.html               |    240 +-
 doc/doxygen/html/functions_0x65.html               |    147 +-
 doc/doxygen/html/functions_0x66.html               |    176 +-
 doc/doxygen/html/functions_0x67.html               |    252 +-
 doc/doxygen/html/functions_0x68.html               |    125 +-
 doc/doxygen/html/functions_0x69.html               |    168 +-
 doc/doxygen/html/functions_0x6a.html               |    131 +-
 doc/doxygen/html/functions_0x6b.html               |    116 +-
 doc/doxygen/html/functions_0x6c.html               |    158 +-
 doc/doxygen/html/functions_0x6d.html               |    207 +-
 doc/doxygen/html/functions_0x6e.html               |    175 +-
 doc/doxygen/html/functions_0x6f.html               |    175 +-
 doc/doxygen/html/functions_0x70.html               |   2391 +-
 doc/doxygen/html/functions_0x71.html               |    114 +-
 doc/doxygen/html/functions_0x72.html               |    133 +-
 doc/doxygen/html/functions_0x73.html               |    484 +-
 doc/doxygen/html/functions_0x74.html               |    161 +-
 doc/doxygen/html/functions_0x75.html               |    126 +-
 doc/doxygen/html/functions_0x76.html               |    128 +-
 doc/doxygen/html/functions_0x77.html               |    157 +-
 doc/doxygen/html/functions_0x78.html               |    122 +-
 doc/doxygen/html/functions_0x79.html               |    116 +-
 doc/doxygen/html/functions_0x7a.html               |    136 +-
 doc/doxygen/html/functions_0x7e.html               |    125 +-
 doc/doxygen/html/functions_dup.js                  |     31 +
 doc/doxygen/html/functions_enum.html               |    110 +-
 doc/doxygen/html/functions_eval.html               |    110 +-
 doc/doxygen/html/functions_func.html               |    126 +-
 doc/doxygen/html/functions_func.js                 |     29 +
 doc/doxygen/html/functions_func_0x61.html          |    128 +-
 doc/doxygen/html/functions_func_0x62.html          |    130 +-
 doc/doxygen/html/functions_func_0x63.html          |    184 +-
 doc/doxygen/html/functions_func_0x64.html          |    157 +-
 doc/doxygen/html/functions_func_0x65.html          |    139 +-
 doc/doxygen/html/functions_func_0x66.html          |    146 +-
 doc/doxygen/html/functions_func_0x67.html          |    239 +-
 doc/doxygen/html/functions_func_0x68.html          |    123 +-
 doc/doxygen/html/functions_func_0x69.html          |    158 +-
 doc/doxygen/html/functions_func_0x6a.html          |    124 +-
 doc/doxygen/html/functions_func_0x6c.html          |    150 +-
 doc/doxygen/html/functions_func_0x6d.html          |    165 +-
 doc/doxygen/html/functions_func_0x6e.html          |    118 +-
 doc/doxygen/html/functions_func_0x6f.html          |    159 +-
 doc/doxygen/html/functions_func_0x70.html          |   1528 +-
 doc/doxygen/html/functions_func_0x71.html          |    116 +-
 doc/doxygen/html/functions_func_0x72.html          |    129 +-
 doc/doxygen/html/functions_func_0x73.html          |    374 +-
 doc/doxygen/html/functions_func_0x74.html          |    127 +-
 doc/doxygen/html/functions_func_0x75.html          |    162 +
 doc/doxygen/html/functions_func_0x76.html          |    128 +-
 doc/doxygen/html/functions_func_0x77.html          |    129 +-
 doc/doxygen/html/functions_func_0x78.html          |    120 +-
 doc/doxygen/html/functions_func_0x7a.html          |    165 +
 doc/doxygen/html/functions_func_0x7e.html          |    127 +-
 doc/doxygen/html/functions_type.html               |    139 +
 doc/doxygen/html/functions_vars.html               |    127 +-
 doc/doxygen/html/functions_vars.js                 |     30 +
 doc/doxygen/html/functions_vars_0x61.html          |    138 +-
 doc/doxygen/html/functions_vars_0x62.html          |    146 +-
 doc/doxygen/html/functions_vars_0x63.html          |    154 +-
 doc/doxygen/html/functions_vars_0x64.html          |    199 +-
 doc/doxygen/html/functions_vars_0x65.html          |    112 +-
 doc/doxygen/html/functions_vars_0x66.html          |    132 +-
 doc/doxygen/html/functions_vars_0x67.html          |    141 +-
 doc/doxygen/html/functions_vars_0x68.html          |    114 +-
 doc/doxygen/html/functions_vars_0x69.html          |    112 +-
 doc/doxygen/html/functions_vars_0x6a.html          |    119 +-
 doc/doxygen/html/functions_vars_0x6b.html          |    114 +-
 doc/doxygen/html/functions_vars_0x6c.html          |    128 +-
 doc/doxygen/html/functions_vars_0x6d.html          |    152 +-
 doc/doxygen/html/functions_vars_0x6e.html          |    155 +-
 doc/doxygen/html/functions_vars_0x6f.html          |    139 +-
 doc/doxygen/html/functions_vars_0x70.html          |    996 +-
 doc/doxygen/html/functions_vars_0x71.html          |    112 +-
 doc/doxygen/html/functions_vars_0x72.html          |    120 +-
 doc/doxygen/html/functions_vars_0x73.html          |    220 +-
 doc/doxygen/html/functions_vars_0x74.html          |    153 +-
 doc/doxygen/html/functions_vars_0x75.html          |    121 +-
 doc/doxygen/html/functions_vars_0x76.html          |    114 +-
 doc/doxygen/html/functions_vars_0x77.html          |    130 +-
 doc/doxygen/html/functions_vars_0x78.html          |    118 +-
 doc/doxygen/html/functions_vars_0x79.html          |    114 +-
 doc/doxygen/html/functions_vars_0x7a.html          |    128 +-
 doc/doxygen/html/gcw-lib_8c.html                   |    518 +-
 doc/doxygen/html/gcw-lib_8c.js                     |     27 +
 doc/doxygen/html/gcw-lib_8c_source.html            |   2048 +-
 doc/doxygen/html/gcw_8c.html                       |    439 +-
 doc/doxygen/html/gcw_8c.js                         |     20 +
 doc/doxygen/html/gcw_8c_source.html                |   2736 +-
 doc/doxygen/html/gcw_8h.html                       |    403 +-
 doc/doxygen/html/gcw_8h.js                         |     26 +
 doc/doxygen/html/gcw_8h_source.html                |    402 +-
 doc/doxygen/html/gcwmodule_8c.html                 |    174 +-
 doc/doxygen/html/gcwmodule_8c.js                   |      7 +
 doc/doxygen/html/gcwmodule_8c_source.html          |    220 +-
 doc/doxygen/html/gd_8c.html                        |    126 +-
 doc/doxygen/html/gd_8c.js                          |      4 +
 doc/doxygen/html/gd_8c_source.html                 |   3316 +-
 doc/doxygen/html/globals.html                      |   1866 +-
 doc/doxygen/html/globals_0x24.html                 |     84 -
 doc/doxygen/html/globals_0x5f.html                 |    795 -
 doc/doxygen/html/globals_0x61.html                 |    133 +-
 doc/doxygen/html/globals_0x62.html                 |    152 +-
 doc/doxygen/html/globals_0x63.html                 |    661 +-
 doc/doxygen/html/globals_0x64.html                 |    170 +-
 doc/doxygen/html/globals_0x65.html                 |    126 +-
 doc/doxygen/html/globals_0x66.html                 |    163 +-
 doc/doxygen/html/globals_0x67.html                 |    158 +-
 doc/doxygen/html/globals_0x68.html                 |    174 +-
 doc/doxygen/html/globals_0x69.html                 |    148 +-
 doc/doxygen/html/globals_0x6a.html                 |    271 +-
 doc/doxygen/html/globals_0x6b.html                 |    117 +-
 doc/doxygen/html/globals_0x6c.html                 |    174 +-
 doc/doxygen/html/globals_0x6d.html                 |    315 +-
 doc/doxygen/html/globals_0x6e.html                 |    201 +-
 doc/doxygen/html/globals_0x6f.html                 |    166 +-
 doc/doxygen/html/globals_0x70.html                 |   3329 +-
 doc/doxygen/html/globals_0x71.html                 |    117 +-
 doc/doxygen/html/globals_0x72.html                 |    139 +-
 doc/doxygen/html/globals_0x73.html                 |   1073 +-
 doc/doxygen/html/globals_0x74.html                 |    153 +-
 doc/doxygen/html/globals_0x75.html                 |    128 +-
 doc/doxygen/html/globals_0x76.html                 |    135 +-
 doc/doxygen/html/globals_0x77.html                 |    156 +-
 doc/doxygen/html/globals_0x78.html                 |    133 +-
 doc/doxygen/html/globals_0x79.html                 |    129 +-
 doc/doxygen/html/globals_0x7a.html                 |    119 +-
 doc/doxygen/html/globals_defs.html                 |    122 +-
 doc/doxygen/html/globals_defs.js                   |     29 +
 doc/doxygen/html/globals_defs_0x61.html            |    116 +-
 doc/doxygen/html/globals_defs_0x62.html            |    122 +-
 doc/doxygen/html/globals_defs_0x63.html            |    121 +-
 doc/doxygen/html/globals_defs_0x64.html            |    121 +-
 doc/doxygen/html/globals_defs_0x65.html            |    118 +-
 doc/doxygen/html/globals_defs_0x66.html            |    129 +-
 doc/doxygen/html/globals_defs_0x67.html            |    125 +-
 doc/doxygen/html/globals_defs_0x68.html            |    139 +-
 doc/doxygen/html/globals_defs_0x69.html            |    119 +-
 doc/doxygen/html/globals_defs_0x6b.html            |    113 +-
 doc/doxygen/html/globals_defs_0x6c.html            |    128 +-
 doc/doxygen/html/globals_defs_0x6d.html            |    134 +-
 doc/doxygen/html/globals_defs_0x6e.html            |    127 +-
 doc/doxygen/html/globals_defs_0x6f.html            |    122 +-
 doc/doxygen/html/globals_defs_0x70.html            |   1382 +-
 doc/doxygen/html/globals_defs_0x71.html            |    113 +-
 doc/doxygen/html/globals_defs_0x72.html            |    115 +-
 doc/doxygen/html/globals_defs_0x73.html            |    570 +-
 doc/doxygen/html/globals_defs_0x74.html            |    118 +-
 doc/doxygen/html/globals_defs_0x75.html            |    120 +-
 doc/doxygen/html/globals_defs_0x76.html            |    128 +-
 doc/doxygen/html/globals_defs_0x77.html            |    118 +-
 doc/doxygen/html/globals_defs_0x78.html            |    113 +-
 doc/doxygen/html/globals_defs_0x79.html            |    113 +-
 doc/doxygen/html/globals_defs_0x7a.html            |    113 +-
 doc/doxygen/html/globals_dup.js                    |     30 +
 doc/doxygen/html/globals_enum.html                 |    111 +-
 doc/doxygen/html/globals_eval.html                 |    137 +-
 doc/doxygen/html/globals_func.html                 |   1277 +-
 doc/doxygen/html/globals_func.js                   |     30 +
 doc/doxygen/html/globals_func_0x5f.html            |    692 -
 doc/doxygen/html/globals_func_0x61.html            |    119 +-
 doc/doxygen/html/globals_func_0x62.html            |    125 +-
 doc/doxygen/html/globals_func_0x63.html            |    660 +-
 doc/doxygen/html/globals_func_0x64.html            |    147 +-
 doc/doxygen/html/globals_func_0x65.html            |    122 +-
 doc/doxygen/html/globals_func_0x66.html            |    120 +-
 doc/doxygen/html/globals_func_0x67.html            |    157 +-
 doc/doxygen/html/globals_func_0x68.html            |    116 +-
 doc/doxygen/html/globals_func_0x69.html            |    129 +-
 doc/doxygen/html/globals_func_0x6a.html            |    270 +-
 doc/doxygen/html/globals_func_0x6b.html            |    116 +-
 doc/doxygen/html/globals_func_0x6c.html            |    152 +-
 doc/doxygen/html/globals_func_0x6d.html            |    288 +-
 doc/doxygen/html/globals_func_0x6e.html            |    153 +-
 doc/doxygen/html/globals_func_0x6f.html            |    150 +-
 doc/doxygen/html/globals_func_0x70.html            |   2028 +-
 doc/doxygen/html/globals_func_0x71.html            |    116 +-
 doc/doxygen/html/globals_func_0x72.html            |    128 +-
 doc/doxygen/html/globals_func_0x73.html            |    493 +-
 doc/doxygen/html/globals_func_0x74.html            |    141 +-
 doc/doxygen/html/globals_func_0x75.html            |    120 +-
 doc/doxygen/html/globals_func_0x76.html            |    121 +-
 doc/doxygen/html/globals_func_0x77.html            |    123 +-
 doc/doxygen/html/globals_func_0x78.html            |    120 +-
 doc/doxygen/html/globals_func_0x79.html            |    116 +-
 doc/doxygen/html/globals_func_0x7a.html            |    116 +-
 doc/doxygen/html/globals_type.html                 |    213 +-
 doc/doxygen/html/globals_vars.html                 |    683 +-
 doc/doxygen/html/globals_vars.js                   |     28 +
 doc/doxygen/html/globals_vars_0x24.html            |     82 -
 doc/doxygen/html/globals_vars_0x5f.html            |    166 -
 doc/doxygen/html/globals_vars_0x61.html            |    125 +-
 doc/doxygen/html/globals_vars_0x62.html            |    128 +-
 doc/doxygen/html/globals_vars_0x63.html            |    130 +-
 doc/doxygen/html/globals_vars_0x64.html            |    117 +-
 doc/doxygen/html/globals_vars_0x65.html            |    117 +-
 doc/doxygen/html/globals_vars_0x66.html            |    138 +-
 doc/doxygen/html/globals_vars_0x67.html            |    117 +-
 doc/doxygen/html/globals_vars_0x68.html            |    124 +-
 doc/doxygen/html/globals_vars_0x69.html            |    121 +-
 doc/doxygen/html/globals_vars_0x6c.html            |    129 +-
 doc/doxygen/html/globals_vars_0x6d.html            |    132 +-
 doc/doxygen/html/globals_vars_0x6e.html            |    154 +-
 doc/doxygen/html/globals_vars_0x6f.html            |    120 +-
 doc/doxygen/html/globals_vars_0x70.html            |    150 +-
 doc/doxygen/html/globals_vars_0x71.html            |    117 +-
 doc/doxygen/html/globals_vars_0x72.html            |    117 +-
 doc/doxygen/html/globals_vars_0x73.html            |    230 +-
 doc/doxygen/html/globals_vars_0x74.html            |    123 +-
 doc/doxygen/html/globals_vars_0x75.html            |    117 +-
 doc/doxygen/html/globals_vars_0x76.html            |    117 +-
 doc/doxygen/html/globals_vars_0x77.html            |    121 +-
 doc/doxygen/html/globals_vars_0x78.html            |    125 +-
 doc/doxygen/html/globals_vars_0x79.html            |    125 +-
 doc/doxygen/html/globals_vars_0x7a.html            |    119 +-
 doc/doxygen/html/hash_8c.html                      |    549 +-
 doc/doxygen/html/hash_8c.js                        |     25 +
 doc/doxygen/html/hash_8c_source.html               |   1516 +-
 doc/doxygen/html/hash_8h.html                      |    324 +-
 doc/doxygen/html/hash_8h.js                        |     16 +
 doc/doxygen/html/hash_8h_source.html               |    300 +-
 doc/doxygen/html/hierarchy.html                    |    600 +-
 doc/doxygen/html/hierarchy.js                      |    302 +
 doc/doxygen/html/hpgl_8c.html                      |    128 +-
 doc/doxygen/html/hpgl_8c.js                        |      4 +
 doc/doxygen/html/hpgl_8c_source.html               |    882 +-
 doc/doxygen/html/impress_8c.html                   |    126 +-
 doc/doxygen/html/impress_8c.js                     |      4 +
 doc/doxygen/html/impress_8c_source.html            |    732 +-
 doc/doxygen/html/index.html                        |    118 +-
 doc/doxygen/html/installdox                        |    117 -
 ...faceplplot_1_1core_1_1PLCallbackCT-members.html |    117 +-
 .../interfaceplplot_1_1core_1_1PLCallbackCT.html   |    161 +-
 .../interfaceplplot_1_1core_1_1PLCallbackCT.js     |      4 +
 ...eplplot_1_1core_1_1PLCallbackLabel-members.html |    117 +-
 ...interfaceplplot_1_1core_1_1PLCallbackLabel.html |    149 +-
 .../interfaceplplot_1_1core_1_1PLCallbackLabel.js  |      4 +
 ...lplot_1_1core_1_1PLCallbackMapform-members.html |    117 +-
 ...terfaceplplot_1_1core_1_1PLCallbackMapform.html |    149 +-
 ...interfaceplplot_1_1core_1_1PLCallbackMapform.js |      4 +
 ...ot_1_1core_1_1plplotjavacConstants-members.html |    399 +-
 ...faceplplot_1_1core_1_1plplotjavacConstants.html |   3314 +-
 ...erfaceplplot_1_1core_1_1plplotjavacConstants.js |    163 +
 ...rfaceplplot_1_1core_1_1plplotjavacConstants.png |    Bin 811 -> 982 bytes
 .../html/interfaceplplot_1_1interface-members.html |    130 -
 doc/doxygen/html/interfaceplplot_1_1interface.html |   2991 -
 .../html/interfaceplplot_1_1pladv-members.html     |    123 +
 doc/doxygen/html/interfaceplplot_1_1pladv.html     |    153 +
 doc/doxygen/html/interfaceplplot_1_1pladv.js       |      4 +
 .../html/interfaceplplot_1_1plbin-members.html     |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plbin.html     |    152 +-
 doc/doxygen/html/interfaceplplot_1_1plbin.js       |      4 +
 .../html/interfaceplplot_1_1plbop-members.html     |    123 +
 doc/doxygen/html/interfaceplplot_1_1plbop.html     |    152 +
 doc/doxygen/html/interfaceplplot_1_1plbop.js       |      4 +
 .../interfaceplplot_1_1plcalc__world-members.html  |    123 +
 .../html/interfaceplplot_1_1plcalc__world.html     |    181 +
 .../html/interfaceplplot_1_1plcalc__world.js       |      4 +
 .../html/interfaceplplot_1_1plclear-members.html   |    123 +
 doc/doxygen/html/interfaceplplot_1_1plclear.html   |    152 +
 doc/doxygen/html/interfaceplplot_1_1plclear.js     |      4 +
 .../html/interfaceplplot_1_1plcol0-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plcol0.html    |    153 +
 doc/doxygen/html/interfaceplplot_1_1plcol0.js      |      4 +
 .../html/interfaceplplot_1_1plcol1-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plcol1.html    |    153 +
 doc/doxygen/html/interfaceplplot_1_1plcol1.js      |      4 +
 .../interfaceplplot_1_1plcolorbar-members.html     |    124 +
 .../html/interfaceplplot_1_1plcolorbar.html        |    444 +
 doc/doxygen/html/interfaceplplot_1_1plcolorbar.js  |      5 +
 .../html/interfaceplplot_1_1plcpstrm-members.html  |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plcpstrm.html  |    148 +-
 doc/doxygen/html/interfaceplplot_1_1plcpstrm.js    |      4 +
 .../html/interfaceplplot_1_1plend-members.html     |    123 +
 doc/doxygen/html/interfaceplplot_1_1plend.html     |    152 +
 doc/doxygen/html/interfaceplplot_1_1plend.js       |      4 +
 .../html/interfaceplplot_1_1plend1-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plend1.html    |    152 +
 doc/doxygen/html/interfaceplplot_1_1plend1.js      |      4 +
 .../html/interfaceplplot_1_1plenv-members.html     |    123 +
 doc/doxygen/html/interfaceplplot_1_1plenv.html     |    187 +
 doc/doxygen/html/interfaceplplot_1_1plenv.js       |      4 +
 .../html/interfaceplplot_1_1pleop-members.html     |    123 +
 doc/doxygen/html/interfaceplplot_1_1pleop.html     |    152 +
 doc/doxygen/html/interfaceplplot_1_1pleop.js       |      4 +
 .../html/interfaceplplot_1_1plerrx-members.html    |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plerrx.html    |    152 +-
 doc/doxygen/html/interfaceplplot_1_1plerrx.js      |      4 +
 .../html/interfaceplplot_1_1plerry-members.html    |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plerry.html    |    152 +-
 doc/doxygen/html/interfaceplplot_1_1plerry.js      |      4 +
 .../html/interfaceplplot_1_1plfamadv-members.html  |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plfamadv.html  |    141 +-
 doc/doxygen/html/interfaceplplot_1_1plfamadv.js    |      4 +
 .../html/interfaceplplot_1_1plfill-members.html    |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plfill.html    |    148 +-
 doc/doxygen/html/interfaceplplot_1_1plfill.js      |      4 +
 .../html/interfaceplplot_1_1plfill3-members.html   |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plfill3.html   |    152 +-
 doc/doxygen/html/interfaceplplot_1_1plfill3.js     |      4 +
 .../html/interfaceplplot_1_1plflush-members.html   |    123 +
 doc/doxygen/html/interfaceplplot_1_1plflush.html   |    152 +
 doc/doxygen/html/interfaceplplot_1_1plflush.js     |      4 +
 .../html/interfaceplplot_1_1plfont-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plfont.html    |    153 +
 doc/doxygen/html/interfaceplplot_1_1plfont.js      |      4 +
 .../html/interfaceplplot_1_1plfontld-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plfontld.html  |    153 +
 doc/doxygen/html/interfaceplplot_1_1plfontld.js    |      4 +
 .../html/interfaceplplot_1_1plgchr-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgchr.html    |    163 +
 doc/doxygen/html/interfaceplplot_1_1plgchr.js      |      4 +
 ...interfaceplplot_1_1plgcmap1__range-members.html |    123 +
 .../html/interfaceplplot_1_1plgcmap1__range.html   |    163 +
 .../html/interfaceplplot_1_1plgcmap1__range.js     |      4 +
 .../html/interfaceplplot_1_1plgcol0-members.html   |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgcol0.html   |    175 +
 doc/doxygen/html/interfaceplplot_1_1plgcol0.js     |      4 +
 .../html/interfaceplplot_1_1plgcol0a-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgcol0a.html  |    181 +
 doc/doxygen/html/interfaceplplot_1_1plgcol0a.js    |      4 +
 .../html/interfaceplplot_1_1plgcolbg-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgcolbg.html  |    169 +
 doc/doxygen/html/interfaceplplot_1_1plgcolbg.js    |      4 +
 .../html/interfaceplplot_1_1plgcolbga-members.html |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgcolbga.html |    175 +
 doc/doxygen/html/interfaceplplot_1_1plgcolbga.js   |      4 +
 .../interfaceplplot_1_1plgcompression-members.html |    123 +
 .../html/interfaceplplot_1_1plgcompression.html    |    153 +
 .../html/interfaceplplot_1_1plgcompression.js      |      4 +
 .../html/interfaceplplot_1_1plgdidev-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgdidev.html  |    175 +
 doc/doxygen/html/interfaceplplot_1_1plgdidev.js    |      4 +
 .../html/interfaceplplot_1_1plgdiori-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgdiori.html  |    153 +
 doc/doxygen/html/interfaceplplot_1_1plgdiori.js    |      4 +
 .../html/interfaceplplot_1_1plgdiplt-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgdiplt.html  |    175 +
 doc/doxygen/html/interfaceplplot_1_1plgdiplt.js    |      4 +
 .../interfaceplplot_1_1plgetcursor-members.html    |    123 +
 .../html/interfaceplplot_1_1plgetcursor.html       |    153 +
 doc/doxygen/html/interfaceplplot_1_1plgetcursor.js |      4 +
 .../html/interfaceplplot_1_1plgfam-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgfam.html    |    169 +
 doc/doxygen/html/interfaceplplot_1_1plgfam.js      |      4 +
 .../html/interfaceplplot_1_1plgfci-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgfci.html    |    153 +
 doc/doxygen/html/interfaceplplot_1_1plgfci.js      |      4 +
 .../html/interfaceplplot_1_1plgfont-members.html   |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgfont.html   |    169 +
 doc/doxygen/html/interfaceplplot_1_1plgfont.js     |      4 +
 .../html/interfaceplplot_1_1plglevel-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plglevel.html  |    153 +
 doc/doxygen/html/interfaceplplot_1_1plglevel.js    |      4 +
 .../html/interfaceplplot_1_1plgpage-members.html   |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgpage.html   |    187 +
 doc/doxygen/html/interfaceplplot_1_1plgpage.js     |      4 +
 .../html/interfaceplplot_1_1plgra-members.html     |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgra.html     |    152 +
 doc/doxygen/html/interfaceplplot_1_1plgra.js       |      4 +
 .../interfaceplplot_1_1plgradient-members.html     |    117 +-
 .../html/interfaceplplot_1_1plgradient.html        |    152 +-
 doc/doxygen/html/interfaceplplot_1_1plgradient.js  |      4 +
 .../interfaceplplot_1_1plgriddata-members.html     |    117 +-
 .../html/interfaceplplot_1_1plgriddata.html        |    172 +-
 doc/doxygen/html/interfaceplplot_1_1plgriddata.js  |      4 +
 .../html/interfaceplplot_1_1plgspa-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgspa.html    |    175 +
 doc/doxygen/html/interfaceplplot_1_1plgspa.js      |      4 +
 .../html/interfaceplplot_1_1plgstrm-members.html   |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgstrm.html   |    153 +
 doc/doxygen/html/interfaceplplot_1_1plgstrm.js     |      4 +
 .../html/interfaceplplot_1_1plgvpd-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgvpd.html    |    175 +
 doc/doxygen/html/interfaceplplot_1_1plgvpd.js      |      4 +
 .../html/interfaceplplot_1_1plgvpw-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgvpw.html    |    175 +
 doc/doxygen/html/interfaceplplot_1_1plgvpw.js      |      4 +
 .../html/interfaceplplot_1_1plgxax-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgxax.html    |    163 +
 doc/doxygen/html/interfaceplplot_1_1plgxax.js      |      4 +
 .../html/interfaceplplot_1_1plgyax-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgyax.html    |    163 +
 doc/doxygen/html/interfaceplplot_1_1plgyax.js      |      4 +
 .../html/interfaceplplot_1_1plgzax-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plgzax.html    |    163 +
 doc/doxygen/html/interfaceplplot_1_1plgzax.js      |      4 +
 .../html/interfaceplplot_1_1plhist-members.html    |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plhist.html    |    160 +-
 doc/doxygen/html/interfaceplplot_1_1plhist.js      |      4 +
 .../html/interfaceplplot_1_1plhls-members.html     |    123 +
 doc/doxygen/html/interfaceplplot_1_1plhls.html     |    169 +
 doc/doxygen/html/interfaceplplot_1_1plhls.js       |      4 +
 .../html/interfaceplplot_1_1plhlsrgb-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plhlsrgb.html  |    187 +
 doc/doxygen/html/interfaceplplot_1_1plhlsrgb.js    |      4 +
 .../html/interfaceplplot_1_1plinit-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plinit.html    |    152 +
 doc/doxygen/html/interfaceplplot_1_1plinit.js      |      4 +
 .../html/interfaceplplot_1_1pljoin-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1pljoin.html    |    175 +
 doc/doxygen/html/interfaceplplot_1_1pljoin.js      |      4 +
 .../html/interfaceplplot_1_1pllegend-members.html  |    119 +-
 doc/doxygen/html/interfaceplplot_1_1pllegend.html  |    395 +-
 doc/doxygen/html/interfaceplplot_1_1pllegend.js    |      5 +
 .../interfaceplplot_1_1pllightsource-members.html  |    123 +
 .../html/interfaceplplot_1_1pllightsource.html     |    169 +
 .../html/interfaceplplot_1_1pllightsource.js       |      4 +
 .../html/interfaceplplot_1_1plline-members.html    |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plline.html    |    148 +-
 doc/doxygen/html/interfaceplplot_1_1plline.js      |      4 +
 .../html/interfaceplplot_1_1plline3-members.html   |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plline3.html   |    152 +-
 doc/doxygen/html/interfaceplplot_1_1plline3.js     |      4 +
 .../html/interfaceplplot_1_1pllsty-members.html    |    117 +-
 doc/doxygen/html/interfaceplplot_1_1pllsty.html    |    143 +-
 doc/doxygen/html/interfaceplplot_1_1pllsty.js      |      4 +
 .../html/interfaceplplot_1_1plmap-members.html     |    119 +-
 doc/doxygen/html/interfaceplplot_1_1plmap.html     |    195 +-
 doc/doxygen/html/interfaceplplot_1_1plmap.js       |      5 +
 .../interfaceplplot_1_1plmeridians-members.html    |    119 +-
 .../html/interfaceplplot_1_1plmeridians.html       |    203 +-
 doc/doxygen/html/interfaceplplot_1_1plmeridians.js |      5 +
 .../html/interfaceplplot_1_1plmesh-members.html    |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plmesh.html    |    156 +-
 doc/doxygen/html/interfaceplplot_1_1plmesh.js      |      4 +
 .../html/interfaceplplot_1_1plmeshc-members.html   |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plmeshc.html   |    160 +-
 doc/doxygen/html/interfaceplplot_1_1plmeshc.js     |      4 +
 .../html/interfaceplplot_1_1plmkstrm-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plmkstrm.html  |    153 +
 doc/doxygen/html/interfaceplplot_1_1plmkstrm.js    |      4 +
 .../html/interfaceplplot_1_1plot3d-members.html    |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plot3d.html    |    160 +-
 doc/doxygen/html/interfaceplplot_1_1plot3d.js      |      4 +
 .../html/interfaceplplot_1_1plot3dc-members.html   |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plot3dc.html   |    160 +-
 doc/doxygen/html/interfaceplplot_1_1plot3dc.js     |      4 +
 .../html/interfaceplplot_1_1plpat-members.html     |    123 +
 doc/doxygen/html/interfaceplplot_1_1plpat.html     |    169 +
 doc/doxygen/html/interfaceplplot_1_1plpat.js       |      4 +
 .../html/interfaceplplot_1_1plpath-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plpath.html    |    181 +
 doc/doxygen/html/interfaceplplot_1_1plpath.js      |      4 +
 .../html/interfaceplplot_1_1plpoin-members.html    |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plpoin.html    |    152 +-
 doc/doxygen/html/interfaceplplot_1_1plpoin.js      |      4 +
 .../html/interfaceplplot_1_1plpoin3-members.html   |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plpoin3.html   |    156 +-
 doc/doxygen/html/interfaceplplot_1_1plpoin3.js     |      4 +
 .../html/interfaceplplot_1_1plpoly3-members.html   |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plpoly3.html   |    160 +-
 doc/doxygen/html/interfaceplplot_1_1plpoly3.js     |      4 +
 .../html/interfaceplplot_1_1plprec-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plprec.html    |    163 +
 doc/doxygen/html/interfaceplplot_1_1plprec.js      |      4 +
 .../html/interfaceplplot_1_1plpsty-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plpsty.html    |    153 +
 doc/doxygen/html/interfaceplplot_1_1plpsty.js      |      4 +
 .../html/interfaceplplot_1_1plreplot-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plreplot.html  |    152 +
 doc/doxygen/html/interfaceplplot_1_1plreplot.js    |      4 +
 .../html/interfaceplplot_1_1plrgb-members.html     |    123 +
 doc/doxygen/html/interfaceplplot_1_1plrgb.html     |    169 +
 doc/doxygen/html/interfaceplplot_1_1plrgb.js       |      4 +
 .../html/interfaceplplot_1_1plrgb1-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plrgb1.html    |    169 +
 doc/doxygen/html/interfaceplplot_1_1plrgb1.js      |      4 +
 .../html/interfaceplplot_1_1plrgbhls-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plrgbhls.html  |    187 +
 doc/doxygen/html/interfaceplplot_1_1plrgbhls.js    |      4 +
 .../html/interfaceplplot_1_1plschr-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plschr.html    |    163 +
 doc/doxygen/html/interfaceplplot_1_1plschr.js      |      4 +
 .../html/interfaceplplot_1_1plscmap0-members.html  |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plscmap0.html  |    152 +-
 doc/doxygen/html/interfaceplplot_1_1plscmap0.js    |      4 +
 .../html/interfaceplplot_1_1plscmap0a-members.html |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plscmap0a.html |    156 +-
 doc/doxygen/html/interfaceplplot_1_1plscmap0a.js   |      4 +
 .../html/interfaceplplot_1_1plscmap0n-members.html |    123 +
 doc/doxygen/html/interfaceplplot_1_1plscmap0n.html |    153 +
 doc/doxygen/html/interfaceplplot_1_1plscmap0n.js   |      4 +
 .../html/interfaceplplot_1_1plscmap1-members.html  |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plscmap1.html  |    152 +-
 doc/doxygen/html/interfaceplplot_1_1plscmap1.js    |      4 +
 ...interfaceplplot_1_1plscmap1__range-members.html |    123 +
 .../html/interfaceplplot_1_1plscmap1__range.html   |    163 +
 .../html/interfaceplplot_1_1plscmap1__range.js     |      4 +
 .../html/interfaceplplot_1_1plscmap1a-members.html |    117 +-
 doc/doxygen/html/interfaceplplot_1_1plscmap1a.html |    156 +-
 doc/doxygen/html/interfaceplplot_1_1plscmap1a.js   |      4 +
 .../html/interfaceplplot_1_1plscmap1l-members.html |    119 +-
 doc/doxygen/html/interfaceplplot_1_1plscmap1l.html |    197 +-
 doc/doxygen/html/interfaceplplot_1_1plscmap1l.js   |      5 +
 .../interfaceplplot_1_1plscmap1la-members.html     |    119 +-
 .../html/interfaceplplot_1_1plscmap1la.html        |    205 +-
 doc/doxygen/html/interfaceplplot_1_1plscmap1la.js  |      5 +
 .../html/interfaceplplot_1_1plscmap1n-members.html |    123 +
 doc/doxygen/html/interfaceplplot_1_1plscmap1n.html |    153 +
 doc/doxygen/html/interfaceplplot_1_1plscmap1n.js   |      4 +
 .../html/interfaceplplot_1_1plscol0-members.html   |    123 +
 doc/doxygen/html/interfaceplplot_1_1plscol0.html   |    175 +
 doc/doxygen/html/interfaceplplot_1_1plscol0.js     |      4 +
 .../html/interfaceplplot_1_1plscol0a-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plscol0a.html  |    181 +
 doc/doxygen/html/interfaceplplot_1_1plscol0a.js    |      4 +
 .../html/interfaceplplot_1_1plscolbg-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plscolbg.html  |    169 +
 doc/doxygen/html/interfaceplplot_1_1plscolbg.js    |      4 +
 .../html/interfaceplplot_1_1plscolbga-members.html |    123 +
 doc/doxygen/html/interfaceplplot_1_1plscolbga.html |    175 +
 doc/doxygen/html/interfaceplplot_1_1plscolbga.js   |      4 +
 .../html/interfaceplplot_1_1plscolor-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plscolor.html  |    153 +
 doc/doxygen/html/interfaceplplot_1_1plscolor.js    |      4 +
 .../interfaceplplot_1_1plscompression-members.html |    123 +
 .../html/interfaceplplot_1_1plscompression.html    |    153 +
 .../html/interfaceplplot_1_1plscompression.js      |      4 +
 .../html/interfaceplplot_1_1plsdidev-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plsdidev.html  |    175 +
 doc/doxygen/html/interfaceplplot_1_1plsdidev.js    |      4 +
 .../html/interfaceplplot_1_1plsdimap-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plsdimap.html  |    187 +
 doc/doxygen/html/interfaceplplot_1_1plsdimap.js    |      4 +
 .../html/interfaceplplot_1_1plsdiori-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plsdiori.html  |    153 +
 doc/doxygen/html/interfaceplplot_1_1plsdiori.js    |      4 +
 .../html/interfaceplplot_1_1plsdiplt-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plsdiplt.html  |    175 +
 doc/doxygen/html/interfaceplplot_1_1plsdiplt.js    |      4 +
 .../html/interfaceplplot_1_1plsdiplz-members.html  |    123 +
 doc/doxygen/html/interfaceplplot_1_1plsdiplz.html  |    175 +
 doc/doxygen/html/interfaceplplot_1_1plsdiplz.js    |      4 +
 .../html/interfaceplplot_1_1plseed-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plseed.html    |    153 +
 doc/doxygen/html/interfaceplplot_1_1plseed.js      |      4 +
 .../html/interfaceplplot_1_1plsesc-members.html    |    123 +
 doc/doxygen/html/interfaceplplot_1_1plsesc.html    |    153 +
 doc/doxygen/html/interfaceplplot_1_1plsesc.js      |      4 +
 .../interfaceplplot_1_1plsetmapformc-members.html  |    117 +-
 .../html/interfaceplplot_1_1plsetmapformc.html     |    151 +-
 .../html/interfaceplplot_1_1plsetmapformc.js       |      8 +
 ...ormc_1_1plsetmapformc____interface-members.html |     40 -
 ...lsetmapformc_1_1plsetmapformc____interface.html |     96 -
 ...eplplot_1_1plsetmapformc_1_1plsfam-members.html |    123 +
 ...interfaceplplot_1_1plsetmapformc_1_1plsfam.html |    169 +
 .../interfaceplplot_1_1plsetmapformc_1_1plsfam.js  |      4 +
 ...eplplot_1_1plsetmapformc_1_1plsfci-members.html |    123 +
 ...interfaceplplot_1_1plsetmapformc_1_1plsfci.html |    153 +
 .../interfaceplplot_1_1plsetmapformc_1_1plsfci.js  |      4 +
 ...plplot_1_1plsetmapformc_1_1plsfont-members.html |    123 +
 ...nterfaceplplot_1_1plsetmapformc_1_1plsfont.html |    169 +
 .../interfaceplplot_1_1plsetmapformc_1_1plsfont.js |      4 +
 ...t_1_1plsetmapformc_1_1plslabelfunc-members.html |    125 +
 ...aceplplot_1_1plsetmapformc_1_1plslabelfunc.html |    204 +
 ...rfaceplplot_1_1plsetmapformc_1_1plslabelfunc.js |     16 +
 ...mapformc_1_1plslabelfunc_1_1plsmaj-members.html |    123 +
 ...1_1plsetmapformc_1_1plslabelfunc_1_1plsmaj.html |    163 +
 ...t_1_1plsetmapformc_1_1plslabelfunc_1_1plsmaj.js |      4 +
 ...mapformc_1_1plslabelfunc_1_1plsmin-members.html |    123 +
 ...1_1plsetmapformc_1_1plslabelfunc_1_1plsmin.html |    163 +
 ...t_1_1plsetmapformc_1_1plslabelfunc_1_1plsmin.js |      4 +
 ...mapformc_1_1plslabelfunc_1_1plsori-members.html |    123 +
 ...1_1plsetmapformc_1_1plslabelfunc_1_1plsori.html |    153 +
 ...t_1_1plsetmapformc_1_1plslabelfunc_1_1plsori.js |      4 +
 ...apformc_1_1plslabelfunc_1_1plspage-members.html |    123 +
 ..._1plsetmapformc_1_1plslabelfunc_1_1plspage.html |    187 +
 ..._1_1plsetmapformc_1_1plslabelfunc_1_1plspage.js |      4 +
 ...pformc_1_1plslabelfunc_1_1plspause-members.html |    123 +
 ...1plsetmapformc_1_1plslabelfunc_1_1plspause.html |    153 +
 ...1_1plsetmapformc_1_1plslabelfunc_1_1plspause.js |      4 +
 ...apformc_1_1plslabelfunc_1_1plsstrm-members.html |    123 +
 ..._1plsetmapformc_1_1plslabelfunc_1_1plsstrm.html |    153 +
 ..._1_1plsetmapformc_1_1plslabelfunc_1_1plsstrm.js |      4 +
 ...mapformc_1_1plslabelfunc_1_1plssub-members.html |    123 +
 ...1_1plsetmapformc_1_1plslabelfunc_1_1plssub.html |    163 +
 ...t_1_1plsetmapformc_1_1plslabelfunc_1_1plssub.js |      4 +
 ...mapformc_1_1plslabelfunc_1_1plssym-members.html |    123 +
 ...1_1plsetmapformc_1_1plslabelfunc_1_1plssym.html |    163 +
 ...t_1_1plsetmapformc_1_1plslabelfunc_1_1plssym.js |      4 +
 ...mapformc_1_1plslabelfunc_1_1plstar-members.html |    123 +
 ...1_1plsetmapformc_1_1plslabelfunc_1_1plstar.html |    163 +
 ...t_1_1plsetmapformc_1_1plslabelfunc_1_1plstar.js |      4 +
 ...mc_1_1plslabelfunc_1_1plstransform-members.html |    169 +
 ...etmapformc_1_1plslabelfunc_1_1plstransform.html |   2675 +
 ...lsetmapformc_1_1plslabelfunc_1_1plstransform.js |     70 +
 ...elfunc_1_1plstransform_1_1plstripa-members.html |    123 +
 ..._1plslabelfunc_1_1plstransform_1_1plstripa.html |    175 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plstripa.js |      4 +
 ...elfunc_1_1plstransform_1_1plstripc-members.html |    123 +
 ..._1plslabelfunc_1_1plstransform_1_1plstripc.html |    271 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plstripc.js |      4 +
 ...elfunc_1_1plstransform_1_1plstripd-members.html |    123 +
 ..._1plslabelfunc_1_1plstransform_1_1plstripd.html |    153 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plstripd.js |      4 +
 ...abelfunc_1_1plstransform_1_1plstyl-members.html |    123 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plstyl.html |    169 +
 ...mc_1_1plslabelfunc_1_1plstransform_1_1plstyl.js |      4 +
 ...elfunc_1_1plstransform_1_1plsurf3d-members.html |    123 +
 ..._1plslabelfunc_1_1plstransform_1_1plsurf3d.html |    181 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plsurf3d.js |      4 +
 ...belfunc_1_1plstransform_1_1plsvect-members.html |    124 +
 ...1_1plslabelfunc_1_1plstransform_1_1plsvect.html |    187 +
 ...c_1_1plslabelfunc_1_1plstransform_1_1plsvect.js |      5 +
 ...abelfunc_1_1plstransform_1_1plsvpa-members.html |    123 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plsvpa.html |    175 +
 ...mc_1_1plslabelfunc_1_1plstransform_1_1plsvpa.js |      4 +
 ...abelfunc_1_1plstransform_1_1plsxax-members.html |    123 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plsxax.html |    163 +
 ...mc_1_1plslabelfunc_1_1plstransform_1_1plsxax.js |      4 +
 ...abelfunc_1_1plstransform_1_1plsyax-members.html |    123 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plsyax.html |    163 +
 ...mc_1_1plslabelfunc_1_1plstransform_1_1plsyax.js |      4 +
 ...labelfunc_1_1plstransform_1_1plsym-members.html |    123 +
 ...c_1_1plslabelfunc_1_1plstransform_1_1plsym.html |    169 +
 ...rmc_1_1plslabelfunc_1_1plstransform_1_1plsym.js |      4 +
 ...abelfunc_1_1plstransform_1_1plszax-members.html |    123 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plszax.html |    163 +
 ...mc_1_1plslabelfunc_1_1plstransform_1_1plszax.js |      4 +
 ...abelfunc_1_1plstransform_1_1pltext-members.html |    123 +
 ..._1_1plslabelfunc_1_1plstransform_1_1pltext.html |    152 +
 ...mc_1_1plslabelfunc_1_1plstransform_1_1pltext.js |      4 +
 ...abelfunc_1_1plstransform_1_1plvasp-members.html |    123 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plvasp.html |    153 +
 ...mc_1_1plslabelfunc_1_1plstransform_1_1plvasp.js |      4 +
 ...abelfunc_1_1plstransform_1_1plvpas-members.html |    123 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plvpas.html |    181 +
 ...mc_1_1plslabelfunc_1_1plstransform_1_1plvpas.js |      4 +
 ...abelfunc_1_1plstransform_1_1plvpor-members.html |    123 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plvpor.html |    175 +
 ...mc_1_1plslabelfunc_1_1plstransform_1_1plvpor.js |      4 +
 ...abelfunc_1_1plstransform_1_1plvsta-members.html |    123 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plvsta.html |    152 +
 ...mc_1_1plslabelfunc_1_1plstransform_1_1plvsta.js |      4 +
 ...labelfunc_1_1plstransform_1_1plw3d-members.html |    123 +
 ...c_1_1plslabelfunc_1_1plstransform_1_1plw3d.html |    217 +
 ...rmc_1_1plslabelfunc_1_1plstransform_1_1plw3d.js |      4 +
 ...belfunc_1_1plstransform_1_1plwidth-members.html |    123 +
 ...1_1plslabelfunc_1_1plstransform_1_1plwidth.html |    153 +
 ...c_1_1plslabelfunc_1_1plstransform_1_1plwidth.js |      4 +
 ...abelfunc_1_1plstransform_1_1plwind-members.html |    123 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plwind.html |    175 +
 ...mc_1_1plslabelfunc_1_1plstransform_1_1plwind.js |      4 +
 ...elfunc_1_1plstransform_1_1plxormod-members.html |    123 +
 ..._1plslabelfunc_1_1plstransform_1_1plxormod.html |    163 +
 ..._1_1plslabelfunc_1_1plstransform_1_1plxormod.js |      4 +
 .../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   |    131 +-
 doc/doxygen/html/interfaceplplotp_1_1plcont.html   |    209 +-
 doc/doxygen/html/interfaceplplotp_1_1plcont.js     |     11 +
 .../interfaceplplotp_1_1plimagefr-members.html     |    123 +-
 .../html/interfaceplplotp_1_1plimagefr.html        |    169 +-
 doc/doxygen/html/interfaceplplotp_1_1plimagefr.js  |      7 +
 .../html/interfaceplplotp_1_1plshade-members.html  |    123 +-
 doc/doxygen/html/interfaceplplotp_1_1plshade.html  |    169 +-
 doc/doxygen/html/interfaceplplotp_1_1plshade.js    |      7 +
 .../html/interfaceplplotp_1_1plshades-members.html |    126 +-
 doc/doxygen/html/interfaceplplotp_1_1plshades.html |    211 +-
 doc/doxygen/html/interfaceplplotp_1_1plshades.js   |     10 +
 .../html/interfaceplplotp_1_1plvect-members.html   |    123 +-
 doc/doxygen/html/interfaceplplotp_1_1plvect.html   |    169 +-
 doc/doxygen/html/interfaceplplotp_1_1plvect.js     |      7 +
 doc/doxygen/html/istack_8c.html                    |    254 +-
 doc/doxygen/html/istack_8c.js                      |     12 +
 doc/doxygen/html/istack_8c_source.html             |    270 +-
 doc/doxygen/html/istack_8h.html                    |    204 +-
 doc/doxygen/html/istack_8h.js                      |     10 +
 doc/doxygen/html/istack_8h_source.html             |    180 +-
 doc/doxygen/html/jquery.js                         |     77 +
 doc/doxygen/html/linuxvga_8c.html                  |    126 +-
 doc/doxygen/html/linuxvga_8c.js                    |      4 +
 doc/doxygen/html/linuxvga_8c_source.html           |    714 +-
 doc/doxygen/html/ljii_8c.html                      |    126 +-
 doc/doxygen/html/ljii_8c.js                        |      4 +
 doc/doxygen/html/ljii_8c_source.html               |    778 +-
 doc/doxygen/html/ljiip_8c.html                     |    126 +-
 doc/doxygen/html/ljiip_8c.js                       |      4 +
 doc/doxygen/html/ljiip_8c_source.html              |   1158 +-
 doc/doxygen/html/lpi_8c.html                       |    218 +-
 doc/doxygen/html/lpi_8c.js                         |     10 +
 doc/doxygen/html/lpi_8c_source.html                |    446 +-
 doc/doxygen/html/ltdl__win32_8c.html               |    271 +-
 doc/doxygen/html/ltdl__win32_8c.js                 |     11 +
 doc/doxygen/html/ltdl__win32_8c_source.html        |    341 +-
 doc/doxygen/html/ltdl__win32_8h.html               |    272 +-
 doc/doxygen/html/ltdl__win32_8h.js                 |     12 +
 doc/doxygen/html/ltdl__win32_8h_source.html        |    212 +-
 doc/doxygen/html/main.html                         |     31 -
 doc/doxygen/html/makedocstrings_8py.html           |    117 +-
 doc/doxygen/html/makedocstrings_8py.js             |      4 +
 doc/doxygen/html/makedocstrings_8py_source.html    |    238 +-
 doc/doxygen/html/massage_8c.html                   |    126 +-
 doc/doxygen/html/massage_8c.js                     |      4 +
 doc/doxygen/html/massage_8c_source.html            |    376 +-
 doc/doxygen/html/matrixInit_8c.html                |    128 +-
 doc/doxygen/html/matrixInit_8c.js                  |      4 +
 doc/doxygen/html/matrixInit_8c_source.html         |    193 +-
 doc/doxygen/html/mem_8c.html                       |    114 +-
 doc/doxygen/html/mem_8c_source.html                |    484 +-
 doc/doxygen/html/metadefs_8h.html                  |    378 +-
 doc/doxygen/html/metadefs_8h.js                    |     31 +
 doc/doxygen/html/metadefs_8h_source.html           |    254 +-
 doc/doxygen/html/moc__files_8h.html                |    114 +-
 doc/doxygen/html/moc__files_8h_source.html         |    122 +-
 doc/doxygen/html/moduleplplot-members.html         |    391 +
 doc/doxygen/html/moduleplplot__str-members.html    |    142 +
 .../html/moduleplplot__strutils-members.html       |    124 +
 doc/doxygen/html/mt19937ar_8c.html                 |    375 +-
 doc/doxygen/html/mt19937ar_8c.js                   |     18 +
 doc/doxygen/html/mt19937ar_8c_source.html          |    476 +-
 doc/doxygen/html/mt19937ar_8h.html                 |    260 +-
 doc/doxygen/html/mt19937ar_8h.js                   |     11 +
 doc/doxygen/html/mt19937ar_8h_source.html          |    254 +-
 doc/doxygen/html/namespacePlframe.html             |   2858 +-
 doc/doxygen/html/namespacePlframe.js               |      5 +
 doc/doxygen/html/namespaceSwig.html                |    183 +
 doc/doxygen/html/namespaceTclSup.html              |    126 +-
 doc/doxygen/html/namespacemakedocstrings.html      |    124 +-
 doc/doxygen/html/namespacemembers.html             |    149 +-
 doc/doxygen/html/namespacemembers_0x61.html        |     73 -
 doc/doxygen/html/namespacemembers_0x62.html        |    119 +-
 doc/doxygen/html/namespacemembers_0x63.html        |    218 +-
 doc/doxygen/html/namespacemembers_0x64.html        |    126 +-
 doc/doxygen/html/namespacemembers_0x66.html        |    122 +-
 doc/doxygen/html/namespacemembers_0x67.html        |    130 +-
 doc/doxygen/html/namespacemembers_0x6b.html        |    114 +-
 doc/doxygen/html/namespacemembers_0x6c.html        |    116 +-
 doc/doxygen/html/namespacemembers_0x6d.html        |    123 +-
 doc/doxygen/html/namespacemembers_0x6e.html        |    112 +-
 doc/doxygen/html/namespacemembers_0x6f.html        |    118 +-
 doc/doxygen/html/namespacemembers_0x70.html        |   1438 +-
 doc/doxygen/html/namespacemembers_0x72.html        |    116 +-
 doc/doxygen/html/namespacemembers_0x73.html        |    145 +-
 doc/doxygen/html/namespacemembers_0x74.html        |    117 +-
 doc/doxygen/html/namespacemembers_0x75.html        |    118 +-
 doc/doxygen/html/namespacemembers_0x76.html        |    116 +-
 doc/doxygen/html/namespacemembers_0x77.html        |    120 +-
 doc/doxygen/html/namespacemembers_0x78.html        |    118 +-
 doc/doxygen/html/namespacemembers_0x79.html        |    118 +-
 doc/doxygen/html/namespacemembers_0x7a.html        |    134 +-
 doc/doxygen/html/namespacemembers_dup.js           |     24 +
 doc/doxygen/html/namespacemembers_func.html        |    121 +-
 doc/doxygen/html/namespacemembers_func.js          |     18 +
 doc/doxygen/html/namespacemembers_func_0x62.html   |    113 +-
 doc/doxygen/html/namespacemembers_func_0x63.html   |    205 +-
 doc/doxygen/html/namespacemembers_func_0x64.html   |    113 +-
 doc/doxygen/html/namespacemembers_func_0x66.html   |    113 +-
 doc/doxygen/html/namespacemembers_func_0x6b.html   |    113 +-
 doc/doxygen/html/namespacemembers_func_0x6c.html   |    115 +-
 doc/doxygen/html/namespacemembers_func_0x6d.html   |    113 +-
 doc/doxygen/html/namespacemembers_func_0x6f.html   |    113 +-
 doc/doxygen/html/namespacemembers_func_0x70.html   |    690 +-
 doc/doxygen/html/namespacemembers_func_0x73.html   |    135 +-
 doc/doxygen/html/namespacemembers_func_0x74.html   |    113 +-
 doc/doxygen/html/namespacemembers_func_0x75.html   |    117 +-
 doc/doxygen/html/namespacemembers_func_0x76.html   |    115 +-
 doc/doxygen/html/namespacemembers_func_0x7a.html   |    129 +-
 doc/doxygen/html/namespacemembers_vars.html        |    137 +-
 doc/doxygen/html/namespacemembers_vars.js          |     21 +
 doc/doxygen/html/namespacemembers_vars_0x61.html   |     70 -
 doc/doxygen/html/namespacemembers_vars_0x62.html   |    117 +-
 doc/doxygen/html/namespacemembers_vars_0x63.html   |    120 +-
 doc/doxygen/html/namespacemembers_vars_0x64.html   |    124 +-
 doc/doxygen/html/namespacemembers_vars_0x66.html   |    118 +-
 doc/doxygen/html/namespacemembers_vars_0x67.html   |    130 +-
 doc/doxygen/html/namespacemembers_vars_0x6d.html   |    121 +-
 doc/doxygen/html/namespacemembers_vars_0x6e.html   |    112 +-
 doc/doxygen/html/namespacemembers_vars_0x6f.html   |    116 +-
 doc/doxygen/html/namespacemembers_vars_0x70.html   |    928 +-
 doc/doxygen/html/namespacemembers_vars_0x72.html   |    116 +-
 doc/doxygen/html/namespacemembers_vars_0x73.html   |    121 +-
 doc/doxygen/html/namespacemembers_vars_0x74.html   |    115 +-
 doc/doxygen/html/namespacemembers_vars_0x76.html   |    112 +-
 doc/doxygen/html/namespacemembers_vars_0x77.html   |    120 +-
 doc/doxygen/html/namespacemembers_vars_0x78.html   |    118 +-
 doc/doxygen/html/namespacemembers_vars_0x79.html   |    118 +-
 doc/doxygen/html/namespacemembers_vars_0x7a.html   |    116 +-
 doc/doxygen/html/namespaceplplot.html              |  16436 +-
 doc/doxygen/html/namespaceplplot.js                |     17 +
 doc/doxygen/html/namespaceplplot_1_1core.html      |    134 +-
 doc/doxygen/html/namespaceplplot_1_1core.js        |     12 +
 doc/doxygen/html/namespaceplplot__flt.html         |     39 -
 doc/doxygen/html/namespaceplplot__types.html       |     44 -
 doc/doxygen/html/namespaceplplotc.html             |   6954 +-
 doc/doxygen/html/namespaceplplotc.js               |      5 +
 doc/doxygen/html/namespaceplplotcanvas.html        |    118 +-
 doc/doxygen/html/namespaceplplotcanvas.js          |      4 +
 doc/doxygen/html/namespaceplplotp.html             |     48 -
 doc/doxygen/html/namespaces.html                   |    130 +-
 doc/doxygen/html/namespaces.js                     |     10 +
 doc/doxygen/html/nav_f.png                         |    Bin 159 -> 153 bytes
 doc/doxygen/html/nav_g.png                         |    Bin 0 -> 95 bytes
 doc/doxygen/html/nav_h.png                         |    Bin 97 -> 98 bytes
 doc/doxygen/html/navtree.css                       |    143 +
 doc/doxygen/html/navtree.js                        |    571 +
 doc/doxygen/html/navtreeindex0.js                  |    253 +
 doc/doxygen/html/navtreeindex1.js                  |    253 +
 doc/doxygen/html/navtreeindex10.js                 |    253 +
 doc/doxygen/html/navtreeindex11.js                 |    253 +
 doc/doxygen/html/navtreeindex12.js                 |    253 +
 doc/doxygen/html/navtreeindex13.js                 |    253 +
 doc/doxygen/html/navtreeindex14.js                 |    253 +
 doc/doxygen/html/navtreeindex15.js                 |    253 +
 doc/doxygen/html/navtreeindex16.js                 |    253 +
 doc/doxygen/html/navtreeindex17.js                 |    253 +
 doc/doxygen/html/navtreeindex18.js                 |    253 +
 doc/doxygen/html/navtreeindex19.js                 |    253 +
 doc/doxygen/html/navtreeindex2.js                  |    253 +
 doc/doxygen/html/navtreeindex20.js                 |    253 +
 doc/doxygen/html/navtreeindex21.js                 |    253 +
 doc/doxygen/html/navtreeindex22.js                 |    253 +
 doc/doxygen/html/navtreeindex23.js                 |    253 +
 doc/doxygen/html/navtreeindex24.js                 |    253 +
 doc/doxygen/html/navtreeindex25.js                 |    253 +
 doc/doxygen/html/navtreeindex26.js                 |    253 +
 doc/doxygen/html/navtreeindex27.js                 |    253 +
 doc/doxygen/html/navtreeindex28.js                 |    253 +
 doc/doxygen/html/navtreeindex29.js                 |    253 +
 doc/doxygen/html/navtreeindex3.js                  |    253 +
 doc/doxygen/html/navtreeindex30.js                 |    253 +
 doc/doxygen/html/navtreeindex31.js                 |    253 +
 doc/doxygen/html/navtreeindex32.js                 |    253 +
 doc/doxygen/html/navtreeindex33.js                 |    253 +
 doc/doxygen/html/navtreeindex34.js                 |    253 +
 doc/doxygen/html/navtreeindex35.js                 |    253 +
 doc/doxygen/html/navtreeindex36.js                 |    253 +
 doc/doxygen/html/navtreeindex37.js                 |    253 +
 doc/doxygen/html/navtreeindex38.js                 |    253 +
 doc/doxygen/html/navtreeindex39.js                 |    253 +
 doc/doxygen/html/navtreeindex4.js                  |    253 +
 doc/doxygen/html/navtreeindex40.js                 |    253 +
 doc/doxygen/html/navtreeindex41.js                 |    253 +
 doc/doxygen/html/navtreeindex42.js                 |    253 +
 doc/doxygen/html/navtreeindex43.js                 |    253 +
 doc/doxygen/html/navtreeindex44.js                 |    253 +
 doc/doxygen/html/navtreeindex45.js                 |    253 +
 doc/doxygen/html/navtreeindex46.js                 |    253 +
 doc/doxygen/html/navtreeindex47.js                 |    253 +
 doc/doxygen/html/navtreeindex48.js                 |    188 +
 doc/doxygen/html/navtreeindex5.js                  |    253 +
 doc/doxygen/html/navtreeindex6.js                  |    253 +
 doc/doxygen/html/navtreeindex7.js                  |    253 +
 doc/doxygen/html/navtreeindex8.js                  |    253 +
 doc/doxygen/html/navtreeindex9.js                  |    253 +
 doc/doxygen/html/nn_2nan_8h.html                   |    147 +-
 doc/doxygen/html/nn_2nan_8h.js                     |      5 +
 doc/doxygen/html/nn_2nan_8h_source.html            |    278 +-
 doc/doxygen/html/nn_2version_8h.html               |    121 +-
 doc/doxygen/html/nn_2version_8h.js                 |      4 +
 doc/doxygen/html/nn_2version_8h_source.html        |    148 +-
 doc/doxygen/html/nn_8h.html                        |    832 +-
 doc/doxygen/html/nn_8h.js                          |     44 +
 doc/doxygen/html/nn_8h_source.html                 |    762 +-
 doc/doxygen/html/nnai_8c.html                      |    340 +-
 doc/doxygen/html/nnai_8c.js                        |     17 +
 doc/doxygen/html/nnai_8c_source.html               |    972 +-
 doc/doxygen/html/nncommon_8c.html                  |    468 +-
 doc/doxygen/html/nncommon_8c.js                    |     19 +
 doc/doxygen/html/nncommon_8c_source.html           |   1178 +-
 doc/doxygen/html/nndll_8h.html                     |    153 +-
 doc/doxygen/html/nndll_8h.js                       |      7 +
 doc/doxygen/html/nndll_8h_source.html              |    198 +-
 doc/doxygen/html/nnpi_8c.html                      |    779 +-
 doc/doxygen/html/nnpi_8c.js                        |     39 +
 doc/doxygen/html/nnpi_8c_source.html               |   1931 +-
 doc/doxygen/html/ntk_8c.html                       |    128 +-
 doc/doxygen/html/ntk_8c.js                         |      4 +
 doc/doxygen/html/ntk_8c_source.html                |   1265 +-
 doc/doxygen/html/null_8c.html                      |    126 +-
 doc/doxygen/html/null_8c.js                        |      4 +
 doc/doxygen/html/null_8c_source.html               |    336 +-
 doc/doxygen/html/open.png                          |    Bin 118 -> 123 bytes
 doc/doxygen/html/pbm_8c.html                       |    126 +-
 doc/doxygen/html/pbm_8c.js                         |      4 +
 doc/doxygen/html/pbm_8c_source.html                |    746 +-
 doc/doxygen/html/pdf_8c.html                       |    128 +-
 doc/doxygen/html/pdf_8c.js                         |      4 +
 doc/doxygen/html/pdf_8c_source.html                |   1848 +-
 doc/doxygen/html/pdf_8h.html                       |   1066 +-
 doc/doxygen/html/pdf_8h.js                         |     41 +
 doc/doxygen/html/pdf_8h_source.html                |    338 +-
 doc/doxygen/html/pdfutils_8c.html                  |    991 +-
 doc/doxygen/html/pdfutils_8c.js                    |     33 +
 doc/doxygen/html/pdfutils_8c_source.html           |   2088 +-
 doc/doxygen/html/plConfig_8h.html                  |    218 +-
 doc/doxygen/html/plConfig_8h.js                    |     13 +
 doc/doxygen/html/plConfig_8h_source.html           |    314 +-
 doc/doxygen/html/plDevs_8h.html                    |    411 +-
 doc/doxygen/html/plDevs_8h.js                      |     34 +
 doc/doxygen/html/plDevs_8h_source.html             |    313 +-
 doc/doxygen/html/plaffine_8c.html                  |    336 +-
 doc/doxygen/html/plaffine_8c.js                    |     10 +
 doc/doxygen/html/plaffine_8c_source.html           |    439 +-
 doc/doxygen/html/plarc_8c.html                     |    279 +-
 doc/doxygen/html/plarc_8c.js                       |      7 +
 doc/doxygen/html/plarc_8c_source.html              |    393 +-
 doc/doxygen/html/plargs_8c.html                    |   4651 +-
 doc/doxygen/html/plargs_8c.js                      |    126 +
 doc/doxygen/html/plargs_8c_source.html             |   4752 +-
 doc/doxygen/html/plbox_8c.html                     |   1171 +-
 doc/doxygen/html/plbox_8c.js                       |     28 +
 doc/doxygen/html/plbox_8c_source.html              |   5279 +-
 doc/doxygen/html/plbuf_8c.html                     |   1000 +-
 doc/doxygen/html/plbuf_8c.js                       |     42 +
 doc/doxygen/html/plbuf_8c_source.html              |   3040 +-
 doc/doxygen/html/plcairo__impl_8c.html             |    168 +-
 doc/doxygen/html/plcairo__impl_8c.js               |      6 +
 doc/doxygen/html/plcairo__impl_8c_source.html      |    204 +-
 doc/doxygen/html/plcont_8c.html                    |   1237 +-
 doc/doxygen/html/plcont_8c.js                      |     43 +
 doc/doxygen/html/plcont_8c_source.html             |   3046 +-
 doc/doxygen/html/plcore_8c.html                    |   3194 +-
 doc/doxygen/html/plcore_8c.js                      |    143 +
 doc/doxygen/html/plcore_8c_source.html             |   8742 +-
 doc/doxygen/html/plcore_8h.html                    |    733 +-
 doc/doxygen/html/plcore_8h.js                      |     31 +
 doc/doxygen/html/plcore_8h_source.html             |    852 +-
 doc/doxygen/html/plctrl_8c.html                    |   2521 +-
 doc/doxygen/html/plctrl_8c.js                      |     85 +
 doc/doxygen/html/plctrl_8c_source.html             |   5616 +-
 doc/doxygen/html/plcvt_8c.html                     |    419 +-
 doc/doxygen/html/plcvt_8c.js                       |     26 +
 doc/doxygen/html/plcvt_8c_source.html              |    590 +-
 doc/doxygen/html/pldebug_8h.html                   |    132 +-
 doc/doxygen/html/pldebug_8h.js                     |      4 +
 doc/doxygen/html/pldebug_8h_source.html            |    297 +-
 doc/doxygen/html/pldeprecated_8c.html              |    113 +-
 doc/doxygen/html/pldeprecated_8c_source.html       |    377 +-
 doc/doxygen/html/pldll_8h.html                     |    477 +-
 doc/doxygen/html/pldll_8h.js                       |     29 +
 doc/doxygen/html/pldll_8h_source.html              |    418 +-
 doc/doxygen/html/pldtik_8c.html                    |    252 +-
 doc/doxygen/html/pldtik_8c.js                      |      8 +
 doc/doxygen/html/pldtik_8c_source.html             |    815 +-
 doc/doxygen/html/plevent_8h.html                   |   1286 +-
 doc/doxygen/html/plevent_8h.js                     |    133 +
 doc/doxygen/html/plevent_8h_source.html            |    520 +-
 doc/doxygen/html/plf2ops_8c.html                   |   1454 +-
 doc/doxygen/html/plf2ops_8c.js                     |     46 +
 doc/doxygen/html/plf2ops_8c_source.html            |    980 +-
 doc/doxygen/html/plfci-truetype_8h.html            |    147 +-
 doc/doxygen/html/plfci-truetype_8h.js              |      5 +
 doc/doxygen/html/plfci-truetype_8h_source.html     |    228 +-
 doc/doxygen/html/plfci-type1_8h.html               |    147 +-
 doc/doxygen/html/plfci-type1_8h.js                 |      5 +
 doc/doxygen/html/plfci-type1_8h_source.html        |    256 +-
 doc/doxygen/html/plfill_8c.html                    |    954 +-
 doc/doxygen/html/plfill_8c.js                      |     36 +
 doc/doxygen/html/plfill_8c_source.html             |   4463 +-
 doc/doxygen/html/plframe_8c.html                   |   2410 +-
 doc/doxygen/html/plframe_8c.js                     |     94 +
 doc/doxygen/html/plframe_8c_source.html            |   7027 +-
 doc/doxygen/html/plfreetype_8c.html                |    151 +-
 doc/doxygen/html/plfreetype_8c.js                  |      5 +
 doc/doxygen/html/plfreetype_8c_source.html         |   2738 +-
 doc/doxygen/html/plfreetype_8h.html                |    110 +-
 doc/doxygen/html/plfreetype_8h_source.html         |    475 +-
 doc/doxygen/html/plgradient_8c.html                |    274 +-
 doc/doxygen/html/plgradient_8c.js                  |     11 +
 doc/doxygen/html/plgradient_8c_source.html         |    646 +-
 doc/doxygen/html/plgridd_8c.html                   |    558 +-
 doc/doxygen/html/plgridd_8c.js                     |     14 +
 doc/doxygen/html/plgridd_8c_source.html            |   2082 +-
 doc/doxygen/html/plhershey-unicode_8h.html         |    135 +-
 doc/doxygen/html/plhershey-unicode_8h.js           |      6 +
 doc/doxygen/html/plhershey-unicode_8h_source.html  |    756 +-
 doc/doxygen/html/plhist_8c.html                    |    178 +-
 doc/doxygen/html/plhist_8c.js                      |      5 +
 doc/doxygen/html/plhist_8c_source.html             |    580 +-
 doc/doxygen/html/plimage_8c.html                   |    570 +-
 doc/doxygen/html/plimage_8c.js                     |     14 +
 doc/doxygen/html/plimage_8c_source.html            |    969 +-
 doc/doxygen/html/pllegend_8c.html                  |   1072 +-
 doc/doxygen/html/pllegend_8c.js                    |     19 +
 doc/doxygen/html/pllegend_8c_source.html           |   3877 +-
 doc/doxygen/html/plline_8c.html                    |    765 +-
 doc/doxygen/html/plline_8c.js                      |     26 +
 doc/doxygen/html/plline_8c_source.html             |   2105 +-
 doc/doxygen/html/plmap_8c.html                     |    310 +-
 doc/doxygen/html/plmap_8c.js                       |     14 +
 doc/doxygen/html/plmap_8c_source.html              |   1012 +-
 doc/doxygen/html/plmeta_8c.html                    |    128 +-
 doc/doxygen/html/plmeta_8c.js                      |      4 +
 doc/doxygen/html/plmeta_8c_source.html             |   1606 +-
 doc/doxygen/html/plot3d_8c.html                    |   2243 +-
 doc/doxygen/html/plot3d_8c.js                      |     69 +
 doc/doxygen/html/plot3d_8c_source.html             |   5645 +-
 doc/doxygen/html/plpage_8c.html                    |    342 +-
 doc/doxygen/html/plpage_8c.js                      |     13 +
 doc/doxygen/html/plpage_8c_source.html             |    634 +-
 doc/doxygen/html/plplotP_8h.html                   |   3956 +-
 doc/doxygen/html/plplotP_8h.js                     |    207 +
 doc/doxygen/html/plplotP_8h_source.html            |   2571 +-
 doc/doxygen/html/plplot_8d.html                    |    973 +-
 doc/doxygen/html/plplot_8d.js                      |    300 +
 doc/doxygen/html/plplot_8d_source.html             |   4857 +-
 doc/doxygen/html/plplot_8h.html                    |  11419 +-
 doc/doxygen/html/plplot_8h.js                      |    585 +
 doc/doxygen/html/plplot_8h_source.html             |   4762 +-
 doc/doxygen/html/plplot_8py.html                   |     64 -
 doc/doxygen/html/plplot_8py_source.html            |    690 -
 doc/doxygen/html/plplot__config_8h.html            |   1148 +
 doc/doxygen/html/plplot__config_8h.js              |     71 +
 doc/doxygen/html/plplot__config_8h_source.html     |    430 +
 doc/doxygen/html/plplot__impl_8c.html              |   1706 +-
 doc/doxygen/html/plplot__impl_8c.js                |     64 +
 doc/doxygen/html/plplot__impl_8c_source.html       |   2184 +-
 .../html/plplot__octaveOCTAVE__wrap_8cxx.html      |  20673 +++
 .../html/plplot__octaveOCTAVE__wrap_8cxx.js        |    674 +
 .../plplot__octaveOCTAVE__wrap_8cxx_source.html    |  21583 +++
 doc/doxygen/html/plplot__octave_8h.html            |  13408 ++
 doc/doxygen/html/plplot__octave_8h.js              |    476 +
 doc/doxygen/html/plplot__octave_8h_source.html     |   1976 +
 doc/doxygen/html/plplot__octave__rej_8h.html       |    923 +-
 doc/doxygen/html/plplot__octave__rej_8h.js         |     17 +
 .../html/plplot__octave__rej_8h_source.html        |    364 +-
 doc/doxygen/html/plplot__parameters_8h.html        |    136 +-
 doc/doxygen/html/plplot__parameters_8h.js          |      4 +
 doc/doxygen/html/plplot__parameters_8h_source.html |    984 +-
 doc/doxygen/html/plplot__widgetmodule_8c.html      |    213 +-
 doc/doxygen/html/plplot__widgetmodule_8c.js        |      7 +
 .../html/plplot__widgetmodule_8c_source.html       |    275 +-
 doc/doxygen/html/plplotc_8py.html                  |    805 +-
 doc/doxygen/html/plplotc_8py.js                    |    365 +
 doc/doxygen/html/plplotc_8py_source.html           |  14110 +-
 doc/doxygen/html/plplotcanvas-hacktext_8c.html     |    739 +-
 doc/doxygen/html/plplotcanvas-hacktext_8c.js       |     36 +
 .../html/plplotcanvas-hacktext_8c_source.html      |   1352 +-
 doc/doxygen/html/plplotcanvas-hacktext_8h.html     |    247 +-
 doc/doxygen/html/plplotcanvas-hacktext_8h.js       |     14 +
 .../html/plplotcanvas-hacktext_8h_source.html      |    286 +-
 doc/doxygen/html/plplotcanvas_8c.html              |   4063 +-
 doc/doxygen/html/plplotcanvas_8c.js                |    131 +
 doc/doxygen/html/plplotcanvas_8c_source.html       |   2678 +-
 doc/doxygen/html/plplotcanvas_8h.html              |   4219 +-
 doc/doxygen/html/plplotcanvas_8h.js                |    141 +
 doc/doxygen/html/plplotcanvas_8h_source.html       |   1440 +-
 doc/doxygen/html/plplotcanvas_8py.html             |    117 +-
 doc/doxygen/html/plplotcanvas_8py_source.html      |    220 +-
 doc/doxygen/html/plplotcmodulePYTHON__wrap_8c.html |  10409 +-
 doc/doxygen/html/plplotcmodulePYTHON__wrap_8c.js   |    581 +
 .../html/plplotcmodulePYTHON__wrap_8c_source.html  |  42961 ++---
 doc/doxygen/html/plplotjavacConstants_8java.html   |    117 +-
 .../html/plplotjavacConstants_8java_source.html    |    418 +-
 doc/doxygen/html/plplotjavacJAVA__wrap_8c.html     |  11665 +-
 doc/doxygen/html/plplotjavacJAVA__wrap_8c.js       |    417 +
 .../html/plplotjavacJAVA__wrap_8c_source.html      |  20018 +--
 doc/doxygen/html/plplotjavacJNI_8java.html         |    117 +-
 doc/doxygen/html/plplotjavacJNI_8java_source.html  |    808 +-
 doc/doxygen/html/plplotjavac_8java.html            |    117 +-
 doc/doxygen/html/plplotjavac_8java_source.html     |   1486 +-
 doc/doxygen/html/plplotluacLUA__wrap_8c.html       |  11205 ++
 doc/doxygen/html/plplotluacLUA__wrap_8c.js         |    445 +
 .../html/plplotluacLUA__wrap_8c_source.html        |  12168 ++
 doc/doxygen/html/plplotter_8c.html                 |   2261 +-
 doc/doxygen/html/plplotter_8c.js                   |     86 +
 doc/doxygen/html/plplotter_8c_source.html          |   6574 +-
 doc/doxygen/html/plqt_8cpp.html                    |    168 +-
 doc/doxygen/html/plqt_8cpp.js                      |      6 +
 doc/doxygen/html/plqt_8cpp_source.html             |   3390 +-
 doc/doxygen/html/plr_8c.html                       |    644 +-
 doc/doxygen/html/plr_8c.js                         |     26 +
 doc/doxygen/html/plr_8c_source.html                |   1350 +-
 doc/doxygen/html/plsdef_8c.html                    |    320 +-
 doc/doxygen/html/plsdef_8c.js                      |     15 +
 doc/doxygen/html/plsdef_8c_source.html             |    842 +-
 doc/doxygen/html/plserver_8c.html                  |    419 +-
 doc/doxygen/html/plserver_8c.js                    |     15 +
 doc/doxygen/html/plserver_8c_source.html           |    745 +-
 doc/doxygen/html/plserver_8h.html                  |    208 +-
 doc/doxygen/html/plserver_8h.js                    |      8 +
 doc/doxygen/html/plserver_8h_source.html           |    221 +-
 doc/doxygen/html/plshade_8c.html                   |   1788 +-
 doc/doxygen/html/plshade_8c.js                     |     45 +
 doc/doxygen/html/plshade_8c_source.html            |   2767 +-
 doc/doxygen/html/plstdio_8c.html                   |    266 +-
 doc/doxygen/html/plstdio_8c.js                     |     10 +
 doc/doxygen/html/plstdio_8c_source.html            |    712 +-
 doc/doxygen/html/plstream_8cc.html                 |    186 +-
 doc/doxygen/html/plstream_8cc.js                   |      6 +
 doc/doxygen/html/plstream_8cc_source.html          |   5593 +-
 doc/doxygen/html/plstream_8h.html                  |    227 +-
 doc/doxygen/html/plstream_8h.js                    |     29 +
 doc/doxygen/html/plstream_8h_source.html           |   2593 +-
 doc/doxygen/html/plstripc_8c.html                  |    387 +-
 doc/doxygen/html/plstripc_8c.js                    |     14 +
 doc/doxygen/html/plstripc_8c_source.html           |    824 +-
 doc/doxygen/html/plstrm_8h.html                    |    435 +-
 doc/doxygen/html/plstrm_8h.js                      |     17 +
 doc/doxygen/html/plstrm_8h_source.html             |   1862 +-
 doc/doxygen/html/plstubs_8h.html                   |   3292 +
 doc/doxygen/html/plstubs_8h.js                     |    212 +
 doc/doxygen/html/plstubs_8h_source.html            |    502 +
 doc/doxygen/html/plsym_8c.html                     |   1186 +-
 doc/doxygen/html/plsym_8c.js                       |     45 +
 doc/doxygen/html/plsym_8c_source.html              |   4156 +-
 doc/doxygen/html/pltcl_8c.html                     |    304 +
 doc/doxygen/html/pltcl_8c.js                       |      8 +
 doc/doxygen/html/pltcl_8c_source.html              |    301 +
 doc/doxygen/html/pltcl_8h.html                     |    270 +-
 doc/doxygen/html/pltcl_8h.js                       |     10 +
 doc/doxygen/html/pltcl_8h_source.html              |    238 +-
 doc/doxygen/html/pltick_8c.html                    |    367 +-
 doc/doxygen/html/pltick_8c.js                      |     12 +
 doc/doxygen/html/pltick_8c_source.html             |    538 +-
 doc/doxygen/html/pltime_8c.html                    |    263 +-
 doc/doxygen/html/pltime_8c.js                      |      7 +
 doc/doxygen/html/pltime_8c_source.html             |    254 +-
 doc/doxygen/html/pltk_8h.html                      |    159 +-
 doc/doxygen/html/pltk_8h.js                        |      5 +
 doc/doxygen/html/pltk_8h_source.html               |    188 +-
 doc/doxygen/html/pltkd_8h.html                     |    116 +-
 doc/doxygen/html/pltkd_8h_source.html              |    206 +-
 doc/doxygen/html/pltkwd_8h.html                    |    269 +-
 doc/doxygen/html/pltkwd_8h.js                      |     13 +
 doc/doxygen/html/pltkwd_8h_source.html             |    400 +-
 doc/doxygen/html/plunicode-type1_8h.html           |    219 +-
 doc/doxygen/html/plunicode-type1_8h.js             |     10 +
 doc/doxygen/html/plunicode-type1_8h_source.html    |   1320 +-
 doc/doxygen/html/plvect_8c.html                    |    286 +-
 doc/doxygen/html/plvect_8c.js                      |      8 +
 doc/doxygen/html/plvect_8c_source.html             |    569 +-
 doc/doxygen/html/plvpor_8c.html                    |    346 +-
 doc/doxygen/html/plvpor_8c.js                      |     11 +
 doc/doxygen/html/plvpor_8c_source.html             |   1208 +-
 doc/doxygen/html/plwind_8c.html                    |    216 +-
 doc/doxygen/html/plwind_8c.js                      |      6 +
 doc/doxygen/html/plwind_8c_source.html             |    594 +-
 doc/doxygen/html/plxwd_8h.html                     |    158 +-
 doc/doxygen/html/plxwd_8h.js                       |      7 +
 doc/doxygen/html/plxwd_8h_source.html              |    335 +-
 doc/doxygen/html/ps_8c.html                        |    144 +-
 doc/doxygen/html/ps_8c.js                          |      5 +
 doc/doxygen/html/ps_8c_source.html                 |   2566 +-
 doc/doxygen/html/ps_8h.html                        |    737 +-
 doc/doxygen/html/ps_8h.js                          |     49 +
 doc/doxygen/html/ps_8h_source.html                 |    292 +-
 doc/doxygen/html/pstex_8c.html                     |    126 +-
 doc/doxygen/html/pstex_8c.js                       |      4 +
 doc/doxygen/html/pstex_8c_source.html              |   1034 +-
 doc/doxygen/html/psttf_8cc.html                    |    148 +-
 doc/doxygen/html/psttf_8cc.js                      |      4 +
 doc/doxygen/html/psttf_8cc_source.html             |   2752 +-
 doc/doxygen/html/qsastimeP_8h.html                 |    468 +-
 doc/doxygen/html/qsastimeP_8h.js                   |     17 +
 doc/doxygen/html/qsastimeP_8h_source.html          |    277 +-
 doc/doxygen/html/qsastime_8c.html                  |    754 +-
 doc/doxygen/html/qsastime_8c.js                    |     29 +
 doc/doxygen/html/qsastime_8c_source.html           |   2869 +-
 doc/doxygen/html/qsastime_8h.html                  |    330 +-
 doc/doxygen/html/qsastime_8h.js                    |      9 +
 doc/doxygen/html/qsastime_8h_source.html           |    236 +-
 doc/doxygen/html/qsastime__extra_8c.html           |    406 +-
 doc/doxygen/html/qsastime__extra_8c.js             |     17 +
 doc/doxygen/html/qsastime__extra_8c_source.html    |    670 +-
 doc/doxygen/html/qsastime__extra_8h.html           |    381 +-
 doc/doxygen/html/qsastime__extra_8h.js             |     15 +
 doc/doxygen/html/qsastime__extra_8h_source.html    |    236 +-
 doc/doxygen/html/qsastime__test_8c.html            |    126 +-
 doc/doxygen/html/qsastime__test_8c.js              |      4 +
 doc/doxygen/html/qsastime__test_8c_source.html     |    398 +-
 doc/doxygen/html/qsastime__testlib_8c.html         |    370 +-
 doc/doxygen/html/qsastime__testlib_8c.js           |     24 +
 doc/doxygen/html/qsastime__testlib_8c_source.html  |   1388 +-
 doc/doxygen/html/qsastimedll_8h.html               |    153 +-
 doc/doxygen/html/qsastimedll_8h.js                 |      7 +
 doc/doxygen/html/qsastimedll_8h_source.html        |    198 +-
 doc/doxygen/html/qt_8cpp.html                      |    272 +-
 doc/doxygen/html/qt_8cpp.js                        |     12 +
 doc/doxygen/html/qt_8cpp_source.html               |   3784 +-
 doc/doxygen/html/qt_8h.html                        |    192 +-
 doc/doxygen/html/qt_8h.js                          |     11 +
 doc/doxygen/html/qt_8h_source.html                 |   1002 +-
 doc/doxygen/html/resize.js                         |     93 +
 doc/doxygen/html/sc3d_8c.html                      |    537 +
 doc/doxygen/html/sc3d_8c.js                        |      9 +
 doc/doxygen/html/sc3d_8c_source.html               |    273 +
 doc/doxygen/html/sccont_8c.html                    |   3237 +
 doc/doxygen/html/sccont_8c.js                      |     35 +
 doc/doxygen/html/sccont_8c_source.html             |    918 +
 doc/doxygen/html/scstubs_8c.html                   |   6751 +
 doc/doxygen/html/scstubs_8c.js                     |    191 +
 doc/doxygen/html/scstubs_8c_source.html            |   1753 +
 doc/doxygen/html/search/all_21.html                |     42 -
 doc/doxygen/html/search/all_24.html                |     26 -
 doc/doxygen/html/search/all_5f.html                |   1695 +-
 doc/doxygen/html/search/all_5f.js                  |    595 +
 doc/doxygen/html/search/all_61.html                |    394 +-
 doc/doxygen/html/search/all_61.js                  |     71 +
 doc/doxygen/html/search/all_62.html                |    607 +-
 doc/doxygen/html/search/all_62.js                  |     96 +
 doc/doxygen/html/search/all_63.html                |   4314 +-
 doc/doxygen/html/search/all_63.js                  |    564 +
 doc/doxygen/html/search/all_64.html                |   1545 +-
 doc/doxygen/html/search/all_64.js                  |    244 +
 doc/doxygen/html/search/all_65.html                |    324 +-
 doc/doxygen/html/search/all_65.js                  |     50 +
 doc/doxygen/html/search/all_66.html                |    707 +-
 doc/doxygen/html/search/all_66.js                  |     99 +
 doc/doxygen/html/search/all_67.html                |   1153 +-
 doc/doxygen/html/search/all_67.js                  |    157 +
 doc/doxygen/html/search/all_68.html                |    355 +-
 doc/doxygen/html/search/all_68.js                  |     56 +
 doc/doxygen/html/search/all_69.html                |    608 +-
 doc/doxygen/html/search/all_69.js                  |     96 +
 doc/doxygen/html/search/all_6a.html                |   1988 +-
 doc/doxygen/html/search/all_6a.js                  |    373 +
 doc/doxygen/html/search/all_6b.html                |     69 +-
 doc/doxygen/html/search/all_6b.js                  |     13 +
 doc/doxygen/html/search/all_6c.html                |    615 +-
 doc/doxygen/html/search/all_6c.js                  |    103 +
 doc/doxygen/html/search/all_6d.html                |   1202 +-
 doc/doxygen/html/search/all_6d.js                  |    243 +
 doc/doxygen/html/search/all_6e.html                |   1169 +-
 doc/doxygen/html/search/all_6e.js                  |    169 +
 doc/doxygen/html/search/all_6f.html                |    617 +-
 doc/doxygen/html/search/all_6f.js                  |    109 +
 doc/doxygen/html/search/all_70.html                |  15985 +-
 doc/doxygen/html/search/all_70.js                  |   2280 +
 doc/doxygen/html/search/all_71.html                |    132 +-
 doc/doxygen/html/search/all_71.js                  |     25 +
 doc/doxygen/html/search/all_72.html                |    432 +-
 doc/doxygen/html/search/all_72.js                  |     64 +
 doc/doxygen/html/search/all_73.html                |   3880 +-
 doc/doxygen/html/search/all_73.js                  |    725 +
 doc/doxygen/html/search/all_74.html                |    948 +-
 doc/doxygen/html/search/all_74.js                  |    159 +
 doc/doxygen/html/search/all_75.html                |    280 +-
 doc/doxygen/html/search/all_75.js                  |     47 +
 doc/doxygen/html/search/all_76.html                |    278 +-
 doc/doxygen/html/search/all_76.js                  |     40 +
 doc/doxygen/html/search/all_77.html                |    597 +-
 doc/doxygen/html/search/all_77.js                  |     99 +
 doc/doxygen/html/search/all_78.html                |    437 +-
 doc/doxygen/html/search/all_78.js                  |     56 +
 doc/doxygen/html/search/all_79.html                |    320 +-
 doc/doxygen/html/search/all_79.js                  |     41 +
 doc/doxygen/html/search/all_7a.html                |    180 +-
 doc/doxygen/html/search/all_7a.js                  |     32 +
 doc/doxygen/html/search/all_7e.html                |     53 +-
 doc/doxygen/html/search/all_7e.js                  |     14 +
 doc/doxygen/html/search/classes_5f.html            |    117 +-
 doc/doxygen/html/search/classes_5f.js              |     23 +
 doc/doxygen/html/search/classes_61.html            |     10 +-
 doc/doxygen/html/search/classes_61.js              |      4 +
 doc/doxygen/html/search/classes_63.html            |     77 +-
 doc/doxygen/html/search/classes_63.js              |     18 +
 doc/doxygen/html/search/classes_64.html            |     35 +-
 doc/doxygen/html/search/classes_64.js              |      9 +
 doc/doxygen/html/search/classes_65.html            |     10 +-
 doc/doxygen/html/search/classes_65.js              |      4 +
 doc/doxygen/html/search/classes_66.html            |     10 +-
 doc/doxygen/html/search/classes_66.js              |      4 +
 doc/doxygen/html/search/classes_67.html            |     10 +-
 doc/doxygen/html/search/classes_67.js              |      4 +
 doc/doxygen/html/search/classes_68.html            |     20 +-
 doc/doxygen/html/search/classes_68.js              |      6 +
 doc/doxygen/html/search/classes_69.html            |     21 +-
 doc/doxygen/html/search/classes_69.js              |      5 +
 doc/doxygen/html/search/classes_6c.html            |     20 +-
 doc/doxygen/html/search/classes_6c.js              |      6 +
 doc/doxygen/html/search/classes_6d.html            |     15 +-
 doc/doxygen/html/search/classes_6d.js              |      5 +
 doc/doxygen/html/search/classes_6e.html            |     25 +-
 doc/doxygen/html/search/classes_6e.js              |      7 +
 doc/doxygen/html/search/classes_6f.html            |     25 +
 doc/doxygen/html/search/classes_6f.js              |      7 +
 doc/doxygen/html/search/classes_70.html            |    514 +-
 doc/doxygen/html/search/classes_70.js              |    191 +
 doc/doxygen/html/search/classes_71.html            |     15 +-
 doc/doxygen/html/search/classes_71.js              |      5 +
 doc/doxygen/html/search/classes_73.html            |     65 +-
 doc/doxygen/html/search/classes_73.js              |     24 +
 doc/doxygen/html/search/classes_74.html            |     45 +-
 doc/doxygen/html/search/classes_74.js              |     11 +
 doc/doxygen/html/search/classes_75.html            |     10 +-
 doc/doxygen/html/search/classes_75.js              |      4 +
 doc/doxygen/html/search/classes_77.html            |     39 +-
 doc/doxygen/html/search/classes_77.js              |     10 +
 doc/doxygen/html/search/classes_78.html            |     15 +-
 doc/doxygen/html/search/classes_78.js              |      5 +
 doc/doxygen/html/search/defines_5f.html            |     32 +-
 doc/doxygen/html/search/defines_5f.js              |     10 +
 doc/doxygen/html/search/defines_61.html            |     47 +-
 doc/doxygen/html/search/defines_61.js              |     11 +
 doc/doxygen/html/search/defines_62.html            |    210 +-
 doc/doxygen/html/search/defines_62.js              |     36 +
 doc/doxygen/html/search/defines_63.html            |    365 +-
 doc/doxygen/html/search/defines_63.js              |     64 +
 doc/doxygen/html/search/defines_64.html            |    238 +-
 doc/doxygen/html/search/defines_64.js              |     35 +
 doc/doxygen/html/search/defines_65.html            |     47 +-
 doc/doxygen/html/search/defines_65.js              |     11 +
 doc/doxygen/html/search/defines_66.html            |    119 +-
 doc/doxygen/html/search/defines_66.js              |     22 +
 doc/doxygen/html/search/defines_67.html            |     53 +-
 doc/doxygen/html/search/defines_67.js              |     11 +
 doc/doxygen/html/search/defines_68.html            |     59 +-
 doc/doxygen/html/search/defines_68.js              |     14 +
 doc/doxygen/html/search/defines_69.html            |     83 +-
 doc/doxygen/html/search/defines_69.js              |     17 +
 doc/doxygen/html/search/defines_6b.html            |     17 +-
 doc/doxygen/html/search/defines_6b.js              |      5 +
 doc/doxygen/html/search/defines_6c.html            |     71 +-
 doc/doxygen/html/search/defines_6c.js              |     19 +
 doc/doxygen/html/search/defines_6d.html            |    262 +-
 doc/doxygen/html/search/defines_6d.js              |     39 +
 doc/doxygen/html/search/defines_6e.html            |    256 +-
 doc/doxygen/html/search/defines_6e.js              |     45 +
 doc/doxygen/html/search/defines_6f.html            |     47 +-
 doc/doxygen/html/search/defines_6f.js              |     13 +
 doc/doxygen/html/search/defines_70.html            |   4942 +-
 doc/doxygen/html/search/defines_70.js              |    730 +
 doc/doxygen/html/search/defines_71.html            |     47 +-
 doc/doxygen/html/search/defines_71.js              |     10 +
 doc/doxygen/html/search/defines_72.html            |     65 +-
 doc/doxygen/html/search/defines_72.js              |     11 +
 doc/doxygen/html/search/defines_73.html            |    983 +-
 doc/doxygen/html/search/defines_73.js              |    200 +
 doc/doxygen/html/search/defines_74.html            |    179 +-
 doc/doxygen/html/search/defines_74.js              |     33 +
 doc/doxygen/html/search/defines_75.html            |     65 +-
 doc/doxygen/html/search/defines_75.js              |     13 +
 doc/doxygen/html/search/defines_76.html            |     44 +-
 doc/doxygen/html/search/defines_76.js              |      7 +
 doc/doxygen/html/search/defines_77.html            |     47 +-
 doc/doxygen/html/search/defines_77.js              |     11 +
 doc/doxygen/html/search/defines_78.html            |     41 +-
 doc/doxygen/html/search/defines_78.js              |      9 +
 doc/doxygen/html/search/defines_79.html            |     35 +-
 doc/doxygen/html/search/defines_79.js              |      8 +
 doc/doxygen/html/search/defines_7a.html            |     29 +-
 doc/doxygen/html/search/defines_7a.js              |      7 +
 doc/doxygen/html/search/enums_63.html              |     11 +-
 doc/doxygen/html/search/enums_63.js                |      4 +
 doc/doxygen/html/search/enums_6e.html              |     11 +-
 doc/doxygen/html/search/enums_6e.js                |      4 +
 doc/doxygen/html/search/enums_70.html              |     17 +-
 doc/doxygen/html/search/enums_70.js                |      5 +
 doc/doxygen/html/search/enums_73.html              |     17 +-
 doc/doxygen/html/search/enums_73.js                |      5 +
 doc/doxygen/html/search/enumvalues_61.html         |     17 +-
 doc/doxygen/html/search/enumvalues_61.js           |      5 +
 doc/doxygen/html/search/enumvalues_62.html         |     11 +-
 doc/doxygen/html/search/enumvalues_62.js           |      4 +
 doc/doxygen/html/search/enumvalues_63.html         |     41 +-
 doc/doxygen/html/search/enumvalues_63.js           |      9 +
 doc/doxygen/html/search/enumvalues_64.html         |     41 +-
 doc/doxygen/html/search/enumvalues_64.js           |      9 +
 doc/doxygen/html/search/enumvalues_67.html         |     17 +-
 doc/doxygen/html/search/enumvalues_67.js           |      5 +
 doc/doxygen/html/search/enumvalues_6c.html         |     17 +-
 doc/doxygen/html/search/enumvalues_6c.js           |      5 +
 doc/doxygen/html/search/enumvalues_6d.html         |     11 +-
 doc/doxygen/html/search/enumvalues_6d.js           |      4 +
 doc/doxygen/html/search/enumvalues_6e.html         |     17 +-
 doc/doxygen/html/search/enumvalues_6e.js           |      5 +
 doc/doxygen/html/search/enumvalues_6f.html         |     11 +-
 doc/doxygen/html/search/enumvalues_6f.js           |      4 +
 doc/doxygen/html/search/enumvalues_70.html         |    125 +-
 doc/doxygen/html/search/enumvalues_70.js           |     23 +
 doc/doxygen/html/search/enumvalues_72.html         |     11 +-
 doc/doxygen/html/search/enumvalues_72.js           |      4 +
 doc/doxygen/html/search/enumvalues_73.html         |     71 +-
 doc/doxygen/html/search/enumvalues_73.js           |     14 +
 doc/doxygen/html/search/enumvalues_74.html         |     23 +-
 doc/doxygen/html/search/enumvalues_74.js           |      6 +
 doc/doxygen/html/search/enumvalues_77.html         |     53 +-
 doc/doxygen/html/search/enumvalues_77.js           |     19 +
 doc/doxygen/html/search/enumvalues_79.html         |     11 +-
 doc/doxygen/html/search/enumvalues_79.js           |      4 +
 doc/doxygen/html/search/files_61.html              |     10 +-
 doc/doxygen/html/search/files_61.js                |      4 +
 doc/doxygen/html/search/files_62.html              |     10 +-
 doc/doxygen/html/search/files_62.js                |      4 +
 doc/doxygen/html/search/files_63.html              |    110 +-
 doc/doxygen/html/search/files_63.js                |     22 +
 doc/doxygen/html/search/files_64.html              |     65 +-
 doc/doxygen/html/search/files_64.js                |     17 +
 doc/doxygen/html/search/files_66.html              |     70 -
 doc/doxygen/html/search/files_67.html              |     30 +-
 doc/doxygen/html/search/files_67.js                |      8 +
 doc/doxygen/html/search/files_68.html              |     20 +-
 doc/doxygen/html/search/files_68.js                |      6 +
 doc/doxygen/html/search/files_69.html              |     20 +-
 doc/doxygen/html/search/files_69.js                |      6 +
 doc/doxygen/html/search/files_6c.html              |     35 +-
 doc/doxygen/html/search/files_6c.js                |      9 +
 doc/doxygen/html/search/files_6d.html              |     45 +-
 doc/doxygen/html/search/files_6d.js                |     11 +
 doc/doxygen/html/search/files_6e.html              |     50 +-
 doc/doxygen/html/search/files_6e.js                |     12 +
 doc/doxygen/html/search/files_70.html              |    480 +-
 doc/doxygen/html/search/files_70.js                |    103 +
 doc/doxygen/html/search/files_71.html              |     55 +-
 doc/doxygen/html/search/files_71.js                |     13 +
 doc/doxygen/html/search/files_73.html              |     35 +-
 doc/doxygen/html/search/files_73.js                |     11 +
 doc/doxygen/html/search/files_74.html              |     80 +-
 doc/doxygen/html/search/files_74.js                |     21 +
 doc/doxygen/html/search/files_77.html              |     55 +-
 doc/doxygen/html/search/files_77.js                |     14 +
 doc/doxygen/html/search/files_78.html              |     15 +-
 doc/doxygen/html/search/files_78.js                |      5 +
 doc/doxygen/html/search/functions_21.html          |     30 -
 doc/doxygen/html/search/functions_5f.html          |   1280 +-
 doc/doxygen/html/search/functions_5f.js            |    384 +
 doc/doxygen/html/search/functions_61.html          |    117 +-
 doc/doxygen/html/search/functions_61.js            |     22 +
 doc/doxygen/html/search/functions_62.html          |    116 +-
 doc/doxygen/html/search/functions_62.js            |     18 +
 doc/doxygen/html/search/functions_63.html          |   3007 +-
 doc/doxygen/html/search/functions_63.js            |    347 +
 doc/doxygen/html/search/functions_64.html          |    409 +-
 doc/doxygen/html/search/functions_64.js            |     70 +
 doc/doxygen/html/search/functions_65.html          |     99 +-
 doc/doxygen/html/search/functions_65.js            |     14 +
 doc/doxygen/html/search/functions_66.html          |    218 +-
 doc/doxygen/html/search/functions_66.js            |     34 +
 doc/doxygen/html/search/functions_67.html          |    919 +-
 doc/doxygen/html/search/functions_67.js            |    125 +
 doc/doxygen/html/search/functions_68.html          |    116 +-
 doc/doxygen/html/search/functions_68.js            |     17 +
 doc/doxygen/html/search/functions_69.html          |    182 +-
 doc/doxygen/html/search/functions_69.js            |     32 +
 doc/doxygen/html/search/functions_6a.html          |   1940 +-
 doc/doxygen/html/search/functions_6a.js            |    365 +
 doc/doxygen/html/search/functions_6b.html          |     17 +-
 doc/doxygen/html/search/functions_6b.js            |      5 +
 doc/doxygen/html/search/functions_6c.html          |    254 +-
 doc/doxygen/html/search/functions_6c.js            |     39 +
 doc/doxygen/html/search/functions_6d.html          |    435 +-
 doc/doxygen/html/search/functions_6d.js            |    114 +
 doc/doxygen/html/search/functions_6e.html          |    285 +-
 doc/doxygen/html/search/functions_6e.js            |     36 +
 doc/doxygen/html/search/functions_6f.html          |    415 +-
 doc/doxygen/html/search/functions_6f.js            |     74 +
 doc/doxygen/html/search/functions_70.html          |   9741 +-
 doc/doxygen/html/search/functions_70.js            |   1340 +
 doc/doxygen/html/search/functions_71.html          |     17 +-
 doc/doxygen/html/search/functions_71.js            |      5 +
 doc/doxygen/html/search/functions_72.html          |    219 +-
 doc/doxygen/html/search/functions_72.js            |     35 +
 doc/doxygen/html/search/functions_73.html          |   2063 +-
 doc/doxygen/html/search/functions_73.js            |    366 +
 doc/doxygen/html/search/functions_74.html          |    251 +-
 doc/doxygen/html/search/functions_74.js            |     41 +
 doc/doxygen/html/search/functions_75.html          |     89 +-
 doc/doxygen/html/search/functions_75.js            |     15 +
 doc/doxygen/html/search/functions_76.html          |     88 +-
 doc/doxygen/html/search/functions_76.js            |     13 +
 doc/doxygen/html/search/functions_77.html          |    131 +-
 doc/doxygen/html/search/functions_77.js            |     22 +
 doc/doxygen/html/search/functions_78.html          |     34 +-
 doc/doxygen/html/search/functions_78.js            |      6 +
 doc/doxygen/html/search/functions_79.html          |     14 +-
 doc/doxygen/html/search/functions_79.js            |      4 +
 doc/doxygen/html/search/functions_7a.html          |     83 +-
 doc/doxygen/html/search/functions_7a.js            |     18 +
 doc/doxygen/html/search/functions_7e.html          |     53 +-
 doc/doxygen/html/search/functions_7e.js            |     14 +
 doc/doxygen/html/search/namespaces_6d.html         |     10 +-
 doc/doxygen/html/search/namespaces_6d.js           |      4 +
 doc/doxygen/html/search/namespaces_70.html         |     46 +-
 doc/doxygen/html/search/namespaces_70.js           |      8 +
 doc/doxygen/html/search/namespaces_73.html         |     25 +
 doc/doxygen/html/search/namespaces_73.js           |      4 +
 doc/doxygen/html/search/namespaces_74.html         |     10 +-
 doc/doxygen/html/search/namespaces_74.js           |      4 +
 doc/doxygen/html/search/search.css                 |     12 +-
 doc/doxygen/html/search/search.js                  |     89 +-
 doc/doxygen/html/search/typedefs_63.html           |     62 +-
 doc/doxygen/html/search/typedefs_63.js             |     13 +
 doc/doxygen/html/search/typedefs_64.html           |     38 +-
 doc/doxygen/html/search/typedefs_64.js             |      8 +
 doc/doxygen/html/search/typedefs_66.html           |     23 +-
 doc/doxygen/html/search/typedefs_66.js             |      6 +
 doc/doxygen/html/search/typedefs_68.html           |     35 +-
 doc/doxygen/html/search/typedefs_68.js             |      8 +
 doc/doxygen/html/search/typedefs_69.html           |     11 +-
 doc/doxygen/html/search/typedefs_69.js             |      4 +
 doc/doxygen/html/search/typedefs_6c.html           |     32 +-
 doc/doxygen/html/search/typedefs_6c.js             |      8 +
 doc/doxygen/html/search/typedefs_6d.html           |     62 +-
 doc/doxygen/html/search/typedefs_6d.js             |     14 +
 doc/doxygen/html/search/typedefs_6e.html           |     23 +-
 doc/doxygen/html/search/typedefs_6e.js             |      6 +
 doc/doxygen/html/search/typedefs_6f.html           |     25 +
 doc/doxygen/html/search/typedefs_6f.js             |      4 +
 doc/doxygen/html/search/typedefs_70.html           |    164 +-
 doc/doxygen/html/search/typedefs_70.js             |     29 +
 doc/doxygen/html/search/typedefs_71.html           |     11 +-
 doc/doxygen/html/search/typedefs_71.js             |      4 +
 doc/doxygen/html/search/typedefs_72.html           |     25 +
 doc/doxygen/html/search/typedefs_72.js             |      4 +
 doc/doxygen/html/search/typedefs_73.html           |     59 +-
 doc/doxygen/html/search/typedefs_73.js             |     19 +
 doc/doxygen/html/search/typedefs_74.html           |     17 +-
 doc/doxygen/html/search/typedefs_74.js             |      6 +
 doc/doxygen/html/search/typedefs_77.html           |     25 +
 doc/doxygen/html/search/typedefs_77.js             |      4 +
 doc/doxygen/html/search/variables_21.html          |     32 -
 doc/doxygen/html/search/variables_24.html          |     26 -
 doc/doxygen/html/search/variables_5f.html          |    278 +-
 doc/doxygen/html/search/variables_5f.js            |    187 +
 doc/doxygen/html/search/variables_61.html          |    230 +-
 doc/doxygen/html/search/variables_61.js            |     45 +
 doc/doxygen/html/search/variables_62.html          |    290 +-
 doc/doxygen/html/search/variables_62.js            |     48 +
 doc/doxygen/html/search/variables_63.html          |    703 +-
 doc/doxygen/html/search/variables_63.js            |    118 +
 doc/doxygen/html/search/variables_64.html          |    802 +-
 doc/doxygen/html/search/variables_64.js            |    127 +
 doc/doxygen/html/search/variables_65.html          |    188 +-
 doc/doxygen/html/search/variables_65.js            |     31 +
 doc/doxygen/html/search/variables_66.html          |    335 +-
 doc/doxygen/html/search/variables_66.js            |     52 +
 doc/doxygen/html/search/variables_67.html          |    197 +-
 doc/doxygen/html/search/variables_67.js            |     29 +
 doc/doxygen/html/search/variables_68.html          |    134 +-
 doc/doxygen/html/search/variables_68.js            |     22 +
 doc/doxygen/html/search/variables_69.html          |    318 +-
 doc/doxygen/html/search/variables_69.js            |     48 +
 doc/doxygen/html/search/variables_6a.html          |     53 +-
 doc/doxygen/html/search/variables_6a.js            |     11 +
 doc/doxygen/html/search/variables_6b.html          |     45 +-
 doc/doxygen/html/search/variables_6b.js            |      9 +
 doc/doxygen/html/search/variables_6c.html          |    239 +-
 doc/doxygen/html/search/variables_6c.js            |     42 +
 doc/doxygen/html/search/variables_6d.html          |    428 +-
 doc/doxygen/html/search/variables_6d.js            |     81 +
 doc/doxygen/html/search/variables_6e.html          |    584 +-
 doc/doxygen/html/search/variables_6e.js            |     87 +
 doc/doxygen/html/search/variables_6f.html          |    165 +-
 doc/doxygen/html/search/variables_6f.js            |     28 +
 doc/doxygen/html/search/variables_70.html          |   2767 +-
 doc/doxygen/html/search/variables_70.js            |    403 +
 doc/doxygen/html/search/variables_71.html          |     17 +-
 doc/doxygen/html/search/variables_71.js            |      5 +
 doc/doxygen/html/search/variables_72.html          |    160 +-
 doc/doxygen/html/search/variables_72.js            |     24 +
 doc/doxygen/html/search/variables_73.html          |    699 +-
 doc/doxygen/html/search/variables_73.js            |    134 +
 doc/doxygen/html/search/variables_74.html          |    397 +-
 doc/doxygen/html/search/variables_74.js            |     62 +
 doc/doxygen/html/search/variables_75.html          |    131 +-
 doc/doxygen/html/search/variables_75.js            |     24 +
 doc/doxygen/html/search/variables_76.html          |    159 +-
 doc/doxygen/html/search/variables_76.js            |     27 +
 doc/doxygen/html/search/variables_77.html          |    312 +-
 doc/doxygen/html/search/variables_77.js            |     44 +
 doc/doxygen/html/search/variables_78.html          |    377 +-
 doc/doxygen/html/search/variables_78.js            |     48 +
 doc/doxygen/html/search/variables_79.html          |    290 +-
 doc/doxygen/html/search/variables_79.js            |     37 +
 doc/doxygen/html/search/variables_7a.html          |     84 +-
 doc/doxygen/html/search/variables_7a.js            |     15 +
 doc/doxygen/html/sfstubs_8f90.html                 |   2028 +-
 doc/doxygen/html/sfstubs_8f90.js                   |     51 +
 doc/doxygen/html/sfstubs_8f90_source.html          |   1864 +-
 doc/doxygen/html/sfstubsf95_8f90.html              |    446 +-
 doc/doxygen/html/sfstubsf95_8f90_source.html       |   3172 +-
 doc/doxygen/html/structCmdInfo-members.html        |    119 +-
 doc/doxygen/html/structCmdInfo.html                |    147 +-
 doc/doxygen/html/structCmdInfo.js                  |      5 +
 doc/doxygen/html/structCommand-members.html        |    123 +-
 doc/doxygen/html/structCommand.html                |    169 +-
 doc/doxygen/html/structCommand.js                  |      7 +
 doc/doxygen/html/structDIR-members.html            |    123 +-
 doc/doxygen/html/structDIR.html                    |    161 +-
 doc/doxygen/html/structDIR.js                      |      7 +
 doc/doxygen/html/structDrvOpt-members.html         |    123 +-
 doc/doxygen/html/structDrvOpt.html                 |    171 +-
 doc/doxygen/html/structDrvOpt.js                   |      7 +
 doc/doxygen/html/structDrvOptCmd-members.html      |    121 +-
 doc/doxygen/html/structDrvOptCmd.html              |    158 +-
 doc/doxygen/html/structDrvOptCmd.js                |      6 +
 doc/doxygen/html/structEscText-members.html        |    145 +-
 doc/doxygen/html/structEscText.html                |    292 +-
 doc/doxygen/html/structEscText.js                  |     18 +
 .../structFCI__to__FontName__Table-members.html    |    119 +-
 .../html/structFCI__to__FontName__Table.html       |    149 +-
 doc/doxygen/html/structFCI__to__FontName__Table.js |      5 +
 doc/doxygen/html/structGcwPLdev-members.html       |    163 +-
 doc/doxygen/html/structGcwPLdev.html               |    389 +-
 doc/doxygen/html/structGcwPLdev.js                 |     27 +
 .../structHershey__to__Unicode__table-members.html |    121 +-
 .../html/structHershey__to__Unicode__table.html    |    160 +-
 .../html/structHershey__to__Unicode__table.js      |      6 +
 doc/doxygen/html/structIMG__DT-members.html        |    123 +-
 doc/doxygen/html/structIMG__DT.html                |    171 +-
 doc/doxygen/html/structIMG__DT.js                  |      7 +
 doc/doxygen/html/structMJDtimeStruct-members.html  |    119 +-
 doc/doxygen/html/structMJDtimeStruct.html          |    143 +-
 doc/doxygen/html/structMJDtimeStruct.js            |      5 +
 doc/doxygen/html/structPDFstrm-members.html        |    123 +-
 doc/doxygen/html/structPDFstrm.html                |    161 +-
 doc/doxygen/html/structPDFstrm.js                  |      7 +
 doc/doxygen/html/structPLBufferingCB-members.html  |    119 +-
 doc/doxygen/html/structPLBufferingCB.html          |    152 +-
 doc/doxygen/html/structPLBufferingCB.js            |      5 +
 doc/doxygen/html/structPLCairo-members.html        |    154 +-
 doc/doxygen/html/structPLCairo.html                |    347 +-
 doc/doxygen/html/structPLCairo.js                  |     23 +
 doc/doxygen/html/structPLColor-members.html        |    126 +-
 doc/doxygen/html/structPLColor.html                |    198 +-
 doc/doxygen/html/structPLColor.js                  |      9 +
 doc/doxygen/html/structPLControlPt-members.html    |    127 +-
 doc/doxygen/html/structPLControlPt.html            |    196 +-
 doc/doxygen/html/structPLControlPt.js              |      9 +
 doc/doxygen/html/structPLDev-members.html          |    151 +-
 doc/doxygen/html/structPLDev.html                  |    287 +-
 doc/doxygen/html/structPLDev.js                    |     21 +
 .../html/structPLDispatchTable-members.html        |    139 +-
 doc/doxygen/html/structPLDispatchTable.html        |    233 +-
 doc/doxygen/html/structPLDispatchTable.js          |     15 +
 doc/doxygen/html/structPLDisplay-members.html      |    123 +-
 doc/doxygen/html/structPLDisplay.html              |    174 +-
 doc/doxygen/html/structPLDisplay.js                |      7 +
 doc/doxygen/html/structPLGraphicsIn-members.html   |    139 +-
 doc/doxygen/html/structPLGraphicsIn.html           |    262 +-
 doc/doxygen/html/structPLGraphicsIn.js             |     15 +
 .../html/structPLLabelDefaults-members.html        |    121 +-
 doc/doxygen/html/structPLLabelDefaults.html        |    160 +-
 doc/doxygen/html/structPLLabelDefaults.js          |      6 +
 doc/doxygen/html/structPLOptionInfo-members.html   |    121 +-
 doc/doxygen/html/structPLOptionInfo.html           |    158 +-
 doc/doxygen/html/structPLOptionInfo.js             |      6 +
 doc/doxygen/html/structPLOptionTable-members.html  |    132 +-
 doc/doxygen/html/structPLOptionTable.html          |    246 +-
 doc/doxygen/html/structPLOptionTable.js            |     13 +
 doc/doxygen/html/structPLRDev-members.html         |    139 +-
 doc/doxygen/html/structPLRDev.html                 |    259 +-
 doc/doxygen/html/structPLRDev.js                   |     15 +
 doc/doxygen/html/structPLStream-members.html       |    723 +-
 doc/doxygen/html/structPLStream.html               |   2861 +-
 doc/doxygen/html/structPLStream.js                 |    307 +
 doc/doxygen/html/structPLStrip-members.html        |    171 +-
 doc/doxygen/html/structPLStrip.html                |    375 +-
 doc/doxygen/html/structPLStrip.js                  |     31 +
 doc/doxygen/html/structPLWindow-members.html       |    131 +-
 doc/doxygen/html/structPLWindow.html               |    218 +-
 doc/doxygen/html/structPLWindow.js                 |     11 +
 doc/doxygen/html/structPLcGrid-members.html        |    127 +-
 doc/doxygen/html/structPLcGrid.html                |    196 +-
 doc/doxygen/html/structPLcGrid.js                  |      9 +
 doc/doxygen/html/structPLcGrid2-members.html       |    125 +-
 doc/doxygen/html/structPLcGrid2.html               |    185 +-
 doc/doxygen/html/structPLcGrid2.js                 |      8 +
 doc/doxygen/html/structPLfGrid-members.html        |    124 +-
 doc/doxygen/html/structPLfGrid.html                |    187 +-
 doc/doxygen/html/structPLfGrid.js                  |      8 +
 doc/doxygen/html/structPLfGrid2-members.html       |    121 +-
 doc/doxygen/html/structPLfGrid2.html               |    163 +-
 doc/doxygen/html/structPLfGrid2.js                 |      6 +
 doc/doxygen/html/structPLiodev-members.html        |    127 +-
 doc/doxygen/html/structPLiodev.html                |    179 +-
 doc/doxygen/html/structPLiodev.js                  |      9 +
 doc/doxygen/html/structPSDev-members.html          |    171 +-
 doc/doxygen/html/structPSDev.html                  |    377 +-
 doc/doxygen/html/structPSDev.js                    |     31 +
 doc/doxygen/html/structPlFrame-members.html        |    199 +-
 doc/doxygen/html/structPlFrame.html                |    501 +-
 doc/doxygen/html/structPlFrame.js                  |     45 +
 doc/doxygen/html/structPlPlotter-members.html      |    205 +-
 doc/doxygen/html/structPlPlotter.html              |    528 +-
 doc/doxygen/html/structPlPlotter.js                |     48 +
 .../html/structPyHeapTypeObject-members.html       |    129 +
 doc/doxygen/html/structPyHeapTypeObject.html       |    239 +
 doc/doxygen/html/structPyHeapTypeObject.js         |     10 +
 .../html/structQSASConfigStruct-members.html       |    125 +-
 doc/doxygen/html/structQSASConfigStruct.html       |    170 +-
 doc/doxygen/html/structQSASConfigStruct.js         |      8 +
 doc/doxygen/html/structSVG-members.html            |    129 +-
 doc/doxygen/html/structSVG.html                    |    186 +-
 doc/doxygen/html/structSVG.js                      |     10 +
 .../structSWIG__JavaExceptions__t-members.html     |    119 +-
 .../html/structSWIG__JavaExceptions__t.html        |    141 +-
 doc/doxygen/html/structSWIG__JavaExceptions__t.js  |      5 +
 .../html/structSwigPyClientData-members.html       |    128 +-
 doc/doxygen/html/structSwigPyClientData.html       |    204 +-
 doc/doxygen/html/structSwigPyClientData.js         |     10 +
 doc/doxygen/html/structSwigPyObject-members.html   |    123 +-
 doc/doxygen/html/structSwigPyObject.html           |    169 +-
 doc/doxygen/html/structSwigPyObject.js             |      7 +
 doc/doxygen/html/structSwigPyPacked-members.html   |    121 +-
 doc/doxygen/html/structSwigPyPacked.html           |    158 +-
 doc/doxygen/html/structSwigPyPacked.js             |      6 +
 doc/doxygen/html/structTAI__UTC-members.html       |    129 +-
 doc/doxygen/html/structTAI__UTC.html               |    188 +-
 doc/doxygen/html/structTAI__UTC.js                 |     10 +
 doc/doxygen/html/structTkDev-members.html          |    149 +-
 doc/doxygen/html/structTkDev.html                  |    314 +-
 doc/doxygen/html/structTkDev.js                    |     20 +
 doc/doxygen/html/structTkwDev-members.html         |    171 +-
 doc/doxygen/html/structTkwDev.html                 |    377 +-
 doc/doxygen/html/structTkwDev.js                   |     31 +
 doc/doxygen/html/structTkwDisplay-members.html     |    147 +-
 doc/doxygen/html/structTkwDisplay.html             |    269 +-
 doc/doxygen/html/structTkwDisplay.js               |     19 +
 .../structUnicode__to__Type1__table-members.html   |    119 +-
 .../html/structUnicode__to__Type1__table.html      |    143 +-
 .../html/structUnicode__to__Type1__table.js        |      5 +
 doc/doxygen/html/structXwDev-members.html          |    175 +-
 doc/doxygen/html/structXwDev.html                  |    457 +-
 doc/doxygen/html/structXwDev.js                    |     33 +
 doc/doxygen/html/structXwDisplay-members.html      |    153 +-
 doc/doxygen/html/structXwDisplay.html              |    336 +-
 doc/doxygen/html/structXwDisplay.js                |     22 +
 doc/doxygen/html/struct__PlplotCanvas-members.html |    119 +-
 doc/doxygen/html/struct__PlplotCanvas.html         |    143 +-
 doc/doxygen/html/struct__PlplotCanvas.js           |      5 +
 .../html/struct__PlplotCanvasClass-members.html    |    117 +-
 doc/doxygen/html/struct__PlplotCanvasClass.html    |    134 +-
 doc/doxygen/html/struct__PlplotCanvasClass.js      |      4 +
 .../html/struct__PlplotCanvasHacktext-members.html |    135 +-
 doc/doxygen/html/struct__PlplotCanvasHacktext.html |    215 +-
 doc/doxygen/html/struct__PlplotCanvasHacktext.js   |     13 +
 .../struct__PlplotCanvasHacktextClass-members.html |    117 +-
 .../html/struct__PlplotCanvasHacktextClass.html    |    134 +-
 .../html/struct__PlplotCanvasHacktextClass.js      |      4 +
 .../struct__PlplotCanvasHacktextPriv-members.html  |    123 +-
 .../html/struct__PlplotCanvasHacktextPriv.html     |    159 +-
 .../html/struct__PlplotCanvasHacktextPriv.js       |      7 +
 doc/doxygen/html/struct____dlhandle-members.html   |    119 +-
 doc/doxygen/html/struct____dlhandle.html           |    143 +-
 doc/doxygen/html/struct____dlhandle.js             |      5 +
 doc/doxygen/html/struct__color__map-members.html   |    121 +-
 doc/doxygen/html/struct__color__map.html           |    158 +-
 doc/doxygen/html/struct__color__map.js             |      6 +
 doc/doxygen/html/struct__state-members.html        |    129 +-
 doc/doxygen/html/struct__state.html                |    202 +-
 doc/doxygen/html/struct__state.js                  |     10 +
 doc/doxygen/html/structarc__struct-members.html    |    131 +-
 doc/doxygen/html/structarc__struct.html            |    215 +-
 doc/doxygen/html/structarc__struct.js              |     11 +
 doc/doxygen/html/structcdImageStruct-members.html  |    189 +-
 doc/doxygen/html/structcdImageStruct.html          |    458 +-
 doc/doxygen/html/structcdImageStruct.js            |     40 +
 doc/doxygen/html/structcdPointStruct-members.html  |    121 +-
 doc/doxygen/html/structcdPointStruct.html          |    152 +-
 doc/doxygen/html/structcdPointStruct.js            |      6 +
 doc/doxygen/html/structcircle-members.html         |    121 +-
 doc/doxygen/html/structcircle.html                 |    152 +-
 doc/doxygen/html/structcircle.js                   |      6 +
 doc/doxygen/html/structcont__level-members.html    |    121 +-
 doc/doxygen/html/structcont__level.html            |    160 +-
 doc/doxygen/html/structcont__level.js              |      6 +
 doc/doxygen/html/structcont__line-members.html     |    123 +-
 doc/doxygen/html/structcont__line.html             |    171 +-
 doc/doxygen/html/structcont__line.js               |      7 +
 doc/doxygen/html/structcsa-members.html            |    149 +-
 doc/doxygen/html/structcsa.html                    |    276 +-
 doc/doxygen/html/structcsa.js                      |     20 +
 doc/doxygen/html/structdelaunay-members.html       |    151 +-
 doc/doxygen/html/structdelaunay.html               |    287 +-
 doc/doxygen/html/structdelaunay.js                 |     21 +
 doc/doxygen/html/structdev__entry-members.html     |    125 +-
 doc/doxygen/html/structdev__entry.html             |    170 +-
 doc/doxygen/html/structdev__entry.js               |      8 +
 doc/doxygen/html/structdirent-members.html         |    119 +-
 doc/doxygen/html/structdirent.html                 |    143 +-
 doc/doxygen/html/structdirent.js                   |      5 +
 doc/doxygen/html/structhashtable-members.html      |    131 +-
 doc/doxygen/html/structhashtable.html              |    195 +-
 doc/doxygen/html/structhashtable.js                |     11 +
 doc/doxygen/html/structht__bucket-members.html     |    123 +-
 doc/doxygen/html/structht__bucket.html             |    159 +-
 doc/doxygen/html/structht__bucket.js               |      7 +
 doc/doxygen/html/structistack-members.html         |    121 +-
 doc/doxygen/html/structistack.html                 |    152 +-
 doc/doxygen/html/structistack.js                   |      6 +
 doc/doxygen/html/structline-members.html           |    121 +-
 doc/doxygen/html/structline.html                   |    150 +-
 doc/doxygen/html/structline.js                     |      6 +
 doc/doxygen/html/structlpi-members.html            |    119 +-
 doc/doxygen/html/structlpi.html                    |    141 +-
 doc/doxygen/html/structlpi.js                      |      5 +
 doc/doxygen/html/structlweights-members.html       |    117 +-
 doc/doxygen/html/structlweights.html               |    132 +-
 doc/doxygen/html/structlweights.js                 |      4 +
 doc/doxygen/html/structnn__weights-members.html    |    121 +-
 doc/doxygen/html/structnn__weights.html            |    150 +-
 doc/doxygen/html/structnn__weights.js              |      6 +
 doc/doxygen/html/structnnai-members.html           |    127 +-
 doc/doxygen/html/structnnai.html                   |    177 +-
 doc/doxygen/html/structnnai.js                     |      9 +
 doc/doxygen/html/structnnhpi-members.html          |    123 +-
 doc/doxygen/html/structnnhpi.html                  |    169 +-
 doc/doxygen/html/structnnhpi.js                    |      7 +
 doc/doxygen/html/structnnpi-members.html           |    131 +-
 doc/doxygen/html/structnnpi.html                   |    195 +-
 doc/doxygen/html/structnnpi.js                     |     11 +
 ...ructoctave__swig__type_1_1cpp__ptr-members.html |    125 +
 .../html/structoctave__swig__type_1_1cpp__ptr.html |    196 +
 .../html/structoctave__swig__type_1_1cpp__ptr.js   |      6 +
 .../html/structoctave__value__ref-members.html     |    127 +
 doc/doxygen/html/structoctave__value__ref.html     |    259 +
 doc/doxygen/html/structoctave__value__ref.js       |      8 +
 doc/doxygen/html/structpattern-members.html        |    121 +-
 doc/doxygen/html/structpattern.html                |    150 +-
 doc/doxygen/html/structpattern.js                  |      6 +
 doc/doxygen/html/structplf2ops__t-members.html     |    133 +-
 doc/doxygen/html/structplf2ops__t.html             |    226 +-
 doc/doxygen/html/structplf2ops__t.js               |     12 +
 .../html/structplplot_1_1PLcGrid-members.html      |    121 +-
 doc/doxygen/html/structplplot_1_1PLcGrid.html      |    162 +-
 doc/doxygen/html/structplplot_1_1PLcGrid.js        |      6 +
 .../html/structplplot_1_1PLcGrid2-members.html     |    121 +-
 doc/doxygen/html/structplplot_1_1PLcGrid2.html     |    162 +-
 doc/doxygen/html/structplplot_1_1PLcGrid2.js       |      6 +
 doc/doxygen/html/structplplot_1_1__N1-members.html |    129 +-
 doc/doxygen/html/structplplot_1_1__N1.html         |    217 +-
 doc/doxygen/html/structplplot_1_1__N1.js           |     10 +
 .../html/structplplot_1_1__N10-members.html        |    127 +-
 doc/doxygen/html/structplplot_1_1__N10.html        |    195 +-
 doc/doxygen/html/structplplot_1_1__N10.js          |      9 +
 .../html/structplplot_1_1__N11-members.html        |    119 +-
 doc/doxygen/html/structplplot_1_1__N11.html        |    151 +-
 doc/doxygen/html/structplplot_1_1__N11.js          |      5 +
 doc/doxygen/html/structplplot_1_1__N2-members.html |    139 +-
 doc/doxygen/html/structplplot_1_1__N2.html         |    261 +-
 doc/doxygen/html/structplplot_1_1__N2.js           |     15 +
 doc/doxygen/html/structplplot_1_1__N3-members.html |    131 +-
 doc/doxygen/html/structplplot_1_1__N3.html         |    217 +-
 doc/doxygen/html/structplplot_1_1__N3.js           |     11 +
 doc/doxygen/html/structplplot_1_1__N4-members.html |    123 +-
 doc/doxygen/html/structplplot_1_1__N4.html         |    173 +-
 doc/doxygen/html/structplplot_1_1__N4.js           |      7 +
 doc/doxygen/html/structplplot_1_1__N5-members.html |    123 +-
 doc/doxygen/html/structplplot_1_1__N5.html         |    173 +-
 doc/doxygen/html/structplplot_1_1__N5.js           |      7 +
 doc/doxygen/html/structplplot_1_1__N6-members.html |    121 +-
 doc/doxygen/html/structplplot_1_1__N6.html         |    162 +-
 doc/doxygen/html/structplplot_1_1__N6.js           |      6 +
 doc/doxygen/html/structplplot_1_1__N7-members.html |    127 +-
 doc/doxygen/html/structplplot_1_1__N7.html         |    195 +-
 doc/doxygen/html/structplplot_1_1__N7.js           |      9 +
 doc/doxygen/html/structplplot_1_1__N8-members.html |    125 +-
 doc/doxygen/html/structplplot_1_1__N8.html         |    184 +-
 doc/doxygen/html/structplplot_1_1__N8.js           |      8 +
 doc/doxygen/html/structplplot_1_1__N9-members.html |    125 +-
 doc/doxygen/html/structplplot_1_1__N9.html         |    184 +-
 doc/doxygen/html/structplplot_1_1__N9.js           |      8 +
 ...tructplplot__types_1_1PLGraphicsIn-members.html |     51 -
 .../html/structplplot__types_1_1PLGraphicsIn.html  |    251 -
 .../html/structplplot__types_1_1plgraphicsin.html  |    314 +
 .../html/structplplot__types_1_1plgraphicsin.js    |     15 +
 doc/doxygen/html/structpoint-members.html          |    125 +-
 doc/doxygen/html/structpoint.html                  |    170 +-
 doc/doxygen/html/structpoint.js                    |      8 +
 doc/doxygen/html/structpt-members.html             |    119 +-
 doc/doxygen/html/structpt.html                     |    141 +-
 doc/doxygen/html/structpt.js                       |      5 +
 doc/doxygen/html/structsquare-members.html         |    133 +-
 doc/doxygen/html/structsquare.html                 |    204 +-
 doc/doxygen/html/structsquare.js                   |     12 +
 .../html/structswig__cast__info-members.html       |    123 +-
 doc/doxygen/html/structswig__cast__info.html       |    173 +-
 doc/doxygen/html/structswig__cast__info.js         |      7 +
 .../html/structswig__const__info-members.html      |    127 +-
 doc/doxygen/html/structswig__const__info.html      |    191 +-
 doc/doxygen/html/structswig__const__info.js        |      9 +
 .../html/structswig__globalvar-members.html        |    123 +-
 doc/doxygen/html/structswig__globalvar.html        |    169 +-
 doc/doxygen/html/structswig__globalvar.js          |      7 +
 .../html/structswig__lua__attribute-members.html   |    125 +
 doc/doxygen/html/structswig__lua__attribute.html   |    179 +
 doc/doxygen/html/structswig__lua__attribute.js     |      6 +
 .../html/structswig__lua__class-members.html       |    130 +
 doc/doxygen/html/structswig__lua__class.html       |    254 +
 doc/doxygen/html/structswig__lua__class.js         |     11 +
 .../html/structswig__lua__const__info-members.html |    128 +
 doc/doxygen/html/structswig__lua__const__info.html |    224 +
 doc/doxygen/html/structswig__lua__const__info.js   |      9 +
 .../html/structswig__lua__method-members.html      |    124 +
 doc/doxygen/html/structswig__lua__method.html      |    164 +
 doc/doxygen/html/structswig__lua__method.js        |      5 +
 .../html/structswig__lua__rawdata-members.html     |    125 +
 doc/doxygen/html/structswig__lua__rawdata.html     |    179 +
 doc/doxygen/html/structswig__lua__rawdata.js       |      6 +
 .../html/structswig__lua__userdata-members.html    |    125 +
 doc/doxygen/html/structswig__lua__userdata.html    |    179 +
 doc/doxygen/html/structswig__lua__userdata.js      |      6 +
 .../html/structswig__lua__var__info-members.html   |    125 +
 doc/doxygen/html/structswig__lua__var__info.html   |    179 +
 doc/doxygen/html/structswig__lua__var__info.js     |      6 +
 .../html/structswig__module__info-members.html     |    127 +-
 doc/doxygen/html/structswig__module__info.html     |    195 +-
 doc/doxygen/html/structswig__module__info.js       |      9 +
 .../html/structswig__octave__class-members.html    |    131 +
 doc/doxygen/html/structswig__octave__class.html    |    269 +
 doc/doxygen/html/structswig__octave__class.js      |     12 +
 .../html/structswig__octave__member-members.html   |    130 +
 doc/doxygen/html/structswig__octave__member.html   |    281 +
 doc/doxygen/html/structswig__octave__member.js     |     11 +
 .../html/structswig__type__info-members.html       |    127 +-
 doc/doxygen/html/structswig__type__info.html       |    195 +-
 doc/doxygen/html/structswig__type__info.js         |      9 +
 .../html/structswig__varlinkobject-members.html    |    117 +-
 doc/doxygen/html/structswig__varlinkobject.html    |    136 +-
 doc/doxygen/html/structswig__varlinkobject.js      |      4 +
 doc/doxygen/html/structtclMatrix-members.html      |    137 +-
 doc/doxygen/html/structtclMatrix.html              |    224 +-
 doc/doxygen/html/structtclMatrix.js                |     14 +
 .../html/structtclMatrixXtnsnDescr-members.html    |    121 +-
 doc/doxygen/html/structtclMatrixXtnsnDescr.html    |    152 +-
 doc/doxygen/html/structtclMatrixXtnsnDescr.js      |      6 +
 doc/doxygen/html/structtriangle-members.html       |    141 +-
 doc/doxygen/html/structtriangle.html               |    242 +-
 doc/doxygen/html/structtriangle.js                 |     16 +
 .../html/structtriangle__neighbours-members.html   |    117 +-
 doc/doxygen/html/structtriangle__neighbours.html   |    134 +-
 doc/doxygen/html/structtriangle__neighbours.js     |      4 +
 doc/doxygen/html/strutil_8f.html                   |    133 -
 doc/doxygen/html/strutil_8f90.html                 |    203 +-
 doc/doxygen/html/strutil_8f90_source.html          |    258 +-
 doc/doxygen/html/strutil_8f_source.html            |    118 -
 doc/doxygen/html/stupidtk_8c.html                  |    122 +-
 doc/doxygen/html/stupidtk_8c.js                    |      4 +
 doc/doxygen/html/stupidtk_8c_source.html           |    118 +-
 doc/doxygen/html/svg_8c.html                       |    988 +-
 doc/doxygen/html/svg_8c.js                         |     43 +
 doc/doxygen/html/svg_8c_source.html                |   2603 +-
 doc/doxygen/html/sync_off.png                      |    Bin 0 -> 853 bytes
 doc/doxygen/html/sync_on.png                       |    Bin 0 -> 845 bytes
 doc/doxygen/html/tab_a.png                         |    Bin 140 -> 142 bytes
 doc/doxygen/html/tab_b.png                         |    Bin 178 -> 167 bytes
 doc/doxygen/html/tab_h.png                         |    Bin 192 -> 192 bytes
 doc/doxygen/html/tab_s.png                         |    Bin 189 -> 184 bytes
 doc/doxygen/html/tabs.css                          |      1 +
 doc/doxygen/html/tai-utc-gen_8c.html               |    170 +-
 doc/doxygen/html/tai-utc-gen_8c.js                 |      6 +
 doc/doxygen/html/tai-utc-gen_8c_source.html        |    482 +-
 doc/doxygen/html/tai-utc_8h.html                   |    135 +-
 doc/doxygen/html/tai-utc_8h.js                     |      6 +
 doc/doxygen/html/tai-utc_8h_source.html            |    280 +-
 doc/doxygen/html/tclAPI_8c.html                    |   2518 +-
 doc/doxygen/html/tclAPI_8c.js                      |     87 +
 doc/doxygen/html/tclAPI_8c_source.html             |   8854 +-
 doc/doxygen/html/tclMain_8c.html                   |    473 +-
 doc/doxygen/html/tclMain_8c.js                     |     18 +
 doc/doxygen/html/tclMain_8c_source.html            |   1133 +-
 doc/doxygen/html/tclMatrix_8c.html                 |    774 +-
 doc/doxygen/html/tclMatrix_8c.js                   |     25 +
 doc/doxygen/html/tclMatrix_8c_source.html          |   2381 +-
 doc/doxygen/html/tclMatrix_8h.html                 |    317 +-
 doc/doxygen/html/tclMatrix_8h.js                   |     19 +
 doc/doxygen/html/tclMatrix_8h_source.html          |    834 +-
 doc/doxygen/html/tclgen_8c.html                    |   7135 +
 doc/doxygen/html/tclgen_8c.js                      |    146 +
 doc/doxygen/html/tclgen_8c_source.html             |   7662 +
 doc/doxygen/html/tclgen_8h.html                    |   6849 +
 doc/doxygen/html/tclgen_8h.js                      |    146 +
 doc/doxygen/html/tclgen_8h_source.html             |    262 +
 doc/doxygen/html/tclgen__s_8h.html                 |    121 +
 doc/doxygen/html/tclgen__s_8h_source.html          |    262 +
 doc/doxygen/html/tcpip_8c.html                     |    128 +-
 doc/doxygen/html/tcpip_8c.js                       |      4 +
 doc/doxygen/html/tcpip_8c_source.html              |   1601 +-
 doc/doxygen/html/tcpip_8h.html                     |    177 +-
 doc/doxygen/html/tcpip_8h.js                       |      5 +
 doc/doxygen/html/tcpip_8h_source.html              |    164 +-
 doc/doxygen/html/tek_8c.html                       |    126 +-
 doc/doxygen/html/tek_8c.js                         |      4 +
 doc/doxygen/html/tek_8c_source.html                |   2714 +-
 doc/doxygen/html/test-drv-info_8c.html             |    193 +-
 doc/doxygen/html/test-drv-info_8c.js               |      8 +
 doc/doxygen/html/test-drv-info_8c_source.html      |    279 +-
 doc/doxygen/html/tkMain_8c.html                    |    564 +-
 doc/doxygen/html/tkMain_8c.js                      |     22 +
 doc/doxygen/html/tkMain_8c_source.html             |   1350 +-
 doc/doxygen/html/tk_8c.html                        |    144 +-
 doc/doxygen/html/tk_8c.js                          |      5 +
 doc/doxygen/html/tk_8c_source.html                 |   4702 +-
 doc/doxygen/html/tkshell_8c.html                   |    153 +-
 doc/doxygen/html/tkshell_8c.js                     |      5 +
 doc/doxygen/html/tkshell_8c_source.html            |    364 +-
 doc/doxygen/html/tkwin_8c.html                     |    165 +-
 doc/doxygen/html/tkwin_8c.js                       |      6 +
 doc/doxygen/html/tkwin_8c_source.html              |   4040 +-
 doc/doxygen/html/tree.html                         |    717 -
 .../typeplplot__types_1_1plgraphicsin-members.html |    134 +
 doc/doxygen/html/wingcc_8c.html                    |    128 +-
 doc/doxygen/html/wingcc_8c.js                      |      4 +
 doc/doxygen/html/wingcc_8c_source.html             |   3061 +-
 doc/doxygen/html/wxPLplotstream_8cpp.html          |    116 +-
 doc/doxygen/html/wxPLplotstream_8cpp_source.html   |    456 +-
 doc/doxygen/html/wxPLplotstream_8h.html            |    204 +
 doc/doxygen/html/wxPLplotstream_8h.js              |     13 +
 doc/doxygen/html/wxPLplotstream_8h_source.html     |    208 +
 doc/doxygen/html/wxPLplotwindow_8cpp.html          |    116 +-
 doc/doxygen/html/wxPLplotwindow_8cpp_source.html   |    466 +-
 doc/doxygen/html/wxPLplotwindow_8h.html            |    120 +-
 doc/doxygen/html/wxPLplotwindow_8h_source.html     |    248 +-
 doc/doxygen/html/wxwidgets_8cpp.html               |    509 +-
 doc/doxygen/html/wxwidgets_8cpp.js                 |     21 +
 doc/doxygen/html/wxwidgets_8cpp_source.html        |   2883 +-
 doc/doxygen/html/wxwidgets_8h.html                 |    932 +-
 doc/doxygen/html/wxwidgets_8h.js                   |     59 +
 doc/doxygen/html/wxwidgets_8h_source.html          |   1212 +-
 doc/doxygen/html/wxwidgets__agg_8cpp.html          |    134 +-
 doc/doxygen/html/wxwidgets__agg_8cpp.js            |      4 +
 doc/doxygen/html/wxwidgets__agg_8cpp_source.html   |   1326 +-
 doc/doxygen/html/wxwidgets__app_8cpp.html          |    114 +-
 doc/doxygen/html/wxwidgets__app_8cpp_source.html   |   1952 +-
 doc/doxygen/html/wxwidgets__dc_8cpp.html           |    114 +-
 doc/doxygen/html/wxwidgets__dc_8cpp_source.html    |   1090 +-
 doc/doxygen/html/wxwidgets__gc_8cpp.html           |    116 +-
 doc/doxygen/html/wxwidgets__gc_8cpp_source.html    |   1177 +-
 doc/doxygen/html/xfig_8c.html                      |    126 +-
 doc/doxygen/html/xfig_8c.js                        |      4 +
 doc/doxygen/html/xfig_8c_source.html               |   1270 +-
 doc/doxygen/html/xwin_8c.html                      |    144 +-
 doc/doxygen/html/xwin_8c.js                        |      5 +
 doc/doxygen/html/xwin_8c_source.html               |   7413 +-
 drivers/CMakeLists.txt                             |     68 +-
 drivers/README.drivers                             |      2 +-
 drivers/cairo.c                                    |    568 +-
 drivers/cairo.driver_info.in                       |     11 +-
 drivers/gcw.c                                      |     16 +-
 drivers/gd.c                                       |     32 +-
 drivers/hpgl.c                                     |     12 +-
 drivers/mem.c                                      |     10 +-
 drivers/ntk.c                                      |     97 +-
 drivers/null.c                                     |     18 +-
 drivers/pdf.c                                      |     34 +-
 drivers/plmeta.c                                   |     30 +-
 drivers/plplotcanvas-hacktext.c                    |      4 +-
 drivers/ps.c                                       |     68 +-
 drivers/psttf.cc                                   |    116 +-
 drivers/qt.cpp                                     |     20 +-
 drivers/svg.c                                      |    159 +-
 drivers/test-drv-info.c                            |     15 +-
 drivers/tk.c                                       |    170 +-
 drivers/tkwin.c                                    |     82 +-
 drivers/wingcc.c                                   |    113 +-
 drivers/wxwidgets.cpp                              |     71 +-
 drivers/wxwidgets.h                                |     76 +-
 drivers/wxwidgets_agg.cpp                          |     16 +-
 drivers/wxwidgets_app.cpp                          |     10 +-
 drivers/wxwidgets_dc.cpp                           |    156 +-
 drivers/wxwidgets_gc.cpp                           |    165 +-
 drivers/xfig.c                                     |     10 +-
 drivers/xwin.c                                     |    211 +-
 examples/CMakeLists.txt                            |    441 +-
 examples/Makefile.examples.in                      |     41 +-
 examples/ada/CMakeLists.txt                        |      4 +-
 examples/ada/Makefile.examples.in                  |      4 +-
 examples/ada/x00_easy_a.adb                        |     57 +
 examples/ada/x00a.adb                              |     63 +
 examples/ada/x01a.adb                              |      6 +-
 examples/ada/x02a.adb                              |      6 +-
 examples/ada/x04a.adb                              |     27 +-
 examples/ada/x08a.adb                              |      4 +-
 examples/ada/x11a.adb                              |      4 +-
 examples/ada/x12a.adb                              |      4 +-
 examples/ada/x15a.adb                              |     22 +-
 examples/ada/x16a.adb                              |    154 +-
 examples/ada/x19a.adb                              |      6 +-
 examples/ada/x20a.adb                              |      4 +-
 examples/ada/x21a.adb                              |     15 +-
 examples/ada/x22a.adb                              |    124 +-
 examples/ada/x26a.adb                              |     15 +-
 examples/ada/x30a.adb                              |      4 +-
 examples/ada/x33a.adb                              |    588 +-
 examples/ada/xthick00a.adb                         |     68 +
 examples/ada/xthick01a.adb                         |      6 +-
 examples/ada/xthick02a.adb                         |      6 +-
 examples/ada/xthick04a.adb                         |     27 +-
 examples/ada/xthick08a.adb                         |      4 +-
 examples/ada/xthick11a.adb                         |      4 +-
 examples/ada/xthick12a.adb                         |      4 +-
 examples/ada/xthick15a.adb                         |     22 +-
 examples/ada/xthick16a.adb                         |    156 +-
 examples/ada/xthick19a.adb                         |      6 +-
 examples/ada/xthick20a.adb                         |      4 +-
 examples/ada/xthick21a.adb                         |     15 +-
 examples/ada/xthick22a.adb                         |    121 +-
 examples/ada/xthick26a.adb                         |     15 +-
 examples/ada/xthick30a.adb                         |      4 +-
 examples/ada/xthick33a.adb                         |    644 +-
 examples/c++/CMakeLists.txt                        |     16 +-
 examples/c++/Makefile.examples.in                  |     32 +-
 examples/c++/README.c++demos                       |      2 +-
 examples/c++/README.qt_example                     |     14 +-
 examples/c++/qt_PlotWindow.cpp                     |      8 +-
 examples/c++/wxPLplotDemo.cpp                      |      4 +-
 examples/c++/x00.cc                                |     88 +
 examples/c++/x01.cc                                |     23 +-
 examples/c++/x02.cc                                |      6 +-
 examples/c++/x03.cc                                |      4 +-
 examples/c++/x04.cc                                |     10 +-
 examples/c++/x05.cc                                |      4 +-
 examples/c++/x06.cc                                |      4 +-
 examples/c++/x07.cc                                |      4 +-
 examples/c++/x08.cc                                |      4 +-
 examples/c++/x09.cc                                |     10 +-
 examples/c++/x10.cc                                |      4 +-
 examples/c++/x11.cc                                |      4 +-
 examples/c++/x12.cc                                |      4 +-
 examples/c++/x13.cc                                |      4 +-
 examples/c++/x14.cc                                |     10 +-
 examples/c++/x15.cc                                |     48 +-
 examples/c++/x16.cc                                |    196 +-
 examples/c++/x17.cc                                |     32 +-
 examples/c++/x19.cc                                |     16 +-
 examples/c++/x20.cc                                |      6 +-
 examples/c++/x21.cc                                |     27 +-
 examples/c++/x22.cc                                |    120 +-
 examples/c++/x26.cc                                |     10 +-
 examples/c++/x27.cc                                |     28 +-
 examples/c++/x29.cc                                |      8 +-
 examples/c++/x30.cc                                |      4 +-
 examples/c++/x31.cc                                |     10 +-
 examples/c++/x33.cc                                |    403 +-
 examples/c/CMakeLists.txt                          |      1 +
 examples/c/Makefile.examples.in                    |     45 +-
 examples/c/extXdrawable_demo.c                     |     56 +-
 examples/c/plplotcanvas_animation.c                |      2 +-
 examples/c/plplotcanvas_demo.c                     |      2 +-
 examples/c/x00c.c                                  |     59 +
 examples/c/x01c.c                                  |     20 +-
 examples/c/x02c.c                                  |     14 +-
 examples/c/x04c.c                                  |     13 +-
 examples/c/x08c.c                                  |      6 +-
 examples/c/x09c.c                                  |     47 +-
 examples/c/x11c.c                                  |     22 +-
 examples/c/x13c.c                                  |      4 +-
 examples/c/x14c.c                                  |     40 +-
 examples/c/x15c.c                                  |    100 +-
 examples/c/x16c.c                                  |    145 +-
 examples/c/x17c.c                                  |     26 +-
 examples/c/x19c.c                                  |     26 +-
 examples/c/x20c.c                                  |     26 +-
 examples/c/x21c.c                                  |     78 +-
 examples/c/x22c.c                                  |    151 +-
 examples/c/x23c.c                                  |     14 +-
 examples/c/x24c.c                                  |      2 +-
 examples/c/x26c.c                                  |     37 +-
 examples/c/x27c.c                                  |     30 +-
 examples/c/x28c.c                                  |     18 +-
 examples/c/x29c.c                                  |     34 +-
 examples/c/x33c.c                                  |    179 +-
 examples/c/x34c.c                                  |      6 +-
 examples/d/CMakeLists.txt                          |      2 +
 examples/d/Makefile.examples.in                    |     17 +-
 examples/d/x00d.d                                  |     61 +
 examples/d/x01d.d                                  |      6 +-
 examples/d/x02d.d                                  |      9 +-
 examples/d/x04d.d                                  |     12 +-
 examples/d/x06d.d                                  |      4 +-
 examples/d/x07d.d                                  |      4 +-
 examples/d/x08d.d                                  |     29 +-
 examples/d/x11d.d                                  |      8 +-
 examples/d/x13d.d                                  |      4 +-
 examples/d/x15d.d                                  |     10 +-
 examples/d/x16d.d                                  |    153 +-
 examples/d/x19d.d                                  |      6 +-
 examples/d/x20d.d                                  |     39 +-
 examples/d/x21d.d                                  |     23 +-
 examples/d/x22d.d                                  |    113 +-
 examples/d/x23d.d                                  |     12 +-
 examples/d/x24d.d                                  |      4 +-
 examples/d/x25d.d                                  |      4 +-
 examples/d/x26d.d                                  |     12 +-
 examples/d/x33d.d                                  |    634 +-
 examples/f77/CMakeLists.txt                        |    156 -
 examples/f77/Makefile.examples.in                  |     76 -
 examples/f77/README.f77demos                       |     36 -
 examples/f77/double2single.sed                     |     41 -
 examples/f77/plf77demos.inc.cmake                  |     12 -
 examples/f77/x01f.fm4                              |    205 -
 examples/f77/x02f.fm4                              |    153 -
 examples/f77/x03f.fm4                              |    120 -
 examples/f77/x04f.fm4                              |    136 -
 examples/f77/x05f.fm4                              |     48 -
 examples/f77/x06f.fm4                              |    104 -
 examples/f77/x07f.fm4                              |     98 -
 examples/f77/x08f.fm4                              |    204 -
 examples/f77/x09f.fm4                              |    383 -
 examples/f77/x10f.fm4                              |     45 -
 examples/f77/x11f.fm4                              |    186 -
 examples/f77/x12f.fm4                              |    124 -
 examples/f77/x13f.fm4                              |     96 -
 examples/f77/x14f.fm4                              |    465 -
 examples/f77/x15f.fm4                              |    335 -
 examples/f77/x16af.fm4                             |    312 -
 examples/f77/x16f.fm4                              |    270 -
 examples/f77/x17f.fm4                              |    187 -
 examples/f77/x18f.fm4                              |    172 -
 examples/f77/x19f.fm4                              |    239 -
 examples/f77/x20f.fm4                              |    639 -
 examples/f77/x21f.fm4                              |    298 -
 examples/f77/x22f.fm4                              |    265 -
 examples/f77/x23f.fm4                              |    448 -
 examples/f77/x24f.fm4                              |    172 -
 examples/f77/x25f.fm4                              |    122 -
 examples/f77/x26f.fm4                              |    271 -
 examples/f77/x27f.fm4                              |    246 -
 examples/f77/x28f.fm4                              |    403 -
 examples/f77/x29f.fm4                              |    370 -
 examples/f77/x30f.fm4                              |    155 -
 examples/f77/x31f.fm4                              |    281 -
 examples/f77/x33f.fm4                              |    891 -
 examples/f95/CMakeLists.txt                        |     48 +-
 examples/f95/Makefile.examples.in                  |     10 +-
 examples/f95/plf95demolib.f90                      |     66 +
 examples/f95/plf95demos.inc.cmake                  |     12 -
 examples/f95/plf95demos.inc.in                     |     13 +
 examples/f95/test_plf95demolib.f90                 |     38 +
 examples/f95/x00f.f90                              |     59 +
 examples/f95/x01f.f90                              |     70 +-
 examples/f95/x02f.f90                              |    196 +-
 examples/f95/x03f.f90                              |    207 +-
 examples/f95/x04f.f90                              |    256 +-
 examples/f95/x05f.f90                              |     73 +-
 examples/f95/x06f.f90                              |    135 +-
 examples/f95/x07f.f90                              |    114 +-
 examples/f95/x08f.f90                              |    333 +-
 examples/f95/x09f.f90                              |    622 +-
 examples/f95/x10f.f90                              |     66 +-
 examples/f95/x11f.f90                              |    288 +-
 examples/f95/x12f.f90                              |    173 +-
 examples/f95/x13f.f90                              |    116 +-
 examples/f95/x14f.f90                              |     71 +-
 examples/f95/x15f.f90                              |     28 +-
 examples/f95/x16af.f90                             |     14 +-
 examples/f95/x16f.f90                              |    139 +-
 examples/f95/x17f.f90                              |    225 +-
 examples/f95/x18f.f90                              |    230 +-
 examples/f95/x19f.f90                              |     15 +-
 examples/f95/x20f.f90                              |     54 +-
 examples/f95/x21f.f90                              |     72 +-
 examples/f95/x22f.f90                              |    117 +-
 examples/f95/x23f.f90                              |    116 +-
 examples/f95/x24f.f90                              |      4 +-
 examples/f95/x25f.f90                              |    262 +-
 examples/f95/x26f.f90                              |     22 +-
 examples/f95/x27f.f90                              |      8 +-
 examples/f95/x28f.f90                              |      8 +-
 examples/f95/x29f.f90                              |     22 +-
 examples/f95/x30f.f90                              |      4 +-
 examples/f95/x31f.f90                              |      9 +-
 examples/f95/x33f.f90                              |    410 +-
 examples/java/CMakeLists.txt                       |      7 +-
 examples/java/Makefile.examples.in                 |      3 +-
 examples/java/x00.java                             |     75 +
 examples/java/x01.java                             |      9 +-
 examples/java/x02.java                             |      9 +-
 examples/java/x03.java                             |      7 +-
 examples/java/x04.java                             |     19 +-
 examples/java/x05.java                             |      9 +-
 examples/java/x06.java                             |      5 +-
 examples/java/x07.java                             |      5 +-
 examples/java/x08.java                             |     11 +-
 examples/java/x09.java                             |     21 +-
 examples/java/x10.java                             |      5 +-
 examples/java/x11.java                             |     25 +-
 examples/java/x12.java                             |      7 +-
 examples/java/x13.java                             |      5 +-
 examples/java/x14.java                             |      5 +-
 examples/java/x15.java                             |     23 +-
 examples/java/x16.java                             |    159 +-
 examples/java/x17.java                             |      9 +-
 examples/java/x18.java                             |      9 +-
 examples/java/x19.java                             |     15 +-
 examples/java/x20.java                             |     29 +-
 examples/java/x21.java                             |     49 +-
 examples/java/x22.java                             |    111 +-
 examples/java/x23.java                             |      9 +-
 examples/java/x24.java                             |      5 +-
 examples/java/x25.java                             |      5 +-
 examples/java/x26.java                             |     18 +-
 examples/java/x27.java                             |      9 +-
 examples/java/x28.java                             |     39 +-
 examples/java/x29.java                             |     13 +-
 examples/java/x30.java                             |      7 +-
 examples/java/x31.java                             |      7 +-
 examples/java/x33.java                             |    545 +-
 examples/lua/CMakeLists.txt                        |      7 +-
 examples/lua/x00.lua                               |     58 +
 examples/lua/x01.lua                               |      6 +-
 examples/lua/x02.lua                               |      8 +-
 examples/lua/x04.lua                               |     12 +-
 examples/lua/x08.lua                               |      4 +-
 examples/lua/x11.lua                               |      4 +-
 examples/lua/x13.lua                               |      4 +-
 examples/lua/x15.lua                               |     14 +-
 examples/lua/x16.lua                               |    104 +-
 examples/lua/x17.lua                               |     10 +-
 examples/lua/x19.lua                               |      6 +-
 examples/lua/x21.lua                               |     19 +-
 examples/lua/x22.lua                               |     91 +-
 examples/lua/x23.lua                               |      8 +-
 examples/lua/x26.lua                               |     12 +-
 examples/lua/x27.lua                               |      4 +-
 examples/lua/x30.lua                               |      6 +-
 examples/lua/x33.lua                               |    240 +-
 examples/ocaml/CMakeLists.txt                      |     13 +-
 examples/ocaml/Makefile.examples.in                |     10 +-
 examples/ocaml/x00.ml                              |     56 +
 examples/ocaml/x01.ml                              |      6 +-
 examples/ocaml/x02.ml                              |      6 +-
 examples/ocaml/x04.ml                              |      6 +-
 examples/ocaml/x15.ml                              |     14 +-
 examples/ocaml/x16.ml                              |     47 +-
 examples/ocaml/x19.ml                              |      4 +-
 examples/ocaml/x21.ml                              |     17 +-
 examples/ocaml/x22.ml                              |     74 +-
 examples/ocaml/x26.ml                              |      4 +-
 examples/ocaml/x33.ml                              |     28 +-
 examples/ocaml/xplot01.ml                          |     42 +-
 examples/octave/CMakeLists.txt                     |      1 +
 examples/octave/x00c.m                             |     52 +
 examples/octave/x01c.m                             |      4 +-
 examples/octave/x02c.m                             |      4 +-
 examples/octave/x04c.m                             |      8 +-
 examples/octave/x15c.m                             |     12 +-
 examples/octave/x16c.m                             |    130 +-
 examples/octave/x19c.m                             |      4 +-
 examples/octave/x21c.m                             |     13 +-
 examples/octave/x22c.m                             |     75 +-
 examples/octave/x26c.m                             |     14 +-
 examples/octave/x33c.m                             |    351 +-
 examples/perl/x01.pl                               |      4 +-
 examples/perl/x02.pl                               |      4 +-
 examples/perl/x19.pl                               |      4 +-
 .../plplot_configure.cmake_installed_examples.in   |     31 +-
 examples/python/CMakeLists.txt                     |     39 +-
 examples/python/plplot_logo.py                     |      2 +-
 ...plplot_py_demos.py.numpy => plplot_py_demos.py} |      0
 examples/python/plplot_py_demos.py.numeric         |      6 -
 ...on_start.py.cmake => plplot_python_start.py.in} |      0
 examples/python/plplotcanvas_animation.py          |      2 +-
 examples/python/plplotcanvas_demo.py               |      2 +-
 examples/python/pyqt4_example.py                   |      8 +-
 examples/python/test_circle.py                     |      7 +-
 examples/python/test_linebreak.py                  |     43 +
 examples/python/x00                                |     39 +
 examples/python/x02.py                             |      4 +-
 examples/python/xw00.py                            |     47 +
 examples/python/xw01.py                            |      7 +-
 examples/python/xw02.py                            |      6 +-
 examples/python/xw04.py                            |     10 +-
 examples/python/xw09.py                            |     33 +-
 examples/python/xw14.py                            |      3 +-
 examples/python/xw15.py                            |     14 +-
 examples/python/xw16.py                            |    103 +-
 examples/python/xw19.py                            |      6 +-
 examples/python/xw20.py                            |      5 +-
 examples/python/xw21.py                            |     19 +-
 examples/python/xw22.py                            |     72 +-
 examples/python/xw26.py                            |     10 +-
 examples/python/xw33.py                            |    300 +-
 examples/tcl/CMakeLists.txt                        |     83 +-
 examples/tcl/README.tcldemos                       |     51 +-
 examples/tcl/pltcl_standard_examples.in            |     41 +
 examples/tcl/standard_examples.in                  |     41 -
 examples/tcl/tcldemos.tcl                          |     50 +-
 examples/tcl/tclsh_standard_examples.in            |     49 +
 examples/tcl/x00                                   |     19 +
 examples/tcl/x00.tcl                               |     30 +
 examples/tcl/x01.tcl                               |      6 +-
 examples/tcl/x02.tcl                               |      6 +-
 examples/tcl/x04.tcl                               |      4 +-
 examples/tcl/x15.tcl                               |     10 +-
 examples/tcl/x16.tcl                               |    127 +-
 examples/tcl/x19.tcl                               |      6 +-
 examples/tcl/x20.tcl                               |     19 +-
 examples/tcl/x21.tcl                               |     48 +-
 examples/tcl/x22.tcl                               |     94 +-
 examples/tcl/x23                                   |      2 +-
 examples/tcl/x26.tcl                               |      6 +-
 examples/tcl/x28                                   |      2 +-
 examples/tcl/x29                                   |      2 +-
 examples/tcl/x29.tcl                               |      5 +-
 examples/tcl/x33.tcl                               |    223 +-
 examples/tk/CMakeLists.txt                         |     55 +-
 examples/tk/CMakeLists.txt_installed_examples_tk   |      4 +-
 examples/tk/Makefile.examples.in                   |      9 +-
 examples/tk/README.tkdemos                         |     52 +-
 examples/tk/plserver_runAllDemos.in                |      7 +
 examples/tk/plserver_standard_examples.in          |     51 +
 examples/tk/runAllDemos.tcl                        |     84 +-
 examples/tk/standard_examples.in                   |     41 -
 examples/tk/tk01.in                                |      2 +-
 examples/tk/tk02.in                                |      5 +-
 examples/tk/tk03.in                                |      2 +-
 examples/tk/tk04.in                                |      6 +-
 examples/tk/tkdemos.tcl                            |     75 +-
 examples/tk/wish_runAllDemos.in                    |      9 +
 examples/tk/wish_standard_examples.in              |     55 +
 examples/tk/xtk01.c                                |     54 +-
 examples/tk/xtk02.c                                |     25 +-
 examples/tk/xtk04.c                                |     24 +-
 fonts/plhershey-unicode-gen.c                      |     32 +-
 include/CMakeLists.txt                             |      4 +-
 include/disptab.h                                  |      6 +-
 include/drivers.h                                  |      3 +-
 include/ltdl_win32.h                               |      4 +-
 include/pdf.h                                      |     56 +-
 include/plConfig.h.cmake                           |    100 -
 include/plConfig.h.in                              |    104 +
 include/plDevs.h.cmake                             |    101 -
 include/plDevs.h.in                                |    102 +
 include/plcore.h                                   |     10 +-
 include/pldebug.h                                  |      5 +-
 include/pldll.h.in                                 |     10 +-
 include/plfci-truetype.h                           |     60 +-
 include/plfci-type1.h                              |     60 +-
 include/plfreetype.h                               |      5 +-
 include/plplot.h                                   |    234 +-
 include/plplotP.h                                  |     49 +-
 include/plplotcanvas-hacktext.h                    |      2 +-
 include/plplotcanvas.h                             |      2 +-
 include/plstrm.h                                   |     38 +-
 include/plxwd.h                                    |      3 +-
 include/ps.h                                       |      6 +-
 include/qt.h                                       |      6 +-
 lib/csa/CMakeLists.txt                             |      6 +
 lib/csa/csa.c                                      |     43 +-
 lib/csa/csa.h                                      |      6 +-
 lib/csa/version.h                                  |      2 +-
 lib/nn/CMakeLists.txt                              |     25 +-
 lib/nn/delaunay.c                                  |     25 +-
 lib/nn/hash.c                                      |     12 +-
 lib/nn/istack.c                                    |      2 +-
 lib/nn/istack.h                                    |      2 +-
 lib/nn/lpi.c                                       |      2 +-
 lib/nn/nn.h                                        |      2 +-
 lib/nn/nnai.c                                      |     40 +-
 lib/nn/nncommon.c                                  |     30 +-
 lib/nn/nnpi.c                                      |     75 +-
 lib/nn/version.h                                   |      2 +-
 lib/qsastime/CMakeLists.txt                        |     10 +-
 lib/qsastime/deltaT-gen.c                          |     15 +-
 lib/qsastime/deltaT_test.c                         |      1 +
 lib/qsastime/dspline.c                             |      3 +
 lib/qsastime/dspline.h                             |     25 +
 lib/qsastime/dsplint.c                             |      3 +
 lib/qsastime/dsplint.h                             |     25 +
 lib/qsastime/qsastime.c                            |     39 +-
 lib/qsastime/qsastimeP.h.in                        |      1 -
 lib/qsastime/tai-utc-gen.c                         |     16 +-
 pkgcfg/README                                      |      7 +-
 pkgcfg/plplot-template.pc.cmake                    |     10 -
 pkgcfg/plplot-template.pc.in                       |     10 +
 plplot_config.h.in                                 |    311 +
 plplot_test/CMakeLists.txt                         |    305 +-
 plplot_test/plplot-test-interactive.sh.in          |    285 +-
 plplot_test/plplot-test.sh.cmake                   |    408 -
 plplot_test/plplot-test.sh.in                      |    406 +
 plplot_test/test_ada.sh.in                         |      4 +-
 plplot_test/test_c.sh.in                           |      2 +-
 plplot_test/test_c_interactive.sh.in               |      6 +-
 plplot_test/test_cxx.sh.in                         |      2 +-
 plplot_test/test_d.sh.in                           |      2 +-
 plplot_test/test_diff.sh.in                        |     10 +-
 plplot_test/test_f77.sh.in                         |    140 -
 plplot_test/test_f95.sh.in                         |    129 +-
 plplot_test/test_java.sh.in                        |      2 +-
 plplot_test/test_lua.sh.in                         |      2 +-
 plplot_test/test_ocaml.sh.in                       |      2 +-
 plplot_test/test_octave.sh.in                      |     12 +-
 plplot_test/test_octave_interactive.sh.in          |      2 +-
 plplot_test/test_python.sh.in                      |      4 +-
 plplot_test/test_tcl.sh.in                         |      6 +-
 scripts/CMakeLists.txt                             |      8 +-
 scripts/check_api_completeness.sh                  |     39 +-
 scripts/compare_svn_repos                          |    124 +
 scripts/comprehensive_test.sh                      |    395 +-
 scripts/htdocs-gen_plot-examples.sh                |     16 +-
 scripts/make_tarball.sh                            |     38 +-
 scripts/mktclIndex                                 |      6 +-
 scripts/style_source.sh                            |    219 +-
 src/CMakeLists.txt                                 |    201 +-
 src/ltdl_win32.c                                   |     46 +-
 src/mt19937ar.c                                    |     66 +-
 src/pdfutils.c                                     |    354 +-
 src/plaffine.c                                     |    108 +-
 src/plarc.c                                        |     66 +-
 src/plargs.c                                       |   1148 +-
 src/plbox.c                                        |    433 +-
 src/plbuf.c                                        |     74 +-
 src/plcont.c                                       |     28 +-
 src/plcore.c                                       |    358 +-
 src/plctrl.c                                       |   1093 +-
 src/plcvt.c                                        |      8 +-
 src/pldeprecated.c                                 |     23 +-
 src/pldtik.c                                       |      5 +-
 src/plf2ops.c                                      |     14 +-
 src/plfill.c                                       |    305 +-
 src/plfreetype.c                                   |    392 +-
 src/plgradient.c                                   |     16 +-
 src/plgridd.c                                      |     76 +-
 src/plimage.c                                      |     43 +-
 src/pllegend.c                                     |    742 +-
 src/plline.c                                       |     51 +-
 src/plmap.c                                        |    447 +-
 src/plot3d.c                                       |    325 +-
 src/plpage.c                                       |     10 +-
 src/plsdef.c                                       |      8 +-
 src/plshade.c                                      |    131 +-
 src/plstdio.c                                      |    110 +-
 src/plstripc.c                                     |     52 +-
 src/plsym.c                                        |     24 +-
 src/plvect.c                                       |     47 +-
 src/plvpor.c                                       |      4 +-
 src/plwind.c                                       |     64 +-
 utils/CMakeLists.txt                               |     28 +-
 utils/parity_bit_check.c                           |      2 +
 utils/plrender.c                                   |      8 +-
 utils/pltcl.c                                      |    176 -
 utils/pltek.c                                      |     26 +-
 www/corefunctions.php                              |     38 +-
 www/credits.php                                    |     10 +-
 www/development.php                                |      4 +-
 www/documentation.php.in                           |     42 +-
 www/download.php                                   |     12 +-
 www/examples.php                                   |    128 +-
 www/index.php                                      |      4 +-
 www/simplepie.inc                                  |  23226 +--
 3973 files changed, 732009 insertions(+), 865326 deletions(-)

diff --cc debian/README.Debian
index 2fc2436,0000000..340dc71
mode 100644,000000..100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@@ -1,105 -1,0 +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 and current maintenance is done by 
 +    Andrew Ross.
 +
 +
 +2. PACKAGES
 +
 +    The original PLplot distribution was broken down in several Debian
 +    packages:
 +
-       * libplplot11: Contains the shared C libraries, as well as the
++      * libplplot12: 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.
++        using the PLplot API, as well as many examples in C, C++ and F95.
 +
 +      * plplot-doc: HTML, PS and PDF formats of the PLplot manual.
 +
-       * plplot11-driver-xwin: Provides the xwin driver module.
++      * plplot12-driver-xwin: Provides the xwin driver module.
 +
-       * plplot11-driver-gd: Provides the GD driver module, which allows
-         direct generation of PNG and JPEG files.
- 
-       * plplot11-driver-cairo: Provides the cairo driver module. This uses
++      * plplot12-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.
 +
-       * plplot11-driver-wxwidgets: Provides the WXWidgets driver module.
++      * plplot12-driver-wxwidgets: Provides the WXWidgets driver module.
 +
-       * plplot11-driver-qt: Provides the qt driver module.
++      * plplot12-driver-qt: Provides the qt driver module.
 +
-       * libplplot-c++10: Contains the library for using the C++ PLplot
++      * libplplot-c++11: Contains the library for using the C++ PLplot
 +	classes.
 +
-       * libplplot-fortran9: Contains the F77 and F90 bindings for
- 	the PLplot functions.
++      * libplplot-fortran10: Contains the F95 bindings for the PLplot 
++        functions.
 +
 +      * libplplot-java: Contains the bindings for using the PLplot
 +	functions from java. 
 +
-       * libplplot-ada0: Contains the runtiem Ada bindings library for the 
++      * libplplot-ada1: Contains the runtime Ada bindings library for the 
 +        PLplot functions.
 +
-       * libplplot-ada0-dev: Development files for the Ada bindings for 
++      * libplplot-ada1-dev: Development files for the Ada bindings for 
 +        the PLplot functions.
 +
 +      * libplplot-ocaml: Contains the OCaml 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.
 +
 +      * 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 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/libplplot11/examples/. Makefiles are available along the
++    /usr/share/doc/libplplot12/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 e9cb728,0000000..d2cf071
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,2169 -1,0 +1,2277 @@@
++plplot (5.10.0-0.1) unstable; urgency=low
++
++  [Thibaut Paumard <thibaut at debian.org>]
++  NMU to fix remaining issue, based on package proposed for sponsorship by
++  original maintainer:
++  * Bug fix: "plplot FTBFS due to HDF5 transition", thanks to Thibaut
++    Paumard (Closes: #760943) (new patch: dont-check-for-hdf5_h)
++
++  [Andrew Ross <andrewross at users.sourceforge.net>]
++  * New upstream version (closes: #740085, #707268, #713309, #736392, #747053, 
++    #719799) 
++  * debian/patches/: Remove patches now in upstream and update remaining 
++    patches.
++  * debian/patches/octave_3.8_support.diff: Fix some issues with octave 3.8 
++    support (backport from upstream). Also remove obsolete continuation 
++    markers to suppress octave warnings.
++  * debian/rules, debian/control.in: Use xvfb-run to run cmake since 
++    auto-detection of tk components requires an X11 display and may fail for 
++    autobuilders. Add the required build dependencies on xvfb, xauth and 
++    iwidgets4.
++  * debian/get-upstream-version.pl: Update to reflect changes in how the 
++    plplot version is stored in the upstream source. 
++  * debian/rules, debian/control.in: Update arch-indep build dependencies and 
++    remove references to postscript version of documentation to reflect 
++    changes to the way documentation is built.
++  * debian/control.in: Update build dependencies to use wxwidgets-3.0 (closes:
++    #749488) and gnat-4.9 (closes: #728152)
++  * debian/rules: Add -source and -target options to javac command line. Fixes 
++    lintian warning.
++  * debian/control.in: Bump standards version to 3.9.5. Fixes lintian warning.
++  * debian/patches/fix-wxwidgets-linkage.diff: Add new patch to explicitly link
++    libplplotd to libwxwidgetsd. Fixes dpkg-shlibdeps warnings.
++
++ -- Thibaut Paumard <thibaut at debian.org>  Tue, 09 Sep 2014 18:17:43 +0200
++
++plplot (5.9.10-2) UNRELEASED; urgency=low
++
++  * debian/changelog: Upload to experimental not unstable.
++  * debian/compat, debian/control.in: Update to compatibility version 9 
++    for debhelper to remove lintian warning.
++  * debian/rules: Fix bug in rules for case where ada is not supported.
++  * debian/control.in: Fix short description for plplot-tcl-bin package.
++  * debian/rules: For tcl scripts in the tk examples then make symlinks rather
++    than duplicating files in the tck examples.
++
++ -- Andrew Ross <andrewross at users.sourceforge.net>  Tue, 05 Nov 2013 08:56:45 +0000
++
++plplot (5.9.10-1) UNRELEASED; urgency=low
++
++  * New upstream release
++  * debian/patches/series: Remove backported patches no longer need with 
++    current release and update remaining patches.
++  * debian/control.in: Update dependencies for new documentation build system 
++    and to include shapelib (needed for new map support).
++  * debian/control.in, debian/rules, debian/*.files:
++    Rename packages to reflect bump in SONAME version.
++  * debian/control.in: Drop support for f77 bindings (deprecated upstream 
++    and replaced by the better f95 bindings).
++  * debian/libplplot12.files: Ensure shape file versions of the maps are 
++    installed.
++  * debian/control.in, debian/rule: Drop the gd driver support and the 
++    plplot11-driver-gd package. No longer supported upstream and superceded 
++    by cairo and qt drivers. (Closes: #738242)
++  * debian/patches/series, debian/patches/fix-d-examples.diff: Fix from 
++    upstream for D example 20 so it compiles with latest gdc.
++  * debian/rules: Fix command line options for python-config to prevent an 
++    error.
++  * debian/control.in, debian/rules, debian/*.files: Update package to be 
++    multiarch compatible. (Fixes some lintian warnings).
++  * debian/rules: Force compatibility with java 5 (default on some platforms). 
++    Fixes lintian warning.
++  * debian/patches/series, debian/patches/fix_python_exec_bit.diff: Fix 
++    incorrect executable bit on python script. Fixes lintian warning. 
++  * debian/libplplot-ada1.lintian-overrides, 
++    debian/libplplot-fortran10.lintian-overrides,
++    libplplot-ocaml.lintian-overrides: Suppress hardening warnings for ada, 
++    fortran and ocaml compiled code since they are not relevant.
++  * debian/control.in, debian/plplot-tcl-bin.files, debian/plplot-tcl.files, 
++    debian/patches/series, debian/patches/add-tcl-multiarch.diff: Move
++    pltcl to a new plplot-tcl-bin package and move plserver to a location in
++    the library path (executable by the library not the user). Required to make
++    the tcl packages multiarch compliant.
++
++ -- Andrew Ross <andrewross at users.sourceforge.net>  Tue, 01 Oct 2013 12:44:20 +0100
++
++plplot (5.9.9-7) UNRELEASED; urgency=low
++
++  * debian/patches/fix-cmake-ada-support.diff: Update ada support from 
++    upstream to ensure plplot builds with latest Ada compiler in unstable.
++  * debian/rules: Update python library path.
++  * debian/patches/fix-cmake-d-support.diff: Add patch from upstream to
++    fix D language support.
++  * debian/patches/java-pltr2-fix.diff: Add patch from upstream to fix 
++    crash in java examples using pltr2 (closes: #713309).
++  * debian/control.in: Bump standards version to 3.9.4.
++
++ -- Andrew Ross <andrewross at users.sourceforge.net>  Fri, 28 Jun 2013 21:15:24 +0100
++
++plplot (5.9.9-6) unstable; urgency=low
++
++  * debian/control.in: Remove build dependency on quilt since this is 
++    not required for 3.0 (quilt) source packages. Fixes lintian warning.
++  * debian/rules: Get CPPFLAGS using dpkg-buildflags to use fortified libc 
++    functions. NB needs to work around cmake "feature" which ignores CPPFLAGS
++    at present. Fixes lintian warning.
++
++ -- Andrew Ross <andrewross at users.sourceforge.net>  Mon, 13 Aug 2012 21:05:25 +0100
++
 +plplot (5.9.9-5) unstable; urgency=low
 +
 +  * debian/patches/series, debian/patches/fix-cmake-ada-support.diff:
 +    Add patch from upstream to fix cmake ada support with cmake 2.8.9 and later
 +    (closes: #680841).
 +  * debian/patches/series, debian/patches/fix-lua-includes.diff:
 +    Add patch to work around problem with lua cmake support. Debian now requires 
 +    multiple include paths which were not found correctly. This prevents a FTBFS 
 +    with recent versions of lua5.1.
 +  * Recompile with latest version of gfortran (closes: #683878). 
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Wed, 08 Aug 2012 09:34:10 +0100
 +
 +plplot (5.9.9-4) unstable; urgency=low
 +
 +  * debian/rules: 
 +    + Fix bug in building binary-arch target on autobuilders.  
 +    + Remove workaround for executable permissions bug in 5.9.8.
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Wed, 04 Apr 2012 21:27:11 +0100
 +
 +plplot (5.9.9-3) unstable; urgency=low
 +
 +  [ Andrew Ross ]
 +  * debian/control.in: 
 +    + Bump standards version to 3.9.3.
 +    + Fix broken suggests package plplot11-tcl for libplplot11.
 +    + Remove reference to ada-compiler in libplplot-ada0-dev package as per new 
 +      Debian Ada policy. Fixes lintian warning.
 +    + Add note for fortran bindings package description that Fortran 77 support
 +      is deprecated in the current upstream SVN and will be dropped in a future
 +      release. New code should use the Fortran 95 bindings.
 +  * debian/rules: 
 +    + Tidy up obsolete / unneeded code.
 +    + Ensure CFLAGS, CXXFLAGS and LDFLAGS are properly exported to cmake. Add in 
 +      FFLAGS. -fvisibility=hidden and --as-needed should now work properly. The
 +      latter fixes a lot of dpkg-shlibdeps warnings.
 +  * debian/patches/series, debian/patches/08_nn_link_libm.diff: Add patch to 
 +    explicitly link nn library against maths library. Fixes dpkg-shlibdeps 
 +    warning.
 +  * Rebuild python-plplot package against new version of numpy as part of the 
 +    numpy transition.
 +  
 +  [ Rafael Laboissiere ]
 +  * debian/control.in:
 +    + Build-depend on liboctave-dev
 +    + Drop build-conflict with octave3.0-headers
 +    + Depend directly on octave, instead of using the substitution
 +      variable ${octave:Depends}
 +  * debian/rules:
 +    + Set directly the Octave paths, instead of using defs.make
 +    + Drop the call to octave-depends
 +  * Adjust the upstream code for working with Octave 3.6.1, by adding the
 +    following patches:
 +    + debian/patches/replace-deprecated-split.diff
 +    + debian/patches/proper-path-handling.diff
 +    + debian/patches/fix-boolean-operators.diff
 +  * debian/octave-plplot.files: The path in /usr/lib has now an
 +    architecture triplet
 +
 +  [ Andrew Ross ]
 +  * debian/patches/replace-deprecated-split.diff:
 +    + Fix use of split in the test_octave.sh test script as well. This plus
 +      previous changes by Rafael fix octave-3.6 support (closes: #666708).
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Mon, 02 Apr 2012 15:30:25 +0100
 +
 +plplot (5.9.9-2) unstable; urgency=low
 +
 +  * debian/control.in: Add recommends on cmake for libplplot-dev since
 +    this provides a better way of building the examples.
 +  * Force rebuild to fix dependency problems with ada development library
 +    and gnat-4.6 which make libplplot-ada0-dev uninstallable.
 +  * Add explicit dependency on gdc-v1 as package is not yet ready for gdc
 +    version 2 which is the new default with gdc-4.6 (closes: #653088).
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Tue, 03 Jan 2012 16:09:55 +0000
 +
 +plplot (5.9.9-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/patches/series: Remove patches from upstream which are included
 +    in the new release.
 +  * debian/control.in:
 +    + Add back in dependencies (rather than recommends) on the C++
 +      and fortran libraries. This does pull in extra libraries if you 
 +      only wish to develop with one language, but reverts to the old 
 +      behaviour (closes: #642715). 
 +  * debian/control.in, debian/libplplot-ada0.files,
 +    debian/libplplot-ada0-dev.files, debian/libplplot-dev, debian/rules,
 +    debian/README.Debian:
 +    + Split off ada development files from libplplot-dev package into new
 +      libplplot-ada0-dev package. Move .ali files from libplplot-ada into
 +      libplplot-ada0-dev package as per Debian Ada policy. Add explicit
 +      dependency on ada-compiler, gnat and gnat-4.6 as per policy.
 +      (closes: #644105, #644110, #644112)
 +    + Rename libplplot-ada package to libplplot-ada0 so it includes the 
 +      library soversion as per Debian Ada policy.
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Thu, 27 Oct 2011 21:30:38 +0100
 +
 +plplot (5.9.8-2) unstable; urgency=low
 +
 +  * debian/control.in: 
 +    + Change package priority to optional as per policy.
 +    + Add libplplot-dev dependency on libqsastime-dev (closes: #642146).
 +    + Fix description for libplplot-dev package (closes: #642122).
 +  * debian/plplot-tcl-dev.lintian-overrides: Fix lintian overrides.
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Mon, 19 Sep 2011 20:38:55 +0100
 +
 +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.
 +    + 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.
 +
 + -- 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
 +
 +  * debian/control.in: 
 +      + Remove Rafael Laboissiere from the list of uploaders as he has 
 +        now retired from Debian (closes: #571874).
 +      + Bump Debian standards version to 3.8.4.
 +  * debian/control.in, debian/rules: Correctly disable ada support for 
 +    sh4 (closes: #572028). Enable ada support on armel now that gnat is 
 +    available (closes: #568451).
 +  * debian/rules: Force tclsh to /usr/bin/tclsh8.5 - avoids problems if 
 +    tcl8.4 is also installed so /usr/bin/tclsh points to a different 
 +    version.
 +  * debian/patches/17_fix_cmap_support.diff, debian/patches/series: Add
 +    bug fix patch from upstream to fix cmap palette support. This fixes
 +    the blank pages in the ada examples (and possibly user code).
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Tue, 01 Mar 2010 14:03:40 +0000
 +
 +plplot (5.9.5-2) unstable; urgency=low
 +
 +  * debian/control.in: Update to use octave3.2 - octave 3.0 will shortly be 
 +    dropped.
 +  * debian/rules: explicitly enable jpeg, png and gif drivers as they are
 +    now disabled by default. Eventually these will be replaced by cairo 
 +    and qt drivers, but keep them in for now until these packages have
 +    settled down.
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Mon, 22 Feb 2010 12:50:40 +0000
 +
 +plplot (5.9.5-1) UNRELEASED; urgency=low
 +
 +  * New upstream release.
 +  * debian/patches/series: Remove the following patches which are no longer
 +    required as they are now included upstream 
 +      13_fix-kfreeBSD-build.diff
 +      14_octave-3.0-fixes.diff
 +      15_octave-toggle-plplot-use.diff
 +    and clean up directory by deleting unused patches.
 +  * debian/patches/02_unset-python-path.diff, 
 +    debian/patches/04_use-mkoctfile.diff,
 +    debian/patches/07_octave_prune_examples.diff, 
 +    debian/patches/16_wxwidget-with-cmake-2.8.diff: 
 +      + Update patches to work with plplot 5.9.5
 +  * debian/control.in, debian/rules: 
 +      + Properly enable support for ada on all architectures (except armel) 
 +        - build dependencies were not updated. 
 +      + Add sh4 to the list of architectures where gnat is not available and
 +        so ada support is disabled. (closes: #562238)
 +      + Drop the plplot9-driver-gnome2 package which is unmaintained 
 +        upstream and depends on libgnomeprintui-2.2 which is to be dropped
 +        from Debian. (closes: #542577)
 +      + Ensure ghostscript is installed in Build-Depends-Indep: since this
 +        is needed to generate fonts for pdfjadetex, but is not automatically
 +        pulled in.
 +  * debian/rules: Remove setting of ITCL_LIBRARY which is not required
 +    with latest version of itcl.
 +  * debian/libplplot9.files: Ensures .pal palette files are correctly installed
 +  * Rebuild package to use latest versions of gfortran (closes: #564065) 
 +    and python (closes: #562411)
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Mon, 25 Jan 2010 21:19:07 +0000
 +
 +plplot (5.9.2-4) UNRELEASED; urgency=low
 +
 +  * debian/patches/02_unset-python-path.diff: Fix offset in patch
 +    to remove quilt warning.  (closes: #538533)
 +  * debian/control.in: 
 +    + Remove arm build dependency on g++-4.1. (closes: #533806)
 +    + Update build dependency on tcl / tk to 8.5 (compatible with 
 +      latest itcl). (closes: #545302)
 +    + Add dpkg (>=1.15.4) | install-info dependency for plplot-doc to correctly 
 +      handle info install triggers. Fixes lintian warning.
 +    + Bump debian standards version to 3.8.3.
 +    + Fix typo in java bindings package description. (closes: #557677)
 +    + Add ${misc:Depends} to all binary package dependencies. Fixes lintian 
 +      warning.
 +  * debian/control.in, debian/rules:
 +    + Update java to build-dep on default-jdk and runtime depend on default-jre
 +      which should work for all architectures.
 +    + Update ada packages so built on all architectures except armel where gnat
 +      seems to be unavailable. (closes: #544187)
 +  * debian/patches/16_wxwidget-with-cmake-2.8.diff: New patch ported from 
 +    upstream to fix wxwidget build with cmake 2.8.0.
 +  * debian/control.in: Bump wxgtk version to 2.8. Require cmake 2.8.0 to build.  
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Wed, 23 Aug 2009 12:05:07 +0100
 +
 +plplot (5.9.2-3) unstable; urgency=low
 +
 +  * debian/control.in: Ensure libplplot-dev only depends on
 +    libplplot-ada for architectures where that exists.
 +    (closes: #530847)
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Thu, 28 May 2009 10:22:07 +0100
 +
 +plplot (5.9.2-2) unstable; urgency=low
 +
 +  [ Andrew Ross ]
 +  * debian/compat, debian/control.in: Update compatibility version for
 +    debhelper to remove lintian warning.
 +  * debian/control: Change section for libplplot9-java to match
 +    override in debian archives. Fixes lintian warning
 +  * debian/patches/15_octave-toggle-plplot-use.diff:
 +     New patch ported from upstream to fix namespace clash in the
 +     toggle_plplot_use.m script. (closes: #525198)
 +  * debian/plplot-doc.postinst, debian/plplot-doc.prerm:
 +     Remove obsolete scripts. Handling of index updates for info
 +     file installs is now done automatically by dpkg. Removes
 +     lintian warning.
 +
 +  * debian/control.in: Update package descriptions to fix lintian
 +    warnings.
 +
 +  * debian/patches/14_octave-3.0-fixes.diff:
 +      New patch ported from upstream to fix octave with octave 3.0.
 +      Patch removes support for octave 2.0/2.1 which gets rids of a
 +      large number of warnings. Also fixes automatic_replot support.
 +      (closes: #522423)
 +
 +  * debian/rules: Disable OCaml support to prevent OCaml bindings
 +    being build if ocamlc is installed.
 +
 +  [ Rafael Laboissiere ]
 +  * debian/control (libplplot-dev): Depend on libplplot-fortran9
 +    libplplot-ada, avoiding dangling symlinks (closes: #522125)
 +  * debian/control.in: Bump Standards-Version to 3.8.1 (add needed file
 +    debian/README.source explaining the patch system)
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Thu, 23 Apr 2009 09:13:07 +0100
 +
 +plplot (5.9.2-1) unstable; urgency=low
 +
 +  * New upstream release. Closes: #517233.
 +
 +  * debian/patches/series: Remove patches
 +      09_pdftex-EC-encoding.diff
 +      10_print-usage-octave-3.0.diff
 +      12_cmake-2.6-fixes.diff
 +    which are now incorporated upstream.
 +
 +  * debian/patches/07_octave_prune_examples.diff:
 +    Update patch to reflect upstream changes.
 +
 +  * debian/patches/13_fix-kfreeBSD-build.diff:
 +    debian/control.in:
 +      New patch to fix build of plplot on Debian kfreeBSD. Also disable
 +      ada packages on kfreeBSD-amd64. Closes: #497895.
 +
 +  * debian/rules: Explicitly enable tk driver. This is current disabled
 +    upstream as there are some issues with segfaults for the interactive
 +    tests. Use at your own risk until patches are forthcoming.
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Sun, 25 Jan 2009 15:28:58 +0000
 +
 +plplot (5.9.0-9) UNRELEASED; urgency=low
 +
 +  * Switch from dpatch to quilt
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 05 Sep 2008 19:50:35 +0200
 +
 +plplot (5.9.0-8) unstable; urgency=low
 +
 +  [ Andrew Ross ]
 +  * debian/rules:
 +    + Fix use of findstring in debian/rules which prevented java
 +      building on i386 (closes: #483826)
 +  * Add dpatches
 +      12_cmake-2.6-fixes: Fixes build with cmake 2.6 now in sid. This
 +        patch is taken from svn upstream. (closes: #482236)
 +
 +  [ Rafael Laboissiere ]
 +  * debian/control.in: Bump Standards-Version to 3.8.0 (no changes needed)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 17 Jul 2008 12:08:51 +0200
 +
 +plplot (5.9.0-7) unstable; urgency=low
 +
 +  * debian/control.in, debian/rules:
 +    + Build-depend on default-jdk-builddep instead of java-gcj-compat-dev
 +      and prevents building of the libplplot9-java package on alpha, hppa,
 +      and hurd-i386 (closes: #477902)
 +    + Prevent libplplot-ada of building on armeb and armel (closes: #478891)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 02 May 2008 15:45:20 +0200
 +
 +plplot (5.9.0-6) unstable; urgency=low
 +
 +  * debian/control.in, debian/rules: Disable building of the Ada binding
 +    on alpha
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 03 Apr 2008 11:59:36 +0200
 +
 +plplot (5.9.0-5) unstable; urgency=low
 +
 +  [ Andrew Ross ]
 +  * debian/control.in: Make it clear that the ada bindings are still
 +    experimental
 +
 +  [ Rafael Laboissiere ]
 +  * debian/control.in, debian/rules: Do not build the Ada binding on mips
 +    and mipsel
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 28 Mar 2008 11:32:20 +0100
 +
 +plplot (5.9.0-4) unstable; urgency=low
 +
 +  * debian/control.in:
 +    + Renamed from debian/control.
 +    + Build-depend on slice
 +    + Build-depend on gnat-4.1 on alpha, mips, and mipsel, since gnat-4.3,
 +      the default Ada compiler in Debian unstable, has issues on those
 +      architectures
 +  * debian/rules:
 +    + Do not issue commands related to the libplplot9-java and
 +      libplplot-ada packages on arm
 +    + Process debian/control.in through the slice command to produce a
 +      debian/control file with some packages excluded for some
 +      architectures (currently, libplplot9-java and libplplot-ada are
 +      excluded for arm)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 24 Mar 2008 10:57:11 +0100
 +
 +plplot (5.9.0-3) unstable; urgency=low
 +
 +  * debian/control: Build-depend on g++-4.1 on arm, otherwise mkoctfile
 +    fails on this architecture
 +  * debian/rules: Set variable DEB_BUID_ARCH using dpkg-architecture
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sun, 23 Mar 2008 22:18:14 +0100
 +
 +plplot (5.9.0-2) unstable; urgency=low
 +
 +  [ Andrew Ross ]
 +  * debian/control, debian/rules: Disable ada support for arm. The
 +    gnat compiler is not available on the arm architecture. The
 +    libplplot-ada package will be empty on this architecture.
 +
 +  [ Rafael Laboissiere ]
 +  * Rebuilt against new libffi-dev, such that the python-plplot package
 +    will depend on the new libffi5 (closes: #472166)
 +  * debian/patches/11_minus-sign-manpage.dpatch: Escape "-" signs that
 +    mean the "minus" character in plserver man page
 +  * debian/plplot-doc.doc-base: Set section to Science/Mathematics
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sun, 16 Mar 2008 23:37:46 +0100
 +
 +plplot (5.9.0-1) unstable; urgency=low
 +
 +  [ Andrew Ross ]
 +  * New upstream release
 +  * debian/patches/00list: Remove patches
 +      05_octave_documentation.dpatch
 +      06_build_dir_use_physical_path.dpatch
 +      08_fix_cxx_includes.dpatch
 +    as they are now included upstream
 +  * debian/rules, debian/control, debian/libplplot-ada.files,
 +    debian/liplplot-dev.files:
 +    Add new package libplplot-ada to contain the Ada bindings. Include
 +    examples and source in with the libplplot-dev package (following
 +    Ada policy).
 +  * debian/libplplot9.README.Debian: Update to include new ada
 +    bindings package.
 +
 +  [ Rafael Laboissiere ]
 +  * debian/control:
 +    + Fixed capitalization of GNOME (Lintian warning)
 +    + Force build-dependency on octave3.0 >= 3.0.0-2, ensuring the
 +      transition from g77 to gfortran.  Also, drop the unnecessary
 +      build-dependencies on blas, atlas, and lapack, since they are pulled
 +      in by octave3.0.
 +  * Add dpatches:
 +    + 09_pdftex-EC-encoding: Include the correct ec.enc file for the EC
 +      encoding, such that ligatures like "ff" and "fi" display correctly
 +      in the PDF form of the documentation (closes: #461343)
 +    + 10_print-usage-octave-3.0: Use the appropriate call to print_usage
 +      in wrap_octave.pl when building against octave3.0
 +  * debian/patches/04_use-mkoctfile.dpatch: Adjust for installing
 +    plplot_octave.oct with the appropriate execution permissions,
 +    otherwise dpkg-shlibdeps does not work correctly for the octave-plplot
 +    package
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sun, 24 Feb 2008 12:43:28 +0100
 +
 +plplot (5.8.0-6) unstable; urgency=low
 +
 +  [ Andrew Ross ]
 +  * debian/rules, debian/control, debian/libplplot9.README.debian: Disable java
 +    on arm platform. Currently java-gcj-compat-dev is out of date on that
 +    architecture. Instead the libplplot9-java package will be empty on arm.
 +
 +  [ Rafael Laboissiere ]
 +  * debian/control:
 +    + Force build-dependency on python-numpy to be >=1.0.4-4, because the
 +      previous version had the include files installed in the  wrong
 +      directory
 +    + Build-depends on octave3.0-headers instead of octave2.9-headers
 +  * debian/patches/01_check-for-octave2.9.dpatch: Adapted for also
 +    accepting Octave 3.0
 +  * debian/rules: Adjusted path of numpy include files, which are now in
 +    /usr/include/numpy
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 24 Dec 2007 00:06:08 +0100
 +
 +plplot (5.8.0-5) unstable; urgency=low
 +
 +  [ Andrew Ross ]
 +  * debian/patches/08_fix_cxx_includes: Add patch to fix the include files for
 +    the c++ examples. This patch should ensure the examples build with gcc 4.3.
 +    (closes: #456040)
 +  * debian/control: Add Build-Depends-Indep section for those packages
 +    only used in building the documentation. Reduces package dependencies
 +    for autobuilders.
 +
 +  [ Rafael Laboissiere ]
 +  * debian/control: Tighten build-dependency on libqhull-dev to version
 +    equal or greater 2003.1-8 because versions previous to that one were
 +    terribly broken.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 14 Dec 2007 12:12:21 +0100
 +
 +plplot (5.8.0-4) unstable; urgency=low
 +
 +  * debian/rules: rewrite the rules so the documentation is only built for
 +    binary-indep targets. This save significant time for the autobuilders.
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Mon, 10 Dec 2007 20:33:28 +0000
 +
 +plplot (5.8.0-3) unstable; urgency=low
 +
 +  [ Rafael Laboissiere ]
 +  * debian/control:
 +    + Dropped the Homepage pseudo-header from the extended descriptions
 +    + Bumped Standards-Version to 3.7.3
 +
 +  [ Andrew Ross ]
 +  * debian/patches/07_octave_prune_examples.dpatch: Remove example p7 from the
 +    ctest tests for the octave bindings. Currently this test fails on alpha
 +    in a way that fills the disk partition.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 07 Dec 2007 20:20:49 +0100
 +
 +plplot (5.8.0-2) unstable; urgency=low
 +
 +  * debian/rules: add -VV option to ctest. Will make it easier to debug
 +    any failed tests for auto-built packages.
 +  * debian/patches/06_build_dir_use_physical_path.dpatch: Ensure that plplot
 +    correctly identifies when run in the build tree, even if the path
 +    involves symlinks.
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Mon, 03 Dec 2007 10:57:54 +0000
 +
 +plplot (5.8.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/rules: use cmake to get version information rather than configure.ac.
 +    Autotools build is now obsolete.
 +  * debian/control: correct libplplot9 suggests - correct package names are
 +    plplot9-driver-cairo and plplot9-driver-wxwidgets.
 +  * debian/libplplot9.README.Debian: Update to reflect changes to
 +    octave-plplot and replacement of psttf driver with cairo driver.
 +  * debian/patches/03_tclIndex-src-tree.dpatch: Dropped patch (applied
 +    upstream).
 +  * debian/patches/05_octave_documentation.dpatch: Improve the usage
 +    documentation of octave-plplot, in particular for users of octave2.9
 +    (closes: #453128).
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Fri, 30 Nov 2007 17:47:54 +0000
 +
 +plplot (5.8.0~RC1-3) unstable; urgency=low
 +
 +  * debian/control: Build-depends on java-gcj-compat-dev and make the
 +    libplplot9-java package depend on java-gcj-compat.  It seems that the
 +    Java binding only work well with gcj/gij.  This should fix the
 +    autobuild failures related to the Java binding (closes: #451103)
 +  * debian/rules: Set the appropriate JAVA_HOME according to the above.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed, 14 Nov 2007 23:51:54 +0100
 +
 +plplot (5.8.0~RC1-2) unstable; urgency=low
 +
 +  * Added Cairo driver and dropped psttf driver, making the former
 +    replace/conflict with the later
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed, 31 Oct 2007 22:20:25 +0100
 +
 +plplot (5.8.0~RC1-1) unstable; urgency=low
 +
 +  [ Andrew Ross ]
 +  * New upstream release. The pstex driver is not support anymore
 +    (closes: #415303).
 +  * New maintainer (closes: #396999)
 +  * debian/control, debian/rules: Fix python settings to work with
 +    numpy rather than Numeric.
 +  * debian/patches/01_check-for-octave2.9.dpatch: Renamed from
 +    01_check-for-octave2.1 and adapted for octave2.9
 +
 +  [ Rafael Laboissiere ]
 +  * debian/control:
 +    + Made octave-plplot depend on libplplot9, otherwise a broken symlink
 +      may show up in /usr/share/doc
 +    + Build-depend on octave2.9-headers instead of octave2.1-headers.
 +      Also, build-conflict with the later.
 +    + Updated description of plplot-bin package, since support for plmeta
 +      and pstex is not enabled by default
 +    + Replaced the deprecated variable ${Source-Version} by
 +      ${binary:Version}
 +    + Added Homepage, Vcs-Svn, and Vcs-Browser fields
 +    + Added me as an uploader
 +  * debian/rules:
 +    + Do not set the RPATH when building shared libraries
 +    + Set the environment variable ITCL_LIBRARY when calling ctest, such
 +      that the examples_tcl test passes
 +  * Added dpatches:
 +    + 03_tclIndex-src-tree.dpatch: Ensure tk/tclIndex is generated in the
 +      build tree and not in the source tree
 +    + 04_use-mkoctfile: Build plplot_octave.oct using mkoctfile and not as
 +      a shared library
 +  * debian/plplot9-driver-wxwidgets.files: Move libplplotwxwidgetsd.so*
 +    into the plplot9-driver-wxwidgets package
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 29 Oct 2007 17:06:13 +0100
 +
 +plplot (5.7.4.svn.20070523-2) unstable; urgency=low
 +
 +  * debian/control, debian/rules: Fix python packages to work with
 +    cmake build system.
 +  * debian/control, debian/rules: Re-enable the libplplot9-java package.
 +    Now uses jikes / kaffe to build.
 +  * debian/control: Tidy up dependencies and include dependencies for
 +    building documentation from source.
 +  * debian/libplplot9.README.Debian: Update list to describe current
 +    packages.
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Tue, 19 Jun 2007 08:35:59 +0100
 +
 +plplot (5.7.4.svn.20070523-1) unstable; urgency=low
 +
 +  * Initial port of debian packaging files to use new cmake build system
 +
 + -- Andrew Ross <andrewross at users.sourceforge.net>  Wed, 23 May 2007 13:35:43 +0100
 +
 +plplot (5.6.1-12) unstable; urgency=low
 +
 +  * QA upload.
 +  * Fix missing section on the plplot-bin package, causing build failures on
 +    some (!) architectures.
 +
 + -- Steve Langasek <vorlon at debian.org>  Wed, 03 Oct 2007 11:32:21 -0700
 +
 +plplot (5.6.1-11) unstable; urgency=low
 +
 +  * QA upload.
 +  * debian/patches/51_remove-no-force-mem.dpatch: Remove `-fno-force-mem',
 +    which is a no-op with GCC 4.1+, and unsupported with GCC 4.3.
 +    Closes: #415278.
 +  * debian/watch: Update upstream URL.
 +
 + -- Matej Vela <vela at debian.org>  Sun, 15 Apr 2007 21:57:03 +0200
 +
 +plplot (5.6.1-10) unstable; urgency=low
 +
 +  * Orphaning the package
 +  * debian/control: Changed the maintainer to the Debian QA Group
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat,  4 Nov 2006 10:19:34 +0100
 +
 +plplot (5.6.1-9) unstable; urgency=low
 +
 +  * debian/control: Applied patch from Tomas Pospisek tomake list in
 +    description render nicely in aptitude (closes: #389142)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 25 Sep 2006 01:47:57 +0200
 +
 +plplot (5.6.1-8) unstable; urgency=low
 +
 +  * debian/control, debian/rules: Do not build the libplplot9-java package
 +    anymore, at least until the problems in building the PLplot Java
 +    buildings in the autobuilders is fixed (closes: #384329)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 29 Aug 2006 22:39:05 +0200
 +
 +plplot (5.6.1-7) unstable; urgency=low
 +
 +  * debian/patches/50_check-for-octave2.1.dpatch: Do string comparisons
 +    instead of numeric comparisons on the value returned by
 +    split(version,".").  Thanks to Thomas Weber the patch
 +    (closes: #376247)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat,  1 Jul 2006 13:57:26 +0200
 +
 +plplot (5.6.1-6) unstable; urgency=low
 +
 +  * debian/watch: Fixed http entry
 +  * debian/rules: Install Perl examples in the libplplot-dev package
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 29 Jun 2006 02:23:30 +0200
 +
 +plplot (5.6.1-5) unstable; urgency=low
 +
 +  * debian/control: Removed build-dependency on pdl, which causes circular
 +    dependencies because pdl depends on libplplot9.  It is a bad thing to
 +    require libplplot9 installed in order to build libplplot9.
 +  * debian/rules:
 +    - Dropped --enable-pdl from the list of options to configure
 +    - Call the dh_movefiles command only after everything has been
 +      installed in debian/tmp, including the python2.{3,4} specific stuff.
 +      This will avoid build errors due to libraries being moved away from
 +      debian/tmp/usr/lib (closes: #375396)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 26 Jun 2006 10:45:51 +0200
 +
 +plplot (5.6.1-4) unstable; urgency=low
 +
 +  * debian/control: Build-Depends on python-numeric >= 24.2-3, because
 +    this version is the first one built with python central.  Previous
 +    build dependencies on python2.{3,4}-numeric are removed.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sun, 25 Jun 2006 23:17:45 +0200
 +
 +plplot (5.6.1-3) unstable; urgency=low
 +
 +  * debian/control: Added ttf-freefont to Build-Depends, such that the
 +    Freetype   support is corectly switched on by configure and
 +    compilation of drivers/gcw.c succeeds (closes: #375364)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sun, 25 Jun 2006 18:02:37 +0200
 +
 +plplot (5.6.1-2) unstable; urgency=low
 +
 +  * debian/control: Replaced all build-dependencies for java by
 +    java-gcj-compat-dev, which will be default java environment for
 +    building packages soon (thanks to Michael Koch <konqueror at gmx.de>
 +    for the hint, closes: #370655, #372644)
 +  * debian/rules: Set JAVA_HOME to /usr/lib/jvm/java-gcj
 +  * The libcsiro0 package has now its own /usr/share/doc/libcsiro0
 +    directory, eliminating the need for a symlink to
 +    /usr/share/doc/libplplot9, which avoids the circular dependency
 +    libcsiro0 <-> liplplot9 (closes: #342897)
 +  * Following now the new Python Policy (closes: #373478):
 +    - debian/control:
 +      + Build-Depends on debhelper >= 5.0.37.2, python-all-dev >=
 +        2.3.5-11, and python-central >= 0.4.17
 +      + Added a XB-Python-Version field to the python-plplot package
 +      + Added a XS-Python-Version with value "all"
 +    - debian/rules:
 +      + Added call to dh_pycentral
 +      + Generate the Python modules for versions 2.3 and 2.4 by calling
 +        twice the configure script + make + make install in the newly
 +        created rule install-python%
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat, 24 Jun 2006 23:42:02 +0200
 +
 +plplot (5.6.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * debian/watch: Added file
 +
 +  [changes for 5.6.0.rc1.5.6.1-2), not officially released]
 +  * debian/patches/50_check-for-octave2.1.dpatch: Abort the
 +    toggle_plplot_use script if using Octave other than version 2.1.*
 +    (closes: #368753)
 +  * debian/rules: Enable installation of the PDL examples
 +  * debian/control: Build-depends on pdl
 +
 +  [changes for 5.6.0.rc1.5.6.1-1), not officially released]
 +  * New upstream release candidate (5.6.1_RC1). This version contains the
 +    binding for Fortran 95.
 +  * debian/rules:
 +    + Enabled compilation of Fortran 95 binding.  Due to some strange
 +      libtool problem, "FC=gfortran and F77=gfortran" must be given to
 +      configure.
 +    + Run "make check" after "make" in target build-stamp
 +  * debian/control: Created the new package libplplot-fortran9 containing
 +    the F77 and F95 bindings.
 +  * debian/plplot-doc.doc-base: Fixed path for Files and Index.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed, 31 May 2006 11:21:05 +0200
 +
 +plplot (5.6.0-1) unstable; urgency=low
 +
 +  * New upstream release:
 +    - New language binding for Java (package libplplot9-java, which was
 +      already in version 5.5.3-1, uploaded to experimental)
 +    - New drivers:
 +      + Gnome Canvas Widget (packages python-plplot-gnome2 and
 +        python-plplot-gnome2 (which were already in version 5.5.3-1,
 +        uploaded to experimental)
 +      + wxWidgets tool kit (package plplot9-driver-wxwidgets)
 +      + PostScript with Unicode support (package plplot9-driver-psttf)
 +  * debian/control:
 +    - Bumped Standards-Version to 3.7.2 (no changes needed)
 +    - Build-Depends on liblasi-dev (>= 1.0.5-2) and libwxgtk2.6-dev
 +    - Updated build dependency on libgcj4-dev to libgcj6-dev
 +      (closes: #333785)
 +    - octave-plplot suggests the xwin driver package (closes: #358323)
 +  * debian/patches/50_simplelist-in-man-page: Removed patch (applied
 +    upstream)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sun,  7 May 2006 20:09:16 +0200
 +
 +plplot (5.3.1-11) unstable; urgency=low
 +
 +  * debian/rules: the plplot-doc package has now its own /usr/share/doc
 +    directory (really closes: #361781)
 +  * debian/control: Removed dependency of plplot-doc on libplplot9
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed, 12 Apr 2006 16:11:00 +0200
 +
 +plplot (5.3.1-10) unstable; urgency=low
 +
 +  * debian/control: Made the dependency of plplot-doc on libplplot9
 +    unversioned (closes: #361781)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 11 Apr 2006 17:38:13 +0200
 +
 +plplot (5.3.1-9+b1) unstable; urgency=low
 +
 +  * Binary-only non-maintainer upload for i386; no source changes.
 +  * Rebuild against libhdf5-1.6.5
 +
 + -- Debian/i386 Build Daemon <buildd_i386-cyberhq>  Wed,  5 Apr 2006 23:47:20 -0700
 +
 +pplplot (5.3.1-9) unstable; urgency=low
 +
 +  * Recompiled against latest version of libc6.  PLplot does not cause
 +    Octave to crash anymore (closes: #351734).
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed,  8 Mar 2006 11:27:30 +0100
 +
 +plplot (5.3.1-8) unstable; urgency=low
 +
 +  * Due to the gnome1 -> gnome2 transition in sid, the plplot9-driver-gnome
 +    package is removed.  The experimental release of plplot (5.5.3)
 +    already contains the gcw driver, which replaces the gnome driver.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 27 Sep 2005 09:34:01 +0200
 +
 +plplot (5.3.1-7) unstable; urgency=low
 +
 +  * Build-depends on gfortran instead of g77.  This should get around a
 +    build failure on the ia64 architecture.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 27 Sep 2005 00:11:33 +0200
 +
 +plplot (5.3.1-6) unstable; urgency=low
 +
 +  * This version will *_really_* complete the C++ ABI transition.  I forgot
 +    to do it for the libplplot-c++9 package, which is now called
 +    libplplot-c++9c2.  Most of the changes come from the Ubuntu patch
 +    (thanks to Stephan Hermann <sh at sourcecode.de>):
 +
 +    + debian/control: adjusted packagename, conflicts/replaces, dependencies
 +    + debian/rules: adjusted packagename
 +    + debian/libplplot-c++9c2.files: renamed and edited to new packagename
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sun, 18 Sep 2005 14:51:55 +0200
 +
 +plplot (5.3.1-5) unstable; urgency=low
 +
 +  * First build with gcc/g++ 4.0.  This should complete the C++ ABI
 +    transition for the octave-plplot package (closes: #328198).
 +
 +  * debian/rules: Avoid compilation problem of unrecognized type
 +    '__builtin_va_list' when building the Octave binding
 +    (closes: #274359).  I am fixing this bug using the hack of setting the
 +    CC variable of the Makefile, instead applying the patch suggested by
 +    Kaare Hviid <ukh_at_id.cbs.dk>, because otherwise I would have to run
 +    automake/libtool/autoconf to build the package. Lame, But It Works (TM).
 +
 +  * debian/control: Upgraded Standards-Version to 3.6.2 (no changes needed).
 +
 +  * debian/copyright: New FSF address.
 +
 +  * debian/patches/50_simplelist-in-man-page.dpatch: Added patch to fix
 +    processing of plcol0.3plplot man page.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 16 Sep 2005 22:46:28 +0200
 +
 +plplot (5.5.3-1) experimental; urgency=low
 +
 +  * New uspstream release (development branch, hence the upload to
 +    experimental).
 +  * The plplot9-driver-gnome package is replaced by plplot9-driver-gnome2,
 +    which contain the new gcw driver and the liplplpotgnome2 libary.
 +  * The new package python-plplot-gnome2 contains the glue code for using
 +    libplplotgnome2 with Python.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue,  3 May 2005 09:15:10 +0200
 +
 +plplot (5.3.1-4) unstable; urgency=low
 +
 +  * debian/rules: Added --with-freefont option to configure
 +  * debian/control:
 +    - plplot9-driver-gd recommends now the ttf-freefont package
 +    - libplplot-dev depends on libplplot-c++9, avoiding broken link
 +      /usr/lib/libplplotcxxd.so (closes: #303830)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat,  9 Apr 2005 11:03:11 +0200
 +
 +plplot (5.3.1-3) unstable; urgency=low
 +
 +  * Rebuild against Octave 2.1.66
 +  * debian/control:
 +    - Build-depends on octave2.1-headers (>= 2.1.65)
 +    - Fixed typo in description of libcsiro0 package (closes: #284381)
 +    - Made the libplplot9 package suggest all the driver packages,
 +      including plplot-tcl, which contains the Tk driver (closes: #285193)
 +    - Droped several dependencies on libplplot9 (= ${Source-Version}),
 +      which were causing lintian to complain
 +  * debian-rules:
 +    - Include defs.make and use octave-depends command
 +    - Droped manual setting of octave-plplot.substvars
 +    - Use OCTDIR to install plplot_octave.oct
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 25 Feb 2005 13:36:26 +0100
 +
 +plplot (5.3.1-2) unstable; urgency=low
 +
 +   * Rebuilt against Octave 2.1.64.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat,  4 Dec 2004 16:57:04 +0100
 +
 +plplot (5.3.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 25 Jun 2004 10:15:00 +0200
 +
 +plplot (5.3.0.rc2.5.3.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/rules: Removed old code for architecture-specific exclusion of
 +    the octave-plplot package.
 +  * debian/struct_contain.m: Removed this file, since it has been
 +    included upstream.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 18 Jun 2004 07:52:54 +0200
 +
 +plplot (5.3.0.rc1.5.3.1-5) unstable; urgency=low
 +
 +  * debian/control:  Make the build-dependencies on atlas/lapack specific
 +    to the arm and m68k architectures.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 17 Jun 2004 16:13:55 +0200
 +
 +plplot (5.3.0.rc1.5.3.1-4) unstable; urgency=low
 +
 +  * debian/control:  Refine the build-dependencies on atlas/lapack to make
 +    the package build from source on m68k and arm.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 17 Jun 2004 13:12:04 +0200
 +
 +plplot (5.3.0.rc1.5.3.1-3) unstable; urgency=low
 +
 +  * debian/control: Added build-dependency on atlas3-base-dev.  For some
 +    obscure reason, plplot is FTBFS on the architectures ia64, s390,
 +    sparc, powerpc, hppa, and mipsel, because neither atlas3-base-dev nor
 +    lapack3-dev are automatically installed.  This should be the case, due
 +    to the build-dependency on octave2.1.-headers.  I will keep
 +    atlas3-base-dev in Build-Depends until the problem is fixed.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 17 Jun 2004 10:51:07 +0200
 +
 +plplot (5.3.0.rc1.5.3.1-2) unstable; urgency=low
 +
 +  * debian/control: Added dependency on libplplot3-dev to libplplot-dev.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed, 16 Jun 2004 17:46:23 +0200
 +
 +plplot (5.3.0.rc1.5.3.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/patches: Removed all Octave patches, since they have been
 +    applied upstream.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 14 Jun 2004 20:40:46 +0200
 +
 +plplot (5.3.0.cvs.20040520-0.sarge.2) unstable; urgency=low
 +
 +  * debian/control: Add dpendencies to libplplot9 (= ${Source-Version}),
 +    to all packages besides libplplot9 itself.  The package is now Lintian
 +    clean.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 31 May 2004 23:36:20 +0200
 +
 +plplot (5.3.0.cvs.20040520-0.sarge.1) unstable; urgency=low
 +
 +  * Built for Debian testing (a.k.a. sarge).
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 20 May 2004 11:13:47 +0200
 +
 +plplot (5.3.0.cvs.20040520-1) unstable; urgency=low
 +
 +  * New CVS tarball upstream release
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 20 May 2004 11:09:21 +0200
 +
 +plplot (5.3.0.cvs.20040517-0.sarge.1) unstable; urgency=low
 +
 +  * Built for Debian testing (a.k.a. sarge).
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 17 May 2004 11:32:45 +0200
 +
 +plplot (5.3.0.cvs.20040517-1) unstable; urgency=low
 +
 +  * New CVS tarball upstream release.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 17 May 2004 10:05:37 +0200
 +
 +plplot (5.3.0.cvs.20040430-3) unstable; urgency=low
 +
 +  * debian/patches/octave-2.1.53-demos.dpatch: Added patches for Octave
 +    demos x13c.m, x14c.m, and x17c.m.  The whole set of examples for
 +    the Octave bindings work now with Octave version 2.1.57.
 +  * debian/patches/warn-empty-list-elements.dpatch: Added patches for
 +    shade.m and __pl_contour.m.  The demos p*.m work now with Octave
 +    version 2.1.57 (except demos p6.m, p17.m, and p20.m).
 +  * debian/rules (install-stamp): Install the file
 +    debian/struct_contains.m before the calls to dh_movefiles, such that
 +    struct_contains.m really goes into the octave-plplot package.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 11 May 2004 10:08:11 +0200
 +
 +plplot (5.3.0.cvs.20040430-2) unstable; urgency=low
 +
 +  * debian/patches/warn-empty-list-elements.dpatch,
 +    debian/patches/warn-fortran-indexing.dpatch: Added patches for making
 +    the Octave binding working with Octave 2.1.57.
 +  * debian/struct_contains.m: New file which override Octave's one when
 +    toggle_plplot_use is issued.
 +  * debian/rules: Install debian/struct_contains.m in
 +    /usr/share/plplot_octave.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat,  8 May 2004 19:22:58 +0200
 +
 +plplot (5.3.0.cvs.20040430-1) unstable; urgency=low
 +
 +  * debian/control:
 +    - Removed build-dependency on g++-3.3 | g++-3.2, since g++ is a
 +      build-essential package (closes: #244007).
 +    - Use build-dependencies on libx11-dev, libxext-dev, and libxi-dev
 +      instead of on xlibs-dev, since this later is now a transition
 +      package (after the XFree86 4.3.0 package reorganization in Debian).
 +  * Build in unstable, so that the octave-plplot package gets
 +    the right dependency on libhdf5 (closes: #246297).
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat,  8 May 2004 12:15:29 +0200
 +
 +plplot (5.3.0.cvs.20040324-2) unstable; urgency=low
 +
 +  * Patched the configure script to avoid stderr messages to interfere with
 +    the Octave configuration.  This may fix the recurrent buildd failures
 +    on the m68k architecture.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed, 31 Mar 2004 21:23:06 +0200
 +
 +plplot (5.3.0.cvs.20040324-1) unstable; urgency=low
 +
 +  * New cvs snapshot upstream release.
 +  * debian/control: Removed build-conflict on f2c and fort77.  Added
 +    fort77 build-dependency for the m68k architecture.  This should fix
 +    the problem of building from source for m68k, since mkoctfile
 +    apparently needs the f2c library for linking *.oct files on that
 +    architecture.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 25 Mar 2004 07:15:54 +0100
 +
 +plplot (5.3.0.cvs.20040303-1) unstable; urgency=low
 +
 +  * New cvs snapshot upstream release.
 +  * Reorganization of the packages to avoid potential problems with future
 +    upgradings of the PLplot libary soversion.  Since libplplotcxxd,
 +    libcsirocsa, and libcsironn have different soversion numbers
 +    upstream, they are separated from the main libplplot9.
 +  * debian/control:
 +    - In the description of libplplot9, updated contents of package.
 +    - libplplot-c++9: New package.
 +    - libcsiro0: New package.
 +  * debian/libplplot-c++9.files: New file.
 +  * debian/libcsiro.files: New file.
 +  * debian/rules: create symlinks for /usr/share/doc/lib{plplot-c++9,csiro}
 +    to /usr/share/doc/libplplot9.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed, 10 Mar 2004 23:39:13 +0100
 +
 +plplot (5.3.0-5) unstable; urgency=low
 +
 +  * Remove the programs in /usr/bin from the libplplot9 package and put
 +    them into the new package plplot-bin.  This will avoid future
 +    conflicts when the soversion of the library will be incremented.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat, 28 Feb 2004 14:24:56 +0100
 +
 +plplot (5.3.0-4) unstable; urgency=low
 +
 +  * debian/control: Made libplplot9 conflict with the old plplot package
 +    (<< 5).  This allows a smooth upgrade from stable to testing/unstable
 +    by avoiding the overwriting of the file /usr/bin/pltek
 +    (closes: #235252).
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat, 28 Feb 2004 08:24:33 +0100
 +
 +plplot (5.3.0-3) unstable; urgency=low
 +
 +  * Get Octave bindings to work with octave2.1-2.1.53, the version
 +    available in unstable.  Using dpatch for that.
 +  * debian/rules:
 +    - Include dpatch.make.
 +    - Targets build and clean depend on patch and unpatch, respectively.
 +  * debian/control:
 +    - Build-Depends on dpatch.
 +    - Drop alternative build-dependency to octave2.0-headers and force
 +      versioned dependency on octave2.1-headers (>= 2.1.54-2)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 19 Feb 2004 21:23:50 +0100
 +
 +plplot (5.3.0-2) unstable; urgency=low
 +
 +  * debian/control: Removed build-dependency on libhdf5-serial-dev, since
 +    it will be included in the build-dependencies of octave2.1-headers
 +    (version 2.1.53-3).
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue,  3 Feb 2004 15:02:04 +0100
 +
 +plplot (5.3.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 29 Jan 2004 16:37:54 +0100
 +
 +plplot (5.2.1.rc2.5.3.0-1) unstable; urgency=low
 +
 +  * Second release candiate tarball for version 5.3.0.
 +  * debian/control: Removed most of the Conflicts/Replaces/Provides
 +    fields, since they where legacies from the libplplot5 packages.  The
 +    libplplot9 and libplplot5 still cannot co-exist (although this is
 +    only of theoretical interest, since there are no other packages in
 +    Debian that depend on libplplot5).
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 22 Jan 2004 23:13:45 +0100
 +
 +plplot (5.2.1.rc1.5.3.0-1) unstable; urgency=low
 +
 +  * New cvs snapshot upstream release (first release candidate for 5.3.0
 +    release)
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sun, 18 Jan 2004 11:43:27 +0100
 +
 +plplot (5.2.1.cvs.20040115-3) unstable; urgency=low
 +
 +  * scripts/get-dependency-libs.sh: Applied upstream CVS patch for finding
 +    library files in .libs directories in the build tree.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 15 Jan 2004 10:16:32 +0100
 +
 +plplot (5.2.1.cvs.20040115-2) unstable; urgency=low
 +
 +  * bindings/octave/PLplot/toggle_plplot_use.m,
 +    bindings/octave/PLplot/plplot_octave_path.m.in:
 +      Applied patch from upstream CVS to fix problems related to Octave
 +      2.1.52.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 15 Jan 2004 09:31:21 +0100
 +
 +plplot (5.2.1.cvs.20040115-1) unstable; urgency=low
 +
 +  * debian/control:
 +    - Made Build-Conflicts on libplplot5 unversioned.
 +    - Removed from Build-Depends and Build-Conflicts the m68k specificities
 +      related to g77, fort77, and f2c.  This is a try to get around a
 +      FTBFS on the m68k architecture.  Also, requires g++-3.3 | g++-3.2
 +      instead of only g++-3.2.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 15 Jan 2004 06:30:51 +0100
 +
 +plplot (5.2.1.cvs.20040104-1) unstable; urgency=low
 +
 +  * debian/control: Added pkg-config to build-dependencies and to
 +    libplplot-dev Recommends:.
 +  * debian/rules:
 +    - Added option --with-pkg-config to configure command.
 +    - Set environment variable PKG_CONFIG_ENV to " " when calling
 +      condfigure.  This allows a cleaner line when launching make fro
 +      the installed examples/* directories, since setting PKG_CONFIG_PATH is
 +      not necessary in Debian.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat,  3 Jan 2004 20:24:53 +0100
 +
 +plplot (5.2.1.cvs.20031231-1) unstable; urgency=low
 +
 +  * New cvs snapshot upstream release
 +  * debian/control: Changed section of packages libplplot9,
 +    plplot9-driver-gd, plplot9-driver-gnome, and plplot9-driver-xwin to
 +    libs (was math before) in order to comply with overrides of
 +    debian-installer.
 +  * debian/plplot-tcl.files: Include directories and files
 +    usr/share/plplot*/*tcl
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed, 31 Dec 2003 14:12:22 +0100
 +
 +plplot (5.2.1.cvs.20031228-1) unstable; urgency=low
 +
 +  * New cvs snapshot upstream release
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sun, 28 Dec 2003 22:33:41 +0100
 +
 +plplot (5.2.1.cvs.20031227-1) unstable; urgency=low
 +
 +  * New cvs snapshot upstream release.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat, 27 Dec 2003 01:52:55 +0100
 +
 +plplot (5.2.1.cvs.20031226-1) unstable; urgency=low
 +
 +  * New cvs snapshot upstream release.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 26 Dec 2003 16:48:05 +0100
 +
 +plplot (5.2.1.cvs.20031030-2) unstable; urgency=low
 +
 +  * debian/rules: Call configure with --enable-static, such that the
 +    lib*.a files will be present in the *-dev packages (closes: #224550).
 +  * debian/control: Changed architecture of packages libplplot-dev and
 +    plplot-tcl-dev from "all" to "any", because of the *.a files included.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat, 20 Dec 2003 17:48:52 +0100
 +
 +plplot (5.2.1.cvs.20031030-1) unstable; urgency=low
 +
 +  * Preparation for the next upstream version, which changed the soversion
 +    of the PLplot library.  Changed all the references to libplplot5 to
 +    libplplot9.  Affected files:
 +    - debian/control
 +    - debian/libplplot-dev.files
 +    - debian/octave-plplot.files
 +    - debian/plplot-doc.doc-base
 +    - debian/plplot-doc.files
 +    - debian/plplot-tcl-dev.files
 +    - debian/python-plplot.files
 +    - debian/rules
 +    - debian/libplplot9.README.Debian (new)
 +    - debian/libplplot9.files (new)
 +  * 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
 +    - plplot9-driver-gnome
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 30 Oct 2003 09:37:15 +0100
 +
 +plplot (5.2.1.cvs.20031027-3) unstable; urgency=low
 +
 +  * debian/rules:
 +    - Added symlinks /usr/lib/lib{nn,csa}.so.0, such that this release of
 +      the libplplot5 package does not break binary compatiblity with previous
 +      released versions of PLplot (closes: #217895).  This is an interim
 +      solution.  Probably, the upstream authors will have to change the
 +      soversion or revert the changing of names of the libscsiro{nn,csa}
 +      libraries in order to get the problem cleanly fixed.
 +    - Call configure with --disable-java, since enable_java has been made
 +      the default in the upstream configure.ac.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 28 Oct 2003 13:45:21 +0100
 +
 +plplot (5.2.1.cvs.20031027-2) unstable; urgency=low
 +
 +  * debian/libplplot-dev.files: Added README.pkg-config file.
 +  * debian/libplplot5.README.Debian: Fixed typos.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 27 Oct 2003 11:44:16 +0100
 +
 +plplot (5.2.1.cvs.20031027-1) unstable; urgency=low
 +
 +  * New CVS snapshot upstream release.  This release is actually quite
 +    close to the latest Debian 5.2.1-21, since I have been tracking CVS
 +    developments since the upstream release 5.2.1.  One of biggest
 +    advantages of this move is the enourmous reduction in the size of the
 +    diff.gz file:
 +
 +      du -b plplot*diff*
 +      2686036 ../plplot_5.2.1-21.diff.gz
 +      10198   ../plplot_5.2.1.cvs.20031027-1.diff.gz
 +
 +    This huge difference is due to the patched documentation file and the
 +    necessity of an uuencoded file for the Debian packages.
 +
 +  * debian/rules: Removed all manipulations (targets "build" and
 +    "clean") related to the plplot-5.2.1-new-doc.tar.gz.uu file, which is
 +    not included in the source package anymore.  Also, added flag -k to
 +    make distclean.
 +
 +  * debian/control: Removed build-dependency on sharutils.
 +
 +  * debian/libplplot5.README.Debian: Added note about pkg-config support.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 27 Oct 2003 09:50:09 +0100
 +
 +plplot (5.2.1-21) unstable; urgency=low
 +
 +  * sysloc.in: Applied patch from upstream CVS that assigns an unversioned
 +    path to OCTAVE_OCT_DIR.
 +  * debian/rules:
 +    - Loosen the restriction on the Octave version dependency, now that
 +      OCTAVE_OCT_DIR is unversioned.
 +    - Configure with --with-pthreads, such that the xwin driver refreshes
 +      the plot when the window is moved or re-exposed.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 20 Oct 2003 10:42:55 +0200
 +
 +plplot (5.2.1-20) unstable; urgency=low
 +
 +  * Following a suggestion of Matthias Klose <doko at cs.tu-berlin.de>, the
 +    libltdl library shipped with the upstream sources is not compiled
 +    anymore as a convenience library:
 +    - Patched configure.ac and Makefile.am from upstream CVS. The
 +      configure option --with-ltdlsystem is now implemented, which allows
 +      the use of the installed libltdl library.
 +    - debian/control: Build-depends on libltdl3-dev.
 +    - debian/rules: Call configure with option --with-ltdlsystem.
 +  * debian/control:
 +    - Fixed description of libplplot-dev package.
 +    - Bumped the build-dependency on debhelper to version 4.1.67, since we
 +      are using dh_python (thanks again to Matthias Klose for pointing
 +      this out).
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 17 Oct 2003 08:25:49 +0200
 +
 +plplot (5.2.1-19) unstable; urgency=low
 +
 +  * configure.ac: Added upstream patch from the CVS repository to avoid
 +    problems when using the variable $max_cmd_len in the libtool script.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 16 Sep 2003 12:37:48 +0200
 +
 +plplot (5.2.1-18) unstable; urgency=low
 +
 +  * debian/rules: Use dh_python to correctly generate python version
 +    dependencies in debian/python-plplot.substvars.  This will guarantee
 +    clean upgrades (closes: #207314).
 +  * Regenerated configuration files with latest versions of the autotools in
 +    Debian sid (automake 1.7.7 and libtool 1.5).
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 15 Sep 2003 10:21:09 +0200
 +
 +plplot (5.2.1-17) unstable; urgency=low
 +
 +  * Rebuilt against the new python2.3-dev itcl/itk 3.2 and iwidgets4
 +    packages.
 +  * debian/control:
 +    - Bumped Standards-Version to 3.6.1.
 +    - Bumped build-dependencies to python2.3, itcl3, and itk3.
 +    - plplot-tcl depends now on iwidgets4.
 +  * sysloc.in, configure.ac: Using patched version from CVS upstream with
 +    fixes in the Python configuration and in the list of include
 +    directories to find files itcl.h and itk.h.
 +  * Used new CVS upstream version of the documentation files with
 +    legacy license statement removed.  A uuencoded tarball
 +    debian/plplot-5.2.1-new-do.tar.gz.uu is included, which forced the
 +    inclusion of sharutils in Build-Depends.  Code have been added to
 +    debian/rules to unpack the new files in this tarball. The plplot-doc
 +    package is now DFSG compliant (closes: #202761).
 +  * utils/plrender.c: Patched from CVS upstream.  From the commit log:
 +    Comment out call to plSetInternalOpt which uses the tcl_cmd option
 +    that has been disabled in plargs.c.  This fix solves the plrender
 +    memory management problems and the crashes associated with plrender
 +    and device tk.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 25 Aug 2003 02:01:19 +0200
 +
 +plplot (5.2.1-16) unstable; urgency=low
 +
 +  * Disallow Build-Conflicts on f2c and fort77 for m68k.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed,  9 Jul 2003 23:29:46 +0200
 +
 +plplot (5.2.1-15) unstable; urgency=low
 +
 +  * Added build-dependency on fort77 for the m68k to match the
 +    build-dependencies of the octave2.1_2.1.50-2 package.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue,  8 Jul 2003 02:00:34 +0200
 +
 +plplot (5.2.1-14) unstable; urgency=low
 +
 +  * Rebuilt with new octave2.1 package (2.1.50-1), such that the
 +    octave-plplot has the correct dependencies in unstable.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu,  3 Jul 2003 11:01:24 +0200
 +
 +plplot (5.2.1-13) unstable; urgency=low
 +
 +  * Use new upstream version of sysloc.in, with better
 +    AC_MSG_CHECKING/AC_MSG_RESULT settings for the Octave checks.  This
 +    will help in interpreting the buildd logs for some architectures for
 +    which the building is failing.
 +  * debian/control: Added build-dependency on g++-3.2, since its path is
 +    hardcoded in /usr/bin/mkoctfile for some architectures.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue,  3 Jun 2003 23:20:16 +0200
 +
 +plplot (5.2.1-12) unstable; urgency=low
 +
 +  * Enable building of octave-plplot for all architectures.  The octave2.1
 +    package (version 2.1.49-3*) is working now in all 11 architectures of
 +    Debian sarge.  Hopefully, PLplot will now make its way into testing.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue,  3 Jun 2003 10:49:11 +0200
 +
 +plplot (5.2.1-11) unstable; urgency=low
 +
 +  * debian/control: Added arm to the list of excluded architectures of
 +    package octave2.*-header in Build-Depends.
 +  * debian/rules: Exclude building of Octave bindings for the arm
 +    architecture.
 +  * (N.B.: I am currently excluding the building of the octave-plplot for
 +    four architectures: hppa, powerpc, m68k, and arm.  I will revisit this
 +    decision later when octave2.1 will work again for these
 +    architectures.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 22 May 2003 22:50:37 +0200
 +
 +plplot (5.2.1-10) unstable; urgency=low
 +
 +  * debian/control: Added m68k to the list of excluded architectures of
 +    package octave2.*-header in Build-Depends.  Added dependency on
 +    python-numeric to package python-plplot.
 +  * debian/rules: Exclude building of Octave bindings for m68k
 +    architecture.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 22 May 2003 11:26:52 +0200
 +
 +plplot (5.2.1-9) unstable; urgency=low
 +
 +  * debian/control: Restored "Architecture: any" for the octave-plplot
 +    package.  Excluded build-dependencies on octave for the hppa and
 +    powerpc architectures.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 12 May 2003 18:30:23 +0200
 +
 +plplot (5.2.1-8) unstable; urgency=low
 +
 +  * Rebuilt using octave 2.1.48.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu,  8 May 2003 14:33:18 +0200
 +
 +plplot (5.2.1-7) unstable; urgency=low
 +
 +  * debian/rules: Correctly changed some rule dependencies to *-stamp,
 +    since the config target was being unnecessarily executed twice during
 +    the package building.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed,  7 May 2003 08:42:27 +0200
 +
 +plplot (5.2.1-6) unstable; urgency=low
 +
 +  * debian/rules: Added conditional exclusion of the octave-plplot package
 +    to the dh_gencontrol and dh_builddeb commands.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue,  6 May 2003 21:29:56 +0200
 +
 +plplot (5.2.1-5) unstable; urgency=low
 +
 +  * debian/rules: Added variable octave_mvf to control exclusion of
 +    package octave-plplot in dh_movefiles command.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue,  6 May 2003 16:59:52 +0200
 +
 +plplot (5.2.1-4) unstable; urgency=low
 +
 +  * Exclude architectures hppa and powerpc from the building of the
 +    octave-plplot package (in debian/control).  There are now variables
 +    octave_cfg and octave_pkg in debian/rules to control this.
 +  * debian/control: Changed description to comply with the Best Packaging
 +    Practices of the Debian Developer's Reference.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue,  6 May 2003 11:03:40 +0200
 +
 +plplot (5.2.1-3) unstable; urgency=low
 +
 +  * Fixed AC_MSG_CHECKING for the Octave prefix in sysloc.in (upstream
 +    file).  Also, added the lacking file doc/docbook/docbook.m4 from
 +    upstream CVS and regenerated configure with autoconf.
 +  * debian/rules: In clean rule, "make distclean" instead of "make clean".
 +  * Copied new top-level Makefile.am and Makefile.in from upstream CVS.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sat,  3 May 2003 08:54:18 +0200
 +
 +plplot (5.2.1-2) unstable; urgency=low
 +
 +  * debian/control: Removed the explicit build-dependencies on libpng-dev,
 +    libjpeg-dev, and libfreetype-dev, since they are declared as
 +    dependencies of libgd2-dev.  This is an attempt to fix the libpng
 +    incompatibility between libgd2-dev and libgnome-dev.  Also, fixed a typo
 +    in the Build-Conflicts field.
 +
 +  * debian/rules: Remove config.sub and config.guess in clean rule.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 29 Apr 2003 13:42:34 +0200
 +
 +plplot (5.2.1-1) unstable; urgency=low
 +
 +  * New stable upstream release.
 +  * debian/control: Removed warnings about experimental aspect of the
 +    packages in the Description fields (closes: #189499).
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sun, 20 Apr 2003 23:18:09 +0200
 +
 +plplot (5.2.0.cvs.20030415-1) unstable; urgency=low
 +
 +  * Built with new CVS sources.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sun, 13 Apr 2003 23:03:01 +0200
 +
 +plplot (5.2.0.cvs.20030411-1) unstable; urgency=low
 +
 +  * Built with new CVS sources.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 11 Apr 2003 09:51:08 +0200
 +
 +plplot (5.2.0.cvs.20030403-1) unstable; urgency=low
 +
 +  * Built with new CVS sources.
 +  * Added build depends on autotools-dev and let debian/rules update
 +    config.sub and config.guess.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu,  3 Apr 2003 16:52:17 +0200
 +
 +plplot (5.2.0.cvs.20030401-1) unstable; urgency=low
 +
 +  * Built with new CVS sources.
 +  * debian/control: Added build-dependency on matwrap.  Changed sections of
 +    libplplot-dev and python-plplot to libdevel and python.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 31 Mar 2003 21:33:38 +0200
 +
 +plplot (5.2.0.cvs.20030325-1) unstable; urgency=low
 +
 +  * Built with new CVS sources: The problem with the non-numerical version
 +    number in pkgIndex.tcl has been fixed (closes: #185677).
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 25 Mar 2003 15:34:25 +0100
 +
 +plplot (5.2.0.cvs.20030320-1) unstable; urgency=low
 +
 +  * Built with new CVS sources: configure has now new options for
 +    controlling configuration and building of the Docbook documentation.
 +    This should generated less warning messages in the autobuilders.
 +  * debian/control: Bumped Standards-Version to 3.5.9.  Added
 +    libxml-parser-perl and libxml-dom-perl to Build-Depends, since these
 +    Perl modules are needed for the Octave bindings.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 20 Mar 2003 09:27:35 +0100
 +
 +plplot (5.2.0.cvs.20030319-1) unstable; urgency=low
 +
 +  * Built with new CVS sources: Since my last upload, there has been only
 +    improvements in the Octave bindings.
 +  * debian/control: Set Priority: extra for plplot-tcl-dev, such that
 +    debcheck will not complain.  Also, changed the order of
 +    octave2.1-headers and octave2.0-headers in Build-Depends.  This will
 +    probably make the autobuilders to install the more recent version of
 +    Octave and fix the build problems.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed, 19 Mar 2003 08:31:30 +0100
 +
 +plplot (5.2.0.cvs.20030317-1) unstable; urgency=low
 +
 +  * Built with new CVS sources: fixes in the Octave bindings and in the
 +    Docbook documentation.  The configure script does not choke anymore if
 +    the swig program is not available (closes: #184694, closes: #183947).
 +  * Fixed the mess with the Python version.  Now, both Python 2.1 and 2.2
 +    are accepted and the dependency field of package python-plplot is
 +    obtained through the substvar ${python:Depends}, which is set in the
 +    rule config of debian/rules.
 +  * PLplot installs now the .oct file in a versioned directory.  The
 +    correct dependency of octave-plplot is now obtained through the
 +    substvar ${octave:Depends (closes: #183913).
 +  * debian/control:
 +      - Added dependencies on libqhull-dev and libfreetype6-dev to
 +        libplplot-dev, such that the examples will compile.
 +      - Removed build-dependency to xlib6g-dev.
 +  * debian/rules added --enable-smart-ac-output option to configure, to
 +    avoid needless recompilation of the documentation.
 +  * Moved the plplot_libtool script from libplplot5 into libplplot-dev.
 +  * The ntk driver is now correctly put in the plplot-tcl package, instead
 +    of libplplot5.  This was forcing the erroneous dependency of
 +    libplplot5 on Tcl/Tk 8.3.  Shame on me!
 +  * debian/control: Added build-dependencies to libpng3-dev and
 +    libjpeg62-dev, such that plplot-gd is built correctly.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Sun, 16 Mar 2003 15:09:45 +0100
 +
 +plplot (5.2.0.cvs.20030307-1) unstable; urgency=low
 +
 +  * Built with new CVS sources: there are slight improvements in the Octave
 +    bindings, regarding the user function toggle_plplot_use.
 +  * debian/control:
 +      - Changed some Priority and Section headers to match the override
 +        file in the Debian repository, such that the package upload will
 +        be accepted (hopefully).
 +      - Added m4 to Build-Depends.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri,  7 Mar 2003 09:47:22 +0100
 +
 +plplot (5.2.0.cvs.20030306-1) unstable; urgency=low
 +
 +  * Built with new CVS sources:
 +      - The new API plgriddata has been added, as well as the nn and csa
 +        libraries.
 +      - The pkg-config files changed place.
 +      - Xwin driver is now Pthreaded.
 +      - Patch to plsym.c allowing vertical text in the bottom and top axes.
 +  * debian/rules: Removing debian/files for lintian cleanness.  After
 +    installation, the dvi form of the documentation is deleted.
 +  * debian/plplot-doc.files: Added the .ps.gz documentation file.
 +  * debian/control: For plplot-doc, added Conlicts: relationship to
 +    libplplot5, since the .ps.gz have been moved.  Improved description
 +    for the plplot-doc package.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed,  5 Mar 2003 14:47:07 +0100
 +
 +plplot (5.2.0.cvs.20030301-1) unstable; urgency=low
 +
 +  * Built with new CVS sources.  Fixed gnome driver, which was plotting
 +    extraneous text on the canvas.  Also, the Octave initalization file is
 +    fixed now, and use_plplot really works.
 +  * debian/libplplot-dev.files: Added /usr/lib/pkgconfig dir.
 +  * debian/control: Removed optional dependencies on octave2.0, since the
 +    octave-plplot package is built for Octave 2.1 and the .oct file will not
 +    work with 2.0.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 28 Feb 2003 19:40:23 +0100
 +
 +plplot (5.2.0.cvs.20030227-2) unstable; urgency=low
 +
 +  * This is the first release of this cvs snapshot series to the Debian
 +    unstable repository (closes: #101264).
 +  * A big thanks to David Schleef, who has acted as interim maintainer
 +    (and made a great job) while I have been unavailable.
 +  * Many bugs that have been around for ages are fixed in this
 +    release:
 +    - The plplot-tcl package depends on tcl8.3 and tk8.3 (closes: #117186).
 +    - The octave-plplot package is totally new and has been integrated
 +      into the upstream sources of PLplot (closes: #91308).  Octave
 +      bindings are working correctly now (closes: #158446).  In
 +      particular, the plplot_octave-demo.m script works fine (closes: #69710).
 +    - use_plplot.m works correctly now (closes: #181875, closes: #74908),
 +      and all the files are found in the LOADPATH of Octave (closes: #179224).
 +    - Python examples should run now, thanks to the new dynamic drivers
 +      scheme (closes: #92150).
 +    - All PLplot manpages have proper whatis entries nows (closes: #100867).
 +    - Dependences on tk8.3-dev have been dropped (closes: #167412).
 +    - Build failure on sparc, due to bad c++ command line options should
 +      be fixed now (it was already in David's NMU, closes: #86880).
 +    - Packages should be fully installable in unstable (closes: #161569).
 +    - "octave2.1-headers | octave2.0-headers" have been added to
 +      Build-Depends, so that octave-plplot can be built from source
 +      (closes: 117708).
 +    - Packages build correctly on m68k (fixed in David's NMU,
 +      closes: #159807).
 +    - A problem in setting up octave2.1 has been fixed in Dirk
 +      Eddelbuettel's NMU (closes: #123700).
 +    - There is no plplot-bin package anymore.  Also, there is no
 +      dependency on nonexistent ghostscript package (closes: #136358).
 +    - The build failure due to a wrong Python directory has been fixed
 +      (closes:  #159811).
 +  * debian/control: Added warning message telling that the packages are
 +    experimental.
 +  * plplot-doc.prerm: Calling install-info with the correct number of
 +    arguments (closes: #182509).
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Fri, 28 Feb 2003 18:52:55 +0100
 +
 +plplot (5.2.0.cvs.20030227-1) unstable; urgency=low
 +
 +  * Built with new CVS sources.  Many DocBook related configuration
 +    problems have been fixed.
 +  * debian/rules: Added config-stamp creation to avoid double run of
 +    configure.  Run configure with --enable-docbook now.
 +  * debian/plplot-doc.prerm: Added file.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Thu, 27 Feb 2003 23:19:45 +0100
 +
 +plplot (5.2.0.cvs.20030225-1) unstable; urgency=low
 +
 +  * Built with new CVS sources.  Some rpath problems have been fixed, so
 +    that the package is Lintian clean as regard the rpath.
 +  * Created new package plplot-tcl-dev.
 +  * debian/rules: Give option --without-rpath to configure.
 +  * debian/control: Removed dependencies on packages necessary for
 +    compiling the DocBook documentation, since they will be available in
 +    the upstream distribution tarball.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 25 Feb 2003 14:05:53 +0100
 +
 +plplot (5.2.0.cvs.20030224-1) unstable; urgency=low
 +
 +  * Built with new CVS sources.  The info files and man pages are now
 +    included in the plplot-doc package.  There is also a new PLplot driver
 +    (mem).
 +  * debian/control: Added Build-Dependencies to Perl modules needed to
 +    generate the info form of documentation from the Docbook sources.
 +    Added build-dependency to libfreetype6-dev.  Added plplot-xwin
 +    dependency to plplot-tcl.
 +  * debian/plplot-doc.files: Added paths for info and man.
 +  * debian/rules: Give options --infodir and --with-freetype to
 +    configure.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 24 Feb 2003 16:36:52 +0100
 +
 +plplot (5.2.0.cvs.20030219-1) unstable; urgency=low
 +
 +  * Built with new CVS sources.  The plplot_octave.oct file is installed
 +    in localoctfiledir, instead of octfiledir.  This avoids the versioned
 +    installation directory.
 +  * debian/control: octave-plplot does not depend anymore on a specific
 +    version of Octave.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Wed, 19 Feb 2003 12:06:33 +0100
 +
 +plplot (5.2.0.cvs.20030218-2) unstable; urgency=low
 +
 +  * Something was strangely broken with the inclusion of files in the
 +    plplot-doc package, probably related to an extraneous config.cache
 +    file.  Fixed now.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 18 Feb 2003 21:37:44 +0100
 +
 +plplot (5.2.0.cvs.20030218-1) unstable; urgency=low
 +
 +  * Built with new CVS sources, with improved installation of Octave files.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 18 Feb 2003 18:08:44 +0100
 +
 +plplot (5.2.0.cvs.20030217-1) unstable; urgency=low
 +
 +  * Built with new CVS sources.
 +  * debian/rules:
 +    - Removed hacks for getting the Octave files correctly installed,
 +      since this is fixed in CVS now.
 +    - Added command to remove config.log and config.status files.  This
 +      makes lintian happy.
 +  * debian/octave-plplot.files: Included usr/share/doc/libplplot5/*.octave
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Mon, 17 Feb 2003 18:34:29 +0100
 +
 +plplot (5.2.0.cvs.20030214-1) unstable; urgency=low
 +
 +  * New upstream release, built directly from the CVS sources.
 +  * These packages are still experimental and are provided to help the
 +    preparation to the next upstream release (probably 5.2.1).
 +  * There has been a huge reorganization of the packages, thanks to the new
 +    dynamical loading of driver modules.  There has been too many changes to
 +    report here.
 +
 + -- Rafael Laboissiere <rafael at debian.org>  Tue, 16 Feb 2003 21:16:34 +0100
 +
 +plplot (5.1.0-1.1) unstable; urgency=low
 +
 +  * Non-Maintainer Upload
 +  * Update for python-2.2 (Closes: #159807, #159811, #161569)
 +  # reenable plplot-python on all architectures
 +  * change Recommends: ghostscript (Closes: #136358)
 +  * Depend on autoconf-2.13, since scripts are broken for 2.50
 +
 + -- David Schleef <ds at schleef.org>  Fri, 11 Oct 2002 13:25:28 -0700
 +
 +plplot (5.1.0-1) unstable; urgency=low
 +
 +  * Non-Maintainer Upload
 +  * New upstream version (Closes: #101264)
 +  * handle changing of name of libplmatrixd to libtclmatrixd.  Since
 +    this library is only used by libplplotd, it is not a ABI change.
 +    libtclmatrixd should probably be in a separate directory or linked
 +    directly with libplplotd -- this needs to be coordinated with
 +    upstream, and may also be moot once this packaged is changed to
 +    use loadable modules for the drivers.
 +
 + -- David Schleef <ds at schleef.org>  Thu, 15 Aug 2002 18:31:37 -0700
 +
 +plplot (5.0.2-1.1) unstable; urgency=low
 +
 +  * NMU
 +  * Fix hppa build problems. Closes: #141723
 +  * Remove 'potato' from version number.
 +
 + -- LaMont Jones <lamont at debian.org>  Sun,  7 Apr 2002 21:22:06 -0600
 +
 +plplot (5.0.2-0.potato.3.2) unstable; urgency=low
 +
 +  * Non-Maintainer Upload
 +  * debian/control, debian/rules: plplot indirectly Build-Depends
 +    on lapack to build python-plplot.  Since lapack is only available
 +    on a few architectures, this causes problems building the other
 +    packages on all architectures.  Fixed to Build-Depend and build
 +    python-plplot only on working architectures.
 +
 + -- David Schleef <ds at schleef.org>  Fri, 15 Mar 2002 20:49:18 -0500
 +
 +plplot (5.0.2-0.potato.3.1) unstable; urgency=low
 +
 +  * Non-Maintainer Upload
 +  * Fix build dependencies (Closes: #92344, #98119, #102014)
 +  * cf/syslog.in: backport configure rules for tcl/itcl and python2.1
 +    (fixes new build problems)
 +  * debian/control: add dependencies to plplot-dev (Closes: #101392)
 +  * remove use of {} globbing in debian/rules (Closes: #101259)
 +  * debian/changelog: removed emacs settings
 +  * debian/control: change the tk/tcl build dependencies to 8.3
 +  * debian/*: update for python2.1
 +  * debian/control: fix python dependencies to coorespond to policy
 +  * debian/control: remove dependency on itk3.1, since it's added by
 +    ${shlibs:Depends}
 +  * debian/*.shlibs: Added shlibs files
 +    Note: the libplmatrix entry in plplot-tcl.shlibs specifies
 +    plplot-xwin, but plplot-xwin doesn't actually have the
 +    library.  This is ok, since it should only be used by
 +    libplplotd.so.
 +  * Fixed packages interdependencies and added ${shlibs:Depends}
 +    where appropriate
 +  * Fixed postinst, prerm scripts to use debhelper
 +
 + -- David Schleef <ds at schleef.org>  Sun, 17 Feb 2002 18:51:57 -0800
 +
 +plplot (5.0.2-0.potato.3) unstable; urgency=low
 +
 +  * debian/control: Made plplot-common conflict and replace plplot <<
 +    5.0.2, because plplot-common took over plplot's FAQ file.  Thanks to
 +    Jim LewisMoss <dres at mindspring.com> (closes: #90846).
 +  * Removed some useless debian/*.dirs files, particularly
 +    plplot-tcl.dirs, which was creating a wrong directory
 +    /usr/lib/plplot5.0.1 (!).
 +  * Added more build dependencies, based on the buildd report on Sparc.
 +    Also, patched cf/sysloc.in to have configure finding the file tcl.h.
 +    Thanks to Ben Collins <bcollins at debian.org> (closes: #91228).
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Mon, 26 Mar 2001 17:34:01 +0200
 +
 +plplot (5.0.2-0.potato.2) unstable; urgency=low
 +
 +  * Removed a extraneous file in the upstream directory.
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Thu, 22 Mar 2001 16:47:49 +0100
 +
 +plplot (5.0.2-0.potato.1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Backported patch from CVS for using fseek/ftell everywhere to
 +    eliminate non-portable behavior (closes: #86512).
 +  * Changes in the upstream configuration file for making the installation
 +    relocatable.  This will be hopefully integrated upstream in the next
 +    release of PLplot, and the Debian diff file will be reduced to files
 +    in the debian/ directory.
 +  * debian/plplot-doc.doc-base, debian/plplot-doc.files: Added files.
 +  * debian/plplot-doc.postinst: Added file for installing info files.
 +  * Added html, pdf, ps, and info forms of the PLplot manual to the
 +    plplot-doc package.
 +  * debian/plplot-dev.files: Added man pages generated from the DocBook
 +    API documentation.
 +  * debian/rules: Added commands for installing files into the plplot-doc
 +    and plplot-dev packages.
 +  * debian/control: Make plplot-doc conflict with plplot << 5.  This is
 +    because of the info files.
 +  * debian/plplot-*.README.Debian: Updated.
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Thu, 22 Mar 2001 14:14:35 +0100
 +
 +plplot (5.0.1-0.potato.5) unstable; urgency=low
 +
 +  * debian/control: Changed section of plplot-dev to devel (to avoid mail
 +    notification sent by dinstall, that overrides my choice).  Made
 +    plplot-tcl depend on iwidgets3.1 (which is needed to run example
 +    tk02).
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Mon, 19 Feb 2001 12:29:25 +0100
 +
 +plplot (5.0.1-0.potato.4) unstable; urgency=low
 +
 +  * debian/rules: Excluding examples/ dir from list of compressible files
 +    by dh_compress.
 +    Make x16.py non-executable, since it is lacking the initial #! line.
 +    Give explicit -l options for dh_shlibdeps for packages plplot-tcl and
 +    plplot-xwin.  This will avoid the wrong dependencies that were being
 +    generated.
 +  * debian/control: Build-depends on iTcl.  This will make the plplot-tcl
 +    package [incr Tcl]-able.  This is needed to run the tk/tk01 and
 +    tk/tk04 examples (thanks to Alan Irwin <irwin at beluga.phys.uvic.ca> for
 +    pointing this out).  Also, made plplot-tcl depend on itk3.1.
 +  * examples/c/plcdemos.h: Removed #definition of PL_DOUBLE, as it is
 +    already done by plConfig.h.
 +  * cf/sysloc.in: Added /usr/include/itcl3.1/generic to incdirs_default.
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Thu, 15 Feb 2001 13:47:16 +0100
 +
 +plplot (5.0.1-0.potato.3) unstable; urgency=low
 +
 +  * debian/control: Make plplot-common conflict with older version of
 +    plplot.  This makes a smooth upgrade.
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Tue, 13 Feb 2001 12:53:09 +0100
 +
 +plplot (5.0.1-0.potato.2) unstable; urgency=low
 +
 +  * debian/control: Better descriptions for plplot-c++ and plplot-common
 +    (thanks to Alan Irwin <irwin at beluga.phys.uvic.ca>).  Added "Replaces:"
 +    fields to plplot-xwin and plplot-tcl.  The dependencies now are
 +    simplified thanks to the use of a virtual package plplot-lib.
 +  * debian/plplot-doc.files: Removed file.
 +  * debian/plplot-dev.files: Addded usr/include.  This will put the header
 +    files into plplot-dev (thanks again to Alan).
 +  * Created new package plplot-bin with pltek, plpr and plm2gif, which
 +    were before in plplot-common.  This was causing circular dependency
 +    problems.
 +  * debian/plplot-common.files: Get some files that were wrongly going
 +    into the "empty" package plplot.
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Tue, 13 Feb 2001 12:21:20 +0100
 +
 +plplot (5.0.1-0.potato.1) unstable; urgency=low
 +
 +  * New upstream release.  Starting with version 5.0.0, PLplot entered a
 +    new development phase.  The project is now hosted at SourceForge
 +    (http://plplot.sourceforge.net) and the current Debian maintainer is
 +    also involved with upstream development.
 +  * This release works with potato (hence the release number).
 +  * There has been an overall reorganisation of the packages.  There is
 +    now a package called plplot-common, containing the data files.
 +    plplot-xwin and plplot-tcl are both exclusive and contain the shared
 +    libs.  plplot-c++ has the C++ bindings shared lib.  python-plplot is
 +    working with Python 1.5 and has been reintroduced.  plplot-doc is for
 +    now just a boilerplate package, waiting for the DocBook docs to be
 +    introduced in PLplot 5.0.2.
 +  * Prompt flush for pltcl is working now (closes: #58273).
 +  * debian/control:
 +    - Upgraded Standards-Version to 3.1.0.
 +    - Added Build-Depends.
 +    - Forced conflict between plplot and plplot-tcl packages.
 +    - New descriptions for packages plplot-dev and plplot-doc to reflect
 +      the fact that examples go into plplot-dev and plplot-doc is just a
 +      placeholder for future inclusion of the documentation in DocBook
 +      format.
 +    - Updated URL location of the PLplpot website.
 +    - Reintroduced entry for python-plplot.  Updated its dependency on
 +      plplot-tcl.
 +  * debian/postinst: Place "exit 0" at the right place, allowing debhelper
 +    added code to be executed (closes: #77997).  Also, removed code for
 +    installing info manual.  In the future, this will go in pakcage
 +    plplot-doc.
 +  * debian/rules: Major rewrite to reflect the new features of upstream
 +    build and install.  The main novelty here is the capability of
 +    doing make install with another $prefix than that used for building.
 +  * debian/*.{docs,files}: Heavily modified to reflect the new upstream
 +    version.
 +  * debian/control-python, debian/fix-tk-path.pl, debian/postrm,
 +    debian/python-exec-header, debian/python-plplot.postinst.debhelper,
 +    debian/python-plplot.prerm.debhelper: Removed files.
 +  * debian/plplot-980407-plplot-980407-new.patch: Removed this obsolete
 +    file.
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Mon, 12 Feb 2001 16:51:09 +0100
 +
 +plplot (4.99j-11) frozen unstable; urgency=low
 +
 +  * Added --disable-linuxvga to configure options fixing an important bug
 +    report (closes: #65216).
 +  * The lib*tk files are moved to the right package now (plplot-tcl).
 +    This fixes the unnecessary dependency of the bare library package
 +    (plplot) on the TCl/Tk libraries.
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Wed,  7 Jun 2000 18:00:18 +0200
 +
 +plplot (4.99j-10) unstable; urgency=low
 +
 +  * debian/rules:
 +    - Using option --without-f2c with ./configure.  This should avoid the
 +      build problems when the package f2c (which provides /usr/bin/fc) is
 +      installed (closes: #30944).
 +    - Erase empty dir usr/share/doc/examples after dh_movefiles.  This
 +      prevents the plplot from having junk in it.
 +  * debian/control: Excluded problematic package python-plplot.  Created
 +    file debian/control-pyhton for easy reversal in the future (closes:
 +    #33150).
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Mon,  8 Nov 1999 12:17:27 +0100
 +
 +plplot (4.99j-9) unstable; urgency=low
 +
 +  * Added "#define PLPLOT_DOUBLE" to plcdemos.h.  This will allow
 +    compilation of the examples, due to the lacking of `PLPLOT_DOUBLE'
 +    definition (Closes: #49120, #36993).  Also added a note in
 +    plplot-dev.README.Debian indicating how to compile correctly.
 +  * FHS compliant.
 +  * Upgraded to Standards-Version 3.0.1 (requires debhelper >= 2.0.68).
 +  * debian/copyright: Right location for the LGPL.
 +  * cf/sysconf.in: Added `SHLIB_F77FLAGS="-fpic -fPIC"'.
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Sat,  6 Nov 1999 21:01:13 +0100
 +
 +plplot (4.99j-8) frozen unstable; urgency=low
 +
 +  * Recompiled with new release of libc6 (cf discussion in debian-devel
 +    starting at
 +    http://www.debian.org/Lists-Archives/debian-devel-9812/msg00998.html).
 +  * Changed LDC in cf/sysconf.in to F77 (link with gcc complains because
 +    it is lacking symbols from g77).
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Fri, 11 Dec 1998 22:20:08 +0100
 +
 +plplot (4.99j-7) frozen unstable; urgency=low
 +
 +  * Set Conflicts relationship because files were moved around in the
 +    latest release (Fixes Bug#29694, reported by  Francesco Potorti`
 +    <F.Potorti at cnuce.cnr.it>).
 +  * Rebuilt to fix bogus dependency on tkstep8.0 (closes Bug#29704
 +    reported by Matthias Klose <doko at cs.tu-berlin.de>)
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Thu, 19 Nov 1998 16:33:24 +0100
 +
 +plplot (4.99j-6) frozen unstable; urgency=low
 +
 +  * Uploading to frozen and unstable.  (The previous release, 4.99j-5, was
 +    rejected and I never reuploaded it.)
 +  * Revamped debian/rules with use of variables for the debian dirs.
 +  * Corrected typo in plplot-dev.README (closes Bug#28534).
 +  * No compression of executable exemples in package plplot-doc.
 +  * Fixed paths only for tk* scripts under /usr/doc/plplot/examples/tk.
 +  * Fixed permission for plcolor.tcl and tkdemos.tcl.
 +  * Fixed path for script x16.py (in plplot-doc).
 +  * Moved library files libMatrix and libplplotdtk from plplot-tcl to
 +    plplot.
 +  * Moved info file from the plplot-doc package to the base package
 +    plplot: this is the only documentation availalbe for the PLplot API.
 +  * Fixed typo ("\*") in debhelper compress files.
 +  * Fixed the problem related to the naming of shared libraries.
 +  * Improved "Description:" fields in debian/control:
 +    - Added "a scientific library" to first line (as suggested by
 +      Christopher J. Fearnley <cjf at I21.com>).
 +    - Included URL of PLplot homepage for each package.
 +  * dh_shlibdeps does not act on package python-plplot.
 +  * postinst and postrm test now for its argument.
 +  * Rewrote README.Debian files.
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Fri, 13 Nov 1998 03:02:34 +0100
 +
 +plplot (4.99j-5) unstable; urgency=low
 +
 +  * Build with patch from Joao Cardoso <jcardoso at inescn.pt> for Octave
 +    interface.  The patch file is included in the debian/ directory.
 +  * The orig.tar.gz and the diff.gz files were absent from 4.99j-4
 +    upload.  This is corrected now (bug reported by Paul Slootman
 +    <paul at wau.mis.ah.nl>).
 +  * Corrected sed expression for fixing the #! path in Python scripts
 +  * Corrected bug in debian/compress file which was causing compression of
 +    executable scripts under usr/doc/plplot/examples.
 +  * Created plplot-tcl.postinst with a call to ldconfig, as plplot-tcl
 +    includes shared libraries.
 +  * Links to the shared library are now Policy compliant, i.e. their names
 +    have only one number after .so.
 +  * 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.
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Wed, 14 Oct 1998 16:42:08 +0200
 +
 +plplot (4.99j-4) unstable; urgency=low
 +
 +  * debian/fix-tk-path.pl script is chmod'd in debian/rules files: now
 +    fixes really first part of Bug#26935.  Fix suggested by Paul Slootman
 +    <paul at wau.mis.ah.nl>.
 +  * debian/control: plplot-doc architecture is now "all" and is compiled
 +    in the binary-indep section of debian/rules (suggested by
 +    Paul Slootman <paul at wau.mis.ah.nl>).  In order to do that, big changes
 +    in debian/rules were done.  Hope I did not screw things up.
 +  * debian/rules: Corrected hideous bug in chmod mode switches: "chmod -x"
 +    should be "chmod +x".
 +  * Corrected some typos in debian/control, debian/copyright.
 +  * cf/pkg_tcl.in: put number version in libMatrix.so (changed
 +    README.Debian to document the fix).
 +  * Moved libMatrix.so and libMatrix.a to plplot-dev package.
 +  * Moved libMatrix.so.* and libplplotdtk.so.* to plplot-tcl package, and
 +    made plplot-dev depend on plplot-tcl (changed debian/control file to
 +    reflect the changes).
 +  * I just realized that the upstream Python support works only with
 +    python-1.4.  I will fix this in the next release.
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Tue, 13 Oct 1998 20:00:06 +0200
 +
 +plplot (4.99j-3) unstable; urgency=low
 +
 +  * debian/rules: fixing Python path for python scripts is done now with a
 +    sed command (get rid of debian/fix-python-path.pl).  Suggested by
 +    Matthias Klose <doko at cs.tu-berlin.de>.
 +  * Change in upstream file utils/pltek.c: gcc 2.7.2.3 deprecates the use
 +    of gets
 +  * Corrected file debian/plplot-dev.files, in order to have the files
 +    libMatrix.* included in the right package (plplot).
 +  * Make plplot conflict with plplot-dev for versions previous to this
 +    one, because of the move of libMatrix.*.
 +  * Changed mode of debian/fix-tk-path.pl script to executable (fixes
 +    first part of Bug#26935).
 +  * Building is now done entirely under debian/tmp (fixes second part of
 +    Bug#26935).
 +  * Buildning now `with double' instead of `with float', as required for
 +    the PLplot Octave interface.  Also, all instances of `libplotf*' were
 +    changed to `libplotd*' (in debian/rules and in debian/*.files).
 +  * /usr/lib/libplplotdtk.so.* files moved to the plplot package (they were
 +    in plplot-tcl): this fixes the problem of installing the plplot-dev
 +    package with a dangling symlink.
 +  * Removed file debian/dirs, which had no function at all.
 +  * Tcl/Tk and Python scripts under /usr/doc/plplot/examples are now
 +    executable.
 +  * fix-tk-path.pl: corrected "/example/" -> "/examples/"
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Mon, 12 Oct 1998 15:20:26 +0200
 +
 +plplot (4.99j-2) unstable; urgency=low
 +
 +  * Using debhelper 0.93 : README.Debian files are installed automatically
 +    by dh_installdocs
 +  * Fixed some problems found by Matthias Klose <doko at cs.tu-berlin.de>.
 +    Danke Matthias!
 +  * Corrected typo in fix-pytho-path.pl, that made all python examples
 +    have size equal to zero.
 +  * examples/Makefile has now correct references to /usr directories
 +  * Scripts under /usr/doc/plplot/examples are no more compressed
 +  * Tk scripts under /usr/doc/examples/tk have now the right path after
 +    `#!'
 +  * Added dependency python-tk to python-plplot
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Mon, 22 Jun 1998 21:53:26 +0200
 +
 +plplot (4.99j-1) experimental; urgency=low
 +
 +  * Initial Release.
 +
 + -- Rafael Laboissiere <rafael at icp.inpg.fr>  Sat, 13 Jun 1998 00:50:50 +0200
 +
diff --cc debian/compat
index 7f8f011,0000000..ec63514
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 7
++9
diff --cc debian/control
index 1cd6f26,0000000..6c86804
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,453 -1,0 +1,480 @@@
 +Source: plplot
 +Section: math
 +Priority: optional
 +Maintainer: Andrew Ross <andrewross at users.sourceforge.net>
- Standards-Version: 3.9.3
- Build-Depends: cmake (>= 2.6.3), debhelper (>= 7), 
++Standards-Version: 3.9.5
++Build-Depends: cmake (>= 2.6.3), debhelper (>= 9), 
 + tcl8.5-dev, tk8.5-dev, itcl3-dev, libx11-dev, libxext-dev,
-  libxi-dev, gfortran, itk3-dev, liboctave-dev,
-  libgd2-noxpm-dev | libgd2-xpm-dev, m4, libqhull-dev (>= 2003.1-8), 
++ libxi-dev, gfortran, itk3-dev, iwidgets4, liboctave-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, 
++ slice, python-gtk2-dev, libwxgtk3.0-dev, 
 + python-all-dev (>= 2.6.6-3~),
 + python-numpy (>= 1:1.4.1-4~), ttf-freefont, default-jdk,
 + fastjar, swig, gnat [!sh4], libqt4-dev, python-sip-dev, 
-  python-qt4, python-qt4-dev,
++ python-qt4, python-qt4-dev, 
 + ocaml-nox, camlidl, ocaml-findlib, libcairo-ocaml-dev,
-  liblablgtk2-ocaml-dev, liblua5.1-0-dev, lua5.1, gdc-v1
- Build-Depends-Indep: docbook-xml, docbook, docbook-dsssl, docbook-xsl,
-  docbook2x, opensp, jadetex, ghostscript
++ liblablgtk2-ocaml-dev, liblua5.1-0-dev, lua5.1, gdc, libshp-dev,
++ xvfb, xauth
++Build-Depends-Indep: xmlto, fop, docbook-xml, docbook-xsl, docbook2x, 
++ dblatex, texlive-xetex, ghostscript, lmodern
 +Build-Conflicts: libplplot5
 +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: libplplot11
++Package: libplplot12
 +Architecture: any
 +Section: libs
- Conflicts: libplplot9
++Conflicts: libplplot11
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +Depends: ${shlibs:Depends}, ${misc:Depends}
- Suggests: plplot11-driver-xwin, plplot11-driver-gd,
-  plplot11-driver-cairo, plplot11-driver-qt, plplot11-driver-wxwidgets, plplot-tcl
++Suggests: plplot12-driver-xwin, plplot12-driver-gd,
++ plplot12-driver-cairo, plplot12-driver-qt, plplot12-driver-wxwidgets, plplot-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
 + 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 contains the PLplot library for C, as well as the necessary
 + data files.
 +
 +Package: libplplot-dev
 +Architecture: any
 +Section: libdevel
 +Recommends: pkg-config, cmake, libplplot-ocaml, libplplot-lua, libplplot-d
 +Suggests: plplot-doc
- Depends: libplplot11 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
 + libltdl3-dev, libqsastime-dev, ${misc:Depends}, 
-  libplplot-c++10 (= ${binary:Version}), libplplot-fortran9 (= ${binary:Version})
++ libplplot-c++11 (= ${binary:Version}), libplplot-fortran10 (= ${binary:Version})
 +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
 + 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 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, Octave, Ada and Java 
-  install the plplot-tcl-dev, python-plplot, octave-plplot, libplplot-ada0-dev
++ install the plplot-tcl-dev, python-plplot, octave-plplot, libplplot-ada1-dev
 + and libplplot-java packages, respectively. This package also includes the 
 + OCaml, lua and D examples. To use one of these languages you will also 
 + need to install the libplplot-xxx package for that language.
 +
- Package: libplplot-c++10
++Package: libplplot-c++11
 +Architecture: any
 +Section: libs
- Conflicts: libplplot5, libplplot-c++9, libplplot-c++9c2
- Replaces: libplplot-c++9c2
++Conflicts: libplplot5, libplplot-c++9, libplplot-c++9c2, libplplot-c++10
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: Scientific plotting library (C++ binding)
 + 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 contains the C++ binding for PLplot.
 +
- Package: libplplot-fortran9
++Package: libplplot-fortran10
 +Architecture: any
 +Section: libs
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +Depends: ${shlibs:Depends}  , ${misc:Depends}
 +Description: Scientific plotting library (fortran 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 contains the Fortran 77 and Fortran 95 bindings for
-  PLplot. Note: the Fortran 77 bindings have been deprecated in the latest
-  version of PLplot, and will be dropped from a future release. New code
-  should use the Fortran 95 bindings.
++ This package contains the Fortran 95 bindings for PLplot. Note: the Fortran 
++ 77 bindings have been deprecated upstream for some time and have now been 
++ dropped from the Debian packages. 
 +
 +Package: libplplot-java
 +Architecture: any
 +Section: java
 +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
 + 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 contains the Java bindings for PLplot.
 +
 +Package: libcsiro0
 +Architecture: any
 +Section: libs
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: Scientific plotting library (CSIRO libraries)
 + This package contains two libraries developed by Pavel Sakov, from the
 + CSIRO Marine Research, used in geometry applications:
 + .
 +  * libcsirocsa: bivariate Cubic Spline Approximation library
 +  * libcsironn: Natural Neighbours interpolation library
 + .
 + The source code for these libraries are part of the plplot source
 + package.
 +
 +Package: libqsastime0
 +Architecture: any
 +Section: libs
 +Conflicts: libplplot9
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +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.
 + .
 + 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)
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +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.
 + .
 + The source code for this library is part of the plplot source
 + package.
 +
- Package: plplot11-driver-xwin
++Package: plplot12-driver-xwin
 +Architecture: any
 +Section: libs
 +Depends: ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +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
 + 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 X11 driver module for PLplot.
 +
- Package: plplot11-driver-wxwidgets
++Package: plplot12-driver-wxwidgets
 +Architecture: any
 +Section: libs
- Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12, ${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
 + 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 wxWidgets driver module for PLplot.
 +
 +Package: plplot-tcl
 +Architecture: any
- Depends: plplot11-driver-xwin, iwidgets4, ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: plplot12-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
 + 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 contains the Tcl/Tk support for PLplot: shared libraries,
-  Tcl modules, the Tk driver, and some programs for interactive use of
-  PLplot (plserver and pltcl). 
++ Tcl modules and the Tk driver.
 +
- Package: plplot-tcl-dev
++Package: plplot-tcl-bin
 +Architecture: any
- 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
++Depends: plplot-tcl, ${shlibs:Depends}, ${misc:Depends}
++Description: Tcl/Tk tools 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
 + 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 contains the necessary files to do development in Tcl/Tk
-  with PLplot: header files, shared libraries links, and examples.
++ This package contains the pltcl program for interactive use of the Tcl/Tk 
++ support for PLplot. 
 +
- Package: plplot11-driver-gd
++Package: plplot-tcl-dev
 +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)
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12 (= ${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
 + 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 GD driver module for PLplot. It allows the
-  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. 
++ This package contains the necessary files to do development in Tcl/Tk
++ with PLplot: header files, shared libraries links, and examples.
 +
- Package: plplot11-driver-cairo
++Package: plplot12-driver-cairo
 +Architecture: any
 +Section: libs
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +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
 + 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 Cairo driver module for PLplot.  It is based
 + on the Cairo 2D graphics library with supporting multiple output devices
 + (X-Window, PDF, PostScript, and PNG).
 +
 +Package: python-plplot
 +Architecture: any
 +Section: python
- Depends: libplplot11 (= ${binary:Version}), ${shlibs:Depends},
++Depends: libplplot12 (= ${binary:Version}), ${shlibs:Depends},
 + ${python:Depends}, ${misc:Depends}
 +Provides: ${python:Provides}
 +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
 + 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 contains the library plmodule.so for gluing the PLplot
 + scientific plotting library into Python applications.  Examples are also
 + provided.
 +
 +Package: python-plplot-qt
 +Architecture: any
 +Section: python
- Depends: libplplot11 (= ${binary:Version}), python-plplot (= ${binary:Version}), 
-  plplot11-driver-qt (= ${binary:Version}), 
++Depends: libplplot12 (= ${binary:Version}), python-plplot (= ${binary:Version}), 
++ plplot12-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
- Depends: libplplot11 (= ${binary:Version}), octave (>= 3.6.1), ${shlibs:Depends},
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12 (= ${binary:Version}), octave (>= 3.6.1), ${shlibs:Depends},
 + ${misc:Depends}
 +Description: Octave 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
 + 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 contains the Octave bindings for PLplot.  It provides an
 + almost drop-in replacement for the traditional Gnuplot graphical
 + interface in Octave. Examples are also provided.
 +
- Package: libplplot-ada0
++Package: libplplot-ada1
 +Architecture: any
- Depends: libplplot11 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 +Breaks: libplplot-ada (<< 5.9.8-2)
 +Replaces: libplplot-ada (<< 5.9.8-2)
 +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
 + 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 contains the runtime Ada bindings library for PLplot.  
 +
 +
- Package: libplplot-ada0-dev
++Package: libplplot-ada1-dev
 +Architecture: any
 +Section: libdevel
 +Suggests: plplot-doc
- Depends: libplplot11 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
-  libltdl3-dev, libqsastime-dev, gnat, gnat-4.6, ${misc:Depends}, 
-  libplplot-ada0 (= ${binary:Version})
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
++ libltdl3-dev, libqsastime-dev, gnat, gnat-4.9, ${misc:Depends}, 
++ libplplot-ada1 (= ${binary:Version})
 +Recommends: libplplot-dev
 +Breaks: libplplot-ada (<< 5.9.8-2), libplplot-dev (<< 5.9.8-2)
 +Description: Ada support for PLplot, a 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
 + 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 contains all that is needed for doing PLplot development in 
 + Ada.
 +
 +
 +Package: plplot-doc
 +Architecture: all
 +Section: doc
 +Suggests: libplplot-dev
 +Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
 +Description: Documentation 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
 + 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 contains the HTML, PDF, PostScript and info forms of the
 + PLplot documentation.  It also contains the man pages for the API
 + functions.
 +
- Package: plplot11-driver-qt
++Package: plplot12-driver-qt
 +Architecture: any
 +Section: libs
- Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12, ${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
- Depends: libplplot11, ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
++Depends: libplplot12, 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
- Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}, lua5.1
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12, ${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
- Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12, ${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 ab9edd1,0000000..acb7bf1
mode 100644,000000..100644
--- a/debian/control.in
+++ b/debian/control.in
@@@ -1,453 -1,0 +1,480 @@@
 +Source: plplot
 +Section: math
 +Priority: optional
 +Maintainer: Andrew Ross <andrewross at users.sourceforge.net>
- Standards-Version: 3.9.3
- Build-Depends: cmake (>= 2.6.3), debhelper (>= 7), 
++Standards-Version: 3.9.5
++Build-Depends: cmake (>= 2.6.3), debhelper (>= 9), 
 + tcl8.5-dev, tk8.5-dev, itcl3-dev, libx11-dev, libxext-dev,
-  libxi-dev, gfortran, itk3-dev, liboctave-dev,
-  libgd2-noxpm-dev | libgd2-xpm-dev, m4, libqhull-dev (>= 2003.1-8), 
++ libxi-dev, gfortran, itk3-dev, iwidgets4, liboctave-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, 
++ slice, python-gtk2-dev, libwxgtk3.0-dev, 
 + python-all-dev (>= 2.6.6-3~),
 + python-numpy (>= 1:1.4.1-4~), ttf-freefont, default-jdk,
 + fastjar, swig, gnat [!sh4], libqt4-dev, python-sip-dev, 
-  python-qt4, python-qt4-dev,
++ python-qt4, python-qt4-dev, 
 + ocaml-nox, camlidl, ocaml-findlib, libcairo-ocaml-dev,
-  liblablgtk2-ocaml-dev, liblua5.1-0-dev, lua5.1, gdc-v1
- Build-Depends-Indep: docbook-xml, docbook, docbook-dsssl, docbook-xsl,
-  docbook2x, opensp, jadetex, ghostscript
++ liblablgtk2-ocaml-dev, liblua5.1-0-dev, lua5.1, gdc, libshp-dev,
++ xvfb, xauth
++Build-Depends-Indep: xmlto, fop, docbook-xml, docbook-xsl, docbook2x, 
++ dblatex, texlive-xetex, ghostscript, lmodern
 +Build-Conflicts: libplplot5
 +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: libplplot11
++Package: libplplot12
 +Architecture: any
 +Section: libs
- Conflicts: libplplot9
++Conflicts: libplplot11
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +Depends: ${shlibs:Depends}, ${misc:Depends}
- Suggests: plplot11-driver-xwin, plplot11-driver-gd,
-  plplot11-driver-cairo, plplot11-driver-qt, plplot11-driver-wxwidgets, plplot-tcl
++Suggests: plplot12-driver-xwin, plplot12-driver-gd,
++ plplot12-driver-cairo, plplot12-driver-qt, plplot12-driver-wxwidgets, plplot-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
 + 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 contains the PLplot library for C, as well as the necessary
 + data files.
 +
 +Package: libplplot-dev
 +Architecture: any
 +Section: libdevel
 +Recommends: pkg-config, cmake, libplplot-ocaml, libplplot-lua, libplplot-d
 +Suggests: plplot-doc
- Depends: libplplot11 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
 + libltdl3-dev, libqsastime-dev, ${misc:Depends}, 
-  libplplot-c++10 (= ${binary:Version}), libplplot-fortran9 (= ${binary:Version})
++ libplplot-c++11 (= ${binary:Version}), libplplot-fortran10 (= ${binary:Version})
 +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
 + 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 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, Octave, Ada and Java 
-  install the plplot-tcl-dev, python-plplot, octave-plplot, libplplot-ada0-dev
++ install the plplot-tcl-dev, python-plplot, octave-plplot, libplplot-ada1-dev
 + and libplplot-java packages, respectively. This package also includes the 
 + OCaml, lua and D examples. To use one of these languages you will also 
 + need to install the libplplot-xxx package for that language.
 +
- Package: libplplot-c++10
++Package: libplplot-c++11
 +Architecture: any
 +Section: libs
- Conflicts: libplplot5, libplplot-c++9, libplplot-c++9c2
- Replaces: libplplot-c++9c2
++Conflicts: libplplot5, libplplot-c++9, libplplot-c++9c2, libplplot-c++10
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: Scientific plotting library (C++ binding)
 + 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 contains the C++ binding for PLplot.
 +
- Package: libplplot-fortran9
++Package: libplplot-fortran10
 +Architecture: any
 +Section: libs
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +Depends: ${shlibs:Depends}  , ${misc:Depends}
 +Description: Scientific plotting library (fortran 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 contains the Fortran 77 and Fortran 95 bindings for
-  PLplot. Note: the Fortran 77 bindings have been deprecated in the latest
-  version of PLplot, and will be dropped from a future release. New code
-  should use the Fortran 95 bindings.
++ This package contains the Fortran 95 bindings for PLplot. Note: the Fortran 
++ 77 bindings have been deprecated upstream for some time and have now been 
++ dropped from the Debian packages. 
 +
 +Package: libplplot-java
 +Architecture: any
 +Section: java
 +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
 + 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 contains the Java bindings for PLplot.
 +
 +Package: libcsiro0
 +Architecture: any
 +Section: libs
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: Scientific plotting library (CSIRO libraries)
 + This package contains two libraries developed by Pavel Sakov, from the
 + CSIRO Marine Research, used in geometry applications:
 + .
 +  * libcsirocsa: bivariate Cubic Spline Approximation library
 +  * libcsironn: Natural Neighbours interpolation library
 + .
 + The source code for these libraries are part of the plplot source
 + package.
 +
 +Package: libqsastime0
 +Architecture: any
 +Section: libs
 +Conflicts: libplplot9
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +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.
 + .
 + 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)
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +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.
 + .
 + The source code for this library is part of the plplot source
 + package.
 +
- Package: plplot11-driver-xwin
++Package: plplot12-driver-xwin
 +Architecture: any
 +Section: libs
 +Depends: ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +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
 + 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 X11 driver module for PLplot.
 +
- Package: plplot11-driver-wxwidgets
++Package: plplot12-driver-wxwidgets
 +Architecture: any
 +Section: libs
- Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12, ${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
 + 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 wxWidgets driver module for PLplot.
 +
 +Package: plplot-tcl
 +Architecture: any
- Depends: plplot11-driver-xwin, iwidgets4, ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: plplot12-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
 + 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 contains the Tcl/Tk support for PLplot: shared libraries,
-  Tcl modules, the Tk driver, and some programs for interactive use of
-  PLplot (plserver and pltcl). 
++ Tcl modules and the Tk driver.
 +
- Package: plplot-tcl-dev
++Package: plplot-tcl-bin
 +Architecture: any
- 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
++Depends: plplot-tcl, ${shlibs:Depends}, ${misc:Depends}
++Description: Tcl/Tk tools 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
 + 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 contains the necessary files to do development in Tcl/Tk
-  with PLplot: header files, shared libraries links, and examples.
++ This package contains the pltcl program for interactive use of the Tcl/Tk 
++ support for PLplot. 
 +
- Package: plplot11-driver-gd
++Package: plplot-tcl-dev
 +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)
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12 (= ${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
 + 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 GD driver module for PLplot. It allows the
-  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. 
++ This package contains the necessary files to do development in Tcl/Tk
++ with PLplot: header files, shared libraries links, and examples.
 +
- Package: plplot11-driver-cairo
++Package: plplot12-driver-cairo
 +Architecture: any
 +Section: libs
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +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
 + 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 Cairo driver module for PLplot.  It is based
 + on the Cairo 2D graphics library with supporting multiple output devices
 + (X-Window, PDF, PostScript, and PNG).
 +
 +Package: python-plplot
 +Architecture: any
 +Section: python
- Depends: libplplot11 (= ${binary:Version}), ${shlibs:Depends},
++Depends: libplplot12 (= ${binary:Version}), ${shlibs:Depends},
 + ${python:Depends}, ${misc:Depends}
 +Provides: ${python:Provides}
 +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
 + 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 contains the library plmodule.so for gluing the PLplot
 + scientific plotting library into Python applications.  Examples are also
 + provided.
 +
 +Package: python-plplot-qt
 +Architecture: any
 +Section: python
- Depends: libplplot11 (= ${binary:Version}), python-plplot (= ${binary:Version}), 
-  plplot11-driver-qt (= ${binary:Version}), 
++Depends: libplplot12 (= ${binary:Version}), python-plplot (= ${binary:Version}), 
++ plplot12-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
- Depends: libplplot11 (= ${binary:Version}), octave (>= 3.6.1), ${shlibs:Depends},
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12 (= ${binary:Version}), octave (>= 3.6.1), ${shlibs:Depends},
 + ${misc:Depends}
 +Description: Octave 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
 + 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 contains the Octave bindings for PLplot.  It provides an
 + almost drop-in replacement for the traditional Gnuplot graphical
 + interface in Octave. Examples are also provided.
 +
- [ADA:Package: libplplot-ada0
++[ADA:Package: libplplot-ada1
 +Architecture: any
- Depends: libplplot11 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 +Breaks: libplplot-ada (<< 5.9.8-2)
 +Replaces: libplplot-ada (<< 5.9.8-2)
 +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
 + 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 contains the runtime Ada bindings library for PLplot.  
 +:]
 +
- [ADA:Package: libplplot-ada0-dev
++[ADA:Package: libplplot-ada1-dev
 +Architecture: any
 +Section: libdevel
 +Suggests: plplot-doc
- Depends: libplplot11 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
-  libltdl3-dev, libqsastime-dev, gnat, gnat-4.6, ${misc:Depends}, 
-  libplplot-ada0 (= ${binary:Version})
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
++ libltdl3-dev, libqsastime-dev, gnat, gnat-4.9, ${misc:Depends}, 
++ libplplot-ada1 (= ${binary:Version})
 +Recommends: libplplot-dev
 +Breaks: libplplot-ada (<< 5.9.8-2), libplplot-dev (<< 5.9.8-2)
 +Description: Ada support for PLplot, a 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
 + 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 contains all that is needed for doing PLplot development in 
 + Ada.
 +:]
 +
 +Package: plplot-doc
 +Architecture: all
 +Section: doc
 +Suggests: libplplot-dev
 +Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
 +Description: Documentation 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
 + 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 contains the HTML, PDF, PostScript and info forms of the
 + PLplot documentation.  It also contains the man pages for the API
 + functions.
 +
- Package: plplot11-driver-qt
++Package: plplot12-driver-qt
 +Architecture: any
 +Section: libs
- Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12, ${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
- Depends: libplplot11, ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
++Depends: libplplot12, 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
- Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}, lua5.1
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12, ${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
- Depends: libplplot11, ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
++Multi-Arch: same
++Depends: libplplot12, ${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/get-upstream-version.pl
index afc6786,0000000..30c2aa0
mode 100755,000000..100755
--- a/debian/get-upstream-version.pl
+++ b/debian/get-upstream-version.pl
@@@ -1,8 -1,0 +1,8 @@@
 +#!/usr/bin/perl -w
 +
 +while (<>) {
-   if (/^set\(VERSION ([^,)]+)/) {
++  if (/^set\(PLPLOT_VERSION ([^,)]+)/) {
 +    print $1;
 +    last;
 +  }
 +}
diff --cc debian/libcsiro0.files
index f0edc5e,0000000..d51a68a
mode 100644,000000..100644
--- a/debian/libcsiro0.files
+++ b/debian/libcsiro0.files
@@@ -1,2 -1,0 +1,2 @@@
- usr/lib/libcsiro*.so.*
++usr/lib/*/libcsiro*.so.*
 +
diff --cc debian/libplplot-ada1-dev.files
index 0000000,0000000..4be650d
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-ada1-dev.files
@@@ -1,0 -1,0 +1,5 @@@
++usr/lib/*/ada
++usr/share/ada
++usr/lib/*/libplplotada*.so
++usr/share/doc/libplplot12/examples/ada
++usr/share/doc/libplplot-ada1-dev
diff --cc debian/libplplot-ada1.files
index 0000000,0000000..c9ea45d
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-ada1.files
@@@ -1,0 -1,0 +1,2 @@@
++usr/lib/*/libplplotada*.so.*
++usr/share/doc/libplplot-ada1
diff --cc debian/libplplot-ada1.lintian-overrides
index 0000000,0000000..19abbf6
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-ada1.lintian-overrides
@@@ -1,0 -1,0 +1,1 @@@
++libplplot-ada1 binary: hardening-no-fortify-functions usr/lib/*/libplplotadad.so.1.0.0
diff --cc debian/libplplot-c++11.files
index 0000000,0000000..b40afa1
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-c++11.files
@@@ -1,0 -1,0 +1,2 @@@
++usr/lib/*/libplplotcxxd.so.*
++usr/share/doc/libplplot-c++11
diff --cc debian/libplplot-d.files
index c4ddee3,0000000..99cc82e
mode 100644,000000..100644
--- a/debian/libplplot-d.files
+++ b/debian/libplplot-d.files
@@@ -1,3 -1,0 +1,3 @@@
- usr/lib/libplplotdmdd.a
++usr/lib/*/libplplotdmdd.a
 +usr/share/doc/libplplot-d
 +
diff --cc debian/libplplot-dev.files
index 68a3226,0000000..7351139
mode 100644,000000..100644
--- a/debian/libplplot-dev.files
+++ b/debian/libplplot-dev.files
@@@ -1,9 -1,0 +1,9 @@@
 +usr/include
- usr/lib/lib*.a
- usr/lib/lib*.la
- usr/lib/lib*.so
- usr/lib/fortran
- usr/lib/pkgconfig
- usr/share/doc/libplplot11/examples
- usr/share/doc/libplplot11/README.pkg-config
++usr/lib/*/lib*.a
++usr/lib/*/lib*.la
++usr/lib/*/lib*.so
++usr/lib/*/fortran
++usr/lib/*/pkgconfig
++usr/share/doc/libplplot12/examples
++usr/share/doc/libplplot12/README.pkg-config
 +usr/share/doc/libplplot-dev
diff --cc debian/libplplot-fortran10.files
index 0000000,0000000..7e7a114
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-fortran10.files
@@@ -1,0 -1,0 +1,2 @@@
++usr/lib/*/libplplotf*.so.*
++usr/share/doc/libplplot-fortran10
diff --cc debian/libplplot-fortran10.lintian-overrides
index 0000000,0000000..d5210ca
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-fortran10.lintian-overrides
@@@ -1,0 -1,0 +1,1 @@@
++libplplot-fortran10 binary: hardening-no-fortify-functions usr/lib/*/libplplotf95d.so.10.0.0
diff --cc debian/libplplot-java.files
index 79d74f4,0000000..6b85144
mode 100644,000000..100644
--- a/debian/libplplot-java.files
+++ b/debian/libplplot-java.files
@@@ -1,4 -1,0 +1,4 @@@
- usr/lib/jni
++usr/lib/*/jni
 +usr/share/java
- usr/share/doc/libplplot11/examples/java
++usr/share/doc/libplplot12/examples/java
 +usr/share/doc/libplplot-java
diff --cc debian/libplplot-lua.files
index cf16e3d,0000000..f6dbe62
mode 100644,000000..100644
--- a/debian/libplplot-lua.files
+++ b/debian/libplplot-lua.files
@@@ -1,3 -1,0 +1,3 @@@
- usr/lib/lua/5.1/plplot/*.so
++usr/lib/*/lua/5.1/plplot/*.so
 +usr/share/doc/libplplot-lua
 +
diff --cc debian/libplplot-ocaml.lintian-overrides
index 0000000,0000000..eab0c81
new file mode 100644
--- /dev/null
+++ b/debian/libplplot-ocaml.lintian-overrides
@@@ -1,0 -1,0 +1,3 @@@
++libplplot-ocaml binary: hardening-no-relro usr/lib/ocaml/stublibs/dllplcairo_stubs.so
++libplplot-ocaml binary: hardening-no-relro usr/lib/ocaml/stublibs/dllplplot_stubs.so
++libplplot-ocaml binary: hardening-no-fortify-functions usr/lib/ocaml/stublibs/dllplplot_stubs.so
diff --cc debian/libplplot12.files
index 0000000,0000000..2a69b58
new file mode 100644
--- /dev/null
+++ b/debian/libplplot12.files
@@@ -1,0 -1,0 +1,9 @@@
++usr/lib
++usr/share/plplot*/*.map
++usr/share/plplot*/*.fnt
++usr/share/plplot*/*.pal
++usr/share/plplot*/*.shp
++usr/share/plplot*/*.shx
++usr/share/doc/libplplot12
++
++
diff --cc debian/libqsastime-dev.files
index 42bba80,0000000..38b6ce2
mode 100644,000000..100644
--- a/debian/libqsastime-dev.files
+++ b/debian/libqsastime-dev.files
@@@ -1,3 -1,0 +1,3 @@@
- usr/lib/libqsastime*.so
++usr/lib/*/libqsastime*.so
 +usr/include/plplot/qsas*.h
 +usr/share/doc/libqsastime-dev
diff --cc debian/libqsastime0.files
index 8c1e7ca,0000000..9496ca0
mode 100644,000000..100644
--- a/debian/libqsastime0.files
+++ b/debian/libqsastime0.files
@@@ -1,1 -1,0 +1,1 @@@
- /usr/lib/libqsastime*.so.*
++usr/lib/*/libqsastime*.so.*
diff --cc debian/octave-plplot.files
index 4cbd872,0000000..a746719
mode 100644,000000..100644
--- a/debian/octave-plplot.files
+++ b/debian/octave-plplot.files
@@@ -1,6 -1,0 +1,6 @@@
 +usr/share/plplot_octave
 +usr/share/octave/site/m/PLplot
 +usr/lib/*/octave
- usr/share/doc/libplplot11/*.octave
- usr/share/doc/libplplot11/examples/*octave*
++usr/share/doc/libplplot12/*.octave
++usr/share/doc/libplplot12/examples/*octave*
 +usr/share/doc/octave-plplot
diff --cc debian/patches/02_unset-python-path.diff
index 46ef870,0000000..aac9645
mode 100755,000000..100755
--- a/debian/patches/02_unset-python-path.diff
+++ b/debian/patches/02_unset-python-path.diff
@@@ -1,22 -1,0 +1,22 @@@
 +#! /bin/sh /usr/share/dpatch/dpatch-run
 +## 02_unset-python-path.dpatch by  <andrewross at users.sourceforge.net>
 +##
 +## DP: No need to explicitly set python path with debian since the
 +## DP: default path is correct. This ensure the examples work with
 +## DP: multiple version of python.
 +
 + at DPATCH@
 +
- Index: plplot-5.9.9/examples/python/CMakeLists.txt
++Index: plplot-5.9.10/examples/python/CMakeLists.txt
 +===================================================================
- --- plplot-5.9.9.orig/examples/python/CMakeLists.txt	2012-02-28 11:40:09.000000000 +0000
- +++ plplot-5.9.9/examples/python/CMakeLists.txt	2012-02-28 11:42:31.000000000 +0000
- @@ -241,7 +241,7 @@
++--- plplot-5.9.10.orig/examples/python/CMakeLists.txt	2013-10-01 13:10:17.191293736 +0100
+++++ plplot-5.9.10/examples/python/CMakeLists.txt	2013-10-01 13:10:17.179293736 +0100
++@@ -245,7 +245,7 @@
 +     @ONLY
 +     )
 + 
 +-  set(python_location1 ${PYTHON_INSTDIR})
 ++  set(python_location1)
 +   set(python_location2)
 +   set(python_location3)
 +   set(python_location4)
diff --cc debian/patches/add-tcl-multiarch.diff
index 0000000,0000000..e7a940b
new file mode 100644
--- /dev/null
+++ b/debian/patches/add-tcl-multiarch.diff
@@@ -1,0 -1,0 +1,83 @@@
++Description: Change the location of tcl binaries to make the packages multiarch compliant.
++Author: Andrew Ross <andrewross at users.sourceforge.net>
++Index: plplot-5.10.0/bindings/tk/CMakeLists.txt
++===================================================================
++--- plplot-5.10.0.orig/bindings/tk/CMakeLists.txt	2014-02-28 09:59:44.890958194 +0000
+++++ plplot-5.10.0/bindings/tk/CMakeLists.txt	2014-02-28 09:59:44.870958194 +0000
++@@ -50,7 +50,7 @@
++ 
++   install(TARGETS plserver
++     EXPORT export_plplot
++-    DESTINATION ${BIN_DIR}
+++    DESTINATION ${LIBEXEC_DIR}
++     )
++ endif(ENABLE_tkX)
++ 
++Index: plplot-5.10.0/cmake/modules/instdirs.cmake
++===================================================================
++--- plplot-5.10.0.orig/cmake/modules/instdirs.cmake	2014-02-28 09:59:44.890958194 +0000
+++++ plplot-5.10.0/cmake/modules/instdirs.cmake	2014-02-28 09:59:44.870958194 +0000
++@@ -71,6 +71,12 @@
++ CACHE PATH "install location for man documentation"
++ )
++ 
+++set(
+++CMAKE_INSTALL_LIBEXECDIR
+++${CMAKE_INSTALL_LIBDIR}/${PACKAGE}${VERSION}/bin
+++CACHE PATH "install location for executables called by other executables or libraries"
+++)
+++
++ # Configured PLplot install locations determined from user-updatable
++ # cached values above.
++ 
++@@ -112,6 +118,9 @@
++ # Man pages.
++ set(MAN_DIR ${CMAKE_INSTALL_MANDIR})
++ 
+++# Libexec.
+++set(LIBEXEC_DIR ${CMAKE_INSTALL_LIBEXECDIR})
+++
++ # Other path-related variables.
++ 
++ # Absolute path of top-level build directory.
++Index: plplot-5.10.0/plplot_config.h.in
++===================================================================
++--- plplot-5.10.0.orig/plplot_config.h.in	2014-02-28 09:59:44.890958194 +0000
+++++ plplot-5.10.0/plplot_config.h.in	2014-02-28 09:59:44.874958194 +0000
++@@ -20,6 +20,9 @@
++ // Location of executables
++ #define BIN_DIR                  "@BIN_DIR@"
++ 
+++// Location of library executables
+++#define LIBEXEC_DIR              "@LIBEXEC_DIR@"
+++
++ // Location of Build tree
++ #define BUILD_DIR                "@BUILD_DIR@"
++ 
++Index: plplot-5.10.0/src/plctrl.c
++===================================================================
++--- plplot-5.10.0.orig/src/plctrl.c	2014-02-28 09:59:44.890958194 +0000
+++++ plplot-5.10.0/src/plctrl.c	2014-02-28 09:59:44.878958194 +0000
++@@ -2124,6 +2124,7 @@
++ //!	current directory
++ //!	PLPLOT_HOME_ENV/bin = $(PLPLOT_HOME)/bin
++ //!	BIN_DIR
+++//!	LIBEXEC_DIR
++ //!
++ //! The caller must free the returned pointer (points to malloc'ed memory)
++ //! when finished with it.
++@@ -2189,6 +2190,14 @@
++     if ( !plFindName( fs ) )
++         return fs;
++ #endif
+++
+++// LIBEXEC_DIR
+++
+++#if defined ( LIBEXEC_DIR )
+++    plGetName( LIBEXEC_DIR, "", fn, &fs );
+++    if ( !plFindName( fs ) )
+++        return fs;
+++#endif
++ 
++ // Crapped out
++ 
diff --cc debian/patches/dont-check-for-hdf5_h
index 0000000,0000000..683c445
new file mode 100644
--- /dev/null
+++ b/debian/patches/dont-check-for-hdf5_h
@@@ -1,0 -1,0 +1,41 @@@
++Description: don't check for hdf5.h
++ This check fails due to the ongoing HDF5 transition.
++Author: Thibaut Paumard <thibaut at debian.org>
++Origin: vendor
++Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760943
++Forwarded: no
++Last-Update: 2014-09-09
++---
++This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
++--- a/cmake/modules/octave.cmake
+++++ b/cmake/modules/octave.cmake
++@@ -173,29 +173,6 @@
++ 	CACHE INTERNAL ""
++ 	)
++       endif(NOT OCTAVE_INCLUDE_PATH_TRIMMED STREQUAL "${OCTAVE_INCLUDE_PATH}")
++-      # Octave has a huge number of dependencies and therefore an
++-      # impossible-to-untangle set of header #includes that depend on
++-      # other packages headers.  And there is no information from
++-      # mkoctfile or the octave octave_config_info command about where
++-      # those header directories are located.  But from experiments
++-      # with both the Linux and Windows binary versions of octave, it
++-      # appears that hdf5.h is one external header that is necessary,
++-      # and it is never part of the octave-${OCTAVE_VERSION}/octave
++-      # hierarchy so that PATH_SUFFIXES signature is dropped.
++-      find_path(
++-	OCTAVE_INCLUDE_PATH_EXTERNAL
++-	hdf5.h
++-	)
++-      if(OCTAVE_INCLUDE_PATH_EXTERNAL)
++-        set(OCTAVE_INCLUDE_PATH 
++-	${OCTAVE_INCLUDE_PATH_EXTERNAL} ${OCTAVE_INCLUDE_PATH}
++-	CACHE INTERNAL ""
++-	)
++-      else(OCTAVE_INCLUDE_PATH_EXTERNAL)
++-	message(STATUS "WARNING: "
++-	  "Required external octave header, hdf5.h, not found. Disabling octave bindings")
++-	set(ENABLE_octave OFF CACHE BOOL "Enable Octave bindings" FORCE)
++-      endif(OCTAVE_INCLUDE_PATH_EXTERNAL)
++     else(OCTAVE_INCLUDE_PATH AND OCTAVE_LIBRARIES AND OCTINTERP_LIBRARIES)
++       message(STATUS "WARNING: "
++       "octave headers and/or library not found. Disabling octave bindings")
diff --cc debian/patches/fix-cmake-ada-support.diff
index 9769a42,0000000..59d9049
mode 100644,000000..100644
--- a/debian/patches/fix-cmake-ada-support.diff
+++ b/debian/patches/fix-cmake-ada-support.diff
@@@ -1,25 -1,0 +1,44 @@@
 +Description: Fix up cmake Ada support for compatibility with cmake 2.8.9 
 +Author: Andrew Ross <andrewross at users.sourceforge.net>
 +Last-Update: 2012-07-19
 +
++Index: plplot-5.9.9/cmake/modules/language_support/cmake/CMakeAdaInformation.cmake
++===================================================================
 +--- plplot-5.9.9.orig/cmake/modules/language_support/cmake/CMakeAdaInformation.cmake	2011-10-13 01:43:01.000000000 +0100
 ++++ plplot-5.9.9/cmake/modules/language_support/cmake/CMakeAdaInformation.cmake	2012-07-19 23:03:27.835197249 +0100
 +@@ -29,6 +29,18 @@
 +   SET(CMAKE_SHARED_LIBRARY_CREATE_Ada_FLAGS ${CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS})
 + ENDIF(NOT CMAKE_SHARED_LIBRARY_CREATE_Ada_FLAGS)
 + 
 ++IF(NOT CMAKE_Ada_COMPILE_OPTIONS_PIC)
 ++  SET(CMAKE_Ada_COMPILE_OPTIONS_PIC ${CMAKE_C_COMPILE_OPTIONS_PIC})
 ++ENDIF(NOT CMAKE_Ada_COMPILE_OPTIONS_PIC)
 ++
 ++IF(NOT CMAKE_Ada_COMPILE_OPTIONS_PIE)
 ++  SET(CMAKE_Ada_COMPILE_OPTIONS_PIE ${CMAKE_C_COMPILE_OPTIONS_PIE})
 ++ENDIF(NOT CMAKE_Ada_COMPILE_OPTIONS_PIE)
 ++
 ++IF(NOT CMAKE_Ada_COMPILE_OPTIONS_DLL)
 ++  SET(CMAKE_Ada_COMPILE_OPTIONS_DLL ${CMAKE_C_COMPILE_OPTIONS_DLL})
 ++ENDIF(NOT CMAKE_Ada_COMPILE_OPTIONS_DLL)
 ++
 + IF(NOT CMAKE_SHARED_LIBRARY_Ada_FLAGS)
 +   SET(CMAKE_SHARED_LIBRARY_Ada_FLAGS ${CMAKE_SHARED_LIBRARY_C_FLAGS})
 + ENDIF(NOT CMAKE_SHARED_LIBRARY_Ada_FLAGS)
++Index: plplot-5.9.9/cmake/modules/language_support/cmake/CMakeDetermineAdaCompiler.cmake
++===================================================================
++--- plplot-5.9.9.orig/cmake/modules/language_support/cmake/CMakeDetermineAdaCompiler.cmake	2011-10-13 01:43:01.000000000 +0100
+++++ plplot-5.9.9/cmake/modules/language_support/cmake/CMakeDetermineAdaCompiler.cmake	2013-06-25 16:55:17.698208176 +0100
++@@ -55,8 +55,11 @@
++ 
++ # configure variables set in this file for fast reload later on
++ #CONFIGURE_FILE(${CMAKE_ROOT}/Modules/CMakeAdaCompiler.cmake.in 
+++#message(STATUS "DEBUG: CMAKE_BINARY_DIR = ${CMAKE_BINARY_DIR}")
+++#message(STATUS "DEBUG: CMAKE_FILES_DIRECTORY = ${CMAKE_FILES_DIRECTORY}")
+++#message(STATUS "DEBUG: CMAKE_PLATFORM_INFO_DIR = ${CMAKE_PLATFORM_INFO_DIR}")
++ CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/cmake/modules/language_support/cmake/CMakeAdaCompiler.cmake.in 
++-               "${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeAdaCompiler.cmake" IMMEDIATE)
+++               "${CMAKE_PLATFORM_INFO_DIR}/CMakeAdaCompiler.cmake" IMMEDIATE)
++ MARK_AS_ADVANCED(CMAKE_AR)
++ 
++ SET(CMAKE_Ada_COMPILER_ENV_VAR "ADA")
diff --cc debian/patches/fix-cmake-d-support.diff
index 0000000,0000000..e0a2c5b
new file mode 100644
--- /dev/null
+++ b/debian/patches/fix-cmake-d-support.diff
@@@ -1,0 -1,0 +1,20 @@@
++Description: Fix cmake D language support 
++Author: Andrew Ross <andrewross at users.sourceforge.net>
++Origin: upstream
++Index: plplot-5.9.9/cmake/modules/language_support/cmake/CMakeDetermineDCompiler.cmake
++===================================================================
++--- plplot-5.9.9.orig/cmake/modules/language_support/cmake/CMakeDetermineDCompiler.cmake	2011-10-13 01:43:01.000000000 +0100
+++++ plplot-5.9.9/cmake/modules/language_support/cmake/CMakeDetermineDCompiler.cmake	2013-06-26 21:52:27.309698965 +0100
++@@ -99,10 +99,10 @@
++ # a different location.
++ IF(EXISTS ${CMAKE_SOURCE_DIR}/cmake/modules/language_support/cmake/CMakeDCompiler.cmake.in)
++ 	CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/cmake/modules/language_support/cmake/CMakeDCompiler.cmake.in 
++-               "${CMAKE_PLATFORM_ROOT_BIN}/CMakeDCompiler.cmake" IMMEDIATE)
+++               "${CMAKE_PLATFORM_INFO_DIR}/CMakeDCompiler.cmake" IMMEDIATE)
++ ELSE(EXISTS ${CMAKE_SOURCE_DIR}/cmake/modules/language_support/cmake/CMakeDCompiler.cmake.in)
++ 	CONFIGURE_FILE(${CMAKE_ROOT}/Modules/CMakeDCompiler.cmake.in 
++-               "${CMAKE_PLATFORM_ROOT_BIN}/CMakeDCompiler.cmake" IMMEDIATE)
+++               "${CMAKE_PLATFORM_INFO_DIR}/CMakeDCompiler.cmake" IMMEDIATE)
++ ENDIF(EXISTS ${CMAKE_SOURCE_DIR}/cmake/modules/language_support/cmake/CMakeDCompiler.cmake.in)
++ 
++ MARK_AS_ADVANCED(CMAKE_AR)
diff --cc debian/patches/fix-lua-includes.diff
index 48b85fc,0000000..55a1eee
mode 100644,000000..100644
--- a/debian/patches/fix-lua-includes.diff
+++ b/debian/patches/fix-lua-includes.diff
@@@ -1,21 -1,0 +1,21 @@@
 +Description: Fix for cmake lua support to work around problem that lua needs multiple include directories on Debian
 +Author: Andrew Ross <andrewross at users.sourceforge.net>
 +Last-Update: 2012-07-19
 +
 +===================================================================
- Index: plplot-5.9.9/cmake/modules/lua.cmake
++Index: plplot-5.10.0/cmake/modules/lua.cmake
 +===================================================================
- --- plplot-5.9.9.orig/cmake/modules/lua.cmake	2011-10-13 01:43:01.000000000 +0100
- +++ plplot-5.9.9/cmake/modules/lua.cmake	2012-07-20 00:11:55.295075888 +0100
- @@ -118,3 +118,11 @@
-      set(LUA_DIR ${LIB_DIR}/lua/50/plplot)
-    endif(LUA51_FOUND)
++--- plplot-5.10.0.orig/cmake/modules/lua.cmake	2013-05-03 03:41:21.000000000 +0100
+++++ plplot-5.10.0/cmake/modules/lua.cmake	2014-02-28 09:52:40.000000000 +0000
++@@ -86,3 +86,11 @@
++     set(LUA_DIR ${LIB_DIR}/lua/${LUA_VERSION}/plplot)
++   endif(LUA_VERSION MATCHES "5\\.0")
 + endif(ENABLE_lua)
 ++
 ++if(ENABLE_lua AND LUA51_FOUND)
 ++  pkg_check_pkgconfig(lua5.1 includedir libdir linkflags1 cflags1 version1 _LUA)
 ++  if(linkflags1)
 ++    set(LUA_INCLUDE_DIR ${includedir})
 ++  endif(linkflags1)
 ++endif(ENABLE_lua AND LUA51_FOUND)
 ++
diff --cc debian/patches/fix-wxwidgets-linkage.diff
index 0000000,0000000..202f016
new file mode 100644
--- /dev/null
+++ b/debian/patches/fix-wxwidgets-linkage.diff
@@@ -1,0 -1,0 +1,12 @@@
++Index: plplot-5.10.0/bindings/wxwidgets/CMakeLists.txt
++===================================================================
++--- plplot-5.10.0.orig/bindings/wxwidgets/CMakeLists.txt	2013-12-19 01:35:00.000000000 +0000
+++++ plplot-5.10.0/bindings/wxwidgets/CMakeLists.txt	2014-07-01 12:25:05.556785342 +0100
++@@ -84,6 +84,7 @@
++   target_link_libraries(
++     plplotwxwidgets${LIB_TAG}
++     plplotcxx${LIB_TAG} 
+++    plplot${LIB_TAG}
++     ${wxwidgets_LINK_FLAGS}
++     )
++ 
diff --cc debian/patches/java-pltr2-fix.diff
index 0000000,0000000..00d23f3
new file mode 100644
--- /dev/null
+++ b/debian/patches/java-pltr2-fix.diff
@@@ -1,0 -1,0 +1,80 @@@
++Description: Fix for crash in pltr2 with java bindings
++Author: Andrew Ross <andrewross at users.sourceforge.net>
++Origin: upstream
++
++Index: plplot-5.9.9/bindings/java/plplotjavac.i
++===================================================================
++--- plplot-5.9.9.orig/bindings/java/plplotjavac.i	2011-10-13 01:43:01.000000000 +0100
+++++ plplot-5.9.9/bindings/java/plplotjavac.i	2013-06-27 08:42:33.360546465 +0100
++@@ -330,6 +330,7 @@
++     static PLINT Xlen = 0, Ylen = 0;
++     static PLFLT **xg;
++     static PLFLT **yg;
+++    static PLcGrid2 *cgrid;
++ %}
++ 
++ // The following typemaps take care of marshaling values into and out of PLplot functions. The
++@@ -1536,7 +1537,6 @@
++     int      nx = ( *jenv )->GetArrayLength( jenv, $input );
++     int      ny = -1;
++     int      i, j;
++-    PLcGrid2 cgrid;
++     ai   = (jobject *) malloc( nx * sizeof ( jobject ) );
++     adat = (jPLFLT **) malloc( nx * sizeof ( jPLFLT * ) );
++ 
++@@ -1580,16 +1580,18 @@
++ 
++     free( adat );
++     free( ai );
++-    cgrid.xg = xg;
++-    cgrid.yg = yg;
++-    cgrid.nx = nx;
++-    cgrid.ny = ny;
++-    $1       = &cgrid;
+++    cgrid = (PLcGrid2 *) malloc( sizeof ( PLcGrid2 ) );
+++    cgrid->xg = xg;
+++    cgrid->yg = yg;
+++    cgrid->nx = nx;
+++    cgrid->ny = ny;
+++    $1       = cgrid;
++ }
++ 
++ %typemap( freearg ) PLPointer OBJECT_DATA {
++     free( yg[0] );
++     free( yg );
+++    free( cgrid );
++ }
++ %typemap( jni ) PLPointer OBJECT_DATA "jobjectArray"
++ %typemap( jtype ) PLPointer OBJECT_DATA jPLFLTbracket2
++@@ -1679,7 +1681,6 @@
++     int      nx = ( *jenv )->GetArrayLength( jenv, $input );
++     int      ny = -1;
++     int      i, j;
++-    PLcGrid2 cgrid;
++     ai   = (jobject *) malloc( nx * sizeof ( jobject ) );
++     adat = (jPLFLT **) malloc( nx * sizeof ( jPLFLT * ) );
++ 
++@@ -1723,16 +1724,18 @@
++ 
++     free( adat );
++     free( ai );
++-    cgrid.xg = xg;
++-    cgrid.yg = yg;
++-    cgrid.nx = nx;
++-    cgrid.ny = ny;
++-    $1       = &cgrid;
+++    cgrid = (PLcGrid2 *) malloc( sizeof ( PLcGrid2 ) );
+++    cgrid->xg = xg;
+++    cgrid->yg = yg;
+++    cgrid->nx = nx;
+++    cgrid->ny = ny;
+++    $1        = cgrid;
++ }
++ 
++ %typemap( freearg ) PLPointer OBJECT_DATA_img {
++     free( yg[0] );
++     free( yg );
+++    free( cgrid );
++ }
++ %typemap( jni ) PLPointer OBJECT_DATA_img "jobjectArray"
++ %typemap( jtype ) PLPointer OBJECT_DATA_img jPLFLTbracket2
diff --cc debian/patches/octave_3.8_support.diff
index 0000000,0000000..cc15737
new file mode 100644
--- /dev/null
+++ b/debian/patches/octave_3.8_support.diff
@@@ -1,0 -1,0 +1,924 @@@
++Index: plplot-5.10.0/examples/octave/x23c.m
++===================================================================
++--- plplot-5.10.0.orig/examples/octave/x23c.m	2014-07-01 12:23:40.684787850 +0100
+++++ plplot-5.10.0/examples/octave/x23c.m	2014-07-01 12:23:39.952787871 +0100
++@@ -1,5 +1,3 @@
++-## $Id: x23c.m 11680 2011-03-27 17:57:51Z airwin $
++-##
++ ## Displays Greek letters and mathematically interesting Unicode ranges
++ ## Copyright (C) 2005 Alan Irwin 
++ ## Copyright (C) 2005 Andrew Ross 
++@@ -34,186 +32,186 @@
++   endif
++ 
++ 
++-  Greek = [\
++-"#gA";"#gB";"#gG";"#gD";"#gE";"#gZ";"#gY";"#gH";"#gI";"#gK";"#gL";"#gM";\
++-"#gN";"#gC";"#gO";"#gP";"#gR";"#gS";"#gT";"#gU";"#gF";"#gX";"#gQ";"#gW";\
++-"#ga";"#gb";"#gg";"#gd";"#ge";"#gz";"#gy";"#gh";"#gi";"#gk";"#gl";"#gm";\
++-"#gn";"#gc";"#go";"#gp";"#gr";"#gs";"#gt";"#gu";"#gf";"#gx";"#gq";"#gw";\
+++  Greek = [...
+++"#gA";"#gB";"#gG";"#gD";"#gE";"#gZ";"#gY";"#gH";"#gI";"#gK";"#gL";"#gM";
+++"#gN";"#gC";"#gO";"#gP";"#gR";"#gS";"#gT";"#gU";"#gF";"#gX";"#gQ";"#gW";
+++"#ga";"#gb";"#gg";"#gd";"#ge";"#gz";"#gy";"#gh";"#gi";"#gk";"#gl";"#gm";
+++"#gn";"#gc";"#go";"#gp";"#gr";"#gs";"#gt";"#gu";"#gf";"#gx";"#gq";"#gw";
++ 	   ];
++ 
++-  Type1 = [\
++-0x0020,0x0021,0x0023,0x0025,0x0026,\
++-0x0028,0x0029,0x002b,0x002c,0x002e,\
++-0x002f,0x0030,0x0031,0x0032,0x0033,\
++-0x0034,0x0035,0x0036,0x0037,0x0038,\
++-0x0039,0x003a,0x003b,0x003c,0x003d,\
++-0x003e,0x003f,0x005b,0x005d,0x005f,\
++-0x007b,0x007c,0x007d,0x00a9,0x00ac,\
++-0x00ae,0x00b0,0x00b1,0x00d7,0x00f7,\
++-0x0192,0x0391,0x0392,0x0393,0x0394,\
++-0x0395,0x0396,0x0397,0x0398,0x0399,\
++-0x039a,0x039b,0x039c,0x039d,0x039e,\
++-0x039f,0x03a0,0x03a1,0x03a3,0x03a4,\
++-0x03a5,0x03a6,0x03a7,0x03a8,0x03a9,\
++-0x03b1,0x03b2,0x03b3,0x03b4,0x03b5,\
++-0x03b6,0x03b7,0x03b8,0x03b9,0x03ba,\
++-0x03bb,0x03bc,0x03bd,0x03be,0x03bf,\
++-0x03c0,0x03c1,0x03c2,0x03c3,0x03c4,\
++-0x03c5,0x03c6,0x03c7,0x03c8,0x03c9,\
++-0x03d1,0x03d2,0x03d5,0x03d6,0x2022,\
++-0x2026,0x2032,0x2033,0x203e,0x2044,\
++-0x2111,0x2118,0x211c,0x2122,0x2126,\
++-0x2135,0x2190,0x2191,0x2192,0x2193,\
++-0x2194,0x21b5,0x21d0,0x21d1,0x21d2,\
++-0x21d3,0x21d4,0x2200,0x2202,0x2203,\
++-0x2205,0x2206,0x2207,0x2208,0x2209,\
++-0x220b,0x220f,0x2211,0x2212,0x2215,\
++-0x2217,0x221a,0x221d,0x221e,0x2220,\
++-0x2227,0x2228,0x2229,0x222a,0x222b,\
++-0x2234,0x223c,0x2245,0x2248,0x2260,\
++-0x2261,0x2264,0x2265,0x2282,0x2283,\
++-0x2284,0x2286,0x2287,0x2295,0x2297,\
++-0x22a5,0x22c5,0x2320,0x2321,0x2329,\
++-0x232a,0x25ca,0x2660,0x2663,0x2665,\
++-0x2666,\
++-];
++-
++- title = {\
++-"#<0x10>PLplot Example 23 - Greek Letters";\
++-"#<0x10>PLplot Example 23 - Type 1 Symbol Font Glyphs by Unicode (a)";\
++-"#<0x10>PLplot Example 23 - Type 1 Symbol Font Glyphs by Unicode (b)";\
++-"#<0x10>PLplot Example 23 - Type 1 Symbol Font Glyphs by Unicode (c)";\
++-"#<0x10>PLplot Example 23 - Number Forms Unicode Block";\
++-"#<0x10>PLplot Example 23 - Arrows Unicode Block (a)";\
++-"#<0x10>PLplot Example 23 - Arrows Unicode Block (b)";\
++-"#<0x10>PLplot Example 23 - Mathematical Operators Unicode Block (a)";\
++-"#<0x10>PLplot Example 23 - Mathematical Operators Unicode Block (b)";\
++-"#<0x10>PLplot Example 23 - Mathematical Operators Unicode Block (c)";\
++-"#<0x10>PLplot Example 23 - Mathematical Operators Unicode Block (d)"\
+++  Type1 = [...
+++0x0020,0x0021,0x0023,0x0025,0x0026,...
+++0x0028,0x0029,0x002b,0x002c,0x002e,...
+++0x002f,0x0030,0x0031,0x0032,0x0033,...
+++0x0034,0x0035,0x0036,0x0037,0x0038,...
+++0x0039,0x003a,0x003b,0x003c,0x003d,...
+++0x003e,0x003f,0x005b,0x005d,0x005f,...
+++0x007b,0x007c,0x007d,0x00a9,0x00ac,...
+++0x00ae,0x00b0,0x00b1,0x00d7,0x00f7,...
+++0x0192,0x0391,0x0392,0x0393,0x0394,...
+++0x0395,0x0396,0x0397,0x0398,0x0399,...
+++0x039a,0x039b,0x039c,0x039d,0x039e,...
+++0x039f,0x03a0,0x03a1,0x03a3,0x03a4,...
+++0x03a5,0x03a6,0x03a7,0x03a8,0x03a9,...
+++0x03b1,0x03b2,0x03b3,0x03b4,0x03b5,...
+++0x03b6,0x03b7,0x03b8,0x03b9,0x03ba,...
+++0x03bb,0x03bc,0x03bd,0x03be,0x03bf,...
+++0x03c0,0x03c1,0x03c2,0x03c3,0x03c4,...
+++0x03c5,0x03c6,0x03c7,0x03c8,0x03c9,...
+++0x03d1,0x03d2,0x03d5,0x03d6,0x2022,...
+++0x2026,0x2032,0x2033,0x203e,0x2044,...
+++0x2111,0x2118,0x211c,0x2122,0x2126,...
+++0x2135,0x2190,0x2191,0x2192,0x2193,...
+++0x2194,0x21b5,0x21d0,0x21d1,0x21d2,...
+++0x21d3,0x21d4,0x2200,0x2202,0x2203,...
+++0x2205,0x2206,0x2207,0x2208,0x2209,...
+++0x220b,0x220f,0x2211,0x2212,0x2215,...
+++0x2217,0x221a,0x221d,0x221e,0x2220,...
+++0x2227,0x2228,0x2229,0x222a,0x222b,...
+++0x2234,0x223c,0x2245,0x2248,0x2260,...
+++0x2261,0x2264,0x2265,0x2282,0x2283,...
+++0x2284,0x2286,0x2287,0x2295,0x2297,...
+++0x22a5,0x22c5,0x2320,0x2321,0x2329,...
+++0x232a,0x25ca,0x2660,0x2663,0x2665,...
+++0x2666,...
+++];
+++
+++ title = {
+++"#<0x10>PLplot Example 23 - Greek Letters";
+++"#<0x10>PLplot Example 23 - Type 1 Symbol Font Glyphs by Unicode (a)";
+++"#<0x10>PLplot Example 23 - Type 1 Symbol Font Glyphs by Unicode (b)";
+++"#<0x10>PLplot Example 23 - Type 1 Symbol Font Glyphs by Unicode (c)";
+++"#<0x10>PLplot Example 23 - Number Forms Unicode Block";
+++"#<0x10>PLplot Example 23 - Arrows Unicode Block (a)";
+++"#<0x10>PLplot Example 23 - Arrows Unicode Block (b)";
+++"#<0x10>PLplot Example 23 - Mathematical Operators Unicode Block (a)";
+++"#<0x10>PLplot Example 23 - Mathematical Operators Unicode Block (b)";
+++"#<0x10>PLplot Example 23 - Mathematical Operators Unicode Block (c)";
+++"#<0x10>PLplot Example 23 - Mathematical Operators Unicode Block (d)"
++ };
++ 
++- lo = [\
++-0x0,\
++-0x0,\
++-0x40,\
++-0x80,\
++-0x2153,\
++-0x2190,\
++-0x21d0,\
++-0x2200,\
++-0x2240,\
++-0x2280,\
++-0x22c0,\
++-];
++-
++- hi = [\
++-0x30,\
++-0x40,\
++-0x80,\
++-0xA6,\
++-0x2184,\
++-0x21d0,\
++-0x2200,\
++-0x2240,\
++-0x2280,\
++-0x22c0,\
++-0x2300,\
++-];
++-
++- nxcells = [\
++-12,\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
++-];
++-
++-nycells = [\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
++-8,\
+++ lo = [
+++0x0,
+++0x0,
+++0x40,
+++0x80,
+++0x2153,
+++0x2190,
+++0x21d0,
+++0x2200,
+++0x2240,
+++0x2280,
+++0x22c0,
+++];
+++
+++ hi = [
+++0x30,
+++0x40,
+++0x80,
+++0xA6,
+++0x2184,
+++0x21d0,
+++0x2200,
+++0x2240,
+++0x2280,
+++0x22c0,
+++0x2300,
+++];
+++
+++ nxcells = [
+++12,
+++8,
+++8,
+++8,
+++8,
+++8,
+++8,
+++8,
+++8,
+++8,
+++8,
+++];
+++
+++nycells = [
+++8,
+++8,
+++8,
+++8,
+++8,
+++8,
+++8,
+++8,
+++8,
+++8,
+++8,
++ ];
++ 
++ ## non-zero values Must be consistent with nxcells and nycells.
++-offset = [\
++-0,\
++-0,\
++-64,\
++-128,\
++-0,\
++-0,\
++-0,\
++-0,\
++-0,\
++-0,\
++-0,\
+++offset = [
+++0,
+++0,
+++64,
+++128,
+++0,
+++0,
+++0,
+++0,
+++0,
+++0,
+++0,
++ ];
++ 
++ ## 30 possible FCI values.
++ FCI_COMBINATIONS = 30;
++ 
++-fci = [\
++-0x80000000,\
++-0x80000001,\
++-0x80000002,\
++-0x80000003,\
++-0x80000004,\
++-0x80000010,\
++-0x80000011,\
++-0x80000012,\
++-0x80000013,\
++-0x80000014,\
++-0x80000020,\
++-0x80000021,\
++-0x80000022,\
++-0x80000023,\
++-0x80000024,\
++-0x80000100,\
++-0x80000101,\
++-0x80000102,\
++-0x80000103,\
++-0x80000104,\
++-0x80000110,\
++-0x80000111,\
++-0x80000112,\
++-0x80000113,\
++-0x80000114,\
++-0x80000120,\
++-0x80000121,\
++-0x80000122,\
++-0x80000123,\
++-0x80000124,\
++-];
++-
++-family = [\
++-  "sans-serif";\
++-  "serif";\
++-  "monospace";\
++-  "script";\
++-  "symbol"\
++-];
++-style = [\
++-  "upright";\
++-  "italic";\
++-  "oblique"\
++-];
++-weight = [\
++-  "medium";\
++-  "bold"\
+++fci = [
+++0x80000000,
+++0x80000001,
+++0x80000002,
+++0x80000003,
+++0x80000004,
+++0x80000010,
+++0x80000011,
+++0x80000012,
+++0x80000013,
+++0x80000014,
+++0x80000020,
+++0x80000021,
+++0x80000022,
+++0x80000023,
+++0x80000024,
+++0x80000100,
+++0x80000101,
+++0x80000102,
+++0x80000103,
+++0x80000104,
+++0x80000110,
+++0x80000111,
+++0x80000112,
+++0x80000113,
+++0x80000114,
+++0x80000120,
+++0x80000121,
+++0x80000122,
+++0x80000123,
+++0x80000124,
+++];
+++
+++family = [
+++  "sans-serif";
+++  "serif";
+++  "monospace";
+++  "script";
+++  "symbol"
+++];
+++style = [
+++  "upright";
+++  "italic";
+++  "oblique"
+++];
+++weight = [
+++  "medium";
+++  "bold"
++ ];
++ 
++ 
++Index: plplot-5.10.0/examples/octave/x28c.m
++===================================================================
++--- plplot-5.10.0.orig/examples/octave/x28c.m	2014-07-01 12:23:40.684787850 +0100
+++++ plplot-5.10.0/examples/octave/x28c.m	2014-07-01 12:23:40.372787859 +0100
++@@ -1,5 +1,3 @@
++-## $Id: x28c.m 11680 2011-03-27 17:57:51Z airwin $
++-##
++ ## plmtex3, plptex3 demo
++ ##
++ ## Copyright (C) 2007 Alan Irwin 
++@@ -86,8 +84,8 @@
++   plw3d(1.0, 1.0, 1.0, xmin, xmax, ymin, ymax, zmin, zmax, 20., 45.);
++    
++   plcol0(2);
++-  plbox3("b", "", xrange, 0, \
++-	 "b", "", yrange, 0, \
+++  plbox3("b", "", xrange, 0,
+++	 "b", "", yrange, 0,
++ 	 "bcd", "", zrange, 0);
++ 
++   ## z = zmin. 
++@@ -102,9 +100,9 @@
++     x_shear = -0.5*xrange*sin_omega;
++     y_shear = 0.5*yrange*cos_omega;
++     z_shear = 0.;
++-    plptex3(xmid, ymid, zmin, \
++-	    x_inclination, y_inclination, z_inclination, \
++-	    x_shear, y_shear, z_shear, \
+++    plptex3(xmid, ymid, zmin,
+++	    x_inclination, y_inclination, z_inclination,
+++	    x_shear, y_shear, z_shear,
++ 	    0.0, "  revolution");
++   endfor
++   ## x = xmax.
++@@ -119,9 +117,9 @@
++     x_shear = 0.;
++     y_shear = 0.5*yrange*sin_omega;
++     z_shear = 0.5*zrange*cos_omega;
++-    plptex3(xmax, ymid, zmid, \
++-	    x_inclination, y_inclination, z_inclination, \
++-	    x_shear, y_shear, z_shear, \
+++    plptex3(xmax, ymid, zmid,
+++	    x_inclination, y_inclination, z_inclination,
+++	    x_shear, y_shear, z_shear,
++ 	    0.0, "  revolution");
++   endfor
++ 
++@@ -137,10 +135,10 @@
++     x_shear = -0.5*xrange*sin_omega;
++     y_shear = 0.;
++     z_shear = 0.5*zrange*cos_omega;
++-    plptex3( \
++-	    xmid, ymax, zmid, \
++-	    x_inclination, y_inclination, z_inclination, \
++-	    x_shear, y_shear, z_shear, \
+++    plptex3(
+++	    xmid, ymax, zmid,
+++	    x_inclination, y_inclination, z_inclination,
+++	    x_shear, y_shear, z_shear,
++ 	    0.0, "  revolution");
++   endfor
++   ## Draw minimal 3D grid to finish defining the 3D box.
++@@ -153,8 +151,8 @@
++   plw3d(1.0, 1.0, 1.0, xmin, xmax, ymin, ymax, zmin, zmax, 20., 45.);
++    
++   plcol0(2);
++-  plbox3("b", "", xrange, 0, \
++-	 "b", "", yrange, 0, \
+++  plbox3("b", "", xrange, 0,
+++	 "b", "", yrange, 0,
++ 	 "bcd", "", zrange, 0);
++ 
++   ## y = ymax.
++@@ -170,10 +168,10 @@
++     y_shear = 0.5*yrange*sin_omega;
++     z_shear = 0.5*zrange*cos_omega;
++     zs = zsmax - dzsrot*i;
++-    plptex3( \
++-	    xmid, ymax, zs, \
++-	    x_inclination, y_inclination, z_inclination, \
++-	    x_shear, y_shear, z_shear, \
+++    plptex3(
+++	    xmid, ymax, zs,
+++	    x_inclination, y_inclination, z_inclination,
+++	    x_shear, y_shear, z_shear,
++ 	    0.5, "rotation for y = y#dmax#u");
++   endfor
++ 
++@@ -190,10 +188,10 @@
++     x_shear = 0.5*xrange*sin_omega;
++     z_shear = 0.5*zrange*cos_omega;
++     zs = zsmax - dzsrot*i;
++-    plptex3( \
++-	    xmax, ymid, zs, \
++-	    x_inclination, y_inclination, z_inclination, \
++-	    x_shear, y_shear, z_shear, \
+++    plptex3(
+++	    xmax, ymid, zs,
+++	    x_inclination, y_inclination, z_inclination,
+++	    x_shear, y_shear, z_shear,
++ 	    0.5, "rotation for x = x#dmax#u");
++   endfor
++ 
++@@ -210,10 +208,10 @@
++     y_shear = 0.5*yrange*cos_omega;
++     z_shear = 0.5*zrange*sin_omega;
++     ys = ysmax - dysrot*i;
++-    plptex3( \
++-	    xmid, ys, zmin, \
++-	    x_inclination, y_inclination, z_inclination, \
++-	    x_shear, y_shear, z_shear, \
+++    plptex3(
+++	    xmid, ys, zmin,
+++	    x_inclination, y_inclination, z_inclination,
+++	    x_shear, y_shear, z_shear,
++ 	    0.5, "rotation for z = z#dmin#u");
++   endfor
++   ## Draw minimal 3D grid to finish defining the 3D box.
++@@ -230,8 +228,8 @@
++   plw3d(1.0, 1.0, 1.0, xmin, xmax, ymin, ymax, zmin, zmax, 20., 45.);
++    
++   plcol0(2);
++-  plbox3("b", "", xrange, 0, \
++-	 "b", "", yrange, 0, \
+++  plbox3("b", "", xrange, 0,
+++	 "b", "", yrange, 0,
++ 	 "bcd", "", zrange, 0);
++ 
++   ## y = ymax.
++@@ -247,10 +245,10 @@
++     x_shear = 0.5*xrange*sin_omega;
++     z_shear = 0.5*zrange*cos_omega;
++     zs = zsmax-dzsshear*i;
++-    plptex3( \
++-	    xmid, ymax, zs, \
++-	    x_inclination, y_inclination, z_inclination, \
++-	    x_shear, y_shear, z_shear, \
+++    plptex3(
+++	    xmid, ymax, zs,
+++	    x_inclination, y_inclination, z_inclination,
+++	    x_shear, y_shear, z_shear,
++ 	    0.5, "shear for y = y#dmax#u");
++   endfor
++ 
++@@ -267,10 +265,10 @@
++     y_shear = -0.5*yrange*sin_omega;
++     z_shear = 0.5*zrange*cos_omega;
++     zs = zsmax-dzsshear*i;
++-    plptex3( \
++-	    xmax, ymid, zs, \
++-	    x_inclination, y_inclination, z_inclination, \
++-	    x_shear, y_shear, z_shear, \
+++    plptex3(
+++	    xmax, ymid, zs,
+++	    x_inclination, y_inclination, z_inclination,
+++	    x_shear, y_shear, z_shear,
++ 	    0.5, "shear for x = x#dmax#u");
++   endfor
++ 
++@@ -287,10 +285,10 @@
++     y_shear = 0.5*yrange*cos_omega;
++     x_shear = 0.5*xrange*sin_omega;
++     ys = ysmax-dysshear*i;
++-    plptex3( \
++-	    xmid, ys, zmin, \
++-	    x_inclination, y_inclination, z_inclination, \
++-	    x_shear, y_shear, z_shear, \
+++    plptex3(
+++	    xmid, ys, zmin,
+++	    x_inclination, y_inclination, z_inclination,
+++	    x_shear, y_shear, z_shear,
++ 	    0.5, "shear for z = z#dmin#u");
++   endfor
++   ## Draw minimal 3D grid to finish defining the 3D box.
++@@ -303,8 +301,8 @@
++   plw3d(1.0, 1.0, 1.0, xmin, xmax, ymin, ymax, zmin, zmax, 40., -30.);
++   
++   plcol0(2);
++-  plbox3("b", "", xrange, 0, \
++-	 "b", "", yrange, 0, \
+++  plbox3("b", "", xrange, 0,
+++	 "b", "", yrange, 0,
++ 	 "bcd", "", zrange, 0);
++ 
++   plschr(0., 1.2);
++@@ -334,10 +332,10 @@
++     y_shear = 0.;
++     z_shear = 1.;
++     p1string = pstring(i:i);
++-    plptex3( \
++-	    xpos, ypos, zpos, \
++-	    x_inclination, y_inclination, z_inclination, \
++-	    x_shear, y_shear, z_shear, \
+++    plptex3(
+++	    xpos, ypos, zpos,
+++	    x_inclination, y_inclination, z_inclination,
+++	    x_shear, y_shear, z_shear,
++ 	    0.5, p1string);
++     omega += domega;
++   endfor
++@@ -351,8 +349,8 @@
++   plw3d(1.0, 1.0, 1.0, xmin, xmax, ymin, ymax, zmin, zmax, 20., 45.);
++   
++   plcol0(2);
++-  plbox3("b", "", xrange, 0, \
++-	 "b", "", yrange, 0, \
+++  plbox3("b", "", xrange, 0,
+++	 "b", "", yrange, 0,
++ 	 "bcd", "", zrange, 0);
++ 
++   plschr(0., 1.0);
++@@ -377,4 +375,4 @@
++ 
++ endfunction
++ 
++-ix28c
++\ No newline at end of file
+++ix28c
++Index: plplot-5.10.0/examples/octave/x33c.m
++===================================================================
++--- plplot-5.10.0.orig/examples/octave/x33c.m	2014-07-01 12:23:40.684787850 +0100
+++++ plplot-5.10.0/examples/octave/x33c.m	2014-07-01 12:23:40.376787859 +0100
++@@ -1,6 +1,4 @@
++-## -*- coding: utf-8; -*-
++-## $Id: x33c.m 12353 2013-06-02 20:07:07Z andrewross $
++-##  Copyright (C) 2010 Alan W. Irwin
+++##  Copyright (C) 2010-2014 Alan W. Irwin
++ ##
++ ##  Demonstrate most pllegend capability including unicode symbols.
++ ##
++@@ -195,12 +193,12 @@
++         plwind( 0.0, 1.0, 0.0, 1.0 );
++         # Set interesting background colour.
++         plscol0a( 15, 0, 0, 0, 0.20 );
++-        [colorbar_width, colorbar_height] = plcolorbar( \
++-            bitor(opt, bitor(PL_COLORBAR_BOUNDING_BOX, PL_COLORBAR_BACKGROUND)), \
++-            position, x, y, x_length, y_length, \
++-            15, 1, 1, low_cap_color, high_cap_color, \
++-            cont_color, cont_width, label_opts, label, \
++-            axis_opts, ticks, sub_ticks, \
+++        [colorbar_width, colorbar_height] = plcolorbar(
+++            bitor(opt, bitor(PL_COLORBAR_BOUNDING_BOX, PL_COLORBAR_BACKGROUND)),
+++            position, x, y, x_length, y_length,
+++            15, 1, 1, low_cap_color, high_cap_color,
+++            cont_color, cont_width, label_opts, label,
+++            axis_opts, ticks, sub_ticks,
++             n_values_array, values_array );
++ 
++         # Reset text and tick sizes
++@@ -313,7 +311,7 @@
++     line_colors(1) = 1 + mod(k, 8);
++     symbol_colors(1) = 1 + mod(k, 8);
++ 
++-    [legend_width, legend_height] = \
+++    [legend_width, legend_height] = ...
++ 	pllegend( opt, position, 0.05, 0.05,
++ 		 0.1, 15, 1, 1, 0, 0, opt_array, 1.0, 1.0, 2.0,
++ 		 1., text_colors, text,
++@@ -393,7 +391,7 @@
++   y = 0.1;
++   nrow = 1;
++   ncolumn = nlegend;
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++ 	       0.05, 15, 1, 1, nrow, ncolumn, opt_array, 1.0, 1.0, 2.0,
++ 	       1., text_colors, text,
++@@ -407,7 +405,7 @@
++   y = 0.1;
++   nrow = 1;
++   ncolumn = nlegend;
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++ 	       0.05, 15, 1, 1, nrow, ncolumn, opt_array, 1.0, 1.0, 2.0,
++ 	       1., text_colors, text,
++@@ -422,7 +420,7 @@
++   y = 0.;
++   nrow = nlegend;
++   ncolumn = 1;
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++ 	       0.05, 15, 1, 1, nrow, ncolumn, opt_array, 1.0, 1.0, 2.0,
++ 	       1., text_colors, text,
++@@ -436,7 +434,7 @@
++   y = 0.;
++   nrow = nlegend;
++   ncolumn = 1;
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++ 	       0.05, 15, 1, 1, nrow, ncolumn, opt_array, 1.0, 1.0, 2.0,
++ 	       1., text_colors, text,
++@@ -450,7 +448,7 @@
++   y = 0.;
++   nrow = 6;
++   ncolumn = 2;
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++ 	       0.05, 15, 1, 1, nrow, ncolumn, opt_array, 1.0, 1.0, 2.0,
++ 	       1., text_colors, text,
++@@ -464,7 +462,7 @@
++   y = 0.;
++   nrow = 6;
++   ncolumn = 2;
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++ 	       0.05, 15, 1, 1, nrow, ncolumn, opt_array, 1.0, 1.0, 2.0,
++ 	       1., text_colors, text,
++@@ -478,7 +476,7 @@
++   y = 0.;
++   nrow = 3;
++   ncolumn = 3;
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++ 	       0.05, 15, 1, 1, nrow, ncolumn, opt_array, 1.0, 1.0, 2.0,
++ 	       1., text_colors, text,
++@@ -568,7 +566,7 @@
++     nrow = min(3, nlegend);
++     ncolumn = 0;
++ 
++-    [legend_width, legend_height] = \
+++    [legend_width, legend_height] = ...
++         pllegend( opt, position, x, y,
++                  0.025, 15, 1, 1, nrow, ncolumn, opt_array, 1.0, 1.0, 1.5,
++                  1., text_colors, text,
++@@ -685,7 +683,7 @@
++ 
++   opt = opt_base;
++   plscol0a( 15, 32, 32, 32, 0.70 );
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++                0.1, 15, 1, 1, 0, 0, opt_array, 1.0, text_scale, 2.0,
++                0., text_colors, text,
++@@ -716,7 +714,7 @@
++   opt = opt_base;
++   x += legend_width;
++   plscol0a( 15, 32, 32, 32, 0.70 );
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++ 	       0.1, 15, 1, 1, 0, 0, opt_array, 1.0, text_scale, 2.0,
++ 	       0., text_colors, text,
++@@ -747,7 +745,7 @@
++   opt = opt_base;
++   x += legend_width;
++   plscol0a( 15, 32, 32, 32, 0.70 );
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++ 	       0.1, 15, 1, 1, 0, 0, opt_array, 1.0, text_scale, 2.0,
++ 	       0., text_colors, text,
++@@ -781,7 +779,7 @@
++   y += max_height;
++   max_height = 0.;
++   plscol0a( 15, 32, 32, 32, 0.70 );
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++                0.1, 15, 1, 1, 0, 0, opt_array, 1.0, text_scale, 2.0,
++                0., text_colors, text,
++@@ -812,7 +810,7 @@
++   opt = opt_base;
++   x += legend_width;
++   plscol0a( 15, 32, 32, 32, 0.70 );
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++                0.1, 15, 1, 1, 0, 0, opt_array, 1.0, text_scale, 2.0,
++                0., text_colors, text,
++@@ -843,7 +841,7 @@
++   opt = opt_base;
++   x += legend_width;
++   plscol0a( 15, 32, 32, 32, 0.70 );
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++                0.1, 15, 1, 1, 0, 0, opt_array, 1.0, text_scale, 2.0,
++                0., text_colors, text,
++@@ -878,7 +876,7 @@
++   y += max_height;
++   max_height = 0.;
++   plscol0a( 15, 32, 32, 32, 0.70 );
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++                0.1, 15, 1, 1, 0, 0, opt_array, 1.0, text_scale, 2.0,
++                0., text_colors, text',
++@@ -905,7 +903,7 @@
++   opt = opt_base;
++   x += legend_width;
++   plscol0a( 15, 32, 32, 32, 0.70 );
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++                0.1, 15, 1, 1, 0, 0, opt_array, 1.0, text_scale, 2.0,
++                0., text_colors, text',
++@@ -933,7 +931,7 @@
++   opt = opt_base;
++   x += legend_width;
++   plscol0a( 15, 32, 32, 32, 0.70 );
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( opt, position, x, y,
++                0.1, 15, 1, 1, 0, 0, opt_array, 1.0, text_scale, 2.0,
++                0., text_colors, text',
++Index: plplot-5.10.0/plplot_test/test_octave.sh.in
++===================================================================
++--- plplot-5.10.0.orig/plplot_test/test_octave.sh.in	2014-07-01 12:23:40.684787850 +0100
+++++ plplot-5.10.0/plplot_test/test_octave.sh.in	2014-07-01 12:23:40.440787857 +0100
++@@ -35,7 +35,12 @@
++ export LD_LIBRARY_PATH="$TOPDIR"/src:"$TOPDIR"/lib/csa:"$TOPDIR"/lib/nn
++ 
++ # Launch an Octave script that exercises all the demos
++-$octave -f -q -p "$octavedir" <<EOF 2> test.error
+++$octave -f -q  <<EOF 2> test.error
+++
+++# Disable warnings about shadowed functions - PLplot is _supposed_ to shadow the core functions
+++warning("off","Octave:shadowed-function");
+++
+++addpath(getenv("octavedir"));
++ 
++ # Check verbose_test variable
++ if (strcmp(getenv("verbose_test"),"on") == 1)
++@@ -46,13 +51,15 @@
++ 
++ plplot_stub;
++ t = char(strsplit("$options", "-")); 
++-if (t); t(1,:)=""; endif;
++-for i=1:rows(t)
++-    tt = deblank (t(i,:)); len = length(tt);
++-    ix = index(tt," ");
++-    if (ix == 0); ix = len; len = 0; endif
++-    plsetopt(tt(1:ix), tt(ix+1:len));
++-endfor
+++if (t)
+++    t(1,:)="";
+++    for i=1:rows(t)
+++        tt = deblank (t(i,:)); len = length(tt);
+++        ix = index(tt," ");
+++        if (ix == 0); ix = len; len = 0; endif
+++        plsetopt(tt(1:ix), tt(ix+1:len));
+++    endfor
+++endif
++ 
++ # Subset of p examples selected that seem to work ok with noninteractive
++ # devices.
++@@ -80,13 +87,15 @@
++ 	printf("%s\n",cmd);
++     endif
++     t = char(strsplit("$options", "-")); 
++-    if (t) ; t(1,:)=""; endif
++-    for j=1:rows(t)
++-        tt = deblank (t(j,:)); len = length(tt);
++-	ix = index(tt," ");
++-	if (ix == 0); ix = len; len = 0; endif
++-	plSetOpt(deblank(tt(1:ix)), tt(ix:len));
++-    endfor
+++    if (t)
+++        t(1,:)="";
+++        for j=1:rows(t)
+++            tt = deblank (t(j,:)); len = length(tt);
+++       	    ix = index(tt," ");
+++	    if (ix == 0); ix = len; len = 0; endif
+++	    plSetOpt(deblank(tt(1:ix)), tt(ix:len));
+++        endfor
+++    endif
++     device="$device";
++     plSetOpt("dev", device);
++ #o trailer on filename e.g., x01o.ps) to distinguish from other
++Index: plplot-5.10.0/examples/octave/x01c.m
++===================================================================
++--- plplot-5.10.0.orig/examples/octave/x01c.m	2014-07-01 12:23:40.684787850 +0100
+++++ plplot-5.10.0/examples/octave/x01c.m	2014-07-01 12:23:40.536787854 +0100
++@@ -85,7 +85,7 @@
++     printf("\n\nYou are in Locate mode. Click any mouse button or press any key\n\
++ and the current cursor position will be printed.\n\
++ Please keep <NumLock> and <CapsLock> off.\n\
++-Terminate locate mode with the <Enter> key.\n\ 
+++Terminate locate mode with the <Enter> key.\n\
++ Finish the plot with the <Enter> or <ESC> key or the 3d mouse button\n");
++ 
++     fflush(stdout);
++Index: plplot-5.10.0/examples/octave/x04c.m
++===================================================================
++--- plplot-5.10.0.orig/examples/octave/x04c.m	2014-07-01 12:23:40.684787850 +0100
+++++ plplot-5.10.0/examples/octave/x04c.m	2014-07-01 12:53:36.792734781 +0100
++@@ -155,7 +155,7 @@
++ 
++   plscol0a( 15, 32, 32, 32, 0.70 );
++ 
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( bitor(PL_LEGEND_BACKGROUND, PL_LEGEND_BOUNDING_BOX), 0, 0.0, 0.0,
++                0.1, 15, 1, 1, 0, 0, opt_array, 1.0, 1.0, 2.0,
++                1., text_colors, text, 
++Index: plplot-5.10.0/examples/octave/x07c.m
++===================================================================
++--- plplot-5.10.0.orig/examples/octave/x07c.m	2014-07-01 12:23:40.684787850 +0100
+++++ plplot-5.10.0/examples/octave/x07c.m	2014-07-01 12:23:40.608787852 +0100
++@@ -24,7 +24,7 @@
++   ## Initialize plplot */
++   plinit();
++ 
++-  base=[0, 100, 0, 100, 200, 500, 600, 700, 800, 900, \
+++  base=[0, 100, 0, 100, 200, 500, 600, 700, 800, 900,
++ 	2000, 2100, 2200, 2300, 2400, 2500, 2600, 2700, 2800, 2900];
++   
++   plfontld(0);
++Index: plplot-5.10.0/examples/octave/x08c.m
++===================================================================
++--- plplot-5.10.0.orig/examples/octave/x08c.m	2014-07-01 12:23:40.684787850 +0100
+++++ plplot-5.10.0/examples/octave/x08c.m	2014-07-01 12:23:40.640787851 +0100
++@@ -101,10 +101,10 @@
++ 	plmtex("t", 1.0, 0.5, 0.5, title(k,:));
++ 	plcol0(1);
++ 	if (rosen)
++-          plw3d(1.0, 1.0, 1.0, -1.5, 1.5, -0.5, 1.5, zmin, zmax, \ 
+++          plw3d(1.0, 1.0, 1.0, -1.5, 1.5, -0.5, 1.5, zmin, zmax,
++                 alt(k), az(k));
++ 	else
++-	  plw3d(1.0, 1.0, 1.0, -1.0, 1.0, -1.0, 1.0, zmin, zmax, \
+++	  plw3d(1.0, 1.0, 1.0, -1.0, 1.0, -1.0, 1.0, zmin, zmax,
++ 		alt(k), az(k));
++ 	endif
++ 
++Index: plplot-5.10.0/examples/octave/x26c.m
++===================================================================
++--- plplot-5.10.0.orig/examples/octave/x26c.m	2014-07-01 12:23:40.684787850 +0100
+++++ plplot-5.10.0/examples/octave/x26c.m	2014-07-01 12:54:36.816733007 +0100
++@@ -244,7 +244,7 @@
++ 
++   plscol0a( 15, 32, 32, 32, 0.70 );
++ 
++-  [legend_width, legend_height] = \
+++  [legend_width, legend_height] = ...
++       pllegend( bitor(PL_LEGEND_BACKGROUND, PL_LEGEND_BOUNDING_BOX), 0, 0.0, 0.0,
++                0.1, 15, 1, 1, 0, 0, opt_array, 1.0, 1.0, 2.0,
++                1., text_colors, text, 
++Index: plplot-5.10.0/examples/octave/x29c.m
++===================================================================
++--- plplot-5.10.0.orig/examples/octave/x29c.m	2014-07-01 12:23:40.684787850 +0100
+++++ plplot-5.10.0/examples/octave/x29c.m	2014-07-01 12:23:40.680787850 +0100
++@@ -122,8 +122,8 @@
++   i = 0:npts-1;
++   x = i*60.0*60.0*24.0;
++   p = asin(0.39795*cos(0.2163108 + 2*atan(0.9671396*tan(0.00860*(i-186)))));
++-  d = 24.0 - (24.0/pi)*acos( (sin(0.8333*pi/180.0) + \
++-			      sin(lat*pi/180.0)*sin(p)) \
+++  d = 24.0 - (24.0/pi)*acos( (sin(0.8333*pi/180.0) +
+++			      sin(lat*pi/180.0)*sin(p))
++ 			    ./(cos(lat*pi/180.0)*cos(p)) ); 
++   y = d;
++   
diff --cc debian/patches/proper-path-handling.diff
index 943ff78,0000000..9383bc5
mode 100644,000000..100644
--- a/debian/patches/proper-path-handling.diff
+++ b/debian/patches/proper-path-handling.diff
@@@ -1,17 -1,0 +1,19 @@@
 +Description: Proper use of the rmpath function
 +Author: Rafael Laboissiere <rafael at laboissiere.net>
 +Last-Update: 2012-03-31
 +
- --- plplot-5.9.9.orig/bindings/octave/PLplot/toggle_plplot_use.m
- +++ plplot-5.9.9/bindings/octave/PLplot/toggle_plplot_use.m
- @@ -34,9 +34,7 @@ endif
++Index: plplot-5.9.10/bindings/octave/PLplot/toggle_plplot_use.m
++===================================================================
++--- plplot-5.9.10.orig/bindings/octave/PLplot/toggle_plplot_use.m	2013-10-01 13:05:57.927300532 +0100
+++++ plplot-5.9.10/bindings/octave/PLplot/toggle_plplot_use.m	2013-10-01 13:05:57.915300532 +0100
++@@ -39,9 +39,7 @@
 + use_plplot_path = plplot_octave_path;
-  plplot_path_to_remove = strsplit(genpath(use_plplot_path),pathsep);
++ plplot_path_to_remove = char(strsplit(genpath(use_plplot_path),pathsep));
 + for use_plplot_i=1:size(plplot_path_to_remove)(1)
 +-  if (findstr(path,deblank(plplot_path_to_remove(use_plplot_i,:))) > 0)
 +-    rmpath(deblank(plplot_path_to_remove(use_plplot_i,:)));
 +-  endif
 ++  rmpath(plplot_path_to_remove{use_plplot_i});
 + endfor
 + 
 + if (strcmp (use_plplot_state, "on"))
diff --cc debian/patches/series
index 6a44ce0,0000000..07b82c3
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,9 -1,0 +1,9 @@@
 +02_unset-python-path.diff
 +#04_use-mkoctfile.diff
- #07_octave_prune_examples.diff
- 08_nn_link_libm.diff
- replace-deprecated-split.diff
 +proper-path-handling.diff
- fix-boolean-operators.diff
- fix-cmake-ada-support.diff
 +fix-lua-includes.diff
++add-tcl-multiarch.diff
++#support-javac-options.diff
++octave_3.8_support.diff
++fix-wxwidgets-linkage.diff
++dont-check-for-hdf5_h
diff --cc debian/patches/support-javac-options.diff
index 0000000,0000000..971b99d
new file mode 100644
--- /dev/null
+++ b/debian/patches/support-javac-options.diff
@@@ -1,0 -1,0 +1,38 @@@
++Description: Allow the setting of javac option using CMAKE_JAVA_COMPILE_FLAGS.
++Author: Andrew Ross <andrewross at users.sourceforge.net>
++Origin: upstream
++Index: plplot-5.9.10/bindings/java/CMakeLists.txt
++===================================================================
++--- plplot-5.9.10.orig/bindings/java/CMakeLists.txt	2010-05-14 22:19:09.000000000 +0100
+++++ plplot-5.9.10/bindings/java/CMakeLists.txt	2013-10-03 12:10:11.445188817 +0100
++@@ -200,7 +200,7 @@
++     add_custom_command(
++       OUTPUT ${output_file}
++       COMMAND ${CMAKE_Java_COMPILER} 
++-      -classpath ${CMAKE_CURRENT_BINARY_DIR} ${srcfile} -d ${CMAKE_CURRENT_BINARY_DIR}
+++      -source 1.5 -target 1.5 -classpath ${CMAKE_CURRENT_BINARY_DIR} ${srcfile} -d ${CMAKE_CURRENT_BINARY_DIR}
++       DEPENDS ${srcfile} ${${output_file}_DEPENDS}
++       )
++   endforeach( srcfile ${JAVA_FILES_FULL} )
++Index: plplot-5.9.10/examples/java/CMakeLists.txt
++===================================================================
++--- plplot-5.9.10.orig/examples/java/CMakeLists.txt	2012-10-03 22:16:31.000000000 +0100
+++++ plplot-5.9.10/examples/java/CMakeLists.txt	2013-10-03 12:11:01.541187504 +0100
++@@ -101,7 +101,7 @@
++     add_custom_command(
++       OUTPUT ${out_file}
++       COMMAND ${CMAKE_Java_COMPILER}
++-      -classpath ${CMAKE_BINARY_DIR}/bindings/java -d ${CMAKE_CURRENT_BINARY_DIR} -encoding UTF-8 ${in_file}
+++      -source 1.5 -target 1.5 -classpath ${CMAKE_BINARY_DIR}/bindings/java -d ${CMAKE_CURRENT_BINARY_DIR} -encoding UTF-8 ${in_file}
++       DEPENDS ${in_file} ${files_plplot_core}
++       )
++     add_custom_target(x${STRING_INDEX}j ALL DEPENDS ${out_file})
++@@ -160,7 +160,7 @@
++     add_custom_command(
++       OUTPUT ${out_file}
++       COMMAND ${CMAKE_Java_COMPILER}
++-      -classpath ${INSTALLED_JAR_FILE} -d ${CMAKE_CURRENT_BINARY_DIR} -encoding UTF-8 ${in_file}
+++      -source 1.5 -target 1.5 -classpath ${INSTALLED_JAR_FILE} -d ${CMAKE_CURRENT_BINARY_DIR} -encoding UTF-8 ${in_file}
++       DEPENDS ${in_file} ${INSTALLED_JAR_FILE}
++       )
++     add_custom_target(x${STRING_INDEX}j ALL DEPENDS ${out_file})
diff --cc debian/plplot-tcl-bin.files
index 0000000,0000000..f836f40
new file mode 100644
--- /dev/null
+++ b/debian/plplot-tcl-bin.files
@@@ -1,0 -1,0 +1,2 @@@
++usr/bin/pltcl
++usr/share/doc/plplot-tcl-bin
diff --cc debian/plplot-tcl-dev.files
index 7d78914,0000000..f1ba233
mode 100644,000000..100644
--- a/debian/plplot-tcl-dev.files
+++ b/debian/plplot-tcl-dev.files
@@@ -1,7 -1,0 +1,7 @@@
- usr/lib/lib*tcl*
++usr/lib/*/lib*tcl*
 +usr/include/plplot/pltcl.h
 +usr/include/plplot/pltk.h
 +usr/include/plplot/tclMatrix.h
 +usr/share/doc/plplot-tcl-dev
- usr/share/doc/libplplot11/examples/*tcl*
- usr/share/doc/libplplot11/examples/tk
++usr/share/doc/libplplot12/examples/*tcl*
++usr/share/doc/libplplot12/examples/tk
diff --cc debian/plplot-tcl-dev.lintian-overrides
index f271994,0000000..c538297
mode 100644,000000..100644
--- a/debian/plplot-tcl-dev.lintian-overrides
+++ b/debian/plplot-tcl-dev.lintian-overrides
@@@ -1,7 -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@
++plplot-tcl-dev binary: example-interpreter-not-absolute usr/share/doc/libplplot12/examples/tk/tk01.in #!@xtk01_LOCATION@
++plplot-tcl-dev binary: example-interpreter-not-absolute usr/share/doc/libplplot12/examples/tk/tk02.in #!@xtk02_LOCATION@
++plplot-tcl-dev binary: example-interpreter-not-absolute usr/share/doc/libplplot12/examples/tk/tk04.in #!@xtk04_LOCATION@
diff --cc debian/plplot-tcl.files
index cae8325,0000000..4ba594e
mode 100644,000000..100644
--- a/debian/plplot-tcl.files
+++ b/debian/plplot-tcl.files
@@@ -1,9 -1,0 +1,8 @@@
- usr/lib/lib*tcl*.so.*
- usr/bin/plserver
- usr/bin/pltcl
++usr/lib/*/lib*tcl*.so.*
++usr/lib/*/plplot*/bin/plserver
 +usr/share/man/man1/plserver.1
 +usr/share/man/man1/pltcl.1
 +usr/share/plplot*/pkgIndex.tcl
 +usr/share/plplot*/tcl
- usr/lib/plplot*/driversd/*tk*
++usr/lib/*/plplot*/driversd/*tk*
 +usr/share/doc/plplot-tcl
diff --cc debian/plplot12-driver-cairo.files
index 0000000,0000000..1792e31
new file mode 100644
--- /dev/null
+++ b/debian/plplot12-driver-cairo.files
@@@ -1,0 -1,0 +1,2 @@@
++usr/lib/*/plplot*/driversd/cairo.*
++usr/share/doc/plplot12-driver-cairo
diff --cc debian/plplot12-driver-qt.files
index 0000000,0000000..c88aa7d
new file mode 100644
--- /dev/null
+++ b/debian/plplot12-driver-qt.files
@@@ -1,0 -1,0 +1,4 @@@
++usr/lib/*/plplot*/driversd/qt.*
++usr/lib/*/libplplotqtd.so.*
++usr/share/doc/plplot12-driver-qt
++usr/lib/python*/plplot_pyqt4.so
diff --cc debian/plplot12-driver-wxwidgets.files
index 0000000,0000000..2483a20
new file mode 100644
--- /dev/null
+++ b/debian/plplot12-driver-wxwidgets.files
@@@ -1,0 -1,0 +1,5 @@@
++usr/lib/*/plplot*/driversd/wxwidgets.*
++usr/lib/*/libplplotwxwidgetsd.so.*
++usr/share/doc/plplot12-driver-wxwidgets
++
++
diff --cc debian/plplot12-driver-xwin.files
index 0000000,0000000..a13cdf0
new file mode 100644
--- /dev/null
+++ b/debian/plplot12-driver-xwin.files
@@@ -1,0 -1,0 +1,4 @@@
++usr/lib/*/plplot*/driversd/xwin.*
++usr/share/doc/plplot12-driver-xwin
++
++
diff --cc debian/python-plplot.files
index c1fdd17,0000000..65a2cd6
mode 100644,000000..100644
--- a/debian/python-plplot.files
+++ b/debian/python-plplot.files
@@@ -1,3 -1,0 +1,3 @@@
 +usr/lib/python*
- usr/share/doc/libplplot11/examples/*python*
++usr/share/doc/libplplot12/examples/*python*
 +usr/share/doc/python-plplot
diff --cc debian/rules
index 996acb8,0000000..8f96bdd
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,256 -1,0 +1,264 @@@
 +#!/usr/bin/make -f
 +# -*- gmake -*-
 +# Made with the aid of dh_make, by Craig Small
 +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 +# This version is for a hypothetical package that builds an
 +# architecture-dependant package, as well as an architecture-independant
 +# package.
 +# Modified by Rafael Laboissiere <rafael at debian.org> on 1998/06/12
 +# for the plplot package
 +
 +# Uncomment this to turn on verbose mode.
 +#export DH_VERBOSE=1
 +
 +# Paths for Octave
 +MDIR = $(shell octave-config --print LOCALAPIFCNFILEDIR)
 +OCTDIR = $(shell octave-config --print LOCALAPIOCTFILEDIR)
 +
- #include /usr/share/quilt/quilt.make
++DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) 
 +
 +version		:= $(shell perl debian/get-upstream-version.pl < cmake/modules/plplot_version.cmake)
- libpkg          := libplplot11
++libpkg          := libplplot12
 +docpkg          := plplot-doc
 +debbase		:= $(shell pwd)/debian
 +debtmp		:= $(debbase)/tmp
 +debusr		:= $(debtmp)/usr
- deblib		:= $(debusr)/lib
++deblib		:= $(debusr)/lib/$(DEB_HOST_MULTIARCH)
 +debshr		:= $(debusr)/share
 +debdoc		:= $(debshr)/doc
 +debinfo		:= $(debshr)/info
 +debex		:= $(debshr)/plplot$(version)/examples
 +octver		:= $(shell octave-config -v)
 +
- CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
++# Note cmake ignores CPPFLAGS so add them to CFLAGS and CXXFLAGS as a work around
++CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS) \
++	   $(shell mkoctfile -p INCFLAGS)
++CFLAGS = $(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
 +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 = $(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
 +#CXXFLAGS += -fvisibility=hidden
 +FFLAGS = $(shell dpkg-buildflags --get FFLAGS)
 +FFLAGS += -fvisibility=hidden
 +LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 +LDFLAGS += -Wl,--as-needed
- DC = gdc-v1
 +
++CMAKE = xvfb-run cmake
 +
 +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.
++# Disable Ada build on sh4 - gnat not available at the moment.
 +
 +ifneq (,$(findstring :$(DEB_BUILD_ARCH):,:sh4:))
 +BUILD_ADA = no
 +else
 +BUILD_ADA = yes
 +endif
 +
 +# Configure options
 +
 +ifeq ($(BUILD_ADA),yes)
 +ADA_OPTIONS = -DENABLE_ada=ON
 +else
 +ADA_OPTIONS = -DENABLE_ada=OFF
 +endif
 +
 +JAVA_OPTIONS = \
 +	-DCMAKE_Java_RUNTIME=$(JAVA_HOME)/bin/java \
 +	-DCMAKE_Java_COMPILER=$(JAVA_HOME)/bin/javac \
- 	-DCMAKE_Java_ARCHIVE=$(JAVA_HOME)/bin/jar
++	-DCMAKE_Java_ARCHIVE=$(JAVA_HOME)/bin/jar \
++	-DJAVACFLAGS="-source 1.5 -target 1.5"
 +
 +CONFIGURE_OPTIONS = -DBUILD_TEST=ON \
 +	-DBUILD_DOC=OFF -DCMAKE_INSTALL_PREFIX=/usr \
++        -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
 +	-DOCTAVE_OCT_DIR=$(OCTDIR) \
 +	-DUSE_RPATH=OFF -DPLD_psttf=OFF -DENABLE_tk=ON \
- 	-DPLD_jpeg=ON -DPLD_png=ON -DPLD_gif=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
++	slice -o UNDEF:debian/control debian/control.in
 +else
 +	slice -o UNDEF+ADA:debian/control debian/control.in
 +endif
 +
 +config: config-stamp
- config-stamp: control 
++config-stamp: control
 +	mkdir -p $(BUILD_DIR)
- 	(cd $(BUILD_DIR) ; \
- 	PKG_CONFIG_ENV=" " F77=gfortran FC=gfortran \
++	( cd $(BUILD_DIR) ; \
++	PKG_CONFIG_ENV=" " FC=gfortran \
 +	JAVA_HOME=$(JAVA_HOME) DC=$(DC) \
 +        CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" FFLAGS="$(FFLAGS)" \
-         LDFLAGS="$(LDFLAGS)" \
- 	cmake $(SRC_DIR) $(CONFIGURE_OPTIONS) )
++        LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
++	$(CMAKE) $(SRC_DIR) $(CONFIGURE_OPTIONS) )
 +	touch config-stamp
 +
 +build-arch: build-arch-stamp
 +build-arch-stamp: config-stamp
 +	dh_testdir
 +	( cd $(BUILD_DIR) ; $(MAKE)  )
 +	-( cd $(BUILD_DIR) ; unset DISPLAY ; $(MAKE) test_noninteractive )
 +	touch build-arch-stamp
 +
 +build-indep: build-indep-stamp
 +build-indep-stamp: 
 +	dh_testdir
- 	( cd $(BUILD_DIR) ; cmake $(SRC_DIR) $(CONFIGURE_OPTIONS) -DBUILD_DOC=ON ; \
++	( cd $(BUILD_DIR) ; $(CMAKE) $(SRC_DIR) $(CONFIGURE_OPTIONS) -DBUILD_DOC=ON ; \
 +	cd doc ; $(MAKE)  )
 +	touch build-indep-stamp
 +
 +clean: 
 +	dh_testdir
 +	dh_testroot
 +	rm -f build-arch-stamp build-indep-stamp install-arch-stamp install-indep-stamp \
 +              config-stamp debian/files install-python*
 +	rm -rf $(BUILD_DIR)
 +	rm -rf $(debbase)/$(libpkg)
 +	dh_clean
 +
 +install-arch: install-arch-stamp install-python
 +	dh_movefiles -a --no-package=$(libpkg) --no-package=libplplot-dev \
 +		     --no-package=python-plplot --no-package=python-plplot-qt   \
- 		     --no-package=libplplot-java --no-package=libplplot-ada0 \
++		     --no-package=libplplot-java --no-package=libplplot-ada1 \
 +	             --no-package=libplplot-ocaml --no-package=libplplot-lua \
- 	             --no-package=libplplot-d --no-package=libplplot-ada0-dev
++	             --no-package=libplplot-d --no-package=libplplot-ada1-dev
 +	dh_movefiles --package=python-plplot-qt
 +	dh_movefiles --package=python-plplot
 +	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-ada0
- 	dh_movefiles --package=libplplot-ada0-dev 
++	dh_movefiles --package=libplplot-ada1
++	dh_movefiles --package=libplplot-ada1-dev 
 +endif
 +	dh_movefiles --package=libplplot-dev
 +	dh_movefiles --package=$(libpkg)
 +
 +install-arch-stamp: build-arch-stamp
 +	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 ; \
++	  rm -f COPYING.LIB ; \
 +	  mv ChangeLog.release changelog )
 +	mv $(debdoc)/plplot $(debdoc)/$(libpkg)
 +
 +	install -d $(debex)/perl
 +	install --mode=644 examples/perl/x* examples/perl/README* \
 +		$(debex)/perl
 +	mv $(debex) $(debdoc)/$(libpkg)
 +
- 	for i in libplplot-dev plplot-tcl plplot-tcl-dev 		\
- 		plplot11-driver-gd plplot11-driver-xwin octave-plplot	\
++	for i in libplplot-dev plplot-tcl plplot-tcl-bin plplot-tcl-dev	\
++		plplot12-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			\
++		python-plplot libplplot-c++11 plplot12-driver-wxwidgets \
++		plplot12-driver-qt libplplot-java			\
++		plplot12-driver-cairo libplplot-fortran10		\
 +		libplplot-ocaml libplplot-lua libplplot-d ; do		\
 +	  ln -s $(libpkg) $(debdoc)/$$i ;				\
 +	done
 +	ln -s libqsastime0 $(debdoc)/libqsastime-dev
 +
 +	mv $(debshr)/java/plplot.jar $(debshr)/java/plplot-$(version).jar
 +	( cd $(debshr)/java ; ln -s plplot-$(version).jar plplot.jar )
 +
 +ifeq ($(BUILD_ADA),yes)
- 	ln -s $(libpkg) $(debdoc)/libplplot-ada0
- 	ln -s $(libpkg) $(debdoc)/libplplot-ada0-dev
++	ln -s $(libpkg) $(debdoc)/libplplot-ada1
++	ln -s $(libpkg) $(debdoc)/libplplot-ada1-dev
 +endif
 +
 +	touch install-arch-stamp
 +
 +install-indep: install-indep-stamp
 +	dh_movefiles -i
 +
 +install-indep-stamp: build-indep-stamp
 +	( cd $(BUILD_DIR)/doc ; \
 +	  $(MAKE) DESTDIR=$(debtmp) install )
 +
 +	mkdir -p $(debdoc)/$(docpkg)
- 	(cd $(debdoc)/plplot ; mv html *.pdf *.ps.gz $(debdoc)/$(docpkg))
++	(cd $(debdoc)/plplot ; rm -f html/plplotdoc-html.proc ; mv html *.pdf $(debdoc)/$(docpkg))
 +	touch install-indep-stamp
 +
 +install-python: $(PYVERS:%=install-python%)
 +	touch $@
 +
 +install-python%: build-arch-stamp
 +	( cd $(BUILD_DIR) ; \
- 	  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 ; \
++	  $(CMAKE) $(SRC_DIR) $(CONFIGURE_OPTIONS) -DPYTHON_EXECUTABLE=/usr/bin/python$* -DPYTHON_LIBRARIES=/usr/lib/python$* -DPYTHON_LIBRARY=`python-config --configdir`/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) ;					\
 +	      $(MAKE) DESTDIR=$(debtmp) install ) ;	\
 +	  done )
 +	touch $@
 +
 +# Build architecture-independent files here.
 +binary-indep: build-indep install-indep
 +	dh_testdir -i
 +	dh_testroot -i
 +	dh_installdirs -i
 +	dh_installdocs --package=$(docpkg)
 +	dh_installchangelogs --package=$(docpkg)
 +	dh_compress -i --exclude=.pdf
 +	dh_fixperms -i
 +	dh_installdeb -i
 +	dh_lintian -i
 +	dh_gencontrol -i
 +	dh_md5sums -i
 +	dh_builddeb -i
 +
 +binary-arch: build-arch install-arch
 +	dh_testdir -a
 +	dh_testroot -a
 +	dh_installdirs -a
 +
 +	dh_installdocs --package=$(libpkg) --package=libcsiro0 --package=libqsastime0
 +	dh_installchangelogs --package=$(libpkg) --package=libcsiro0 --package=libqsastime0
 +
 +	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 --no-package=octave-plplot -L $(libpkg) \
-           -l $(debbase)/$(libpkg)/usr/lib:$(debbase)/plplot-tcl/usr/lib 
++          -l $(debbase)/$(libpkg)/usr/lib/$(DEB_HOST_MULTIARCH):$(debbase)/plplot-tcl/usr/lib/$(DEB_HOST_MULTIARCH)
 +	dpkg-shlibdeps -Tdebian/octave-plplot.substvars -S$(debbase)/$(libpkg)/usr/lib/*.so* -S/usr/lib/$(octver)/*.so* $(debbase)/octave-plplot/$(OCTDIR)/plplot_octave.oct
 +	dh_installdeb -a
++
++        # Replace tk copied files with symlinks
++	(cd $(debbase)/plplot-tcl-dev/usr/share/doc/${libpkg}/examples/tk ; for file in x??.tcl plgrid.tcl ; do rm -f $${file} ; ln -s ../tcl/$${file} . ; done)
++
 +	dh_lintian -a
 +	dh_gencontrol -a -- -VF:OCamlABI="$(OCAMLABI)"
 +	dh_md5sums -a
 +	dh_builddeb -a
 +
 +binary: binary-arch binary-indep
 +.PHONY: build clean binary-indep binary-arch binary config \
 +        control 
 +
 +.NOTPARALLEL:
 +

-- 
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