From owner-svn-doc-all@FreeBSD.ORG Tue Jan 6 15:09:29 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E26A86F0; Tue, 6 Jan 2015 15:09:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B484E1D5D; Tue, 6 Jan 2015 15:09:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t06F9T3q058533; Tue, 6 Jan 2015 15:09:29 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t06F9Tx1058532; Tue, 6 Jan 2015 15:09:29 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201501061509.t06F9Tx1058532@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 6 Jan 2015 15:09:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46146 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 15:09:30 -0000 Author: brd Date: Tue Jan 6 15:09:28 2015 New Revision: 46146 URL: https://svnweb.freebsd.org/changeset/doc/46146 Log: Add the pkg(8) report. Specify that the Vagrant images are for VMware and VirtualBox Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml Tue Jan 6 14:20:18 2015 (r46145) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml Tue Jan 6 15:09:28 2015 (r46146) @@ -252,7 +252,7 @@

We have developed a recipe to use Packer to create FreeBSD Vagrant - images.

+ images to run on VMware and VirtualBox.

Packer is a tool for creating identical machine images for multiple platforms from a single @@ -268,4 +268,53 @@ + + pkg(8) + + + + The pkg team + + pkg@FreeBSD.org + + + + + + + + +

The package development team has released pkg(8) 1.4. + This release fixes lots of bugs and adds some new features: +

    +
  • Stricter checking of the path passed via the plist
  • +
  • Change in the ABI to be closer to MACHINE_ARCH
  • +
  • Add three-way merge functionnality
  • +
  • Add conservative upgrade support for multi repository configurations
  • +
  • Multirepository priority
  • +
+

+ +

An important part of the development direction for the 1.4 + release has been done on stabilizing the existing features, and + improving the pkg(8) experience on small/embedded + machines (reduce memory usage, speed up operations).

+ +

pkg(8) is not only the &os; Package Manager, but the + Package Manager for DragonflyBSD. Additionally support has been + added to build pkg(8) on OS X and Linux. This work + will allow other Operating Systems the option of adopting + pkg(8) to manage their packages and bring new + developers into the project.

+ + + + Add more regression tests + Package FreeBSD base + Allow using mtree as a plist when creating a package + Implement flexible dependencies + Test the developement branch + More developers are needed, check the Issues on Github + +