diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-04-26 18:19:48 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-04-26 18:19:48 +0000 |
commit | 318617104897bb890b01ff556f95af0a1ebce4b1 (patch) | |
tree | d7c1f5c4522052f7cc8f126ecb6fb802c5393514 /chinese/Makefile | |
parent | 136ba809e6099f392811ae8354e60587a1db22fc (diff) | |
download | FreeBSD-ports-318617104897bb890b01ff556f95af0a1ebce4b1.zip FreeBSD-ports-318617104897bb890b01ff556f95af0a1ebce4b1.tar.gz |
- Add bug5 1.2
bug5 is a Big5 <-> UTF-8 translating layer in terminal.
It's modified from script(1).
Features that screen doesn't have:
- UAO
- Unpad padded ambiguous-width characters
- ANSI-Broken Big5 (eg. Double Color) fixing
- Optional Traditional-Simplified conversion
- BSD License
Features that both bug5 and screen has:
- Optional ambiguous-width characters padding
- Specify I/O conversion
WWW: https://github.com/buganini/bug5
PR: ports/156620
Submitted by: Kuan-Chung Chiu <buganini@gmail.com>
Diffstat (limited to 'chinese/Makefile')
-rw-r--r-- | chinese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 877d473..226b580 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -19,6 +19,7 @@ SUBDIR += big5con SUBDIR += big5width SUBDIR += bitchx + SUBDIR += bug5 SUBDIR += c2t SUBDIR += cce SUBDIR += celvis |