Add the pkg(8) report.
Specify that the Vagrant images are for VMware and VirtualBox
This commit is contained in:
parent
25696de826
commit
e953108123
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46146
1 changed files with 50 additions and 1 deletions
|
@ -252,7 +252,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p>We have developed a recipe to use Packer to create FreeBSD Vagrant
|
<p>We have developed a recipe to use Packer to create FreeBSD Vagrant
|
||||||
images.</p>
|
images to run on VMware and VirtualBox.</p>
|
||||||
|
|
||||||
<p><a href="https://www.packer.io/">Packer</a> is a tool for creating
|
<p><a href="https://www.packer.io/">Packer</a> is a tool for creating
|
||||||
identical machine images for multiple platforms from a single
|
identical machine images for multiple platforms from a single
|
||||||
|
@ -268,4 +268,53 @@
|
||||||
</body>
|
</body>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
<project cat="proj">
|
||||||
|
<title>pkg(8)</title>
|
||||||
|
|
||||||
|
<contact>
|
||||||
|
<person>
|
||||||
|
<name>The pkg team</name>
|
||||||
|
|
||||||
|
<email>pkg@FreeBSD.org</email>
|
||||||
|
</person>
|
||||||
|
</contact>
|
||||||
|
|
||||||
|
<links>
|
||||||
|
<url href="https://github.com/freebsd/pkg"/>
|
||||||
|
</links>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<p>The package development team has released <tt>pkg(8)</tt> 1.4.
|
||||||
|
This release fixes lots of bugs and adds some new features:
|
||||||
|
<ul>
|
||||||
|
<li>Stricter checking of the path passed via the plist</li>
|
||||||
|
<li>Change in the ABI to be closer to MACHINE_ARCH</li>
|
||||||
|
<li>Add three-way merge functionnality</li>
|
||||||
|
<li>Add conservative upgrade support for multi repository configurations</li>
|
||||||
|
<li>Multirepository priority</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>An important part of the development direction for the 1.4
|
||||||
|
release has been done on stabilizing the existing features, and
|
||||||
|
improving the <tt>pkg(8)</tt> experience on small/embedded
|
||||||
|
machines (reduce memory usage, speed up operations).</p>
|
||||||
|
|
||||||
|
<p><tt>pkg(8)</tt> is not only the &os; Package Manager, but the
|
||||||
|
Package Manager for DragonflyBSD. Additionally support has been
|
||||||
|
added to build <tt>pkg(8)</tt> on OS X and Linux. This work
|
||||||
|
will allow other Operating Systems the option of adopting
|
||||||
|
<tt>pkg(8)</tt> to manage their packages and bring new
|
||||||
|
developers into the project.</p>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
<help>
|
||||||
|
<task>Add more regression tests</task>
|
||||||
|
<task>Package FreeBSD base</task>
|
||||||
|
<task>Allow using mtree as a plist when creating a package</task>
|
||||||
|
<task>Implement flexible dependencies</task>
|
||||||
|
<task>Test the developement branch</task>
|
||||||
|
<task>More developers are needed, check the Issues on Github</task>
|
||||||
|
</help>
|
||||||
|
</project>
|
||||||
</report>
|
</report>
|
||||||
|
|
Loading…
Reference in a new issue