From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 31 15:02:09 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D3BC1065670; Thu, 31 Mar 2011 15:02:09 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6778FC23; Thu, 31 Mar 2011 15:02:08 +0000 (UTC) Received: by iwn33 with SMTP id 33so3097886iwn.13 for ; Thu, 31 Mar 2011 08:02:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=yFoPhmdNigMv+TShFMkqVUVIpWVfl7g61LAeO75Mfz4=; b=v3o8f74by+dA1NO1QIS4NZv3yEsawen7LaRNOHlKxDMacYl9TOXM+lufslV39YeIiW 6VsCMeOpwDPawb8786wmTHLX0QJ/t1/0aOQuz6zJCw5zG7Xyz8Hh4Ot35mVBUaFC0Qmw 7d3udyLlhUF0OwaE9Bvq6FruRKy1+Vysi8WAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=WHne718H5t1+vIsf6XX4YMcDQB7JN6CNd+uHzY7VTg3NbWrqA/mJub4xFlki19OCri Y3be3HS7WH2zb0pNgPCCWrgqDjNKAQZPDtokIa/GBEc/J0y0KhyYlS1xrPfFoiQeyK0u 9oMmLxXtWJ7w6bJe00grUEVcVRX7AL3yjIMEg= Received: by 10.43.64.196 with SMTP id xj4mr3325343icb.51.1301583728225; Thu, 31 Mar 2011 08:02:08 -0700 (PDT) MIME-Version: 1.0 Sender: baptiste.daroussin@gmail.com Received: by 10.231.174.207 with HTTP; Thu, 31 Mar 2011 08:01:46 -0700 (PDT) In-Reply-To: <4D94959F.3090507@FreeBSD.org> References: <20110325101111.GA36840__48943.3474642739$1301049771$gmane$org@azathoth.lan> <4D90C8EA.2000901@freebsd.org> <4D9218DF.8060305@freebsd.org> <4D94959F.3090507@FreeBSD.org> From: Baptiste Daroussin Date: Thu, 31 Mar 2011 17:01:46 +0200 X-Google-Sender-Auth: gcGIbfIbTWsMBatREhKoBMHcHJQ Message-ID: To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, hackers@freebsd.org, current@freebsd.org, Julien Laffaye Subject: Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install 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: Thu, 31 Mar 2011 15:02:09 -0000 2011/3/31 Andriy Gapon : > on 29/03/2011 23:29 Baptiste Daroussin said the following: >> ok let's try to say it simpler :) the main goal is to keep it simple >> for now, simple and rock solid, so that we can replace pkg_install and >> do some cleanup in the ports tree, add the "must have" features while >> doing that. And only when we will be ready for that and that portmgr >> have decided that it is mature enough to replace pkg_install, only >> after that we will start improving with new features and new changes. >> >> I thinks changing the package name scheme is not a "must have" >> feature, it for sure is and intresting feature, but what about pushing >> to after the first stable release? managing architecture as we plan to >> do it is enough imho. > > Oh, yes, I realize all this and totally agree with it. > Given how huge and how visible our ports and packages systems are, it's better to > be slow and cautious. > All the ideas that I suggested were more for the "next step" than for now. > And noted in my personnal TODO list :) > Thank you for the work! > -- > Andriy Gapon >