On Mon, Oct 20, 2014 at 10:15:42AM -0400, Stuart Cassoff wrote: > select fullpkgpath,comment from ports where comment like '%www%browser%' or > comment like '%web%browser%'; > > Yields 'web browser' and 'WWW browser'. > > > select fullpkgpath,comment from ports where comment like '%player%'; > > Lots of players: 'movie', 'video', 'music', 'mp3', 'multimedia'. > > > Just a cursory investigation but I've had trouble in the past > locating ports by general description of what I want and was > wondering if some harmonizing of COMMENTs would be helpful.
Yep. Another thing that could be done is hashtags in the DESCR. It's as easy to find things in DESCR as in COMMENTS...
