The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

build_catalog.pl - Script to generate the different pattern module files based on the sources provided by CTAN and OpenOffice.

USAGE

./build_catalog.pl

DESCRIPTION

This script connects to http://tug.org/svn/ to get the sources of the TeX hyphenation files and http://svn.services.openoffice.org/ooo/ to get the sources of the OpenOffice hyphenation files. It turns them into usable Perl packages and updates the MANIFEST to include the generated module files.

REQUIRED ARGUMENTS

There are no required arguments.

OPTIONS

DIAGNOSTICS

EXIT STATUS

CONFIGURATION

The DATA section in this file is used as a template to generate the modules.

DEPENDENCIES

INCOMPATIBILITIES

Both sources have patterns for "en_US" and "en_GB" and because those modules conflict on HFS+ when they only differ in case the OpenOffice source patterns for these locales are ignored.

BUGS AND LIMITATIONS

Why does Th_lth fail? We don't do lth encoding?

AUTHOR

Roland van Ipenburg <ipenburg@xs4all.nl>

LICENSE AND COPYRIGHT

Copyright 2018 by Roland van Ipenburg

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.2 or, at your option, any later version of Perl 5 you may have available.

DISCLAIMER OF WARRANTY

BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

%s hyphenation pattern class

SUBROUTINES/METHODS

$pattern->data();

Returns the pattern data.

$pattern->version();

Returns the version of the pattern package.

Copyright

The copyright of the patterns is not covered by the copyright of this package since this pattern is generated from the source at %s

The copyright of the source can be found in the DATA section in the source of this package file.