[libmath-planepath-perl] branch master updated (9efe6d2 -> 488d503)

Florian Schlichting fsfs at moszumanska.debian.org
Wed Apr 23 22:57:34 UTC 2014


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

fsfs pushed a change to branch master
in repository libmath-planepath-perl.

      from  9efe6d2   Prepare changelog for release
      adds  195f653   Imported Upstream version 115
       new  f712610   Merge tag 'upstream/115'
       new  b7bb70a   Import Upstream version 115
       new  488d503   Bump copyright years

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:
 Changes                                            |   12 +-
 MANIFEST                                           |   14 +-
 META.json                                          |    6 +-
 META.yml                                           |    6 +-
 Makefile.PL                                        |    4 +-
 SIGNATURE                                          |  572 ++--
 debian/changelog                                   |    7 +
 debian/copyright                                   |    4 +-
 devel/alternate-paper.pl                           |  164 +-
 devel/c-curve-wx24.pl                              |  782 +++++
 devel/c-curve.pl                                   | 3119 +++++++++++++++++++-
 devel/complex-minus.pl                             |   24 +-
 devel/coprime.pl                                   |   39 +-
 devel/dragon.pl                                    |  723 ++++-
 devel/gcd-rationals.pl                             |    2 +-
 devel/graph.pl                                     |    4 +-
 devel/{permutations.pl => grep-values.pl}          |  805 ++++-
 devel/koch-squareflakes.pl                         |   71 +-
 devel/lib/Math/PlanePath/BalancedArray.pm          |    4 +-
 devel/lib/Math/PlanePath/Base/NSEW.pm              |  104 +
 devel/lib/Math/PlanePath/BinaryTerms.pm            |    4 +-
 devel/lib/Math/PlanePath/FibonacciWordKnott.pm     |    4 +-
 devel/lib/Math/PlanePath/FourReplicate.pm          |    4 +-
 devel/lib/Math/PlanePath/Godfrey.pm                |  165 ++
 devel/lib/Math/PlanePath/MooreSpiral.pm            |    8 +-
 devel/lib/Math/PlanePath/NxN.pm                    |    4 +-
 devel/lib/Math/PlanePath/NxNinv.pm                 |    4 +-
 devel/lib/Math/PlanePath/NxNvar.pm                 |    4 +-
 devel/lib/Math/PlanePath/ParabolicRows.pm          |    4 +-
 devel/lib/Math/PlanePath/ParabolicRuns.pm          |    4 +-
 devel/lib/Math/PlanePath/PeanoHalf.pm              |    8 +-
 devel/lib/Math/PlanePath/PeanoRounded.pm           |    8 +-
 devel/lib/Math/PlanePath/PeanoVertices.pm          |    4 +-
 devel/lib/Math/PlanePath/PowerRows.pm              |    4 +-
 devel/lib/Math/PlanePath/PyramidReplicate.pm       |    8 +-
 devel/lib/Math/PlanePath/QuintetSide.pm            |    8 +-
 devel/lib/Math/PlanePath/R7DragonCurve.pm          |    6 +-
 devel/lib/Math/PlanePath/SumFractions.pm           |    4 +-
 devel/lib/Math/PlanePath/WythoffDifference.pm      |    4 +-
 devel/lib/Math/PlanePath/WythoffLines.pm           |    8 +-
 .../Math/PlanePath/WythoffPreliminaryTriangle.pm   |   11 +-
 devel/lib/Math/PlanePath/WythoffTriangle.pm        |    4 +-
 devel/lib/Math/PlanePath/Z2DragonCurve.pm          |  227 ++
 devel/lib/Math/PlanePath/ZeckendorfTerms.pm        |    4 +-
 devel/lib/Math/PlanePath/godfrey.pl                |   55 +
 devel/lib/Math/PlanePath/z2-dragon.pl              |  105 +
 devel/lib/Math/SquareRadical.pm                    |    4 +-
 devel/numseq.pl                                    |  101 +-
 devel/r5-dragon.pl                                 |  462 ++-
 devel/rationals-tree.pl                            |   87 +-
 devel/run.pl                                       |   24 +-
 devel/t-square.pl                                  |   99 +
 devel/terdragon.pl                                 |    2 +-
 examples/other/dragon-curve.logo                   |   10 +-
 lib/Math/NumSeq/OEIS/Catalogue/Plugin/PlanePath.pm |   76 +-
 lib/Math/NumSeq/PlanePathCoord.pm                  |  213 +-
 lib/Math/NumSeq/PlanePathDelta.pm                  |  897 +++++-
 lib/Math/NumSeq/PlanePathN.pm                      |  149 +-
 lib/Math/NumSeq/PlanePathTurn.pm                   |  100 +-
 lib/Math/PlanePath.pm                              |  109 +-
 lib/Math/PlanePath/AR2W2Curve.pm                   |   21 +-
 lib/Math/PlanePath/AlternatePaper.pm               |   61 +-
 lib/Math/PlanePath/AlternatePaperMidpoint.pm       |   25 +-
 lib/Math/PlanePath/AnvilSpiral.pm                  |   51 +-
 lib/Math/PlanePath/ArchimedeanChords.pm            |    8 +-
 lib/Math/PlanePath/AztecDiamondRings.pm            |   23 +-
 lib/Math/PlanePath/Base/Digits.pm                  |    8 +-
 lib/Math/PlanePath/Base/Generic.pm                 |   24 +-
 lib/Math/PlanePath/BetaOmega.pm                    |   11 +-
 lib/Math/PlanePath/CCurve.pm                       | 1058 ++++++-
 lib/Math/PlanePath/CellularRule.pm                 |  547 +++-
 lib/Math/PlanePath/CellularRule190.pm              |   10 +-
 lib/Math/PlanePath/CellularRule54.pm               |   10 +-
 lib/Math/PlanePath/CellularRule57.pm               |   10 +-
 lib/Math/PlanePath/CfracDigits.pm                  |    6 +-
 lib/Math/PlanePath/ChanTree.pm                     |   15 +-
 lib/Math/PlanePath/CincoCurve.pm                   |    8 +-
 lib/Math/PlanePath/Columns.pm                      |   16 +-
 lib/Math/PlanePath/ComplexMinus.pm                 |   96 +-
 lib/Math/PlanePath/ComplexPlus.pm                  |   43 +-
 lib/Math/PlanePath/ComplexRevolving.pm             |    8 +-
 lib/Math/PlanePath/CoprimeColumns.pm               |   74 +-
 lib/Math/PlanePath/Corner.pm                       |   47 +-
 lib/Math/PlanePath/CornerReplicate.pm              |    6 +-
 lib/Math/PlanePath/CretanLabyrinth.pm              |    9 +-
 lib/Math/PlanePath/CubicBase.pm                    |   14 +-
 lib/Math/PlanePath/DekkingCentres.pm               |    7 +-
 lib/Math/PlanePath/DekkingCurve.pm                 |    7 +-
 lib/Math/PlanePath/DiagonalRationals.pm            |   49 +-
 lib/Math/PlanePath/Diagonals.pm                    |   14 +-
 lib/Math/PlanePath/DiagonalsAlternating.pm         |   11 +-
 lib/Math/PlanePath/DiagonalsOctant.pm              |    6 +-
 lib/Math/PlanePath/DiamondArms.pm                  |   25 +-
 lib/Math/PlanePath/DiamondSpiral.pm                |   19 +-
 lib/Math/PlanePath/DigitGroups.pm                  |    6 +-
 lib/Math/PlanePath/DivisibleColumns.pm             |   50 +-
 lib/Math/PlanePath/DragonCurve.pm                  | 1234 +++++++-
 lib/Math/PlanePath/DragonMidpoint.pm               |   30 +-
 lib/Math/PlanePath/DragonRounded.pm                |   21 +-
 lib/Math/PlanePath/FactorRationals.pm              |    6 +-
 lib/Math/PlanePath/FibonacciWordFractal.pm         |    7 +-
 lib/Math/PlanePath/File.pm                         |    6 +-
 lib/Math/PlanePath/FilledRings.pm                  |   25 +-
 lib/Math/PlanePath/Flowsnake.pm                    |  110 +-
 lib/Math/PlanePath/FlowsnakeCentres.pm             |   30 +-
 lib/Math/PlanePath/FractionsTree.pm                |   13 +-
 lib/Math/PlanePath/GcdRationals.pm                 |    6 +-
 lib/Math/PlanePath/GosperIslands.pm                |    8 +-
 lib/Math/PlanePath/GosperReplicate.pm              |    8 +-
 lib/Math/PlanePath/GosperSide.pm                   |   19 +-
 lib/Math/PlanePath/GrayCode.pm                     |    9 +-
 lib/Math/PlanePath/GreekKeySpiral.pm               |   34 +-
 lib/Math/PlanePath/HIndexing.pm                    |    8 +-
 lib/Math/PlanePath/HeptSpiralSkewed.pm             |   27 +-
 lib/Math/PlanePath/HexArms.pm                      |   19 +-
 lib/Math/PlanePath/HexSpiral.pm                    |   29 +-
 lib/Math/PlanePath/HexSpiralSkewed.pm              |   22 +-
 lib/Math/PlanePath/HilbertCurve.pm                 |    9 +-
 lib/Math/PlanePath/HilbertSpiral.pm                |    9 +-
 lib/Math/PlanePath/Hypot.pm                        |   24 +-
 lib/Math/PlanePath/HypotOctant.pm                  |    6 +-
 lib/Math/PlanePath/ImaginaryBase.pm                |   15 +-
 lib/Math/PlanePath/ImaginaryHalf.pm                |   20 +-
 lib/Math/PlanePath/KnightSpiral.pm                 |   27 +-
 lib/Math/PlanePath/KochCurve.pm                    |    7 +-
 lib/Math/PlanePath/KochPeaks.pm                    |    7 +-
 lib/Math/PlanePath/KochSnowflakes.pm               |    8 +-
 lib/Math/PlanePath/KochSquareflakes.pm             |   12 +-
 lib/Math/PlanePath/KochelCurve.pm                  |    8 +-
 lib/Math/PlanePath/LTiling.pm                      |    6 +-
 lib/Math/PlanePath/MPeaks.pm                       |   65 +-
 lib/Math/PlanePath/MultipleRings.pm                |   24 +-
 lib/Math/PlanePath/OctagramSpiral.pm               |   19 +-
 lib/Math/PlanePath/PeanoCurve.pm                   |   25 +-
 lib/Math/PlanePath/PentSpiral.pm                   |   35 +-
 lib/Math/PlanePath/PentSpiralSkewed.pm             |   36 +-
 lib/Math/PlanePath/PixelRings.pm                   |   22 +-
 lib/Math/PlanePath/PowerArray.pm                   |   58 +-
 lib/Math/PlanePath/PyramidRows.pm                  |   27 +-
 lib/Math/PlanePath/PyramidSides.pm                 |   15 +-
 lib/Math/PlanePath/PyramidSpiral.pm                |   22 +-
 lib/Math/PlanePath/PythagoreanTree.pm              |   94 +-
 lib/Math/PlanePath/QuadricCurve.pm                 |    8 +-
 lib/Math/PlanePath/QuadricIslands.pm               |    8 +-
 lib/Math/PlanePath/QuintetCentres.pm               |   35 +-
 lib/Math/PlanePath/QuintetCurve.pm                 |   35 +-
 lib/Math/PlanePath/QuintetReplicate.pm             |   10 +-
 lib/Math/PlanePath/R5DragonCurve.pm                |  478 ++-
 lib/Math/PlanePath/R5DragonMidpoint.pm             |   29 +-
 lib/Math/PlanePath/RationalsTree.pm                |   37 +-
 lib/Math/PlanePath/Rows.pm                         |   16 +-
 lib/Math/PlanePath/SacksSpiral.pm                  |    9 +-
 lib/Math/PlanePath/SierpinskiArrowhead.pm          |   55 +-
 lib/Math/PlanePath/SierpinskiArrowheadCentres.pm   |   21 +-
 lib/Math/PlanePath/SierpinskiCurve.pm              |   44 +-
 lib/Math/PlanePath/SierpinskiCurveStair.pm         |    9 +-
 lib/Math/PlanePath/SierpinskiTriangle.pm           |   14 +-
 lib/Math/PlanePath/SquareArms.pm                   |   19 +-
 lib/Math/PlanePath/SquareReplicate.pm              |    8 +-
 lib/Math/PlanePath/SquareSpiral.pm                 |   75 +-
 lib/Math/PlanePath/Staircase.pm                    |    6 +-
 lib/Math/PlanePath/StaircaseAlternating.pm         |   17 +-
 lib/Math/PlanePath/TerdragonCurve.pm               |  434 ++-
 lib/Math/PlanePath/TerdragonMidpoint.pm            |   39 +-
 lib/Math/PlanePath/TerdragonRounded.pm             |   36 +-
 lib/Math/PlanePath/TheodorusSpiral.pm              |    8 +-
 lib/Math/PlanePath/TriangleSpiral.pm               |   21 +-
 lib/Math/PlanePath/TriangleSpiralSkewed.pm         |   45 +-
 lib/Math/PlanePath/TriangularHypot.pm              |   32 +-
 lib/Math/PlanePath/UlamWarburton.pm                |   16 +-
 lib/Math/PlanePath/UlamWarburtonQuarter.pm         |    6 +-
 lib/Math/PlanePath/VogelFloret.pm                  |   14 +-
 lib/Math/PlanePath/WunderlichMeander.pm            |    8 +-
 lib/Math/PlanePath/WunderlichSerpentine.pm         |   57 +-
 lib/Math/PlanePath/WythoffArray.pm                 |    9 +-
 lib/Math/PlanePath/ZOrderCurve.pm                  |   11 +-
 t/AlternatePaper.t                                 |    4 +-
 t/AlternatePaperMidpoint.t                         |    4 +-
 t/AnvilSpiral.t                                    |    4 +-
 t/ArchimedeanChords.t                              |    4 +-
 t/AztecDiamondRings.t                              |    4 +-
 t/BetaOmeta.t                                      |    4 +-
 t/CCurve.t                                         |  153 +-
 t/CellularRule.t                                   |   28 +-
 t/CellularRule190.t                                |    4 +-
 t/CfracDigits.t                                    |    4 +-
 t/ChanTree.t                                       |    4 +-
 t/CincoCurve.t                                     |    4 +-
 t/Columns.t                                        |    4 +-
 t/ComplexMinus.t                                   |    4 +-
 t/CoprimeColumns.t                                 |  108 +-
 t/Corner.t                                         |   95 +-
 t/CornerReplicate.t                                |    4 +-
 t/CubicBase.t                                      |    4 +-
 t/DekkingCurve.t                                   |    4 +-
 t/DiagonalRationals.t                              |    4 +-
 t/Diagonals.t                                      |    4 +-
 t/DiamondArms.t                                    |    4 +-
 t/DiamondSpiral.t                                  |    4 +-
 t/DigitGroups.t                                    |    4 +-
 t/DivisibleColumns.t                               |    6 +-
 t/DragonCurve.t                                    |    8 +-
 t/DragonMidpoint.t                                 |    4 +-
 t/DragonRounded.t                                  |    4 +-
 t/FactorRationals.t                                |    4 +-
 t/FibonacciWordFractal.t                           |    4 +-
 t/File.t                                           |    4 +-
 t/FilledRings.t                                    |    4 +-
 t/Flowsnake.t                                      |    4 +-
 t/FlowsnakeCentres.t                               |    4 +-
 t/GcdRationals.t                                   |    4 +-
 t/GosperIslands.t                                  |    4 +-
 t/GosperSide.t                                     |    4 +-
 t/GrayCode.t                                       |    4 +-
 t/GreekKeySpiral.t                                 |    4 +-
 t/HIndexing.t                                      |    4 +-
 t/HexArms.t                                        |    4 +-
 t/HexSpiral.t                                      |    4 +-
 t/HexSpiralSkewed.t                                |    4 +-
 t/HilbertCurve.t                                   |    4 +-
 t/HilbertSpiral.t                                  |    4 +-
 t/Hypot.t                                          |    4 +-
 t/HypotOctant.t                                    |    4 +-
 t/ImaginaryBase.t                                  |    4 +-
 t/ImaginaryHalf.t                                  |    4 +-
 t/KnightSpiral.t                                   |    4 +-
 t/KochCurve.t                                      |    4 +-
 t/KochPeaks.t                                      |    4 +-
 t/KochSnowflakes.t                                 |    4 +-
 t/KochSquareflakes.t                               |    4 +-
 t/KochelCurve.t                                    |    4 +-
 t/LTiling.t                                        |    4 +-
 t/MultipleRings.t                                  |    4 +-
 t/PeanoCurve.t                                     |    4 +-
 t/PixelRings.t                                     |    4 +-
 t/PyramidRows.t                                    |    4 +-
 t/PythagoreanTree.t                                |    4 +-
 t/QuadricCurve.t                                   |    4 +-
 t/QuintetCentres.t                                 |    4 +-
 t/QuintetCurve.t                                   |    4 +-
 t/RationalsTree.t                                  |    4 +-
 t/Rows.t                                           |    4 +-
 t/SacksSpiral.t                                    |    4 +-
 t/SierpinskiArrowhead.t                            |    4 +-
 t/SierpinskiArrowheadCentres.t                     |    4 +-
 t/SierpinskiCurve.t                                |    4 +-
 t/SierpinskiCurveStair.t                           |    4 +-
 t/SierpinskiTriangle.t                             |    4 +-
 t/SquareSpiral.t                                   |    4 +-
 t/Staircase.t                                      |    4 +-
 t/StaircaseAlternating.t                           |    4 +-
 t/TerdragonCurve.t                                 |    4 +-
 t/TerdragonMidpoint.t                              |    4 +-
 t/TheodorusSpiral.t                                |    4 +-
 t/TriangularHypot.t                                |    4 +-
 t/UlamWarburton.t                                  |    4 +-
 t/UlamWarburtonQuarter.t                           |    4 +-
 t/VogelFloret.t                                    |    4 +-
 t/WythoffArray.t                                   |    4 +-
 t/ZOrderCurve.t                                    |    4 +-
 tools/cellular-rule-limits.pl                      |  501 ++--
 tools/gallery.pl                                   |   19 +-
 tools/pythagorean-tree.pl                          |    2 +-
 xt/0-Test-YAML-Meta.t                              |    3 +-
 xt/MyOEIS.pm                                       |  615 +++-
 xt/PlanePath-subclasses.t                          | 1583 +++++-----
 xt/bigrat.t                                        |   27 +-
 xt/oeis/CCurve-oeis.t                              |  235 +-
 xt/oeis/CellularRule-oeis.t                        |   20 +-
 xt/oeis/Corner-oeis.t                              |   28 +-
 xt/oeis/DragonCurve-oeis.t                         |  130 +-
 xt/oeis/FactorRationals-oeis.t                     |    6 +-
 xt/oeis/GrayCode-oeis.t                            |    6 +-
 xt/oeis/MPeaks-oeis.t                              |   60 +-
 xt/oeis/NumSeq-PlanePath-oeis.t                    |   11 +-
 xt/oeis/PyramidRows-oeis.t                         |   34 +-
 xt/oeis/PyramidSides-oeis.t                        |   21 +-
 xt/oeis/PythagoreanTree-oeis.t                     |   82 +
 xt/oeis/R5DragonCurve-oeis.t                       |  123 +-
 xt/oeis/SquareSpiral-oeis.t                        |   79 +-
 xt/oeis/TerdragonCurve-oeis.t                      |  108 +-
 xt/oeis/WythoffArray-oeis.t                        |    4 +-
 xt/slow/CCurve-slow.t                              |  192 ++
 xt/slow/CellularRule-slow.t                        |  162 +
 xt/slow/ComplexMinus-slow.t                        |  101 +
 xt/slow/DragonCurve-slow.t                         |  605 ++++
 xt/slow/NumSeq-PlanePathCoord.t                    |  959 +++---
 xt/slow/R5DragonCurve-slow.t                       |  267 ++
 288 files changed, 18661 insertions(+), 3847 deletions(-)
 create mode 100644 devel/c-curve-wx24.pl
 rename devel/{permutations.pl => grep-values.pl} (59%)
 create mode 100644 devel/lib/Math/PlanePath/Base/NSEW.pm
 create mode 100644 devel/lib/Math/PlanePath/Godfrey.pm
 create mode 100644 devel/lib/Math/PlanePath/Z2DragonCurve.pm
 create mode 100644 devel/lib/Math/PlanePath/godfrey.pl
 create mode 100644 devel/lib/Math/PlanePath/z2-dragon.pl
 create mode 100644 devel/t-square.pl
 create mode 100644 xt/slow/CCurve-slow.t
 create mode 100644 xt/slow/CellularRule-slow.t
 create mode 100644 xt/slow/ComplexMinus-slow.t
 create mode 100644 xt/slow/DragonCurve-slow.t
 create mode 100644 xt/slow/R5DragonCurve-slow.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-planepath-perl.git



More information about the Pkg-perl-cvs-commits mailing list