[SCM] librdf-ns-perl Debian packaging branch, master, updated. debian/20130208-1-22-g47de138

Jakob Voss voss at gbv.de
Fri Apr 19 13:28:39 UTC 2013


The following commit has been merged in the master branch:
commit 39d2c9d373e076e1381f2d9a07071c94dab37c55
Author: Jakob Voss <voss at gbv.de>
Date:   Mon Oct 31 10:33:34 2011 +0100

    update to 20111031

diff --git a/Changes b/Changes
index d15005e..67a23bb 100644
--- a/Changes
+++ b/Changes
@@ -1 +1,3 @@
-20111028 - first full-featured version
+20111031 (701 prefixes) : first release at CPAN
+  added: daiaserv,vvo
+20111028 : first full-featured version
diff --git a/README b/README
index 79bb178..1a7ac1a 100644
--- a/README
+++ b/README
@@ -16,14 +16,14 @@ for easy reuse without having to download them in every application.
 
 In short, you can get a full prefix-to-namespace mapping as blessed hash with
 
-    RDF::NS->new('20111028')
+    RDF::NS->new('20111031')
 
 The only argument to the constructor is the version number, that is equivalent
 to the date of a particular snapshot. The changelog in the file Changes lists
 all snapshots with their modifications. RDF::NS provides some handy methods,
 for instance you can use method-calls to create full URIs:
 
-    $ns = RDF::NS->new('20111028');
+    $ns = RDF::NS->new('20111031');
 
     $ns->rdf_type; # returns "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
 
diff --git a/dist.ini b/dist.ini
index dc5a9ca..597d637 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,11 +1,23 @@
 name             = RDF-NS
 license          = Perl_5
-version          = 20111028
+version          = 20111031
 copyright_year   = 2011
 author           = Jakob Voss
 copyright_holder = Jakob Voss
 
-[@Basic]
+[GatherDir]
+[PruneCruft]
+[ManifestSkip]
+[MetaYAML]
+[License]
+[ExtraTests]
+[ExecDir]
+[ShareDir]
+[MakeMaker]
+[Manifest]
+[TestRelease]
+[ConfirmRelease]
+[UploadToCPAN]
 [PkgVersion]
 [PodWeaver]
 
diff --git a/lib/RDF/NS.pm b/lib/RDF/NS.pm
index 94f7bb7..99500ea 100644
--- a/lib/RDF/NS.pm
+++ b/lib/RDF/NS.pm
@@ -103,8 +103,8 @@ sub AUTOLOAD {
 
 =head1 SYNOPSIS
 
-  use RDF::NS '20111028';              # check at compile time
-  my $ns = RDF::NS->new('20111028');   # check at runtime
+  use RDF::NS '20111031';              # check at compile time
+  my $ns = RDF::NS->new('20111031');   # check at runtime
 
   $ns->foaf;               # http://xmlns.com/foaf/0.1/
   $ns->foaf_Person;        # http://xmlns.com/foaf/0.1/Person
@@ -117,7 +117,7 @@ sub AUTOLOAD {
 
   # To get RDF::Trine::Node::Resource instead of strings
   use RDF::NS::Trine;
-  $ns = RDF::NS::Trine->new('20111028');
+  $ns = RDF::NS::Trine->new('20111031');
   $ns->foaf_Person;        # iri('http://xmlns.com/foaf/0.1/Person')
 
   # load your own mapping
diff --git a/lib/RDF/NS/Trine.pm b/lib/RDF/NS/Trine.pm
index ac5ccbb..3ff0f59 100644
--- a/lib/RDF/NS/Trine.pm
+++ b/lib/RDF/NS/Trine.pm
@@ -17,7 +17,7 @@ sub GET {
 
   use RDF::NS::Trine;
 
-  my $ns = RDF::NS::Trine->new('20111028');
+  my $ns = RDF::NS::Trine->new('20111031');
 
   $ns->foaf_Person;        # a RDF::Trine::Node::Resource
   $ns->URI('foaf:Person);  # same
diff --git a/share/20111028.txt b/share/20111031.txt
similarity index 99%
copy from share/20111028.txt
copy to share/20111031.txt
index 96e73c9..2015611 100644
--- a/share/20111028.txt
+++ b/share/20111031.txt
@@ -122,6 +122,7 @@ cycann	http://sw.cyc.com/CycAnnotations_v1#
 d2rq	http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#
 dady	http://purl.org/NET/dady#
 daia	http://purl.org/ontology/daia/
+daiaserv	http://purl.org/ontology/daia/service/
 dailymed	http://www4.wiwiss.fu-berlin.de/dailymed/resource/dailymed/
 daml	http://www.daml.org/2001/03/daml+oil#
 dawgt	http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#
@@ -643,6 +644,7 @@ vote	http://www.rdfabout.com/rdf/schema/vote/
 vs	http://www.w3.org/2003/06/sw-vocab-status/ns#
 vso	http://purl.org/vso/ns#
 vsto	http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl#
+vvo	http://purl.org/vvo/ns#
 w3con	http://www.w3.org/2000/10/swap/pim/contact#
 w3p	http://prov4j.org/w3p/
 wai	http://purl.org/wai#
diff --git a/update.pl b/update.pl
index acdf9a7..abd5f55 100755
--- a/update.pl
+++ b/update.pl
@@ -66,6 +66,7 @@ do {
         print; 
     } 
 }
+# $ git add Changes README dist.ini lib/RDF/NS.pm lib/RDF/NS/Trine.pm share/$new_version.txt
 # $ git commit -m "update to $new_version"
 # $ git tag $new_version
 # $ dzil release

-- 
librdf-ns-perl Debian packaging



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