r22817 - in /branches/upstream/libmarc-charset-perl/current: Changes MANIFEST META.yml Makefile.PL etc/additional-iii-characters.xml lib/MARC/Charset.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 5 19:41:04 UTC 2008


Author: gregoa
Date: Sat Jul  5 19:41:03 2008
New Revision: 22817

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22817
Log:
[svn-upgrade] Integrating new upstream version, libmarc-charset-perl (1.0)

Added:
    branches/upstream/libmarc-charset-perl/current/etc/additional-iii-characters.xml
Modified:
    branches/upstream/libmarc-charset-perl/current/Changes
    branches/upstream/libmarc-charset-perl/current/MANIFEST
    branches/upstream/libmarc-charset-perl/current/META.yml
    branches/upstream/libmarc-charset-perl/current/Makefile.PL
    branches/upstream/libmarc-charset-perl/current/lib/MARC/Charset.pm

Modified: branches/upstream/libmarc-charset-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-charset-perl/current/Changes?rev=22817&op=diff
==============================================================================
--- branches/upstream/libmarc-charset-perl/current/Changes (original)
+++ branches/upstream/libmarc-charset-perl/current/Changes Sat Jul  5 19:41:03 2008
@@ -1,4 +1,13 @@
 Revision history for MARC::Charset
+
+1.00 Tue May 27 08:30:56 EDT 2008
+     - Forgot to add etc/additional-iii-characters.xml to the MANIFEST
+     - seems like as good a time as any for a v1.0 release :-)
+
+0.99 Sun May 25 08:08:05 EDT 2008
+     - Addition of characters used by III ILSs which are not covered
+       by the official LoC codetables. Thanks go to Galen Charlton.
+     - Removed PREREQ_FATAL from Makefile.PL to make CPAN testers happy
 
 0.98 Tue Aug  7 08:28:24 EDT 2007
      - addition of two code elements to etc/codetables.xml that enable 

Modified: branches/upstream/libmarc-charset-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-charset-perl/current/MANIFEST?rev=22817&op=diff
==============================================================================
--- branches/upstream/libmarc-charset-perl/current/MANIFEST (original)
+++ branches/upstream/libmarc-charset-perl/current/MANIFEST Sat Jul  5 19:41:03 2008
@@ -2,6 +2,7 @@
 bin/print_table
 Changes
 etc/codetables.xml
+etc/additional-iii-characters.xml
 lib/MARC/Charset.pm
 lib/MARC/Charset/Code.pm
 lib/MARC/Charset/Compiler.pm

Modified: branches/upstream/libmarc-charset-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-charset-perl/current/META.yml?rev=22817&op=diff
==============================================================================
--- branches/upstream/libmarc-charset-perl/current/META.yml (original)
+++ branches/upstream/libmarc-charset-perl/current/META.yml Sat Jul  5 19:41:03 2008
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         MARC-Charset
-version:      0.98
+version:      1.0
 version_from: lib/MARC/Charset.pm
 installdirs:  site
 requires:

Modified: branches/upstream/libmarc-charset-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-charset-perl/current/Makefile.PL?rev=22817&op=diff
==============================================================================
--- branches/upstream/libmarc-charset-perl/current/Makefile.PL (original)
+++ branches/upstream/libmarc-charset-perl/current/Makefile.PL Sat Jul  5 19:41:03 2008
@@ -11,7 +11,6 @@
     ABSTRACT_FROM   => 'lib/MARC/Charset.pm',
     AUTHOR          => 'Ed Summers <ehs at pobox.com>',
     PMLIBDIRS       => ['lib'],
-    PREREQ_FATAL    => 1,
     PREREQ_PM       => {
                             'Test::More'            => 0, 
                             'XML::SAX'              => 0,
@@ -32,4 +31,5 @@
     print "compiling marc8/utf8 database, please be patient\n";
     my $compiler = MARC::Charset::Compiler->new();
     $compiler->compile('etc/codetables.xml');
+    $compiler->compile('etc/additional-iii-characters.xml');
 }

Added: branches/upstream/libmarc-charset-perl/current/etc/additional-iii-characters.xml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-charset-perl/current/etc/additional-iii-characters.xml?rev=22817&op=file
==============================================================================
--- branches/upstream/libmarc-charset-perl/current/etc/additional-iii-characters.xml (added)
+++ branches/upstream/libmarc-charset-perl/current/etc/additional-iii-characters.xml Sat Jul  5 19:41:03 2008
@@ -1,0 +1,56 @@
+<?xml version="1.0"?>
+<codeTables>
+        <codeTable name="East Asian" number="9">
+                <characterSet name="Chinese, Japanese, Korean (EACC)" ISOcode="31">
+                        <grouping name="III additional characters" date="Apri 15, 2008" number="9.9">
+                                <note>
+                                        <p>This table contains non-standard character mappings used by the Innovative
+                                           Interfaces, Inc. (III) ILS to represent such things as smart quotation marks
+                                           in MARC-8.
+                                        </p>   
+                                        <p>FIXME: This list is based on comparing MARC-8 records extracted from a III Millennium
+                                           database with their presentation in the III OPAC.  Consequently, this list is
+                                           incomplete - corrections or a pointer to public documentation of these characters
+                                           would be gratefully accepted.
+                                        </p>   
+                                </note>
+                                <code>
+                                        <marc>21203D</marc>
+                                        <ucs>2026</ucs>
+                                        <utf-8>E280A6</utf-8>
+                                        <name>HORIZONTAL ELLIPSIS</name>
+                                </code>
+                                <code>
+                                        <marc>212040</marc>
+                                        <ucs>201C</ucs>
+                                        <utf-8>E2809C</utf-8>
+                                        <name>LEFT DOUBLE QUOTATION MARK</name>
+                                </code>
+                                <code>
+                                        <marc>7F2014</marc>
+                                        <ucs>2014</ucs>
+                                        <utf-8>E28094</utf-8>
+                                        <name>EM DASH</name>
+                                </code>
+                                <code>
+                                        <marc>7F2019</marc>
+                                        <ucs>2019</ucs>
+                                        <utf-8>E28099</utf-8>
+                                        <name>RIGHT SINGLE QUOTATION MARK</name>
+                                </code>
+                                <code>
+                                        <marc>7F2020</marc>
+                                        <ucs>201D</ucs>
+                                        <utf-8>E2809D</utf-8>
+                                        <name>RIGHT DOUBLE QUOTATION MARK</name>
+                                </code>
+                                <code>
+                                        <marc>7F2122</marc>
+                                        <ucs>2122</ucs>
+                                        <utf-8>E284A2</utf-8>
+                                        <name>TRADE MARK SIGN</name>
+                                </code>
+                        </grouping>
+                </characterSet>
+        </codeTable>
+</codeTables>

Modified: branches/upstream/libmarc-charset-perl/current/lib/MARC/Charset.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmarc-charset-perl/current/lib/MARC/Charset.pm?rev=22817&op=diff
==============================================================================
--- branches/upstream/libmarc-charset-perl/current/lib/MARC/Charset.pm (original)
+++ branches/upstream/libmarc-charset-perl/current/lib/MARC/Charset.pm Sat Jul  5 19:41:03 2008
@@ -1,6 +1,6 @@
 package MARC::Charset;
 
-our $VERSION = '0.98';
+our $VERSION = '1.0';
 use strict;
 use warnings;
 




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