diff options
author | garbled <garbled@pkgsrc.org> | 1998-10-28 18:12:10 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-10-28 18:12:10 +0000 |
commit | 9b81e272bea27965976e4852e819a3a035395b7b (patch) | |
tree | af4f9ddf9c7d1ae9704ee4fcedf24fe6a69d8276 /japanese/less | |
parent | ab3d188acb5c5533d0af5271b89be45a4ccc068e (diff) | |
download | pkgsrc-9b81e272bea27965976e4852e819a3a035395b7b.tar.gz |
Initial import of new japanese category, and it's very first pkg,
ja-less-332. Package supplied by Kazuyoshi Komine in PR# 6101
less + zcat + ISO-2022 - a pager similar to more and pg
Diffstat (limited to 'japanese/less')
-rw-r--r-- | japanese/less/Makefile | 24 | ||||
-rw-r--r-- | japanese/less/files/md5 | 9 | ||||
-rw-r--r-- | japanese/less/patches/patch-aa | 17 | ||||
-rw-r--r-- | japanese/less/pkg/COMMENT | 1 | ||||
-rw-r--r-- | japanese/less/pkg/DESCR | 11 | ||||
-rw-r--r-- | japanese/less/pkg/PLIST | 6 |
6 files changed, 68 insertions, 0 deletions
diff --git a/japanese/less/Makefile b/japanese/less/Makefile new file mode 100644 index 00000000000..83c99dec84a --- /dev/null +++ b/japanese/less/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/10/28 18:12:10 garbled Exp $ +# FreeBSD Id: Makefile,v 1.13 1998/07/17 20:36:13 steve Exp +# + +DISTNAME= less-332 +PKGNAME= ja-less-332 +CATEGORIES= japanese +MASTER_SITES= ${MASTER_SITE_GNU} + +PATCH_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/less/ +PATCHFILES= less-332-iso242.patch.gz \ + less-332-iso242-243.patch.gz \ + less-332-iso243-244.patch.gz \ + less-332-iso244-245.patch.gz \ + less-332-iso245-247.patch.gz \ + less-332-iso247-248.patch.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= komine@cc.meisei-u.ac.jp +HOMEPAGE= http://www.io.com/~kazushi/less/ + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/japanese/less/files/md5 b/japanese/less/files/md5 new file mode 100644 index 00000000000..d359cd7fb9e --- /dev/null +++ b/japanese/less/files/md5 @@ -0,0 +1,9 @@ +$NetBSD: md5,v 1.1.1.1 1998/10/28 18:12:10 garbled Exp $ + +MD5 (less-332.tar.gz) = be6b85092fa00c030119a0b12a1e8c44 +MD5 (less-332-iso242.patch.gz) = f051c0a2cec43431d2bbb1765ebaa748 +MD5 (less-332-iso242-243.patch.gz) = 59f3158bc6eba7eb56dbce26d90f8b93 +MD5 (less-332-iso243-244.patch.gz) = a82d75bacf0d761cfc299657de1599f0 +MD5 (less-332-iso244-245.patch.gz) = 1b9c9c0bdd604793d1ddcd70fb0914ea +MD5 (less-332-iso245-247.patch.gz) = 1a6fb31965797b97ef3ee82464f602ed +MD5 (less-332-iso247-248.patch.gz) = 09754aa5e182e57b44f9a19d6d7ee852 diff --git a/japanese/less/patches/patch-aa b/japanese/less/patches/patch-aa new file mode 100644 index 00000000000..209849a8cd9 --- /dev/null +++ b/japanese/less/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 1998/10/28 18:12:10 garbled Exp $ +--- Makefile.in.org Tue Sep 1 10:27:10 1998 ++++ Makefile.in Tue Sep 1 10:27:22 1998 +@@ -22,11 +22,11 @@ + + # Where the installed binary goes. + bindir = ${exec_prefix}/bin +-binprefix = ++binprefix = j + + mandir = ${prefix}/man/man${manext} + manext = 1 +-manprefix = ++manprefix = j + + #### End of system configuration section. #### + diff --git a/japanese/less/pkg/COMMENT b/japanese/less/pkg/COMMENT new file mode 100644 index 00000000000..55f6105df22 --- /dev/null +++ b/japanese/less/pkg/COMMENT @@ -0,0 +1 @@ +less + zcat + ISO-2022 - a pager similar to more and pg diff --git a/japanese/less/pkg/DESCR b/japanese/less/pkg/DESCR new file mode 100644 index 00000000000..a30c1ec1083 --- /dev/null +++ b/japanese/less/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. diff --git a/japanese/less/pkg/PLIST b/japanese/less/pkg/PLIST new file mode 100644 index 00000000000..d8e5ce65066 --- /dev/null +++ b/japanese/less/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/28 18:12:10 garbled Exp $ +bin/jless +bin/jlesskey +bin/jlessecho +man/man1/jless.1 +man/man1/jlesskey.1 |