From owner-freebsd-ports@FreeBSD.ORG Fri Aug 1 16:59:16 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9A49106564A for ; Fri, 1 Aug 2008 16:59:16 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id A27AD8FC15 for ; Fri, 1 Aug 2008 16:59:16 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KOxyC-0008S7-1K for freebsd-ports@freebsd.org; Fri, 01 Aug 2008 16:59:12 +0000 Received: from xdsl-10260.wroclaw.dialog.net.pl ([84.40.242.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Aug 2008 16:59:12 +0000 Received: from mwisnicki+freebsd by xdsl-10260.wroclaw.dialog.net.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Aug 2008 16:59:12 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Marcin Wisnicki Date: Fri, 1 Aug 2008 16:59:03 +0000 (UTC) Lines: 30 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: xdsl-10260.wroclaw.dialog.net.pl User-Agent: Pan/0.132 (Waxed in Black) Sender: news Subject: Re: Call for comments - pkg_trans X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2008 16:59:17 -0000 On Fri, 01 Aug 2008 16:51:02 +0000, Marcin Wisnicki wrote: > On Fri, 01 Aug 2008 17:33:43 +0200, Ivan Voras wrote: > >> Marcin Wisnicki wrote: >>> On Thu, 31 Jul 2008 06:25:27 +0200, Ivan Voras wrote: >> >>> It will install gnome2 along with it's dependencies but in some way >>> mark gnome2 package as installed by user, say, by creating >>> /var/db/pkg/ gnome2-2.22/+USER_INSTALLED or even easier, by maintaing >>> some special unremovable dummy package that would depend on all >>> packages installed explicitly. >> >> This has the same problems as my scheme > > But is simpler both conceptually and in implementation > >> and I'm not sure the benefits >> are the same. With pkg_trans, we know explicitly which packages were >> pulled in when, and the order in which they were pulled. > > Well I'm not sure why any user would care about order and it can be Though it would be usefull to have a full log of package operations in machine and human readable format for review/auditing and similar purposes. > inferred from mtime of package metadata or new "+comment DATE" (see > http://blogs.freebsdish.org/andenore/) anyway.