From owner-freebsd-ports@FreeBSD.ORG Mon Aug 16 16:37:38 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 B65971065675 for ; Mon, 16 Aug 2010 16:37:38 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 6E8278FC16 for ; Mon, 16 Aug 2010 16:37:38 +0000 (UTC) Received: from mobileKamikaze.norad (e178022156.adsl.alicedsl.de [85.178.22.156]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 3DBAD8A249A; Mon, 16 Aug 2010 18:37:37 +0200 (CEST) Message-ID: <4C696950.5080408@bsdforen.de> Date: Mon, 16 Aug 2010 18:37:36 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.11) Gecko/20100722 Thunderbird/3.0.6 MIME-Version: 1.0 To: Anonymous References: <4C5BC280.1070805@FreeBSD.org> <4C5BF352.5050004@dataix.net> <4C5C7DFF.8020400@FreeBSD.org> <4C5C88AE.4070500@FreeBSD.org> <4C643056.7060602@bsdforen.de> <86r5i37lat.fsf@gmail.com> In-Reply-To: <86r5i37lat.fsf@gmail.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: i keep *trying* to move from portupgrade to portmaster 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: Mon, 16 Aug 2010 16:37:38 -0000 On 12/08/2010 20:11, Anonymous wrote: > Dominic Fandrey writes: > >> On 07/08/2010 02:46, Adam Vande More wrote: >>> On Fri, Aug 6, 2010 at 5:11 PM, Doug Barton wrote: >>> >>>> On 08/06/2010 15:03, Adam Vande More wrote: >>>> >>>> for pkg in /var/db/pkg/* ; do >>>> pkg_create -b $pkg >>>> done >>>> >>> >> >> You guys are loosing opportunities to boast with your shell one liners >> >> # pkg_info -Ea | xargs -n1 pkg_create -b > > Why do you need xargs(1) when pkg_create(1) supports regexps as well as > simple globs? > > $ pkg_create -b \* # all packages > $ pkg_create -xb firefox # only firefox I wasn't aware that pkg_create can create several packages at once, thanks for that! -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?