diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-02-02 13:59:57 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-02-02 13:59:57 +0000 |
commit | 7d4cde72b8d3fb51a24994bd7ca2f63a59b0f847 (patch) | |
tree | 2e0cf5cd112f0ac686c7a0408150af423983b77d /misc/ja-less | |
parent | c04a45043194efb2433a10fb66bc6330d217bec5 (diff) | |
download | pkgsrc-7d4cde72b8d3fb51a24994bd7ca2f63a59b0f847.tar.gz |
Update to 382.262.03 using less-382-iso262.ext03.patch.gz
from http://bogytech.blogspot.jp/2011/07/kterm-jless-screen.html .
This update is based on isaki@'s work.
* Set PATCH_SITES as my non-NetBSD web space.
Changelog:
* Add UTF-8 support (Japanese part only)
* Change japanese83 behavior
* Change G1 default
* Add ISO-8859-10,11,13,14,15 support
* Ignore case in JLESSCHARSET and LANG variables
* Fix bugs in search
* Add .xz support (not enabled on pkgsrc)
* Some packport from less-443
Diffstat (limited to 'misc/ja-less')
-rw-r--r-- | misc/ja-less/Makefile | 13 | ||||
-rw-r--r-- | misc/ja-less/distinfo | 7 | ||||
-rw-r--r-- | misc/ja-less/patches/patch-aa | 12 |
3 files changed, 17 insertions, 15 deletions
diff --git a/misc/ja-less/Makefile b/misc/ja-less/Makefile index 47a6bd2af84..e557d776fa9 100644 --- a/misc/ja-less/Makefile +++ b/misc/ja-less/Makefile @@ -1,22 +1,23 @@ -# $NetBSD: Makefile,v 1.11 2012/10/08 09:57:24 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/02/02 13:59:57 ryoon Exp $ DISTNAME= less-382 -PKGNAME= ja-${DISTNAME}.262 -PKGREVISION= 1 +PKGNAME= ja-${DISTNAME}.262.03 CATEGORIES= japanese misc MASTER_SITES= ${MASTER_SITE_GNU:=less/} -PATCH_SITES= http://www25.big.jp/~jam/less/ +PATCH_SITES= http://ryo-on.users.sourceforge.net/distrib/ja-less/ PATCHFILES= less-382-iso258.patch.gz PATCHFILES+= less-382-iso258-259.patch.gz PATCHFILES+= less-382-iso259-260.patch.gz PATCHFILES+= less-382-iso260-261.patch.gz PATCHFILES+= less-382-iso261-262.patch.gz +PATCHFILES+= less-382-iso262.ext03.patch.gz PATCH_DIST_STRIP= -p1 MAINTAINER= komine@cc.meisei-u.ac.jp -HOMEPAGE= http://www25.big.jp/~jam/less/ -COMMENT= Less + zcat + ISO-2022 - a pager similar to more and pg +# HOMEPAGE is gone. +#HOMEPAGE= http://www25.big.jp/~jam/less/ +COMMENT= Less + zcat + ISO-2022 + UTF-8 - a pager similar to more and pg GNU_CONFIGURE= yes diff --git a/misc/ja-less/distinfo b/misc/ja-less/distinfo index 7b37e946886..268cc20333a 100644 --- a/misc/ja-less/distinfo +++ b/misc/ja-less/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2008/05/17 14:18:45 obache Exp $ +$NetBSD: distinfo,v 1.6 2013/02/02 13:59:57 ryoon Exp $ SHA1 (less-382-iso258-259.patch.gz) = 7256998c59f9743e61e83e9e5ebc5183e8eeb269 RMD160 (less-382-iso258-259.patch.gz) = 4b2214d0bea7db838d65feeb1ae011894001cdaa @@ -15,10 +15,13 @@ Size (less-382-iso260-261.patch.gz) = 841 bytes SHA1 (less-382-iso261-262.patch.gz) = d5cc92e5dcbfde26257eec5f126df5bf73779a89 RMD160 (less-382-iso261-262.patch.gz) = f2ae517a19a886792ccfebac91d57ea040d8c8e1 Size (less-382-iso261-262.patch.gz) = 2215 bytes +SHA1 (less-382-iso262.ext03.patch.gz) = dc35204274ecf02da5f7ffb583da680ea6f4356c +RMD160 (less-382-iso262.ext03.patch.gz) = a5b48133b1e23868b2550e26c4ef2deb53b96900 +Size (less-382-iso262.ext03.patch.gz) = 138951 bytes SHA1 (less-382.tar.gz) = 3c3f1ae0bf18039b047524ff0f573ef514bcc944 RMD160 (less-382.tar.gz) = 2b851c7038d9a4dea4f369ff5705eafc9093de97 Size (less-382.tar.gz) = 264414 bytes -SHA1 (patch-aa) = 607c0b1c211d6d8b38218a7924e1526fab97666e +SHA1 (patch-aa) = 77d10168f47976618da3283bf825e6fc8fe6d89f SHA1 (patch-ad) = b000ff818556b824b3f293282e56b448c2af8cf6 SHA1 (patch-ae) = 5f488d26762794293a6c94937f4588c99e96e2db SHA1 (patch-af) = c5dfe927c428beea5a53c7ef34bfd2efe41f04de diff --git a/misc/ja-less/patches/patch-aa b/misc/ja-less/patches/patch-aa index 175a2390620..80c5adf17d7 100644 --- a/misc/ja-less/patches/patch-aa +++ b/misc/ja-less/patches/patch-aa @@ -1,8 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2008/05/17 14:18:46 obache Exp $ - ---- Makefile.in.orig 2008-05-17 13:58:31.000000000 +0000 -+++ Makefile.in -@@ -22,13 +22,13 @@ exec_prefix = @exec_prefix@ +--- Makefile.in.orig 2013-01-20 16:00:19.000000000 +0900 ++++ Makefile.in 2013-01-20 16:07:50.000000000 +0900 +@@ -22,13 +22,13 @@ # Where the installed binary goes. bindir = @bindir@ @@ -18,8 +16,8 @@ $NetBSD: patch-aa,v 1.3 2008/05/17 14:18:46 obache Exp $ #### End of system configuration section. #### -@@ -60,17 +60,17 @@ lessecho: lessecho.${O} version.${O} - ${OBJ}: ${srcdir}/less.h ${srcdir}/funcs.h ${srcdir}/multi.h defines.h +@@ -61,17 +61,17 @@ + ${OBJ}: ${srcdir}/less.h ${srcdir}/funcs.h ${srcdir}/multi.h defines.h ${srcdir}/kanji_map.h ${srcdir}/unicode_map.h ${srcdir}/unicode_type.h install: all ${srcdir}/less.nro ${srcdir}/lesskey.nro installdirs - ${INSTALL_PROGRAM} less ${bindir}/${binprefix}less |