Add an idea to support complete packages (packages will all depends
included). Discussed with: kris
This commit is contained in:
parent
3c33d98fe8
commit
a186dcee71
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31761
1 changed files with 25 additions and 1 deletions
|
@ -15,7 +15,7 @@ Ideas//EN"
|
|||
<ideas>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$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 $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -1478,6 +1478,30 @@ destDir parameter.</li>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="fat-pkgs" class="soc">
|
||||
<title>Complete (a.k.a. Fat) packages</title>
|
||||
<desc>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
href="mailto:brooks@FreeBSD.org">Brooks Davis</a></p>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
<li>Strong knowledge of C code.</li>
|
||||
<li>A basic understanding of the inner workings of the ports tree.</li>
|
||||
</ul>
|
||||
</desc>
|
||||
</idea>
|
||||
|
||||
</category>
|
||||
|
||||
<category>
|
||||
|
|
Loading…
Reference in a new issue