From owner-freebsd-questions@freebsd.org Thu Sep 17 14:37:08 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 AAB249CEDCD for ; Thu, 17 Sep 2015 14:37:08 +0000 (UTC) (envelope-from xavierfreebsdquestio@aim.com) Received: from omr-m001e.mx.aol.com (omr-m001e.mx.aol.com [204.29.186.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 828A81FC3 for ; Thu, 17 Sep 2015 14:37:07 +0000 (UTC) (envelope-from xavierfreebsdquestio@aim.com) Received: from mtaomg-mbd01.mx.aol.com (mtaomg-mbd01.mx.aol.com [172.26.252.15]) by omr-m001e.mx.aol.com (Outbound Mail Relay) with ESMTP id 9438438000F1 for ; Thu, 17 Sep 2015 10:37:01 -0400 (EDT) Received: from core-mma02g.mail.aol.com (core-mma02.mail.aol.com [172.27.38.12]) by mtaomg-mbd01.mx.aol.com (OMAG/Core Interface) with ESMTP id 3BA2538000084 for ; Thu, 17 Sep 2015 10:37:00 -0400 (EDT) Received: from 88.3.198.17 by webprd-a82.mail.aol.com (10.72.104.212) with HTTP (WebMailUI); Thu, 17 Sep 2015 10:37:00 -0400 Date: Thu, 17 Sep 2015 10:37:00 -0400 From: Xavier Freebsd Questio To: freebsd-questions@freebsd.org Message-Id: <14fdbbcaf70-170c-8561@webprd-a82.mail.aol.com> Subject: install all ports in one category via PORTMASTER(8) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-MB-Message-Source: WebUI X-MB-Message-Type: User X-Mailer: JAS STD X-Originating-IP: [88.3.198.17] x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aim.com; s=20150623; t=1442500621; bh=Co8PUPGnVXpFLQEPplNY8ih8eDIzxKXNmtq3So//hDE=; h=From:To:Subject:Message-Id:Date:MIME-Version:Content-Type; b=EtQIrX0CSaN8VJ02HUR2mTWLCjgHcn87y94INRtIfJfjoN5viA82AvO7Sy05vK7ls XsOLb5rBIfSLR5Znh/oxVod20ZTQG8X3oxyzSFQi+TTV1x2Us3Ts+e69RLHuOGQ+jt rCxWaJpcNC61kyFROUFLol04momckpZjP0YNgd+k= x-aol-sid: 3039ac1afc0f55fad00c162c 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:37:08 -0000 Hi , Is there any way to install all ports of one category ( /games/* for example ) via PORTMASTER(8) in one single line command ? Thanks.