summaryrefslogtreecommitdiff
path: root/japanese/lesw/pkg-descr
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-03-20 05:21:43 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-03-20 05:21:43 +0000
commitc9cfd969d1793a7d3f0a4d262193c001f51a68dd (patch)
tree224954bacefdf6e9a2801ce6a9c7632bf25be600 /japanese/lesw/pkg-descr
parentupdate to version 4.12. (diff)
less + zcat + ISO-2022 + wide
PR: ports/8740 Submitted by: Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>
Notes
Notes: svn path=/head/; revision=17311
Diffstat (limited to 'japanese/lesw/pkg-descr')
-rw-r--r--japanese/lesw/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/lesw/pkg-descr b/japanese/lesw/pkg-descr
new file mode 100644
index 000000000000..a30c1ec10837
--- /dev/null
+++ b/japanese/lesw/pkg-descr
@@ -0,0 +1,11 @@
+ 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 enhanced less support ISO 2022 code extension techniqes and
+Japanese codes(EUC Japanese, SJIS) and compressed(or gzipped) file
+viewing. The author of this patch is jam@pobox.com. See
+ http://www.pobox.com/~jam/less/
+for the latest info.