From owner-freebsd-current@FreeBSD.ORG Fri Mar 25 21:38:15 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D50FA106564A; Fri, 25 Mar 2011 21:38:15 +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 80DF28FC16; Fri, 25 Mar 2011 21:38:15 +0000 (UTC) Received: by iwn33 with SMTP id 33so1854367iwn.13 for ; Fri, 25 Mar 2011 14:38:15 -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=LVt6khElnWGe2uvyM7HMMDcWeSApzX+tShzbin8l4tA=; b=ffZoG2mQfPhBTfYrfEyUSpD701xiagPdx5jr8a7tDeC/cGht/CMsGywOfKAxcLifkF 7l/EyjtrSrn709+UzqFH5uTvIxplLBbVAd3r7lUYw++wqPqJtW9GoSPM2Q4BvrreeQJ5 Z0CrE9ViEb0P3x8EmCkDYiK7d2LXelxm1cJmg= 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=OqBuj/NdJnQcxeh4Ee3eA/9OQqkq18+2dIyqzCZV1ZwMFY1ZaR/Q8YZMQDfMOv4xj+ NKS6DLhNGbf5Kna0fTSPDtdCjvTGQtq8iAbMW7wNfpFZNBlHNUJSf6397wbRBfNKHYX7 Gj/PdRUJPT09TrgygzV8Xtqn1H9Kr/RJXqy88= Received: by 10.43.64.18 with SMTP id xg18mr1946907icb.144.1301089095084; Fri, 25 Mar 2011 14:38:15 -0700 (PDT) MIME-Version: 1.0 Sender: baptiste.daroussin@gmail.com Received: by 10.231.182.76 with HTTP; Fri, 25 Mar 2011 14:37:55 -0700 (PDT) In-Reply-To: <4D8D09C2.2050500@rawbw.com> References: <20110325101111.GA36840@azathoth.lan> <4D8D09C2.2050500@rawbw.com> From: Baptiste Daroussin Date: Fri, 25 Mar 2011 21:37:55 +0000 X-Google-Sender-Auth: zRLDz9bdAAO1hVXm0d9bcUeN6RQ Message-ID: To: Yuri Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, hackers@freebsd.org, current@freebsd.org Subject: Re: [ECFT] pkgng 0.1-alpha1: a replacement for pkg_install X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2011 21:38:15 -0000 2011/3/25 Yuri : > On 03/25/2011 03:11, Baptiste Daroussin wrote: >> >> Julien Laffaye (jlaffaye@) and I, helped by Philippe Pepiot (huge >> contributor) have been working since the end of the last GSoC on a >> rewrite of pkg_install. >> >> pkgng is a binary package manager written from scratch for FreeBSD. >> > > How does it relate to portmaster and portupgrade packages, which both have > (or include) supposedly the same functionality? > > Yuri > both have to be adapted, portupgrade throught maybe some ruby bindings to libpkg, portmaster by patching it to use pkg frontend instead of pkg_* tools (as I did for the ports (see ports/bsd.pkgng.mk in the git tree) regards, Bapt