Subject: Re: Seperate share tarball?
To: Ross Harvey <ross@ghs.com>
From: Simon Burge <simonb@netbsd.org>
List: current-users
Date: 06/04/1999 13:42:38
[[ cc'd to tech-install as well - probably more relevent there ]]

Ross Harvey wrote:

> This has been on my "it would be nice if..." list for a while. We would
> need to tweak the tree a little, the man pages are _supposed_ to be generated
> the same way for all ports, but not everyone understands this and some
> people still write Makefile's that conditionally descend into directories
> with man pages. Sometimes a different version of the same program is used,
> and the man page isn't installed an extra level down like it should be.

Here's a list by arch/machine from the distrib set lists for 1.4 of what
contains /usr/share that's not in an MI set (I've left man pages out as
well):

	md.amiga  ./usr/share/keymaps/amiga/din.map
	md.amiga  ./usr/share/keymaps/amiga/es.map
	md.amiga  ./usr/share/keymaps/amiga/fr.map
	md.amiga  ./usr/share/keymaps/amiga/sw.map
	md.amiga  ./usr/share/keymaps/amiga/us.map
	md.atari  ./usr/share/keymaps/atari/de.map
	md.atari  ./usr/share/keymaps/atari/fr.map
	md.atari  ./usr/share/keymaps/atari/uk.map
	md.atari  ./usr/share/keymaps/atari/us.map
	md.i386   ./usr/share/pcvt
	md.i386   ./usr/share/pcvt/fonts
	md.i386   ./usr/share/pcvt/fonts/vt220h.808
	md.i386   ./usr/share/pcvt/fonts/vt220h.810
	md.i386   ./usr/share/pcvt/fonts/vt220h.814
	md.i386   ./usr/share/pcvt/fonts/vt220h.816
	md.i386   ./usr/share/pcvt/fonts/vt220l.808
	md.i386   ./usr/share/pcvt/fonts/vt220l.810
	md.i386   ./usr/share/pcvt/fonts/vt220l.814
	md.i386   ./usr/share/pcvt/fonts/vt220l.816
	md.i386   ./usr/share/pcvt/keycap.pcvt
	md.x68k   ./usr/share/keymaps/x68k/ascii_kmap
	md.x68k   ./usr/share/keymaps/x68k/jis_kmap

So the good news is that there's no conflicts.  Isn't pcvt meant to
be going?  If so, that's another one that's easy to fix :-) The Amiga
and Atari keymaps seem to be just a binary dump of a table - should
be easy.  The x68k keymaps are part of a stripped a.out file - maybe
not so easy...

A start to this is probably creating a separate "share" set now and then
try to remove all the ad.* and md.* files later on as things get moved
to share/mi.  Sound good?

Simon.