From owner-freebsd-ports@FreeBSD.ORG Fri Sep 3 20:10:27 2010 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 9374010656D6; Fri, 3 Sep 2010 20:10:27 +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 EE8358FC13; Fri, 3 Sep 2010 20:10:26 +0000 (UTC) Received: by iwn34 with SMTP id 34so2071474iwn.13 for ; Fri, 03 Sep 2010 13:10:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=rMYsNHyzHJChwtb+19ejvsHtmjX8sH9wJLoGszHw32M=; b=XLNC0or05+HoTS2x9HM8H7G/4So6FfV6rlGE2/zrP+i1RCJbhWn7/wHbcvSNoUi2Cu WxaN78XpHCUtRrhRDwaQeSLX/lgA940+mQPZcAW7ncC4S1bwMqjDkP+4SWzEqjjSgiYe qwERlE3XpFB26JbquDqA959WOOhkEpPdSZ0pU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=Fw37tEKjFPSrKSuaDLsxv2jnhwP2gXswu3jsExnY5ky74pzo/U5Dy1VT8GeRtNXjSp 7ifkc5g5UEvCWluTy4kXbYBXaMgTRWV8uBNIUZYZyGmKTxn6CeRMTDD40tdBJ9e3zMfe xPOchUknjZ+GCHCsB0NoeT20DVJgXMDqPC/+Q= MIME-Version: 1.0 Received: by 10.231.170.13 with SMTP id b13mr1415629ibz.62.1283544626186; Fri, 03 Sep 2010 13:10:26 -0700 (PDT) Sender: baptiste.daroussin@gmail.com Received: by 10.231.205.141 with HTTP; Fri, 3 Sep 2010 13:10:26 -0700 (PDT) In-Reply-To: References: <4C6DA0FA.7080203@DataIX.net> <20100820124332.GB1786@azathoth.lan> <86lj7o7e6e.fsf@gmail.com> <20100902095219.GA47247@azathoth.lan> Date: Fri, 3 Sep 2010 20:10:26 +0000 X-Google-Sender-Auth: 2iyxAJyHOr58-UUzNurnXRZwWHc Message-ID: From: Baptiste Daroussin To: David Forsythe Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Florent Thoumie , Julien Laffaye , Garrett Cooper , Tim Kientzle , Ivan Voras , freebsd-ports@freebsd.org, Anonymous Subject: Re: what next for the pkg_install rewrite 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, 03 Sep 2010 20:10:27 -0000 > > Before and during the summer it would have been pretty simple because > I was working on git and hg. =A0At the end of the summer I decided to > move over to p4 until I have at least the entire current pkg system > supported (and then I'll probably move the project back over to a git > repo). I think git is a good choice :) >=A0Anyone can look at that and submit patches, but I don't want > to create a communal repository until I'm "finished" with the lib. > I'm in an... interesting... situation right now, I just moved and my > bsd machine has no way of getting on the internet. =A0I do have some > pretty big changes in the pipeline that I haven't been able to commit > yet, though (namely logging in the database and some naming convention > changes), so go ahead and look, but I really wouldn't recommend > touching too much for a while because a lot of stuff might change. That's fair, you did most of the coding work, the fact that you keep the repo as yours is fair, I think we need someone to be the "master" of the code (don't know how to explain that with other words :), that is important for coherence and consistency. So before contributing code and being able to separate tasks we will have to wait for your bsd machine to get access to the internet :). That would let us the time needed to discuss all the features (and the design) that would become pkg_install2. regards, Bapt