Does a port contain 'kdict'?

Brooks Davis brooks at one-eyed-alien.net
Wed Feb 15 08:00:46 PST 2006


On Wed, Feb 15, 2006 at 10:08:23AM -0500, Brian Reichert wrote:
> On Wed, Feb 15, 2006 at 12:45:16PM +0100, Gary Jennejohn wrote:
> > 
> > "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
> 
> All very useful responses.  This latter seems appealing, as I trying
> to empower a very new UNIX user to the FreeBSD ports system.
> 
> Is there a website that also exposes this info?  To wit, I could
> plug 'kdict' into a search box, and have aport name be presented?

No, but creating one would be cool.  The big gotcha is that said site
would have to build all the packages because that's the only way to
reliably determine their contents.  As such, the site would realisticaly
have to be part of the ports building cluster infrastructure.  Creating
the site and providing a simple interface for adding the file list for a
port what is ready to be turned into a package would be a good start.

-- Brooks

-- 
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20060215/b3bc621f/attachment.bin


More information about the freebsd-ports mailing list