From owner-freebsd-pkgbase@freebsd.org Mon Mar 14 19:37:10 2016 Return-Path: Delivered-To: freebsd-pkgbase@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4213DACF35A; Mon, 14 Mar 2016 19:37:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2D12FC4E; Mon, 14 Mar 2016 19:37:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 253DA1F33; Mon, 14 Mar 2016 19:37:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id CF6011F12D; Mon, 14 Mar 2016 19:37:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id GLMxpCMYV6Qf; Mon, 14 Mar 2016 19:37:03 +0000 (UTC) Subject: Re: [CFT] packaging the base system with pkg(8) DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 34B5A1F128 To: Daniel Eischen References: <20160302235429.GD75641@FreeBSD.org> <20160308124016.GA70809@zxy.spb.ru> <20160308131847.GP1531@FreeBSD.org> <20160308151459.GB70809@zxy.spb.ru> <05A039B7-AA9A-47BB-B68E-89D9D5627D20@FreeBSD.org> <20160311120511.GN31877@ivaldir.etoilebsd.net> <20160311131055.GO70809@zxy.spb.ru> <56E4F3E9.1070307@FreeBSD.org> Cc: David Chisnall , Glen Barber , freebsd-current@freebsd.org, freebsd-pkgbase@freebsd.org From: Bryan Drewery Organization: FreeBSD Message-ID: <56E712DE.3070308@FreeBSD.org> Date: Mon, 14 Mar 2016 12:37:02 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 19:37:10 -0000 On 3/13/16 7:07 AM, Daniel Eischen wrote: > On Sat, 12 Mar 2016, Bryan Drewery wrote: >=20 >> On 3/11/16 9:01 AM, Daniel Eischen wrote: >>> On Fri, 11 Mar 2016, Slawa Olhovchenkov wrote: >>> >>>> On Fri, Mar 11, 2016 at 01:05:11PM +0100, Baptiste Daroussin wrote: >>>> >>>>> On Tue, Mar 08, 2016 at 05:35:59PM +0000, David Chisnall wrote: >>>>>> On 8 Mar 2016, at 15:14, Slawa Olhovchenkov wrote= : >>>>>>> >>>>>> >>>>>> In terms of comparing packages, if you=E2=80=99re doing that visua= lly then >>>>>> you are likely to have problems anyway, unless your eyes and brain >>>>>> work far better than most humans. We can make that much easier by >>>>>> providing libxo output in pkg and allowing you to have a simple jq >>>>>> script that tells you what the differences are. >>>>>> >>>>> pkg can already expose the entire content of a package in json or u= cl >>>>> via: >>>>> $ pkg info --raw --raw-format [json|json-conpact|yaml|ucl] name >>>> >>>> Exposing the entire content of a package is not a root of cause. >>>> Question in comapring of two different setup with different behaviou= r >>>> and search cause of difference. >>>> >>>> Case of only a few monolitic packages is essentiality simple then ca= se >>>> of 1000 combined packages. >>> >>> It would be nice to have pkg(8) show packages in tree form, with opti= on >>> to show just top-level meta packages or packages that have no meta. >>> >>> Perhaps this is possible, but it's not obvious to me. >>> >> >> https://github.com/freebsd/pkg/blob/master/scripts/pkg_tree.sh >=20 > Cool, thanks. BTW, is there a typo on line 52? s/Pring/Print/? >=20 Thanks, fixed. --=20 Regards, Bryan Drewery