[librdf-trine-perl] branch master updated (5383cf3 -> 7f8103b)
Jonas Smedegaard
dr at jones.dk
Sun Feb 15 12:37:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository librdf-trine-perl.
from 5383cf3 Prepare for release: Update changelog and copyright hints.
adds 40dfe2c Imported Upstream version 1.013
new 424c9e5 Merge tag 'upstream/1.013'
new 36d0857 Update checksum for new upstream tarball.
new aafcc9c (Build-)depend on libiri-perl.
new 7f8103b Prepare for release: 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 | 23 ++
MANIFEST | 2 +
META.yml | 3 +-
Makefile.PL | 1 +
README | 18 ++
SIGNATURE | 152 ++++-----
debian/changelog | 32 ++
debian/control | 1 +
debian/copyright_hints | 2 +
debian/rules | 4 +-
lib/RDF/Trine.pm | 4 +-
lib/RDF/Trine/Error.pm | 4 +-
lib/RDF/Trine/Exporter/CSV.pm | 4 +-
lib/RDF/Trine/Exporter/RDFPatch.pm | 4 +-
lib/RDF/Trine/Graph.pm | 4 +-
lib/RDF/Trine/Iterator.pm | 4 +-
lib/RDF/Trine/Iterator/Bindings.pm | 4 +-
lib/RDF/Trine/Iterator/Bindings/Materialized.pm | 4 +-
lib/RDF/Trine/Iterator/Boolean.pm | 4 +-
lib/RDF/Trine/Iterator/Graph.pm | 4 +-
lib/RDF/Trine/Iterator/Graph/Materialized.pm | 4 +-
lib/RDF/Trine/Iterator/JSONHandler.pm | 4 +-
lib/RDF/Trine/Iterator/SAXHandler.pm | 4 +-
lib/RDF/Trine/Model.pm | 6 +-
lib/RDF/Trine/Model/Dataset.pm | 4 +-
lib/RDF/Trine/Model/StatementFilter.pm | 4 +-
lib/RDF/Trine/Model/Union.pm | 4 +-
lib/RDF/Trine/Namespace.pm | 4 +-
lib/RDF/Trine/NamespaceMap.pm | 4 +-
lib/RDF/Trine/Node.pm | 4 +-
lib/RDF/Trine/Node/Blank.pm | 4 +-
lib/RDF/Trine/Node/Literal.pm | 4 +-
lib/RDF/Trine/Node/Nil.pm | 4 +-
lib/RDF/Trine/Node/Resource.pm | 33 +-
lib/RDF/Trine/Node/Variable.pm | 4 +-
lib/RDF/Trine/Parser.pm | 133 +++++++-
lib/RDF/Trine/Parser/LineProtocol.pm | 4 +-
lib/RDF/Trine/Parser/NQuads.pm | 4 +-
lib/RDF/Trine/Parser/NTriples.pm | 4 +-
lib/RDF/Trine/Parser/RDFJSON.pm | 4 +-
lib/RDF/Trine/Parser/RDFPatch.pm | 4 +-
lib/RDF/Trine/Parser/RDFXML.pm | 4 +-
lib/RDF/Trine/Parser/RDFa.pm | 4 +-
lib/RDF/Trine/Parser/Redland.pm | 4 +-
lib/RDF/Trine/Parser/TriG.pm | 4 +-
lib/RDF/Trine/Parser/Turtle.pm | 4 +-
lib/RDF/Trine/Parser/Turtle/Constants.pm | 4 +-
lib/RDF/Trine/Parser/Turtle/Lexer.pm | 4 +-
lib/RDF/Trine/Pattern.pm | 7 +-
lib/RDF/Trine/Serializer.pm | 4 +-
lib/RDF/Trine/Serializer/NQuads.pm | 4 +-
lib/RDF/Trine/Serializer/NTriples.pm | 4 +-
lib/RDF/Trine/Serializer/NTriples/Canonical.pm | 4 +-
lib/RDF/Trine/Serializer/RDFJSON.pm | 4 +-
lib/RDF/Trine/Serializer/RDFPatch.pm | 4 +-
lib/RDF/Trine/Serializer/RDFXML.pm | 4 +-
lib/RDF/Trine/Serializer/TSV.pm | 4 +-
lib/RDF/Trine/Serializer/TriG.pm | 4 +-
lib/RDF/Trine/Serializer/Turtle.pm | 4 +-
lib/RDF/Trine/Statement.pm | 4 +-
lib/RDF/Trine/Statement/Quad.pm | 4 +-
lib/RDF/Trine/Store.pm | 5 +-
lib/RDF/Trine/Store/DBI.pm | 4 +-
lib/RDF/Trine/Store/DBI/Pg.pm | 4 +-
lib/RDF/Trine/Store/DBI/SQLite.pm | 4 +-
lib/RDF/Trine/Store/DBI/mysql.pm | 4 +-
lib/RDF/Trine/Store/Dydra.pm | 4 +-
lib/RDF/Trine/Store/Hexastore.pm | 13 +-
lib/RDF/Trine/Store/LanguagePreference.pm | 401 ++++++++++++++++++++++++
lib/RDF/Trine/Store/Memory.pm | 70 +++--
lib/RDF/Trine/Store/Redis.pm | 4 +-
lib/RDF/Trine/Store/Redland.pm | 4 +-
lib/RDF/Trine/Store/SPARQL.pm | 4 +-
lib/RDF/Trine/VariableBindings.pm | 6 +-
lib/Test/RDF/Trine/Store.pm | 24 +-
t/parser-nquads.t | 2 +-
t/parser-turtle-2013.t | 3 +-
t/parser-turtle.t | 12 +-
t/store-language.t | 72 +++++
79 files changed, 976 insertions(+), 269 deletions(-)
create mode 100644 lib/RDF/Trine/Store/LanguagePreference.pm
create mode 100644 t/store-language.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-trine-perl.git
More information about the Pkg-perl-cvs-commits
mailing list