[DRE-commits] [ctioga2] branch master updated (5466b2e -> 9f63c7c)

Vincent Fourmond fourmond at moszumanska.debian.org
Mon Mar 17 21:47:38 UTC 2014


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

fourmond pushed a change to branch master
in repository ctioga2.

      from  5466b2e   Drop versioned build-deps on Ruby
      adds  aa285ec   Imported Upstream version 0.10
       new  850079f   Merge tag 'upstream/0.10'
       new  9f63c7c   New upstream release

The 2 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:
 AUTHORS                                            |  12 +
 Changelog                                          |  42 +++
 bin/ct2-make-movie                                 | 300 +++++++++++++++++
 ctioga2.gemspec                                    |   4 +-
 debian/changelog                                   |   6 +
 debian/control                                     |   2 +-
 debian/copyright                                   |  19 +-
 debian/ctioga2.manpages                            |   3 +-
 lib/ctioga2/commands/doc/doc.rb                    |   4 +
 lib/ctioga2/commands/doc/documentation-commands.rb |  31 +-
 lib/ctioga2/commands/doc/html.rb                   | 173 ++++++----
 lib/ctioga2/commands/doc/introspection.rb          |  52 +++
 lib/ctioga2/commands/doc/markup.rb                 |   8 +-
 lib/ctioga2/commands/function.rb                   |  90 ++++++
 lib/ctioga2/commands/general-commands.rb           |  31 ++
 lib/ctioga2/commands/general-functions.rb          | 113 +++++++
 lib/ctioga2/commands/general-types.rb              |  28 +-
 lib/ctioga2/commands/interpreter.rb                |  11 +
 lib/ctioga2/commands/parsers/file.rb               |  33 +-
 lib/ctioga2/commands/strings.rb                    |  29 +-
 lib/ctioga2/commands/variables.rb                  |   6 +-
 lib/ctioga2/data/backends/backends/math.rb         |   2 +-
 lib/ctioga2/data/backends/backends/text.rb         |   6 +-
 lib/ctioga2/data/point.rb                          |  18 +-
 lib/ctioga2/graphics/elements.rb                   |   1 +
 lib/ctioga2/graphics/elements/curve2d.rb           |  20 +-
 lib/ctioga2/graphics/elements/primitive.rb         |  30 +-
 lib/ctioga2/graphics/elements/style-lists.rb       | 353 +++++++++++++++++++++
 lib/ctioga2/graphics/elements/subplot.rb           |  33 +-
 lib/ctioga2/graphics/elements/tangent.rb           |  33 +-
 lib/ctioga2/graphics/styles.rb                     |   1 +
 lib/ctioga2/graphics/styles/axes.rb                |  77 ++++-
 lib/ctioga2/graphics/styles/base.rb                |  13 +
 lib/ctioga2/graphics/styles/colorbrewer.rb         | 316 ++++++++++++++++++
 lib/ctioga2/graphics/styles/colormap.rb            |  54 +++-
 lib/ctioga2/graphics/styles/image.rb               |  83 +++++
 lib/ctioga2/graphics/styles/map-axes.rb            |   2 +-
 lib/ctioga2/graphics/styles/plot.rb                | 102 +++++-
 lib/ctioga2/graphics/styles/sets.rb                |  52 ++-
 lib/ctioga2/graphics/styles/sheet.rb               |  21 +-
 lib/ctioga2/graphics/styles/texts.rb               |  59 +++-
 lib/ctioga2/graphics/styles/ticks.rb               |  34 ++
 lib/ctioga2/graphics/subplot-commands.rb           |  61 +++-
 lib/ctioga2/graphics/types.rb                      |  86 ++++-
 lib/ctioga2/graphics/types/boundaries.rb           |   5 +-
 lib/ctioga2/graphics/types/boxes.rb                |  26 ++
 lib/ctioga2/graphics/types/dimensions.rb           |  12 +-
 lib/ctioga2/graphics/types/location.rb             |  15 +-
 lib/ctioga2/graphics/types/point.rb                |  86 +++++
 lib/ctioga2/metabuilder/types/styles.rb            |   4 +-
 lib/ctioga2/plotmaker.rb                           |   5 +
 lib/ctioga2/postprocess.rb                         |  17 +-
 lib/ctioga2/ruby.rb                                |  49 +++
 lib/ctioga2/utils.rb                               | 154 +++++++++
 lib/ctioga2/version.rb                             |   4 +-
 man/ct2-make-movie.1                               | 113 +++++++
 tests/axes.sh                                      |  13 +
 tests/command-files.sh                             |  12 +
 tests/{new-file-format => command-files}/base.ct2  |   0
 tests/command-files/functions-1.ct2                |   4 +
 tests/command-files/functions-2.ct2                |   3 +
 tests/command-files/ruby.ct2                       |  11 +
 .../variables.ct2                                  |   0
 tests/compareoutputs                               |   2 +
 tests/draw.sh                                      |  27 +-
 tests/histograms.sh                                |   2 +-
 tests/tests2montage                                |   8 +-
 tests/text-size.sh                                 |  38 +++
 tests/xyz-maps.sh                                  |  26 ++
 69 files changed, 2874 insertions(+), 216 deletions(-)
 create mode 100644 AUTHORS
 create mode 100755 bin/ct2-make-movie
 create mode 100644 lib/ctioga2/commands/function.rb
 create mode 100644 lib/ctioga2/commands/general-functions.rb
 create mode 100644 lib/ctioga2/graphics/elements/style-lists.rb
 create mode 100644 lib/ctioga2/graphics/styles/colorbrewer.rb
 create mode 100644 lib/ctioga2/graphics/styles/image.rb
 create mode 100644 lib/ctioga2/ruby.rb
 create mode 100644 man/ct2-make-movie.1
 create mode 100755 tests/command-files.sh
 rename tests/{new-file-format => command-files}/base.ct2 (100%)
 create mode 100644 tests/command-files/functions-1.ct2
 create mode 100644 tests/command-files/functions-2.ct2
 create mode 100644 tests/command-files/ruby.ct2
 rename tests/{new-file-format => command-files}/variables.ct2 (100%)
 create mode 100755 tests/text-size.sh

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