Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2002 19:17:31 -0500
From:      Pete Fritchman <petef@databits.net>
To:        "Gary W. Swearingen" <swear@blarg.net>
Cc:        Mike Meyer <mwm-dated-1016399178.2f0590@mired.org>, "J.S." <johann@broadpark.no>, freebsd-questions@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re:  Ports collection falling behind
Message-ID:  <20020313191731.C74180@databits.net>
In-Reply-To: <rku1rk8274.1rk@localhost.localdomain>; from swear@blarg.net on Wed, Mar 13, 2002 at 03:42:23PM -0800
References:  <20020312214509.3616bdd5.johann@broadpark.no> <15502.28105.634074.758224@guru.mired.org> <rku1rk8274.1rk@localhost.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
++ 13/03/02 15:42 -0800 - Gary W. Swearingen:
| "Mike Meyer" <mwm-dated-1016399178.2f0590@mired.org> 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-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020313191731.C74180>