Subject: Re: pkgsrc-unofficial
To: Dave <dgriffi@cs.csubak.edu>
From: Thomas Klausner <wiz@netbsd.org>
List: tech-pkg
Date: 03/16/2003 11:11:58
On Sat, Mar 15, 2003 at 10:17:04PM -0800, Dave wrote:
> When this first came up, I was wondering how one could have both trees
> installed at once.  Should we have a new category called "test" wherein
> this unofficial tree would begin?  For example,
> "/usr/pkgsrc/test/audio/bleedingedge".

I currently think that we'll just add a dir "wip" which should be checked
out in /usr/pkgsrc, which uses the official mk directory, and has no
categories substructure (the CATEGORIES variable in the Makefiles can say
where it should go in the official tree).
For your example:
/usr/pkgsrc/wip/bleedingedge
and in /usr/pkgsrc/wip/bleedingedge:
CATEGORIES=	audio

Cheers,
 Thomas