[DRE-commits] [ctioga2] branch master updated (fb5511d -> e06c55d)

Vincent Fourmond fourmond at alioth.debian.org
Mon Aug 26 22:05:00 UTC 2013


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

fourmond pushed a change to branch master
in repository ctioga2.

      from  fb5511d   [ctioga2] upload to unstable
      adds  962d722   Imported Upstream version 0.5
       new  0ad17ad   Merge tag 'upstream/0.5'
       new  eec0ce3   [ctioga2] new upstream version
       new  e06c55d   Tighten up dependency on tioga

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changelog                                          |   16 ++
 ctioga2.gemspec                                    |    4 +-
 debian/changelog                                   |    7 +
 debian/control                                     |    2 +-
 elisp/ctioga2-mode.el                              |    2 +-
 lib/ctioga2/commands/arguments.rb                  |    7 +-
 lib/ctioga2/commands/commands.rb                   |   58 +++--
 lib/ctioga2/commands/context.rb                    |   10 +-
 lib/ctioga2/commands/doc/help.rb                   |    4 +-
 lib/ctioga2/commands/doc/html.rb                   |   16 +-
 lib/ctioga2/commands/doc/introspection.rb          |   12 +-
 lib/ctioga2/commands/parsers/file.rb               |  243 ++++++++++----------
 .../commands/parsers/{file.rb => old-file.rb}      |   15 +-
 lib/ctioga2/commands/strings.rb                    |    4 +-
 lib/ctioga2/data/datacolumn.rb                     |    7 +-
 lib/ctioga2/data/dataset.rb                        |   16 +-
 lib/ctioga2/data/indexed-dtable.rb                 |   54 ++++-
 lib/ctioga2/data/stack.rb                          |   73 +++++-
 lib/ctioga2/graphics/elements.rb                   |    3 +-
 lib/ctioga2/graphics/elements/containers.rb        |   25 +-
 lib/ctioga2/graphics/elements/primitive.rb         |   10 +-
 .../elements/{xyz-map.rb => xyz-contour.rb}        |   45 ++--
 lib/ctioga2/graphics/generator.rb                  |   36 ++-
 lib/ctioga2/graphics/legends.rb                    |   47 +++-
 lib/ctioga2/graphics/legends/area.rb               |   37 ++-
 lib/ctioga2/graphics/legends/items.rb              |   57 +++--
 lib/ctioga2/graphics/legends/multicols.rb          |  132 +++++++++++
 lib/ctioga2/graphics/styles.rb                     |    4 +-
 lib/ctioga2/graphics/styles/axes.rb                |   14 +-
 lib/ctioga2/graphics/styles/base.rb                |   76 +++++-
 lib/ctioga2/graphics/styles/colormap.rb            |    3 +-
 lib/ctioga2/graphics/styles/contour.rb             |  141 ++++++++++++
 lib/ctioga2/graphics/styles/curve.rb               |  116 ++++------
 lib/ctioga2/graphics/styles/drawable.rb            |   25 +-
 lib/ctioga2/graphics/styles/factory.rb             |  117 +++++++---
 lib/ctioga2/graphics/styles/legend.rb              |   55 ++++-
 lib/ctioga2/graphics/styles/plot.rb                |   19 +-
 lib/ctioga2/graphics/styles/sheet.rb               |   22 +-
 lib/ctioga2/graphics/styles/texts.rb               |   47 +++-
 lib/ctioga2/graphics/types.rb                      |   21 +-
 lib/ctioga2/graphics/types/dimensions.rb           |    8 +-
 lib/ctioga2/metabuilder/types/lists.rb             |    8 +-
 lib/ctioga2/metabuilder/types/numbers.rb           |    6 +-
 lib/ctioga2/metabuilder/types/styles.rb            |    4 +-
 lib/ctioga2/plotmaker.rb                           |   13 +-
 lib/ctioga2/utils.rb                               |   30 ++-
 tests/axes.sh                                      |    5 +
 tests/compareoutputs                               |   30 +++
 tests/legends.sh                                   |   17 ++
 tests/new-file-format/base.ct2                     |    2 +
 tests/new-file-format/variables.ct2                |    5 +
 tests/tests2montage                                |   14 +-
 tests/xyz-maps.sh                                  |    6 +
 53 files changed, 1294 insertions(+), 456 deletions(-)
 copy lib/ctioga2/commands/parsers/{file.rb => old-file.rb} (93%)
 copy lib/ctioga2/graphics/elements/{xyz-map.rb => xyz-contour.rb} (70%)
 create mode 100644 lib/ctioga2/graphics/legends/multicols.rb
 create mode 100644 lib/ctioga2/graphics/styles/contour.rb
 create mode 100755 tests/compareoutputs
 create mode 100644 tests/new-file-format/base.ct2
 create mode 100644 tests/new-file-format/variables.ct2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ctioga2.git



More information about the Pkg-ruby-extras-commits mailing list