[libattean-perl] branch master updated (1c97dee -> 41f3b1b)

Jonas Smedegaard dr at jones.dk
Thu Oct 16 14:01:23 UTC 2014


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

js pushed a change to branch master
in repository libattean-perl.

      from  1c97dee   Initial Debian packaging.
      adds  1bec619   Switched from Sub::Name to Sub::Util (github issue #5).
      adds  6982d64   Added HTTP::Negotiate as a prerequisite package, and bumped required version of URI::NamespaceMap.
      adds  af5f57e   Changed media_type attributes to class methods in Serializer classes.
      adds  220661a   Added Attean->negotiate_serializer method. Updated Attean->get_serializer to support media_type argument.
      adds  c746619   Added HTTP negotiation tests.
      adds  eedff12   Added POD for AggregateExpression role and class.
      adds  db3121a   Updated POD.
      adds  45e9ea1   Added POD for Attean::API::Blank.
      adds  2acac92   Moved RDF::Query algebra translator to AtteanX::RDFQueryTranslator.
      adds  24c3d19   Wrap mutating methods in a single bulk-update.
      adds  3194481   Added POD for Attean::API::BulkUpdatableModel.
      adds  3c674f6   Fixed POD error.
      adds  5030c52   Added POD for Attean::API::IRI.
      adds  2ea3fbe   Added POD.
      adds  cf9eebb   Added POD for Attean::API::MutableModel.
      adds  6562330   Added POD for Attean::API::MutableTripleStore.
      adds  387d1ea   Added POD for Attean::API::RepeatableIterator.
      adds  27526d4   Updated docs and version for 0.001_01 beta release.
      adds  b021653   Added MANIFEST.
      adds  38aea63   Updated docs and VERSION for 0.002 release.
      adds  eebf6a2   Imported Upstream version 0.002
       new  fb6f44d   Merge tag 'upstream/0.002'
       new  7e4cffb   (Build-)depend on libhttp-negotiate-perl, and on libsub-util-perl (not libsub-name-perl).
       new  fc79ea9   Tighten (build-)depenency on liburi-namespacemap-perl to recent versions.
       new  41f3b1b   Update changelog, control file and copyright hints.

The 4 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.ttl                                       |  25 +-
 MANIFEST                                          |  11 +
 META.yml                                          |   7 +-
 Makefile.PL                                       |   6 +-
 SIGNATURE                                         | 167 ++++++-----
 bin/query.pl                                      | 343 +---------------------
 debian/changelog                                  |  21 ++
 debian/control                                    |   5 +-
 debian/copyright_hints                            |  11 +
 debian/rules                                      |   5 +-
 lib/Attean.pm                                     | 131 ++++++++-
 lib/Attean/API.pm                                 |   2 +-
 lib/Attean/API/AbbreviatingParser.pod             |   2 +-
 lib/Attean/API/AbbreviatingSerializer.pod         |   2 +-
 lib/Attean/API/AggregateExpression.pod            |  59 ++++
 lib/Attean/API/AppendableSerializer.pod           |   2 +-
 lib/Attean/API/AtOnceParser.pod                   |   2 +-
 lib/Attean/API/Binding.pm                         |   2 +-
 lib/Attean/API/{ResultParser.pod => Blank.pod}    |  23 +-
 lib/Attean/API/BlankOrIRI.pod                     |   2 +-
 lib/Attean/API/BulkUpdatableModel.pod             |  65 ++++
 lib/Attean/API/Expression.pm                      |   2 +-
 lib/Attean/API/{ResultParser.pod => IRI.pod}      |  23 +-
 lib/Attean/API/Iterator.pm                        |   2 +-
 lib/Attean/API/Literal.pod                        |  74 +++++
 lib/Attean/API/MixedStatementParser.pod           |   2 +-
 lib/Attean/API/MixedStatementSerializer.pod       |   2 +-
 lib/Attean/API/Model.pm                           |  14 +-
 lib/Attean/API/MutableModel.pod                   |  98 +++++++
 lib/Attean/API/MutableTripleStore.pod             |  58 ++++
 lib/Attean/API/Parser.pm                          |   2 +-
 lib/Attean/API/PullParser.pod                     |   2 +-
 lib/Attean/API/PushParser.pod                     |   2 +-
 lib/Attean/API/Quad.pod                           |   2 +-
 lib/Attean/API/QuadParser.pod                     |   2 +-
 lib/Attean/API/QuadPattern.pod                    |   2 +-
 lib/Attean/API/QuadSerializer.pod                 |   2 +-
 lib/Attean/API/Query.pm                           |   2 +-
 lib/Attean/API/RepeatableIterator.pod             |  73 +++++
 lib/Attean/API/Result.pod                         |   2 +-
 lib/Attean/API/ResultParser.pod                   |   2 +-
 lib/Attean/API/ResultSerializer.pod               |   2 +-
 lib/Attean/API/Serializer.pm                      |   2 +-
 lib/Attean/API/Store.pm                           |   2 +-
 lib/Attean/API/Term.pm                            |   2 +-
 lib/Attean/API/TermOrVariable.pod                 |   2 +-
 lib/Attean/API/TermParser.pod                     |   2 +-
 lib/Attean/API/TermSerializer.pod                 |   2 +-
 lib/Attean/API/Triple.pod                         |   2 +-
 lib/Attean/API/TripleOrQuad.pod                   |   2 +-
 lib/Attean/API/TripleParser.pod                   |   2 +-
 lib/Attean/API/TriplePattern.pod                  |   2 +-
 lib/Attean/API/TripleSerializer.pod               |   2 +-
 lib/Attean/API/Variable.pod                       |   2 +-
 lib/Attean/AggregateExpression.pod                |  64 ++++
 lib/Attean/Algebra.pm                             |   2 +-
 lib/Attean/Blank.pm                               |   2 +-
 lib/Attean/CodeIterator.pm                        |   2 +-
 lib/Attean/Expression.pm                          |   4 +-
 lib/Attean/IRI.pm                                 |   2 +-
 lib/Attean/IteratorSequence.pm                    |   2 +-
 lib/Attean/ListIterator.pm                        |   2 +-
 lib/Attean/Literal.pm                             |   6 +-
 lib/Attean/Quad.pm                                |   2 +-
 lib/Attean/QuadModel.pm                           |   2 +-
 lib/Attean/RDF.pm                                 |   2 +-
 lib/Attean/Result.pm                              |   2 +-
 lib/Attean/SimpleQueryEvaluator.pm                |   2 +-
 lib/Attean/TermMap.pm                             |   2 +-
 lib/Attean/Triple.pm                              |   2 +-
 lib/Attean/Variable.pm                            |   2 +-
 lib/AtteanX/Parser/NQuads.pm                      |   2 +-
 lib/AtteanX/Parser/NTriples.pm                    |   2 +-
 lib/AtteanX/Parser/NTuples.pm                     |   2 +-
 lib/AtteanX/Parser/SPARQLJSON.pm                  |   2 +-
 lib/AtteanX/Parser/SPARQLTSV.pm                   |   2 +-
 lib/AtteanX/Parser/SPARQLXML.pm                   |   2 +-
 lib/AtteanX/Parser/SPARQLXML/SAXHandler.pm        |   2 +-
 lib/AtteanX/Parser/Turtle.pm                      |   2 +-
 lib/AtteanX/Parser/Turtle/Constants.pm            |   4 +-
 lib/AtteanX/Parser/Turtle/Lexer.pm                |   2 +-
 lib/AtteanX/Parser/Turtle/Token.pm                |   2 +-
 bin/query.pl => lib/AtteanX/RDFQueryTranslator.pm |  99 +------
 lib/AtteanX/Serializer/CanonicalNTriples.pm       |   2 +-
 lib/AtteanX/Serializer/NQuads.pm                  |  14 +-
 lib/AtteanX/Serializer/NTriples.pm                |  14 +-
 lib/AtteanX/Serializer/NTuples.pm                 |   2 +-
 lib/AtteanX/Serializer/SPARQLTSV.pm               |  15 +-
 lib/AtteanX/Store/Memory.pm                       |   2 +-
 lib/AtteanX/Store/Simple.pm                       |   2 +-
 t/http-negotiation.t                              |  98 +++++++
 91 files changed, 1027 insertions(+), 634 deletions(-)
 create mode 100644 lib/Attean/API/AggregateExpression.pod
 copy lib/Attean/API/{ResultParser.pod => Blank.pod} (54%)
 create mode 100644 lib/Attean/API/BulkUpdatableModel.pod
 copy lib/Attean/API/{ResultParser.pod => IRI.pod} (55%)
 create mode 100644 lib/Attean/API/Literal.pod
 create mode 100644 lib/Attean/API/MutableModel.pod
 create mode 100644 lib/Attean/API/MutableTripleStore.pod
 create mode 100644 lib/Attean/API/RepeatableIterator.pod
 create mode 100644 lib/Attean/AggregateExpression.pod
 copy bin/query.pl => lib/AtteanX/RDFQueryTranslator.pm (84%)
 mode change 100755 => 100644
 create mode 100644 t/http-negotiation.t

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



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