From owner-svn-ports-all@freebsd.org Thu Dec 21 01:54:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6658E91394; Thu, 21 Dec 2017 01:54:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E1C56DFF3; Thu, 21 Dec 2017 01:54:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBL1rxjV058813; Thu, 21 Dec 2017 01:53:59 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBL1rx3o058808; Thu, 21 Dec 2017 01:53:59 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201712210153.vBL1rx3o058808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 21 Dec 2017 01:53:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456880 - in head/devel/liblouis: . files X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/devel/liblouis: . files X-SVN-Commit-Revision: 456880 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2017 01:54:00 -0000 Author: wen Date: Thu Dec 21 01:53:59 2017 New Revision: 456880 URL: https://svnweb.freebsd.org/changeset/ports/456880 Log: - Update to 3.4.0 Modified: head/devel/liblouis/Makefile head/devel/liblouis/distinfo head/devel/liblouis/files/patch-autogen.sh head/devel/liblouis/files/patch-tools_lou__compare.c head/devel/liblouis/pkg-plist Modified: head/devel/liblouis/Makefile ============================================================================== --- head/devel/liblouis/Makefile Thu Dec 21 01:25:20 2017 (r456879) +++ head/devel/liblouis/Makefile Thu Dec 21 01:53:59 2017 (r456880) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liblouis -PORTVERSION= 3.1.0 +PORTVERSION= 3.4.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -13,7 +13,8 @@ LICENSE= LGPL3+ BUILD_DEPENDS= help2man:misc/help2man -USES= autoreconf gmake libtool pathfix +USES= autoreconf gmake libtool pathfix shebangfix +SHEBANG_FILES= tools/lou_maketable.d/substrings.pl USE_GITHUB= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/liblouis/distinfo ============================================================================== --- head/devel/liblouis/distinfo Thu Dec 21 01:25:20 2017 (r456879) +++ head/devel/liblouis/distinfo Thu Dec 21 01:53:59 2017 (r456880) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488955550 -SHA256 (liblouis-liblouis-v3.1.0_GH0.tar.gz) = 7d23242abaeed16aa03e8339cafdf5edf79c1a4c32e07a8e90f96ae92bc19edd -SIZE (liblouis-liblouis-v3.1.0_GH0.tar.gz) = 12211579 +TIMESTAMP = 1513848808 +SHA256 (liblouis-liblouis-v3.4.0_GH0.tar.gz) = 29728d70a1a5731417ccb9ec946ce6d7c2b64dfdfd595efed8995720b22cefd9 +SIZE (liblouis-liblouis-v3.4.0_GH0.tar.gz) = 12367906 Modified: head/devel/liblouis/files/patch-autogen.sh ============================================================================== --- head/devel/liblouis/files/patch-autogen.sh Thu Dec 21 01:25:20 2017 (r456879) +++ head/devel/liblouis/files/patch-autogen.sh Thu Dec 21 01:53:59 2017 (r456880) @@ -1,4 +1,4 @@ ---- autogen.sh.orig 2015-08-31 14:19:59 UTC +--- autogen.sh.orig 2017-12-04 15:51:01 UTC +++ autogen.sh @@ -28,8 +28,8 @@ set -e Modified: head/devel/liblouis/files/patch-tools_lou__compare.c ============================================================================== --- head/devel/liblouis/files/patch-tools_lou__compare.c Thu Dec 21 01:25:20 2017 (r456879) +++ head/devel/liblouis/files/patch-tools_lou__compare.c Thu Dec 21 01:53:59 2017 (r456880) @@ -1,10 +1,10 @@ ---- tools/lou_compare.c.orig 2016-12-06 08:48:04 UTC +--- tools/lou_compare.c.orig 2017-12-21 09:38:01 UTC +++ tools/lou_compare.c -@@ -6,6 +6,7 @@ +@@ -4,6 +4,7 @@ + #include "config.h" + #include #include - #include "liblouis.h" - #include "louis.h" +#include + #include "liblouis.h" + #include "internal.h" - #ifdef _WIN32 - #define S_IRUSR 0 Modified: head/devel/liblouis/pkg-plist ============================================================================== --- head/devel/liblouis/pkg-plist Thu Dec 21 01:25:20 2017 (r456879) +++ head/devel/liblouis/pkg-plist Thu Dec 21 01:53:59 2017 (r456880) @@ -1,23 +1,36 @@ bin/lou_allround bin/lou_checkhyphens bin/lou_checktable -bin/lou_checkyaml bin/lou_compare bin/lou_debug +bin/lou_maketable +bin/lou_maketable.d/export_chunked_words.py +bin/lou_maketable.d/generate_alphabet.py +bin/lou_maketable.d/lou_maketable.mk +bin/lou_maketable.d/make_suggestions.py +bin/lou_maketable.d/submit_rows.py +bin/lou_maketable.d/submit_rows.sh +bin/lou_maketable.d/submit_rules.py +bin/lou_maketable.d/submit_rules.sh +bin/lou_maketable.d/substrings.pl +bin/lou_maketable.d/utils.py +bin/lou_maketable.d/wrap_patgen.sh +bin/lou_tableinfo bin/lou_trace bin/lou_translate +include/liblouis/internal.h include/liblouis/liblouis.h -include/liblouis/louis.h lib/liblouis.a lib/liblouis.so -lib/liblouis.so.12 -lib/liblouis.so.12.1.0 +lib/liblouis.so.14 +lib/liblouis.so.14.1.1 libdata/pkgconfig/liblouis.pc man/man1/lou_allround.1.gz man/man1/lou_checkhyphens.1.gz man/man1/lou_checktable.1.gz man/man1/lou_checkyaml.1.gz man/man1/lou_debug.1.gz +man/man1/lou_tableinfo.1.gz man/man1/lou_trace.1.gz man/man1/lou_translate.1.gz %%DATADIR%%/tables/Cz-Cz-g1.utb @@ -25,6 +38,7 @@ man/man1/lou_translate.1.gz %%DATADIR%%/tables/Es-Es-g1.utb %%DATADIR%%/tables/Fr-Ca-g2.ctb %%DATADIR%%/tables/Fr-Fr-g2.ctb +%%DATADIR%%/tables/IPA.utb %%DATADIR%%/tables/Lv-Lv-g1.utb %%DATADIR%%/tables/Pl-Pl-g1.utb %%DATADIR%%/tables/Se-Se-g1.utb @@ -33,23 +47,33 @@ man/man1/lou_translate.1.gz %%DATADIR%%/tables/afr-za-g1.ctb %%DATADIR%%/tables/ar-ar-g1.utb %%DATADIR%%/tables/ar-fa.utb +%%DATADIR%%/tables/ar.tbl %%DATADIR%%/tables/as-in-g1.utb +%%DATADIR%%/tables/as.tbl %%DATADIR%%/tables/aw-in-g1.utb +%%DATADIR%%/tables/awa.tbl %%DATADIR%%/tables/be-in-g1.utb %%DATADIR%%/tables/bengali.cti %%DATADIR%%/tables/bg.ctb +%%DATADIR%%/tables/bg.tbl %%DATADIR%%/tables/bh.ctb +%%DATADIR%%/tables/bh.tbl +%%DATADIR%%/tables/bn.tbl %%DATADIR%%/tables/bo.ctb +%%DATADIR%%/tables/bo.tbl %%DATADIR%%/tables/boxes.ctb %%DATADIR%%/tables/br-in-g1.utb +%%DATADIR%%/tables/bra.tbl %%DATADIR%%/tables/braille-patterns.cti %%DATADIR%%/tables/ca-chardefs.cti %%DATADIR%%/tables/ca-g1.ctb +%%DATADIR%%/tables/ca.tbl %%DATADIR%%/tables/chardefs.cti %%DATADIR%%/tables/chr-us-g1.ctb %%DATADIR%%/tables/ckb-chardefs.cti %%DATADIR%%/tables/ckb-g1.ctb %%DATADIR%%/tables/ckb-translation.cti +%%DATADIR%%/tables/ckb.tbl %%DATADIR%%/tables/compress.cti %%DATADIR%%/tables/controlchars.cti %%DATADIR%%/tables/corrections.cti @@ -57,23 +81,25 @@ man/man1/lou_translate.1.gz %%DATADIR%%/tables/cs-chardefs.cti %%DATADIR%%/tables/cs-g1.ctb %%DATADIR%%/tables/cs-translation.cti +%%DATADIR%%/tables/cs.tbl %%DATADIR%%/tables/cy-cy-g1.utb %%DATADIR%%/tables/cy-cy-g2.ctb -%%DATADIR%%/tables/da-chardefs6.cti -%%DATADIR%%/tables/da-dk-common6.uti +%%DATADIR%%/tables/cy.tbl +%%DATADIR%%/tables/da-dk-6miscChars.cti %%DATADIR%%/tables/da-dk-g08.ctb +%%DATADIR%%/tables/da-dk-g16-lit.ctb %%DATADIR%%/tables/da-dk-g16.ctb %%DATADIR%%/tables/da-dk-g18.ctb -%%DATADIR%%/tables/da-dk-g26-patches.cti +%%DATADIR%%/tables/da-dk-g26-lit.ctb %%DATADIR%%/tables/da-dk-g26.ctb +%%DATADIR%%/tables/da-dk-g26l-lit.ctb %%DATADIR%%/tables/da-dk-g26l.ctb %%DATADIR%%/tables/da-dk-g28.ctb %%DATADIR%%/tables/da-dk-g28l.ctb -%%DATADIR%%/tables/da-dk-g2core.cti -%%DATADIR%%/tables/da-dk-nocaps.uti %%DATADIR%%/tables/da-dk-octobraille.dis %%DATADIR%%/tables/da-dk.dis %%DATADIR%%/tables/da-lt.ctb +%%DATADIR%%/tables/da.tbl %%DATADIR%%/tables/de-ch-accents.cti %%DATADIR%%/tables/de-ch-g0.utb %%DATADIR%%/tables/de-ch-g1.ctb @@ -92,11 +118,17 @@ man/man1/lou_translate.1.gz %%DATADIR%%/tables/de-g0-core.uti %%DATADIR%%/tables/de-g1-core.cti %%DATADIR%%/tables/de-g2-core.cti +%%DATADIR%%/tables/de.tbl +%%DATADIR%%/tables/de_CH.tbl +%%DATADIR%%/tables/de_DE.tbl %%DATADIR%%/tables/devanagari.cti %%DATADIR%%/tables/digits6Dots.uti %%DATADIR%%/tables/digits6DotsPlusDot6.uti %%DATADIR%%/tables/digits8Dots.uti %%DATADIR%%/tables/dra.ctb +%%DATADIR%%/tables/dra.tbl +%%DATADIR%%/tables/el.ctb +%%DATADIR%%/tables/el.tbl %%DATADIR%%/tables/en-GB-g2.ctb %%DATADIR%%/tables/en-chess.ctb %%DATADIR%%/tables/en-gb-comp8.ctb @@ -105,58 +137,94 @@ man/man1/lou_translate.1.gz %%DATADIR%%/tables/en-ueb-chardefs.uti %%DATADIR%%/tables/en-ueb-g1.ctb %%DATADIR%%/tables/en-ueb-g2.ctb +%%DATADIR%%/tables/en-ueb-math.ctb %%DATADIR%%/tables/en-us-brf.dis %%DATADIR%%/tables/en-us-comp6.ctb +%%DATADIR%%/tables/en-us-comp8-ext.utb %%DATADIR%%/tables/en-us-comp8.ctb %%DATADIR%%/tables/en-us-compbrl.ctb %%DATADIR%%/tables/en-us-g1.ctb %%DATADIR%%/tables/en-us-g2.ctb %%DATADIR%%/tables/en-us-interline.ctb %%DATADIR%%/tables/en-us-mathtext.ctb +%%DATADIR%%/tables/en.tbl +%%DATADIR%%/tables/en_AS.tbl %%DATADIR%%/tables/en_CA.ctb +%%DATADIR%%/tables/en_CA.tbl +%%DATADIR%%/tables/en_GB.tbl +%%DATADIR%%/tables/en_US-comp8-ext.tbl +%%DATADIR%%/tables/en_US.tbl %%DATADIR%%/tables/eo-g1-x-system.ctb %%DATADIR%%/tables/eo-g1.ctb +%%DATADIR%%/tables/eo.tbl %%DATADIR%%/tables/es-chardefs.cti %%DATADIR%%/tables/es-g1.ctb %%DATADIR%%/tables/es-new.dis %%DATADIR%%/tables/es-old.dis %%DATADIR%%/tables/es-translation.cti +%%DATADIR%%/tables/es.tbl %%DATADIR%%/tables/et-g0.utb %%DATADIR%%/tables/et.ctb +%%DATADIR%%/tables/et.tbl %%DATADIR%%/tables/ethio-g1.ctb %%DATADIR%%/tables/eurodefs.cti +%%DATADIR%%/tables/fa-ir-comp8.ctb +%%DATADIR%%/tables/fa-ir-g1.utb %%DATADIR%%/tables/fi-fi-8dot.ctb %%DATADIR%%/tables/fi-fi.ctb +%%DATADIR%%/tables/fi.tbl %%DATADIR%%/tables/fi.utb %%DATADIR%%/tables/fi1.ctb %%DATADIR%%/tables/fi2.ctb %%DATADIR%%/tables/fr-2007.ctb %%DATADIR%%/tables/fr-bfu-comp6.utb +%%DATADIR%%/tables/fr-bfu-comp68.cti %%DATADIR%%/tables/fr-bfu-comp8.utb %%DATADIR%%/tables/fr-bfu-g2.ctb %%DATADIR%%/tables/fr-ca-g1.utb %%DATADIR%%/tables/fr-fr-g1.utb +%%DATADIR%%/tables/fr.tbl +%%DATADIR%%/tables/fr_CA.tbl +%%DATADIR%%/tables/fr_FR.tbl %%DATADIR%%/tables/ga-g1.utb %%DATADIR%%/tables/ga-g2.ctb +%%DATADIR%%/tables/ga.tbl %%DATADIR%%/tables/gd.ctb +%%DATADIR%%/tables/gd.tbl +%%DATADIR%%/tables/gez.tbl %%DATADIR%%/tables/gon.ctb +%%DATADIR%%/tables/gon.tbl %%DATADIR%%/tables/gr-bb.ctb -%%DATADIR%%/tables/gr-gr-g1.utb +%%DATADIR%%/tables/gr-pl-comp8.uti %%DATADIR%%/tables/gu-in-g1.utb +%%DATADIR%%/tables/gu.tbl %%DATADIR%%/tables/gujarati.cti %%DATADIR%%/tables/gurumuki.cti %%DATADIR%%/tables/haw-us-g1.ctb %%DATADIR%%/tables/he.ctb +%%DATADIR%%/tables/he.tbl %%DATADIR%%/tables/hi-in-g1.utb -%%DATADIR%%/tables/hr.ctb +%%DATADIR%%/tables/hi.tbl +%%DATADIR%%/tables/hr-chardefs.cti +%%DATADIR%%/tables/hr-comp8.tbl +%%DATADIR%%/tables/hr-comp8.utb +%%DATADIR%%/tables/hr-digits.uti +%%DATADIR%%/tables/hr-g1.ctb +%%DATADIR%%/tables/hr-g1.tbl +%%DATADIR%%/tables/hr-translation.cti %%DATADIR%%/tables/hu-backtranslate-correction.dis %%DATADIR%%/tables/hu-chardefs.cti %%DATADIR%%/tables/hu-exceptionwords.cti %%DATADIR%%/tables/hu-hu-comp8.ctb %%DATADIR%%/tables/hu-hu-g1.ctb +%%DATADIR%%/tables/hu-hu-g2.ctb +%%DATADIR%%/tables/hu-hu-g2_exceptions.cti +%%DATADIR%%/tables/hu.tbl %%DATADIR%%/tables/hy.ctb +%%DATADIR%%/tables/hy.tbl %%DATADIR%%/tables/hyph_brl_da_dk.dic %%DATADIR%%/tables/hyph_cs_CZ.dic +%%DATADIR%%/tables/hyph_da_DK.dic %%DATADIR%%/tables/hyph_de_DE.dic %%DATADIR%%/tables/hyph_en_US.dic %%DATADIR%%/tables/hyph_eo.dic @@ -174,12 +242,16 @@ man/man1/lou_translate.1.gz %%DATADIR%%/tables/is-chardefs6.cti %%DATADIR%%/tables/is-chardefs8.cti %%DATADIR%%/tables/is.ctb +%%DATADIR%%/tables/is.tbl %%DATADIR%%/tables/it-it-comp6.utb %%DATADIR%%/tables/it-it-comp8.utb +%%DATADIR%%/tables/it.tbl %%DATADIR%%/tables/iu-ca-g1.ctb %%DATADIR%%/tables/ka-in-g1.utb %%DATADIR%%/tables/kannada.cti %%DATADIR%%/tables/kh-in-g1.utb +%%DATADIR%%/tables/kha.tbl +%%DATADIR%%/tables/kn.tbl %%DATADIR%%/tables/ko-2006-g1.ctb %%DATADIR%%/tables/ko-2006-g2.ctb %%DATADIR%%/tables/ko-2006.cti @@ -190,14 +262,21 @@ man/man1/lou_translate.1.gz %%DATADIR%%/tables/ko-g2.ctb %%DATADIR%%/tables/ko.cti %%DATADIR%%/tables/kok.ctb +%%DATADIR%%/tables/kok.tbl %%DATADIR%%/tables/kru.ctb +%%DATADIR%%/tables/kru.tbl %%DATADIR%%/tables/ks-in-g1.utb %%DATADIR%%/tables/latinLetterDef6Dots.uti %%DATADIR%%/tables/latinLetterDef8Dots.uti %%DATADIR%%/tables/litdigits6Dots.uti +%%DATADIR%%/tables/litdigits6DotsPlusDot6.uti %%DATADIR%%/tables/loweredDigits6Dots.uti %%DATADIR%%/tables/loweredDigits8Dots.uti +%%DATADIR%%/tables/lt-6dot.tbl +%%DATADIR%%/tables/lt-6dot.utb %%DATADIR%%/tables/lt.ctb +%%DATADIR%%/tables/lt.tbl +%%DATADIR%%/tables/lv.tbl %%DATADIR%%/tables/malayalam.cti %%DATADIR%%/tables/mao-nz-g1.ctb %%DATADIR%%/tables/marburg.ctb @@ -205,13 +284,20 @@ man/man1/lou_translate.1.gz %%DATADIR%%/tables/marburg_single_cell_defs.cti %%DATADIR%%/tables/marburg_unicode_defs.cti %%DATADIR%%/tables/ml-in-g1.utb +%%DATADIR%%/tables/ml.tbl %%DATADIR%%/tables/mn-MN.utb %%DATADIR%%/tables/mn-in-g1.utb +%%DATADIR%%/tables/mni.tbl %%DATADIR%%/tables/mr-in-g1.utb +%%DATADIR%%/tables/mr.tbl %%DATADIR%%/tables/mt.ctb +%%DATADIR%%/tables/mt.tbl %%DATADIR%%/tables/mun.ctb +%%DATADIR%%/tables/mun.tbl %%DATADIR%%/tables/mwr.ctb +%%DATADIR%%/tables/mwr.tbl %%DATADIR%%/tables/ne.ctb +%%DATADIR%%/tables/ne.tbl %%DATADIR%%/tables/nemeth.ctb %%DATADIR%%/tables/nemeth_edit.ctb %%DATADIR%%/tables/nemethdefs.cti @@ -219,8 +305,13 @@ man/man1/lou_translate.1.gz %%DATADIR%%/tables/nl-BE.dis %%DATADIR%%/tables/nl-NL-g0.utb %%DATADIR%%/tables/nl-chardefs.uti +%%DATADIR%%/tables/nl-g0.uti +%%DATADIR%%/tables/nl.tbl +%%DATADIR%%/tables/nl_BE.tbl +%%DATADIR%%/tables/nl_NL.tbl %%DATADIR%%/tables/no-no-8dot-fallback-6dot-g0.utb %%DATADIR%%/tables/no-no-8dot.utb +%%DATADIR%%/tables/no-no-braillo-047-01.dis %%DATADIR%%/tables/no-no-chardefs6.uti %%DATADIR%%/tables/no-no-comp8.ctb %%DATADIR%%/tables/no-no-g0.utb @@ -231,17 +322,24 @@ man/man1/lou_translate.1.gz %%DATADIR%%/tables/no-no-generic.dis %%DATADIR%%/tables/no-no-latinLetterDef6Dots_diacritics.uti %%DATADIR%%/tables/no-no.dis +%%DATADIR%%/tables/no.tbl %%DATADIR%%/tables/np-in-g1.utb %%DATADIR%%/tables/or-in-g1.utb +%%DATADIR%%/tables/or.tbl %%DATADIR%%/tables/oriya.cti +%%DATADIR%%/tables/pa.tbl %%DATADIR%%/tables/pi.ctb +%%DATADIR%%/tables/pi.tbl %%DATADIR%%/tables/pl-pl-comp8.ctb +%%DATADIR%%/tables/pl.tbl %%DATADIR%%/tables/printables.cti %%DATADIR%%/tables/pt-pt-comp8.ctb %%DATADIR%%/tables/pt-pt-g1.utb %%DATADIR%%/tables/pt-pt-g2.ctb +%%DATADIR%%/tables/pt.tbl %%DATADIR%%/tables/pu-in-g1.utb %%DATADIR%%/tables/ro.ctb +%%DATADIR%%/tables/ro.tbl %%DATADIR%%/tables/ru-chardefs.cti %%DATADIR%%/tables/ru-compbrl.ctb %%DATADIR%%/tables/ru-letters.dis @@ -249,30 +347,43 @@ man/man1/lou_translate.1.gz %%DATADIR%%/tables/ru-ru-g1.utb %%DATADIR%%/tables/ru-ru.dis %%DATADIR%%/tables/ru.ctb +%%DATADIR%%/tables/ru.tbl %%DATADIR%%/tables/sa-in-g1.utb +%%DATADIR%%/tables/sa.tbl +%%DATADIR%%/tables/sd.tbl %%DATADIR%%/tables/se-se.ctb %%DATADIR%%/tables/se-se.dis %%DATADIR%%/tables/si-in-g1.utb +%%DATADIR%%/tables/sin.cti +%%DATADIR%%/tables/sin.utb %%DATADIR%%/tables/sk-chardefs.cti %%DATADIR%%/tables/sk-g1.ctb %%DATADIR%%/tables/sk-sk-g1.utb %%DATADIR%%/tables/sk-sk.utb %%DATADIR%%/tables/sk-translation.cti +%%DATADIR%%/tables/sk.tbl %%DATADIR%%/tables/sl-si-comp8.ctb %%DATADIR%%/tables/sl-si-g1.utb +%%DATADIR%%/tables/sl.tbl %%DATADIR%%/tables/sot-za-g1.ctb %%DATADIR%%/tables/spaces.ctb %%DATADIR%%/tables/sr-chardefs.cti %%DATADIR%%/tables/sr-g1.ctb +%%DATADIR%%/tables/sr.tbl %%DATADIR%%/tables/sv-1989.ctb %%DATADIR%%/tables/sv-1996.ctb +%%DATADIR%%/tables/sv.tbl %%DATADIR%%/tables/ta-ta-g1.ctb %%DATADIR%%/tables/ta.ctb +%%DATADIR%%/tables/ta.tbl %%DATADIR%%/tables/tamil.cti %%DATADIR%%/tables/te-in-g1.utb +%%DATADIR%%/tables/te.tbl %%DATADIR%%/tables/telugu.cti %%DATADIR%%/tables/text_nabcc.dis +%%DATADIR%%/tables/tr-g1.ctb %%DATADIR%%/tables/tr.ctb +%%DATADIR%%/tables/tr.tbl %%DATADIR%%/tables/tsn-za-g1.ctb %%DATADIR%%/tables/ukchardefs.cti %%DATADIR%%/tables/ukmaths.ctb @@ -280,109 +391,21 @@ man/man1/lou_translate.1.gz %%DATADIR%%/tables/ukmaths_single_cell_defs.cti %%DATADIR%%/tables/ukmaths_unicode_defs.cti %%DATADIR%%/tables/uni-text.dis +%%DATADIR%%/tables/unicode-braille.utb %%DATADIR%%/tables/unicode.dis %%DATADIR%%/tables/unicodedefs.cti +%%DATADIR%%/tables/ur-pk-g1.utb +%%DATADIR%%/tables/ur-pk-g2.ctb %%DATADIR%%/tables/us-table.dis %%DATADIR%%/tables/vi-g1.ctb %%DATADIR%%/tables/vi.ctb +%%DATADIR%%/tables/vi.tbl %%DATADIR%%/tables/wiskunde-chardefs.cti %%DATADIR%%/tables/wiskunde-translation.cti %%DATADIR%%/tables/wiskunde.ctb +%%DATADIR%%/tables/zh-chn.ctb %%DATADIR%%/tables/zh-hk.ctb %%DATADIR%%/tables/zh-tw.ctb -%%DATADIR%%/tables/IPA.utb -%%DATADIR%%/tables/ar.tbl -%%DATADIR%%/tables/as.tbl -%%DATADIR%%/tables/awa.tbl -%%DATADIR%%/tables/bg.tbl -%%DATADIR%%/tables/bh.tbl -%%DATADIR%%/tables/bn.tbl -%%DATADIR%%/tables/bo.tbl -%%DATADIR%%/tables/bra.tbl -%%DATADIR%%/tables/ca.tbl -%%DATADIR%%/tables/ckb.tbl -%%DATADIR%%/tables/cs.tbl -%%DATADIR%%/tables/cy.tbl -%%DATADIR%%/tables/da.tbl -%%DATADIR%%/tables/de.tbl -%%DATADIR%%/tables/de_CH.tbl -%%DATADIR%%/tables/de_DE.tbl -%%DATADIR%%/tables/dra.tbl -%%DATADIR%%/tables/el.ctb -%%DATADIR%%/tables/el.tbl -%%DATADIR%%/tables/en-ueb-math.ctb -%%DATADIR%%/tables/en-us-comp8-ext.utb -%%DATADIR%%/tables/en.tbl -%%DATADIR%%/tables/en_AS.tbl -%%DATADIR%%/tables/en_CA.tbl -%%DATADIR%%/tables/en_GB.tbl -%%DATADIR%%/tables/en_US-comp8-ext.tbl -%%DATADIR%%/tables/en_US.tbl -%%DATADIR%%/tables/eo.tbl -%%DATADIR%%/tables/es.tbl -%%DATADIR%%/tables/et.tbl -%%DATADIR%%/tables/fa-ir-comp8.ctb -%%DATADIR%%/tables/fa-ir-g1.utb -%%DATADIR%%/tables/fi.tbl -%%DATADIR%%/tables/fr-bfu-comp68.cti -%%DATADIR%%/tables/fr.tbl -%%DATADIR%%/tables/fr_CA.tbl -%%DATADIR%%/tables/fr_FR.tbl -%%DATADIR%%/tables/ga.tbl -%%DATADIR%%/tables/gd.tbl -%%DATADIR%%/tables/gez.tbl -%%DATADIR%%/tables/gon.tbl -%%DATADIR%%/tables/gr-pl-comp8.uti -%%DATADIR%%/tables/gu.tbl -%%DATADIR%%/tables/he.tbl -%%DATADIR%%/tables/hi.tbl -%%DATADIR%%/tables/hr.tbl -%%DATADIR%%/tables/hu.tbl -%%DATADIR%%/tables/hy.tbl -%%DATADIR%%/tables/hyph_da_DK.dic -%%DATADIR%%/tables/is.tbl -%%DATADIR%%/tables/it.tbl -%%DATADIR%%/tables/kha.tbl -%%DATADIR%%/tables/kn.tbl -%%DATADIR%%/tables/kok.tbl -%%DATADIR%%/tables/kru.tbl -%%DATADIR%%/tables/litdigits6DotsPlusDot6.uti -%%DATADIR%%/tables/lt.tbl -%%DATADIR%%/tables/lv.tbl -%%DATADIR%%/tables/ml.tbl -%%DATADIR%%/tables/mni.tbl -%%DATADIR%%/tables/mr.tbl -%%DATADIR%%/tables/mt.tbl -%%DATADIR%%/tables/mun.tbl -%%DATADIR%%/tables/mwr.tbl -%%DATADIR%%/tables/ne.tbl -%%DATADIR%%/tables/nl-g0.uti -%%DATADIR%%/tables/nl.tbl -%%DATADIR%%/tables/nl_BE.tbl -%%DATADIR%%/tables/nl_NL.tbl -%%DATADIR%%/tables/no.tbl -%%DATADIR%%/tables/or.tbl -%%DATADIR%%/tables/pa.tbl -%%DATADIR%%/tables/pi.tbl -%%DATADIR%%/tables/pl.tbl -%%DATADIR%%/tables/pt.tbl -%%DATADIR%%/tables/ro.tbl -%%DATADIR%%/tables/ru.tbl -%%DATADIR%%/tables/sa.tbl -%%DATADIR%%/tables/sd.tbl -%%DATADIR%%/tables/sk.tbl -%%DATADIR%%/tables/sl.tbl -%%DATADIR%%/tables/sr.tbl -%%DATADIR%%/tables/sv.tbl -%%DATADIR%%/tables/ta.tbl -%%DATADIR%%/tables/te.tbl -%%DATADIR%%/tables/tr-g1.ctb -%%DATADIR%%/tables/tr.tbl -%%DATADIR%%/tables/unicode-braille.utb -%%DATADIR%%/tables/ur-pk-g1.utb -%%DATADIR%%/tables/ur-pk-g2.ctb -%%DATADIR%%/tables/vi.tbl -%%DATADIR%%/tables/zh-chn.ctb %%DATADIR%%/tables/zh_CHN.tbl %%DATADIR%%/tables/zh_HK.tbl %%DATADIR%%/tables/zh_TW.tbl