From owner-freebsd-ports Wed Mar 13 16:26: 9 2002 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.csh.rit.edu [129.21.60.203]) by hub.freebsd.org (Postfix) with SMTP id E2F2937B422 for ; Wed, 13 Mar 2002 16:25:54 -0800 (PST) Received: (qmail 79836 invoked by uid 1001); 14 Mar 2002 00:17:31 -0000 Date: Wed, 13 Mar 2002 19:17:31 -0500 From: Pete Fritchman To: "Gary W. Swearingen" Cc: Mike Meyer , "J.S." , freebsd-questions@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Ports collection falling behind Message-ID: <20020313191731.C74180@databits.net> References: <20020312214509.3616bdd5.johann@broadpark.no> <15502.28105.634074.758224@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from swear@blarg.net on Wed, Mar 13, 2002 at 03:42:23PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 13/03/02 15:42 -0800 - Gary W. Swearingen: | "Mike Meyer" writes: | | > Do "make maintainer" in each of those directories, and it'll tell you | > who's responsible for updating them. | | I just yesterday wrote this crummy little script which avoids the need | to change directories. It doesn't work for some port names which don't | have identically-named directories (eg, "xemacs" and "xemacs21/"). | | #!/bin/sh [ long script snipped ] ... or you could make this a lot simpler on yourself: #!/bin/sh awk -F\| '/^$1-/ { print $6 }' /usr/ports/INDEX :-) --pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message