From owner-freebsd-ports@FreeBSD.ORG Fri Apr 3 06:36:54 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41A1A863; Fri, 3 Apr 2015 06:36:54 +0000 (UTC) Received: from mail-qc0-x230.google.com (mail-qc0-x230.google.com [IPv6:2607:f8b0:400d:c01::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE094A0A; Fri, 3 Apr 2015 06:36:53 +0000 (UTC) Received: by qcay5 with SMTP id y5so83871878qca.1; Thu, 02 Apr 2015 23:36:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=kXDgy6pY8J/PIWl30HE+rsRgqmXBK0cwImYVlSxDTtA=; b=S5T0Wl2DFSIfvxHsMomPMHFu7CMWstS6ZI/AzMg96XwF+2dvtFxn2xfiamy9OcngCl JxNZHP0JLLDmUF40d/L2AWSCbKraeK0TKZHfoRLrA/OgL5JyfUjAFGx0OIdI6XlTVvPI VL0yD3waQnHdOW06VNBjd75dwy7feOVAq1HKnS76Rbe1uCk/fzLikqKTpQK7bFFidHY0 jesADgx3tJivNbklfVXLAOHDQ7zXj27BLvVCnN8exfgOaX8Bp2AVK60exZ1QoA7n6NhT ghc+mNEYjrD6T7Ju0tjEXPY8g/qCTCN7LmTX3rJDWTnIrBmyty8G/h0yadQEcTWb6QUz bUOg== X-Received: by 10.55.31.83 with SMTP id f80mr1691908qkf.57.1428043013016; Thu, 02 Apr 2015 23:36:53 -0700 (PDT) MIME-Version: 1.0 References: <20150402201909.GD30115@ivaldir.etoilebsd.net> In-Reply-To: <20150402201909.GD30115@ivaldir.etoilebsd.net> From: Henry Hu Date: Fri, 03 Apr 2015 06:36:52 +0000 Message-ID: Subject: Re: Share your pkg aliases To: Baptiste Daroussin , pkg@freebsd.org, ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 06:36:54 -0000 On Thu, Apr 2, 2015 at 4:19 PM Baptiste Daroussin wrote: > Hi, > > For pkg 1.5.0 we do plan to provide a default pkg.conf full of useful > aliases, > of course this is subjective, if you think you have added some useful > aliases > into your pkg.conf please share those so we can add them directly into the > next > release. > I have two aliases: alias: { "locked": "query -e '%k == 1' %n", "leaf": "query -e '%#r == 0' '%n auto: %a'", } The first one queries the locked packages, and the second one queries the leaf packages. > > Best regards, > Bapt >