From owner-freebsd-ports@FreeBSD.ORG Thu Oct 10 13:54:44 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BC56E464 for ; Thu, 10 Oct 2013 13:54:44 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog106.obsmtp.com (eu1sys200aog106.obsmtp.com [207.126.144.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 216D42DFA for ; Thu, 10 Oct 2013 13:54:43 +0000 (UTC) Received: from mail-wg0-f53.google.com ([74.125.82.53]) (using TLSv1) by eu1sys200aob106.postini.com ([207.126.147.11]) with SMTP ID DSNKUlaxojdOt98rSIINocPvPadN4HkKzRsX@postini.com; Thu, 10 Oct 2013 13:54:44 UTC Received: by mail-wg0-f53.google.com with SMTP id y10so625515wgg.8 for ; Thu, 10 Oct 2013 06:54:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to :in-reply-to; bh=m4LVTHuvMOwqG9foJ4q65rd+XJiK33yyg1MPN5Lc5ic=; b=VI+k1bZuvGdHW547NiATvoCP7fgdlujwVxNEjzbC2vXckJp1wV7YwbT0Zaxg+edpYY iawnQR8j04tFHEZByvxWhCT9qznTg4xSLwxjrLaa96/jS3I3dkIfPY5ygC3dwkGnzs3v fXgXkAginJudR4tR3TYmX1kpGXzkh1yyuFfRz+mqlUxiwuSr77/2aHZS9Clbl/7kV/Tk vYSettXfLo7chTk63bYLdkYzPOSK8xeJUUOKGC7HwyuG4wDa0g1cZVwCweGTYyLXnPf7 rGX8vapD5voYUZtzXYtIwNOXpYAtSryYpCHZJUI1TdOTNrJXdxBJEk+E2VA7ExEqvZt4 T/rQ== X-Gm-Message-State: ALoCoQkrh6DSL2cEDLIYJVLNxEHDiCajhycx61npeI1QGL3KVScU7ctNx4eB14k5IAL4Ox24ASGMAHJl+PD3UR7lr47Al2qH7PHzVrHbXWhi5Mpth9CkA43r59u96iukIZLF2FYtVVkXezXn78gLbXMaGPeH3sPALgd60E64Cp31+mCzOaXwT6w= X-Received: by 10.180.210.243 with SMTP id mx19mr7756302wic.35.1381413282340; Thu, 10 Oct 2013 06:54:42 -0700 (PDT) X-Received: by 10.180.210.243 with SMTP id mx19mr7756297wic.35.1381413282261; Thu, 10 Oct 2013 06:54:42 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id q17sm11000676wiv.10.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Oct 2013 06:54:41 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r9ADsdnd068403 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 10 Oct 2013 14:54:39 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r9ADsd7K068402; Thu, 10 Oct 2013 14:54:39 +0100 (BST) (envelope-from mexas) Date: Thu, 10 Oct 2013 14:54:39 +0100 (BST) From: Anton Shterenlikht Message-Id: <201310101354.r9ADsd7K068402@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org, m.seaman@infracaninophile.co.uk Subject: Re: poudriere pkgclean: list of ports to delete or keep? In-Reply-To: <5256AE16.7060605@infracaninophile.co.uk> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 13:54:44 -0000 >Date: Thu, 10 Oct 2013 14:39:34 +0100 >From: Matthew Seaman >To: freebsd-ports@freebsd.org >Subject: Re: poudriere pkgclean: list of ports to delete or keep? > >When specifying a set of ports to work on with poudriere you have >essentially three ways to do it from the command line: > >Either: > > -a All the ports in the tree > >Or: > > -f filename > > Read from a file containing a list of port origins, one per line > >Or: > > category/portname1 category/portname2 ... > > A list of the ports to work on given explicitly on the command line.= > > >You can choose one or other of these methods for the bulk, options and >pkgclean subcommands. > Thank you. The phrasing in the man page is not as clear as you put it. Anton