From owner-freebsd-ports@FreeBSD.ORG Fri Apr 3 13:12:37 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 B7E41C26; Fri, 3 Apr 2015 13:12:37 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 76D36883; Fri, 3 Apr 2015 13:12:37 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id BBCA2BDC5A; Fri, 3 Apr 2015 15:12:35 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id B5734BDC56; Fri, 3 Apr 2015 15:12:35 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 54AD16151; Fri, 3 Apr 2015 15:12:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id EFC7E30711D; Fri, 3 Apr 2015 15:12:34 +0200 (CEST) Date: Fri, 03 Apr 2015 15:12:34 +0200 From: Mathieu Arnold To: Baptiste Daroussin , pkg@FreeBSD.org, ports@FreeBSD.org Subject: Re: Share your pkg aliases Message-ID: <736E71149C562A8AAF3B00A6@ogg.in.absolight.net> In-Reply-To: <20150402201909.GD30115@ivaldir.etoilebsd.net> References: <20150402201909.GD30115@ivaldir.etoilebsd.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 13:12:37 -0000 +--On 2 avril 2015 22:19:10 +0200 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. leaf = "query -e \"%#r == 0\" \"%n-%v\""; noauto = "query -e \"%a == 0\" \"%n-%v\""; -- Mathieu Arnold