From owner-freebsd-current@FreeBSD.ORG Sat Dec 6 09:13:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4123916A4CE; Sat, 6 Dec 2003 09:13:55 -0800 (PST) Received: from mail.ryu16.org (YahooBB219005044050.bbtec.net [219.5.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 507D443F93; Sat, 6 Dec 2003 09:13:53 -0800 (PST) (envelope-from imura@ryu16.org) Received: from redeye.xt.ryu16.org (localhost [127.0.0.1]) by mail.ryu16.org (8.12.9p1/8.12.9) with ESMTP id hB6HDhmh082080; Sun, 7 Dec 2003 02:13:43 +0900 (JST) (envelope-from imura@redeye.xt.ryu16.org) Received: (from imura@localhost) by redeye.xt.ryu16.org (8.12.9p1/8.12.9/Submit) id hB6HDfMD082079; Sun, 7 Dec 2003 02:13:41 +0900 (JST) (envelope-from imura) Date: Sun, 7 Dec 2003 02:13:41 +0900 From: "R. Imura" To: Rudolf Cejka Message-ID: <20031206171341.GB89116%imura@ryu16.org> References: <20031202163805.GA40233@fit.vutbr.cz> <20031203060852.GT42142@vertex.kz> <20031203164107.GA20814%imura@ryu16.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031203164107.GA20814%imura@ryu16.org> User-Agent: Mutt/1.4.1i-ja.1 cc: Boris Popov cc: freebsd-current@freebsd.org Subject: Re: User mounts could not use character conversions (libkiconv is just for roots) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 17:13:55 -0000 Hi, I give you a kiconv maintainance tool. You can write a shell script which can load any tables w/o mount operation. The following is a shell archive of its port. - R. Imura # a shell archive starts here. # echo c - kiconvctl mkdir -p kiconvctl > /dev/null 2>&1 echo x - kiconvctl/pkg-descr sed 's/^X//' >kiconvctl/pkg-descr << 'END-of-kiconvctl/pkg-descr' Xkiconvctl(8) provides a way to maintain kiconv convertion tables. X X- R. Imura END-of-kiconvctl/pkg-descr echo x - kiconvctl/distinfo sed 's/^X//' >kiconvctl/distinfo << 'END-of-kiconvctl/distinfo' XMD5 (kiconvctl-20031207.tar.gz) = 001aaa7d31999b9878e81ec647f1e4c4 END-of-kiconvctl/distinfo echo x - kiconvctl/Makefile sed 's/^X//' >kiconvctl/Makefile << 'END-of-kiconvctl/Makefile' X# New ports collection makefile for: kiconvctl X# Date created: 2003/12/07 X# Whom: imura@ryu16.org X# X# $FreeBSD$ X# X XPORTNAME= kiconvctl XPORTVERSION= 20031207 XCATEGORIES= sysutils XMASTER_SITES= http://www.ryu16.org/FreeBSD/kiconv/ X XMAINTAINER= imura@ryu16.org XCOMMENT= Kiconv translation table control program X XNO_WRKSUBDIR= yes XMAKE_ENV= BINDIR=${PREFIX}/sbin X X.include END-of-kiconvctl/Makefile echo x - kiconvctl/pkg-plist sed 's/^X//' >kiconvctl/pkg-plist << 'END-of-kiconvctl/pkg-plist' Xsbin/kiconvctl END-of-kiconvctl/pkg-plist exit