summaryrefslogtreecommitdiff
path: root/x11/mlterm/DESCR
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-12-21 11:33:28 +0000
committeragc <agc@pkgsrc.org>2001-12-21 11:33:28 +0000
commitfe4f2a686117d5fdaeb4aee4888be24a0c6b72a3 (patch)
tree021e246f2e18e80c995582e3d5595394ec53f257 /x11/mlterm/DESCR
parenta7dbf752da9b81f673777de9d10a4d1629686777 (diff)
downloadpkgsrc-fe4f2a686117d5fdaeb4aee4888be24a0c6b72a3.tar.gz
Initial import of mlterm-2.0.0 into the NetBSD Packages Collection.
mlterm is a Multi Lingual TERMinal emulator for X. It supports many character sets, many encodings, and many other decorative functions. Since mlterm retains character tables in memory to convert characters between UCS and other encodings, it consumes a lot of memory while running, so it's recommended that you open multiple ptys in one process. Provided in PR 15002 by Masao Uebayashi <uebayasi@soum.co.jp>, modified slightly by myself to use NetBSD's libtool, to correct slight wording difficulties in the description, and to generalise the hardcoded paths in Makefile.in files.
Diffstat (limited to 'x11/mlterm/DESCR')
-rw-r--r--x11/mlterm/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/mlterm/DESCR b/x11/mlterm/DESCR
new file mode 100644
index 00000000000..1251798c326
--- /dev/null
+++ b/x11/mlterm/DESCR
@@ -0,0 +1,6 @@
+mlterm is a Multi Lingual TERMinal emulator for X. It supports
+many character sets, many encodings, and many other decorative
+functions. Since mlterm retains character tables in memory to
+convert characters between UCS and other encodings, it consumes a
+lot of memory while running, so it's recommended that you open
+multiple ptys in one process.