From owner-freebsd-ports@FreeBSD.ORG Fri Aug 31 15:27:17 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2C9C106564A; Fri, 31 Aug 2012 15:27:17 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4E8128FC15; Fri, 31 Aug 2012 15:27:17 +0000 (UTC) Received: by vcbgb22 with SMTP id gb22so4418491vcb.13 for ; Fri, 31 Aug 2012 08:27:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5nWSRKzYhrMQ2ICZBWSbx8+9NGZRrDGsdpJVCH59xQs=; b=zWGnY2VyEZsqUTUjZYZP2zKcPu45CjmLnZQgPO5lpxJZyMkbvGGBtKinrDrjI6bPs4 hbMS9vWE7pxkHnlJwSl6i3uIcI9GEbN5WeozX5ledwOTHfaiwfm5pJIrg+zfZvu/UBLO YOIEig0P4waRkLQurNKEPgELaLN0To6SIgl8zrvSJE6KllzU/n+YB8bPHHRbfrk7EpQ6 K5K1CMlntjXSiyKTYx9dG6nxlqYgWK7FetA6BpHDHNNFXY7CAgxgkOjjX+ZzmwYFS1NP 70RwKSTuqpAYsvMO0q4GrF5g+MIUErH0oY68TINVkGvMGFZBrDjjZbmnWd9Ai3OkhH1R /dSQ== MIME-Version: 1.0 Received: by 10.52.26.104 with SMTP id k8mr4957619vdg.79.1346426830231; Fri, 31 Aug 2012 08:27:10 -0700 (PDT) Received: by 10.58.29.226 with HTTP; Fri, 31 Aug 2012 08:27:09 -0700 (PDT) In-Reply-To: References: Date: Fri, 31 Aug 2012 18:27:09 +0300 Message-ID: From: Vitaly Magerya To: Marin Atanasov Nikolov Content-Type: text/plain; charset=UTF-8 Cc: current@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Plugins support in pkgng 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, 31 Aug 2012 15:27:17 -0000 Marin Atanasov Nikolov wrote: > This is just to share with you that soon after the official 1.0 > release of pkgng we now have basic plugins support in pkgng's > development branch. > [...] > It's not perfect or covering everything, but it will give you a quick > start though :) How about the ability to add new commands to "pkg"? For example something like "pkg cutleaves" via plugins would be cool.