From owner-freebsd-questions@freebsd.org Thu Sep 17 14:54:06 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A48789CF73C for ; Thu, 17 Sep 2015 14:54:06 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (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 3C6A41BBF for ; Thu, 17 Sep 2015 14:54:06 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wicfx3 with SMTP id fx3so27541976wic.1 for ; Thu, 17 Sep 2015 07:54:04 -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=uhWtwUJEeDWnuRQaT71nEXYlGdmq0bXoaH7+hkxRDOk=; b=bsPDuz7HofjmLPGzKqvpRAsQWZKNYmKXD+qwiDZZH4MJ72H7lQHi7hEDsm0wIqswXK bNwv4MAyy/Pyibd3YVcGOoDZ6pxT0v1jrhcaIKyX29kIl3e8qQOlc73XvmnEgpyaD33V 1Wzyt479aoIkCYZmapQfU/0YS4JWhK5rDabtVAAcc4SK0XZMqSTWALz/Mm6a6RmPh/Vo +hz7xmXzhj4pWJF6h95SeUEtDPUy1XSinE366UKb5bSrLaBPO2dmuJajAsu02L0OeIxN UWaWWRJJP0sZ/pSqJ8NgLlzkTJL7BWb+0RBTjtAsBEH0cZ9nWrnD1UNEuFXg2syEgZbQ C4jw== MIME-Version: 1.0 X-Received: by 10.194.174.227 with SMTP id bv3mr37301147wjc.142.1442501644634; Thu, 17 Sep 2015 07:54:04 -0700 (PDT) Received: by 10.194.16.231 with HTTP; Thu, 17 Sep 2015 07:54:04 -0700 (PDT) In-Reply-To: <14fdbbcaf70-170c-8561@webprd-a82.mail.aol.com> References: <14fdbbcaf70-170c-8561@webprd-a82.mail.aol.com> Date: Thu, 17 Sep 2015 09:54:04 -0500 Message-ID: Subject: Re: install all ports in one category via PORTMASTER(8) From: Adam Vande More To: Xavier Freebsd Questio Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2015 14:54:06 -0000 On Thu, Sep 17, 2015 at 9:37 AM, Xavier Freebsd Questio via freebsd-questions wrote: > Hi , > > Is there any way to install all ports of one category ( /games/* for > example ) via PORTMASTER(8) in one single line command ? > It's doubtful that any ports tools supports although a one liner could be written which would attempt this. However that's a bad idea, many ports exclude installing other ports. Those scenarios generally involved ports in the same category. -- Adam