Does a port contain 'kdict'?

Gary Jennejohn garyj at jennejohn.org
Wed Feb 15 03:45:33 PST 2006


"Matthew D. Fuller" writes:
> On Tue, Feb 14, 2006 at 09:29:50PM -0600 I heard the voice of
> Craig Boston, and lo! it spake thus:
> > 
> > find /usr/ports -name 'pkg-plist' -exec grep -H kdict \{\} \;
> > 
> > Now I'm sure someone will post a much more efficient method
> > using xargs or some such :)
> 
> find /usr/ports -depth 3 -name 'pkg-plist' -print | \
>         xargs grep -H kdict
> 
> 8-]
> 

portsearch -f bin/kdict

/usr/ports/sysutils/portsearch

---
Gary Jennejohn / garyjATjennejohnDOTorg gjATfreebsdDOTorg garyjATdenxDOTde



More information about the freebsd-ports mailing list