summaryrefslogtreecommitdiff
path: root/converters/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-04-19 15:00:39 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-04-19 15:00:39 +0000
commitb58e0621f4b05d3de20ba6dc2598bbdc548d3eff (patch)
treeddd547ab71091479806642544bb745f849aae33e /converters/Makefile
parentFix typo in USE_JAVA value (diff)
New port: konwert
Konwert is a package for conversion between various character encodings. By encodings author imply not only different charsets like Windows-1252, KOI8-R or UTF-8 but also the different representations of characters like TeX escaping, quoted-printable and even RFC 1345 mnemonics. The autodetect of the encodings is also implemented. There are also filter filterm which allow to make separate input and output conversions of the encodings for the given command. It can help e.g. when our terminal is unable to display non-ASCII characters or to enter them from the keyboard. PR: 50614 Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru>
Notes
Notes: svn path=/head/; revision=79294
Diffstat (limited to 'converters/Makefile')
-rw-r--r--converters/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index e78bbf6e7e89..a98ee87a359f 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -17,6 +17,7 @@
SUBDIR += iconv-extra
SUBDIR += iconv-rfc1345
SUBDIR += ish
+ SUBDIR += konwert
SUBDIR += libiconv
SUBDIR += libutf-8
SUBDIR += mimelib