summaryrefslogtreecommitdiff
path: root/misc/lv/pkg-descr
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-11-24 04:45:00 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-11-24 04:45:00 +0000
commit66b6010de92374773011d8a8c6fccc98f34ae488 (patch)
tree06ff3d7c3bf35db21ac262fff70a900d6b472ca8 /misc/lv/pkg-descr
parentmove ports/texproc/lv to ports/misc. (diff)
lv, a multilingual text file viewer.
(commited into ports/textproc/lv once, but moved to ports/misc/lv) Submitted by: sumikawa@kame.net Move suggested by: asami
Notes
Notes: svn path=/head/; revision=14853
Diffstat (limited to 'misc/lv/pkg-descr')
-rw-r--r--misc/lv/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/lv/pkg-descr b/misc/lv/pkg-descr
new file mode 100644
index 000000000000..c41bd9de1452
--- /dev/null
+++ b/misc/lv/pkg-descr
@@ -0,0 +1,14 @@
+lv is a powerful multilingual file viewer. lv can decode and encode
+multilingual streams through many coding systems, for example, ISO
+2022 based coding systems such as iso-2022-jp, and Unicode streams
+encoded in UTF-7 or UTF-8. lv can be used not only as a file viewer
+but also as a coding-system translation filter.
+
+lv can recognize multi-bytes patterns as regular expressions, and lv
+also provides multilingual grep (1) functionality by giving it another
+name, lgrep.
+
+lv HomePage is
+http://edie.office.web.ad.jp/~nrt/lv/
+
+port made by: sumikawa@kame.net