aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/teckit/pkg-plist
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-08-29 03:15:02 +0800
committermiwi <miwi@FreeBSD.org>2009-08-29 03:15:02 +0800
commit3987d747abc2c538be81ecbaca4ef1f4e3bbb017 (patch)
treef740cd45aa5397950fb4d9ba31fdc8befb473478 /textproc/teckit/pkg-plist
parent3250e920f6ee26273a17e4ad0c4a3d4d82206c37 (diff)
downloadfreebsd-ports-gnome-3987d747abc2c538be81ecbaca4ef1f4e3bbb017.tar.gz
freebsd-ports-gnome-3987d747abc2c538be81ecbaca4ef1f4e3bbb017.tar.zst
freebsd-ports-gnome-3987d747abc2c538be81ecbaca4ef1f4e3bbb017.zip
TECkit (Text Encoding Conversion toolkit) is a toolkit for converting data
between 8-bit legacy encodings and Unicode. It can also be used for transliteration of Unicode between different scripts. TECkit uses a mapping description language (mapping byte encodings to Unicode). Mapping rules can be extended by (1) the use of character sequences rather than single characters on either side; (2) by the addition of contextual constraints (environments) determining when a rule should apply; (3) and by the use of character classes, optional and repeatable elements, grouping and alternation to express more complex patterns to be matched and processed. TECkit is particularly useful with XeTeX (Unicode-aware derivate of TeX). The following binaries are provided: teckit_compile mapping compiler that allows binary mapping tables (.tec) to be built from TECkit description files (.map) sfconv a tool for converting Standard Format (SF) files txtconv a utility to apply TECkit mappings to plain-text files WWW: http://scripts.sil.org/TECkit PR: ports/138212 Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
Diffstat (limited to 'textproc/teckit/pkg-plist')
-rw-r--r--textproc/teckit/pkg-plist23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/teckit/pkg-plist b/textproc/teckit/pkg-plist
new file mode 100644
index 000000000000..027c2f2d57e1
--- /dev/null
+++ b/textproc/teckit/pkg-plist
@@ -0,0 +1,23 @@
+bin/sfconv
+bin/teckit_compile
+bin/txtconv
+include/teckit/TECkit_Common.h
+include/teckit/TECkit_Compiler.h
+include/teckit/TECkit_Engine.h
+lib/libTECkit.a
+lib/libTECkit.la
+lib/libTECkit.so
+lib/libTECkit.so.0
+lib/libTECkit_Compiler.a
+lib/libTECkit_Compiler.la
+lib/libTECkit_Compiler.so
+lib/libTECkit_Compiler.so.0
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/LICENSING.txt
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TECkit_Binary_Format.doc.pdf
+%%PORTDOCS%%%%DOCSDIR%%/TECkit_Language_2.1.doc.pdf
+%%PORTDOCS%%%%DOCSDIR%%/TECkit_version_2.1.doc.pdf
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm include/teckit