Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131836 - New package: sys-freebsd/utf8locale
Summary: New package: sys-freebsd/utf8locale
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: High normal
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-30 16:17 UTC by Krzysztof Urbaniak
Modified: 2006-09-08 11:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
utf8locale-040319.ebuild (utf8locale-040319.ebuild,403 bytes, text/plain)
2006-04-30 16:18 UTC, Krzysztof Urbaniak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Urbaniak 2006-04-30 16:17:10 UTC
Here is ebuild for freebsd's utf8locale, utf8 enabled system locales.
Comment 1 Krzysztof Urbaniak 2006-04-30 16:18:40 UTC
Created attachment 85867 [details]
utf8locale-040319.ebuild
Comment 2 Krzysztof Urbaniak 2006-04-30 16:20:07 UTC
Comment on attachment 85867 [details]
utf8locale-040319.ebuild

># Copyright 1999-2006 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header$
>
>DESCRIPTION="UTF-8 locales support"
>HOMEPAGE="http://www.freebsd.org/"
>LICENSE="BSD"
>SLOT="0"
>KEYWORDS="~x86-fbsd"
>
>SRC_URI="http://people.freebsd.org/~perky/distfiles/utf8locale-040319.tar.gz"
>
>src_install() {
>    /usr/bin/make PREFIX=${D}/usr install || die
>}
Comment 3 Krzysztof Urbaniak 2006-04-30 16:26:02 UTC
inheriting bsdmk is necessary, but openbsd was a garbage
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-30 19:21:19 UTC
Hmm I'm not sure about this, arachnist pointed that FreshPorts shows the package as IGNORE because it's already in base system (and the date is quite old) although I was never able to get the UTF-8 support to work correctly via ssh at least.
Comment 5 Krzysztof Urbaniak 2006-05-01 00:43:10 UTC
(In reply to comment #4)
> Hmm I'm not sure about this, arachnist pointed that FreshPorts shows the
> package as IGNORE because it's already in base system (and the date is quite
> old) although I was never able to get the UTF-8 support to work correctly via
> ssh at least.
I saw this at freshports, but without it UTF-8 locales didn't work, and now i
have full UTF-8 support under X and over ssh. Maybe include it with freebsd-share?

Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-09-08 11:10:12 UTC
I've fixed locale installation in freebsd-share, this package is not needed anymore.