From owner-freebsd-arch Wed Jul 10 19:36:40 2002 Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E6E337B400 for ; Wed, 10 Jul 2002 19:36:38 -0700 (PDT) Received: from goose.mail.pas.earthlink.net (goose.mail.pas.earthlink.net [207.217.120.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id D37B543E09 for ; Wed, 10 Jul 2002 19:36:37 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0317.cvx22-bradley.dialup.earthlink.net ([209.179.199.62] helo=mindspring.com) by goose.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17SToM-0001nf-00; Wed, 10 Jul 2002 19:36:06 -0700 Message-ID: <3D2CEE9C.D6EF2C0E@mindspring.com> Date: Wed, 10 Jul 2002 19:34:04 -0700 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Wes Peters Cc: Cy Schubert - CITS Open Systems Group , arch@FreeBSD.ORG Subject: Re: Package system wishlist References: <200207101459.g6AExQfP034695@cwsys.cwsent.com> <3D2CEBCE.55DC3C6D@softweyr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Wes Peters wrote: > > o Files replaced by a package backed up in case of package removal > > I'm not sure what you mean here. Be able to create a backup script of > the files related to a package for backing up? Be able to restore only > missing files from a package? Both seem like good ideas... o For the upgrade which is actually a downgrade, to kill it, e.g.: o Install "bob". o Install of "bob" overwrites "libc". o Deinstall "bob". o Old "libc" is restored. > > o Group option: Install prerequisites > > Wouldn't you want this to be the default, perhaps with an option to > abort if they're not "readily available"??? o Package Q that imports A, B, and C and exports X, Y, and Z, where Y does not depend on A, B, or C. Package R depends on Q::R, rather than the whole of Q. My first impulse would be: "Break up package Q, rather than hacking up package R to not pull in Q's dependencies". On the other hand, this is a legitimate thing to do, if you want something to work, and don't care how, so making it impossible to do would probably be bad. > > o Groupextend option: Install postrequisites, e.g. dependent > > packages and patches > > In other words, roll portupgrade into the system. Yes. In case it wasn't clear: o No more "portupgrade" o No more "mergemaster" > > o The ability to export and import the package database (currently > > to clone systems, I rsync /usr/local, /usr/X11R6, and /var/db/pkg > > to a new system I am installing, this saves many hours of work). > > Yes, perhaps even the ability to capture a currently installed package > and turn it back into a package file. That'd be way cool for duplicating > packages with local customizations. o Ability to capture anything that didn't come in from a package, +/- specified files, plus specified package dependencies, as a package (e.g. "Terry's mail server configuration", "Terry's DNS server configuration", etc.. 8-)). (this one would be kind of cool... bento, et. al. would not need to be set up to do all the builds in a jail to be able to distinguish package components). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message