From owner-svn-doc-head@FreeBSD.ORG Fri Apr 17 03:46:30 2015 Return-Path: Delivered-To: svn-doc-head@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 91E04BC8; Fri, 17 Apr 2015 03:46:30 +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 73AE36A72B; Fri, 17 Apr 2015 03:46:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3H3kUDi094213; Fri, 17 Apr 2015 03:46:30 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3H3kUhn094212; Fri, 17 Apr 2015 03:46:30 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201504170346.t3H3kUhn094212@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Fri, 17 Apr 2015 03:46:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46572 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 03:46:30 -0000 Author: brd Date: Fri Apr 17 03:46:29 2015 New Revision: 46572 URL: https://svnweb.freebsd.org/changeset/doc/46572 Log: Add the pkg(8) report from bapt Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Fri Apr 17 02:36:42 2015 (r46571) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Fri Apr 17 03:46:29 2015 (r46572) @@ -2548,4 +2548,92 @@ WITHOUT_FORTH=y + + + pkg + + + + + Baptiste + Daroussin + + + bapt@FreeBSD.org + + + + Vsevolod + Stakhov + + + az@FreeBSD.org + + + + Andrej + Zverev + + + as@FreeBSD.org + + + + + pkg's Github Repo + The pkg Mailing List + + + + +

Lots of work has been done on the pkg(8) front, that brought + pkg(8) to the 1.5.0 release.

+ +

Special attention has been spent on the test suite, the + number of tests went from around 20 to more than 70. Mostly + functional tests. Each test can in fact test many different + features.

+ +

One of the main highlights is initial support for + provides/requires has been implemented, while it is still + simple, it is good enough to allow fixing lot of situation when + dealing with php related ports: able to safely upgrade from one + major version to another. This allows for the pecl/pear + packages to be reinstalled each time a minor php upgrade is + done.

+ +

Some pkg internals have been reworked to allow cross installation + of packages without the need for chroot(2) or jail(2) calls.

+ +

The plist and keyword parser have been improved to keep simplifying + creating new ports:

+
    +
  • Keywords can now have arguments
  • +
  • Lazy mode available for setting credentials via the + plist
  • +
  • Flags (immutable and others) can now be specified in + plist
  • +
+ +

pkg now support fetch resume for http/ftp

+ + + + +

Populate the ports tree with provides/requires

+
+ + +

Make all script in ports cross installation friendly

+
+ + +

Improve provides/requires

+
+ + +

Continue adding more tests

+
+
+