From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 9 17:43:02 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7D0C16A40D for ; Fri, 9 Feb 2007 17:43:02 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.freebsd.org (Postfix) with ESMTP id 8603513C461 for ; Fri, 9 Feb 2007 17:43:02 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn01.u.washington.edu (hymn01.u.washington.edu [140.142.8.55]) by mxout1.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l19Hh1eD023153 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 9 Feb 2007 09:43:02 -0800 Received: from localhost (localhost [127.0.0.1]) by hymn01.u.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l19Hh1DP020779 for ; Fri, 9 Feb 2007 09:43:01 -0800 X-Auth-Received: from [192.55.52.1] by hymn01.u.washington.edu via HTTP; Fri, 09 Feb 2007 09:43:01 PST Date: Fri, 9 Feb 2007 09:43:01 -0800 (PST) From: youshi10@u.washington.edu To: freebsd-hackers@freebsd.org In-Reply-To: <17868.40406.608011.589753@bhuda.mired.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.2.9.92933 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CP_URI_IN_BODY 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: pkg_upgrade (was Re: pkg_add does not backtrack, does it?) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 17:43:02 -0000 On Fri, 9 Feb 2007, Mike Meyer wrote: > In <20070209111314.GA84731@lpthe.jussieu.fr>, Michel TALON typed: >> Funny that i have just announced a program, that i have called pkgupgrade >> (by analogy with portupgrade, i was not aware of his other work), and whose >> aim is precisely to do the things you want - i don't pretend it succeeds >> perfectly, there may be bugs in it, but its aim is indeed to be a substitute to >> portupgrade, with some differences. > > Cool. > >> On the downside, for some people it is written in python. > > Personally, I think that's cool, but it does means it won't go into > the base system. Portupgrade would probably be in the base system if > it were written in a language in the base system. > > -- > Mike Meyer http://www.mired.org/consulting.html > Independent Network/Unix/Perforce consultant, email for more information. Would perl be close enough to count, or would it have to be C/C++? -Garrett