K 10 svn:author V 6 fenner K 8 svn:date V 27 1998-02-21T22:38:11.000000Z K 7 svn:log V 374 Add tk virtual category where missing. List of ports which depend on tk but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. END