+++ /dev/null
-# ChangeLog for app-i18n/jless-iso254
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless-iso254/ChangeLog,v 1.11 2005/11/29 04:29:10 jer Exp $
-
- 29 Nov 2005; Jeroen Roovers <jer@gentoo.org> jless-iso254-358.ebuild:
- Marked ~hppa wrt bug 109187.
-
- 12 Jul 2004; Tom Gall <tgall@gentoo.org> jless-is0254-358.ebuild:
- stable on ppc64, bug #55324
-
-*jless-iso254-358 (09 Jul 2002)
-
- 18 Nov 2003; Mamoru KOMACHI <usata@gentoo.org> jless-iso254-358.ebuild,
- files/70jless:
- Added env.d file.
-
- 30 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> jless-iso254-358.ebuild:
- Stable for ppc, sparc and alpha
-
- 08 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> jless-iso254-358.ebuild,
- metadata.xml:
- Changed DESCRIPTION (jless is not Japanese less but Jam less).
- Removed ${A} redefinition (reported in Bug #28161). Use mirror://gnu/
- instead of GNU master site. Added original less HOMEPAGE. Changed
- LICENSE because Jam less is distributed under BSD license. Read
- ${EDITOR} from /etc/profile rather than hardcode it to /usr/bin/nano.
- Install lesspipe.sh as jlesspipe.sh and make a symlink to lesspipe.sh
- if original less is not installed (try epm -qf /usr/bin/lesspipe.sh !).
- Added pkg_postinst() to make sure /usr/bin/lesspipe.sh is present.
- Added <longdescription> to metadata.xml.
-
- 31 Jul 2003; Mamoru KOMACHI <usata@gentoo.org> jless-iso254-358.ebuild:
- Added ~alpha, ~sparc and ~ppc keywords
-
- 09 Jul 2002; Stuart Bouyer <stubear@gentoo.org> jless-iso254-358.ebuild :
- Initial addition of jless pacakge. Shamelessly ripped from Brandon form
- bug #3685. Thanks lostlogic :)
+++ /dev/null
-MD5 9bb0ef8ea8ac0bfee19202620c5cc1b2 ChangeLog 1661
-MD5 e4b1a0cf24cc523bcbb54b6d77685b30 files/70jless 52
-MD5 09f1d81c202482a5575990f55b29f0bf files/digest-jless-iso254-358 128
-MD5 0cc555c44c02b9b457e98ed39a63f1a2 files/lesspipe.sh-r1 1429
-MD5 c63c7e2d32976ddfa24f36a4af1c2d41 jless-iso254-358.ebuild 1378
-MD5 26462c324a30c663f0721d42a1df048e metadata.xml 721
+++ /dev/null
-PAGER="/usr/bin/jless"
-JLESSCHARSET="ja"
-JLESS="-R"
+++ /dev/null
-MD5 692a94060a50dd35a4d65176cb899444 less-358.tar.gz 231140
-MD5 4ccb02cfcdd9aafc2b147d56c895716a less-358-iso254.patch.gz 71182
+++ /dev/null
-#!/bin/sh
-
-# Preprocessor for 'less'. Used when this environment variable is set:
-# LESSOPEN="|lesspipe.sh %s"
-
-lesspipe() {
-
- case "$1" in
-
- *.tar.bz2) tar tjvvf $1 2>/dev/null ;;
- *.bz2) bzip2 -dc $1 2>/dev/null ;;
- *.tar) tar tvvf $1 2>/dev/null ;;
- *.tbz2) tar tjvvf $1 2>/dev/null ;;
- *.tbz) tar tjvvf $1 2>/dev/null ;;
- *.tar.gz) tar tzvvf $1 2>/dev/null ;;
- *.tgz) tar tzvvf $1 2>/dev/null ;;
- *.tar.z) tar tzvvf $1 2>/dev/null ;;
- *.tar.Z) tar tzvvf $1 2>/dev/null ;;
- *.z) gzip -dc $1 2>/dev/null ;;
- *.Z) gzip -dc $1 2>/dev/null ;;
- *.zip) unzip -l $1 2>/dev/null ;;
- *.rpm) rpm -qilp "$1" 2>/dev/null ;;
- *.[1-9] | *.n | *.man)
- [ "$(file -L $1 | cut -d ' ' -f 2)" = "troff" -o \
- "$(file -L $1 | cut -d ' ' -f 2)" = "ASCII" ] &&
- groff -S -s -p -t -e -Tascii -mandoc "$1" 2>/dev/null ;;
- *.[1-9].gz | *.n.gz | *.man.gz)
- [ "$(gzip -dc $1 2>/dev/null|file -|tr -s ' '|cut -d ' ' -f3)" = "troff" -o \
- "$(gzip -dc $1 2>/dev/null|file -|tr -s ' '|cut -d ' ' -f3)" = "ASCII" ] &&
- gzip -dc $1 2>/dev/null | groff -S -s -p -t -e -Tascii -mandoc ;;
- *.gz) gzip -dc $1 2>/dev/null ;; # keep this after the above statement :)
- *) FILE="$(file -L $1)"
- FILE1="$(echo $FILE | cut -d ' ' -f 2)"
- FILE2="$(echo $FILE | cut -d ' ' -f 3)"
- [ "$FILE1" = "Linux/i386" -o "$FILE2" = "Linux/i386" -o \
- "$FILE1" = "ELF" -o "$FILE2" = "ELF" ] && strings $1 ;;
-
- esac
-}
-
-lesspipe $1
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless-iso254/jless-iso254-358.ebuild,v 1.16 2005/11/29 04:29:10 jer Exp $
-
-inherit eutils
-
-LESS_P="less-${PV}"
-
-DESCRIPTION="Jam less is an enhancement of less which supports multibyte character"
-HOMEPAGE="http://www.flash.net/~marknu/less/ http://www.io.com/~kazushi/less/"
-SRC_URI="mirror://gnu/less/${LESS_P}.tar.gz
- http://www.io.com/~kazushi/less/${LESS_P}-iso254.patch.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha ~hppa ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="virtual/libc
- >=sys-libs/ncurses-5.2"
-
-S=${WORKDIR}/${LESS_P}
-
-src_unpack() {
- unpack ${LESS_P}.tar.gz
- cd ${S}
- epatch ${DISTDIR}/${LESS_P}-iso254.patch.gz
-}
-
-src_compile() {
- econf \
- --without-cs-regex \
- --with-regex=auto \
- --enable-msb \
- --enable-jisx0213 \
- --with-editor=${EDITOR} \
- || die
-
- emake || die
-}
-
-src_install() {
- einstall binprefix=j manprefix=j || die
-
- newbin ${FILESDIR}/lesspipe.sh-r1 jlesspipe.sh
- if [ ! -f ${ROOT}/usr/bin/lesspipe.sh ] ; then
- dosym /usr/bin/jlesspipe.sh /usr/bin/lesspipe.sh
- fi
-
- insinto /etc/env.d
- doins ${FILESDIR}/70jless
-
- dodoc NEWS README*
-}
-
-pkg_postinst() {
- # for backward compatibility
- if [ ! -f ${ROOT}/usr/bin/lesspipe.sh ] ; then
- ln -s /usr/bin/jlesspipe.sh ${ROOT}/usr/bin/lesspipe.sh
- fi
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>cjk</herd>
-<longdescription>
-Quote from Jam less homepage (http://www.io.com/~kazushi/less/):
-"Less is one of the best text viewer. It is a successor of more. It
-allows you to scroll forward, scroll backward, search, etc through
-multiple text files.
-
-However, it doesn't support multi bytes characters. So, I made a patch
-to enhance it in order to view texts with multi character sets using
-using ISO 2022 code extention techniques. And I also support some code
-conversion among Japanese encoding schemes, JIS X 0208, JIS X 0213,
-SJIS, and UJIS."
-</longdescription>
-</pkgmetadata>