From owner-freebsd-current@FreeBSD.ORG Fri Mar 2 23:27:56 2012 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EED0E106566B; Fri, 2 Mar 2012 23:27:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D58628FC19; Fri, 2 Mar 2012 23:27:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q22NRuNJ094512; Fri, 2 Mar 2012 23:27:56 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q22NRu4H094511; Fri, 2 Mar 2012 23:27:56 GMT (envelope-from bapt@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f Date: Sat, 3 Mar 2012 00:27:53 +0100 From: Baptiste Daroussin To: current@FreeBSD.org, ports@FreeBSD.org Message-ID: <20120302232752.GI50579@azathoth.lan> References: <20120130123930.GB40244@azathoth.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q59ABw34pTSIagmi" Content-Disposition: inline In-Reply-To: <20120130123930.GB40244@azathoth.lan> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Re: [HEADSUP][CFT] pkgng beta8 is out X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2012 23:27:57 -0000 --Q59ABw34pTSIagmi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, We just released beta8 of pkgng, it comes with the usual fixes and some new features: pkg set is a new subcommand to modify the content of the local package database, currently only modifying -a [01] the status wether the package as been installed as a dependency or direct can be done. pkg check -r mypkg will recalculate the flatsize of the package pkg check -ra to recalculate for every packages the previous behaviour of pkg check (finding and repairing missing dependencies) is now pkg check -d (wit patterns or -a for the whole installation) pkg check -s (as always -a or pattern) will show you files that have changed since installation (checksum mismatch) pkg query has gain a new -e (evaluate option) to be able to query the packages that matches a boolean evalutation, for example to select all the packages that are bigger than 50MB: # pkg query -e "%s > 50000000" "%n-%v is bigger than 50MB: %sh" perl-threaded-5.12.4_3 is bigger than 50MB: 54 MB python27-2.7.2_4 is bigger than 50MB: 66 MB qemu-devel-1.0_2 is bigger than 50MB: 67 MB qt4-doc-4.7.4 is bigger than 50MB: 204 MB or to select package bigger than 50MB which have been installed automatically: # pkg query -e "%s > 50000000 && %a == 1" "%n-%v is bigger than 50MB: %sh and has been automatically installed" python27-2.7.2_4 is bigger than 50MB: 66 MB and has been automatically installed regards, Bapt --Q59ABw34pTSIagmi Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk9RV3gACgkQ8kTtMUmk6EyPqwCgpcEub93lcfAk7erR8nZAzmtL xV4An0Sxb7s5jGvQ7seUdmBmUsYXwg5r =6CqQ -----END PGP SIGNATURE----- --Q59ABw34pTSIagmi--