From owner-freebsd-ports@FreeBSD.ORG Thu Apr 18 07:26:39 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1904D927 for ; Thu, 18 Apr 2013 07:26:39 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22e.google.com (mail-ie0-x22e.google.com [IPv6:2607:f8b0:4001:c03::22e]) by mx1.freebsd.org (Postfix) with ESMTP id E2F2EFCD for ; Thu, 18 Apr 2013 07:26:38 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id 10so2920493ied.5 for ; Thu, 18 Apr 2013 00:26:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=pEBdOTDdK5x11xJluo6vuHowBzBEi/cxH8z1yi/ynMU=; b=eCeuOGL1xV6vPLuEx2UXEDG3HEWdqiO/docGcrCApT3wmaOq2ddx+5BtgmrM74cHBk Aw7jBhIpfZsXn/LwOYqnxdU3G4Fop8tokDp/FNpk9Mz2B6R60YYzhp47XzjQxtpJivGT 81MuGF2PQ21qVdkjJV/gdeWn9eO8m3yFLHeEwo/d9TbOnN738aTnU+OI5yochbXcxfxR pOTLV1ivJxRn5chHk83uOwmUtcTlgNCT6x9ufCGNFhFAociAQLWCdgqdKHJ2YKhqT732 o6Dr2GlpLdEN/whDpHyG9sMCgVt3mtgJGpbeRv6LRykV1cwKkAIQs7gWxf1Og6oojusC c/7w== MIME-Version: 1.0 X-Received: by 10.50.42.165 with SMTP id p5mr12718159igl.75.1366269998617; Thu, 18 Apr 2013 00:26:38 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Thu, 18 Apr 2013 00:26:38 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Thu, 18 Apr 2013 00:26:38 -0700 (PDT) In-Reply-To: <516F9E01.5010806@infracaninophile.co.uk> References: <1366266215096-5804719.post@n5.nabble.com> <20130418064625.GA11517@night.db.net> <516F986B.1030402@freebsd.org> <1366269102514-5804731.post@n5.nabble.com> <516F9E01.5010806@infracaninophile.co.uk> Date: Thu, 18 Apr 2013 08:26:38 +0100 Message-ID: Subject: Re: pkg info list sources? From: Chris Rees To: Matthew Seaman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 07:26:39 -0000 On 18 Apr 2013 08:17, "Matthew Seaman" wrote: > > On 18/04/2013 08:11, Beeblebrox wrote: > > Lets say I create a list of NEW packages I want to install, and after > > poudriere completed the build of this list, what is the easiest way to then > > install this list? > > Ideally something like '# pkg install < new.list' would just feed the list > > of packages to the install process. > > Any suggestions? > > xargs pkg install < new.list > > Although having pkg(8) being able to read a list of packages on stdin in > some circumstances would be a valuable enhancement. Hm, such as a -F option, that could take - as stdin argument? Chris