is there a way to browse the ports tree
Jeffrey Bouquet
jeffreybouquet at yahoo.com
Wed Jan 19 21:29:55 PST 2005
on WEDS S. wrote
>> is there a way to browse the ports...
I had been using #/usr/ports/palm#find . -type f
-name pkg-descr -exec lookat {} \; HOWEVER in X11 that
would take HOURS. Better to a file: #!/bin/zsh
...for i in ` find . -type d -maxdepth 1 -print
` do
cat $i/pkg-descr >> /tmp/palmfile.cat;
echo $i >> /tmp/palmfile.cat;
echo +++++++++++++++++++++++++++++
>> palmfile.cat; done
chmod 644 filename.zsh; FIRST
touch /tmp/palmfile.cat and FIRST edit the
filename.zsh to (a portdir)file.cat Just got this
working today, 1 19 05 pm... btw /lookat/ is in ports,
excellent... Jeff Bouquet
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
More information about the freebsd-questions
mailing list