diff options
author | asami <asami@FreeBSD.org> | 1995-03-20 20:48:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-03-20 20:48:03 +0800 |
commit | 9b2e00dce03dcefa623f89598c3de228e1e7540c (patch) | |
tree | 8b54ca23eea9eaad2e558489a68a05ecae42b529 /japanese/less/pkg-descr | |
parent | 8e3f6e4271db0b8d41cd3d38ec6a5a05cb5b4679 (diff) | |
download | freebsd-ports-gnome-9b2e00dce03dcefa623f89598c3de228e1e7540c.tar.gz freebsd-ports-gnome-9b2e00dce03dcefa623f89598c3de228e1e7540c.tar.zst freebsd-ports-gnome-9b2e00dce03dcefa623f89598c3de228e1e7540c.zip |
less-237 with patches to understand Japanese. It will install itself
with prefix "j" so as not to tramp on the regular less.
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
Diffstat (limited to 'japanese/less/pkg-descr')
-rw-r--r-- | japanese/less/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/japanese/less/pkg-descr b/japanese/less/pkg-descr new file mode 100644 index 000000000000..9bca35c960d8 --- /dev/null +++ b/japanese/less/pkg-descr @@ -0,0 +1,8 @@ + Less is a program similar to more (1), but which allows + backward movement in the file as well as forward movement. + Also, less does not have to read the entire input file + before starting, so with large input files it starts up + faster than text editors like vi (1). + + This is support ISO 2022, EUC Japanese, SJIS and compressed(gziped) +file viewing. This patch to make by kazusi-m@is.aist-nara.ac.jp. |