Sure. A cluster / metacluster / bundle / whatever is just another package that consists entirely of dependencies. And maybe some metadata, and possibly a few other things if you want. It could even contain filesystem objects if you really thought that was appropriate.
Eventually, they really ought to be incorporations, which are exactly the same thing, except that all the dependencies are "incorporate"-type dependencies, which are merely normal "require"-type dependencies, except that they constrain the versions of those dependencies (as well as hide them from the normal "pkg status" output). We don't have constraints yet, so you'll have to cobble your clusters together with normal dependencies, which more or less does what you need. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
