Restricting (human) language and character set in /usr/ports

Andrew Pantyukhin infofarmer at FreeBSD.org
Sat Jan 13 23:50:15 UTC 2007


On 1/14/07, Doug Barton <dougb at freebsd.org> wrote:
> Andrew Pantyukhin wrote:
> > On 1/13/07, Robert Huff <roberthuff at rcn.com> wrote:
> >>
> >> Andrew Pantyukhin writes:
> >>
> >> >  I'm not sure if there's a policy already, but it seems
> >> >  we have discussed this before.
> >> >
> >> >  Can we limit /usr/ports (the whole ports collection) to
> >> >  English language and ASCII characters? This restriction
> >> >  should probably apply to all text data (with possible
> >> >  exception for patches).
> >>
> >> I don't follow this issue (much), so could you explain what's
> >> broken about the /status quo/?
> >
> > It depends on what you mean by /status quo/, but in
> > short, when I look at COMMENT, pkg-descr, pkg-message,
> > comments in Makefile and other such text data, I
> > expect to see English language and ASCII characters.
> >
> > There are ports that don't follow this expectation and
> > I'd like to change that.
>
> I'm not sure it's quite so cut and dry as that. For example, I think
> it's probably reasonable for the /usr/ports/<language> ports to have
> some non-ascii stuff to start with.

I'm not against non-ascii, but there's no notion
of character set in /usr/ports. I work in UTF-8
and it's visible to me, as it is to many other
people working in many different charsets.

There are several ways to deal with non-ascii
characters, the two most effective being:
(a) select a universal charset (I would love to
    see UTF-8 in that role)
(b) introduce special markers, defining current
    charset

I can not agree with people selecting random
charsets and me having to guess them. Automated
information brokers, like freshports, also have
problems with this.

As for the language, I expect everything within
the FreeBSD project to be present at least in
English. L10n overlaps with multiple charset
support and without both concepts implemented
one way or another (like they are in FDP), I
think presenting content exclusively in English
is the only solution.

> Is there a problem you're trying to solve here, or is this just a
> matter of tidying things up a bit?

To me it looks like a matter of consistency and
usability.


More information about the freebsd-ports mailing list