diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml index 8d6276b44d..c0f7c4ba8e 100644 --- a/en/projects/ideas/ideas.xml +++ b/en/projects/ideas/ideas.xml @@ -15,7 +15,7 @@ Ideas//EN" - $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.79 2008/03/26 22:25:48 rwatson Exp $ + $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.80 2008/03/28 23:19:51 brooks Exp $ @@ -1478,6 +1478,30 @@ destDir parameter. + + Complete (a.k.a. Fat) packages + +

Technical contact: Brooks Davis

+

When bootstrapping systems it would be useful to be able to + create a single package file that contains on or more packages + and all the required dependent packages. This is conceptually + similar to, but different from PC-BSD's PBI package format. + PBI's contain a private copy of all dependencies, fat packages + would contain each individual package and once installed it would + be as though each package was individually installed in the usual + manner.

+

This project would consist of additions to the pkg_tools + to support creation and installation of a new package file format + and to ports to build these packages.

+

Requirements:

+
    +
  • Strong knowledge of C code.
  • +
  • A basic understanding of the inner workings of the ports tree.
  • +
+
+
+