What are the best commands and scripts to browse the ports collection from
the command line?I've been using, make search key="xyz" and the script below to list the
DESCR files.#!/bin/sh
# filename catdescr.sh
# usage: catdescr.sh directory letter
# "catdescr.sh security a" will list the DESCR files
# of ports starting with the letter "a"
# in the /usr/ports/security directoryif [ ! $1 ]; then
echo "usage: catdescr.sh ports_directory optionanl_letter";
exit;
fifor ff in /usr/ports/$1/$2*; do
echo "****************************************";
echo "** $ff **";
echo "****************************************";
cat $ff/pkg/DESCR;
echo " ";
done
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
| Eric Sandeen | Re: [RFC] Heads up on sys_fallocate() |
| Tarkan Erimer | Re: Slow DOWN, please!!! |
git: | |
| Sander | 'struct task_struct' has no member named 'mems_allowed' (was: Re: 2.6.20-rc4-mm1) |
| David Miller | Re: [PATCH 3/3] Convert the UDP hash lock to RCU |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| David Miller | Re: [GIT]: Networking |
