Umbrello in KDE

Ulrich Spoerlein q at uni.de
Sun Oct 17 12:50:29 PDT 2004


On Sat, 16.10.2004 at 18:52:22 -0400, Gerard Samuel wrote:
> >$ pkg_which umbrello
> >kdesdk-3.3.0
> >
> Thanks for the reply.
> What version of FBSD are you using?  Apparently the command
> pkg_which doesn't exist on my system (5.2.1)

It has already been mentioned, that pkg_which comes from portupgrade,
but it wouldn't help in your situation, because it can only work for
installed ports.

I don't have KDE installed and get this:
% pkg_which umbrello
umbrello: not found

If you don't want to use portupgrade, you could use sth like this:
% pkg_info -W `which zsh`
/usr/local/bin/zsh was installed by package zsh-4.2.1

Or get fancy like this (Note: It's sad that -oW doesn't work :(
% pkg_info -qo $(pkg_info -qW $(which zsh))
shells/zsh


But back to your original problem: If you want to know which ports
installs a specific binary, you can walk the ports' pkg-plist grepping
for the relevant file
% find . -name pkg-plist|xargs grep bin/umbrello
./devel/kdesdk3/pkg-plist:bin/umbrello

hth
Ulrich Spoerlein
-- 
PGP Key ID: F0DB9F44				Encrypted mail welcome!
PGP Fingerprint: F1CE D062 0CA9 ADE3 349B  2FE8 980A C6B5 F0DB 9F44
Ok, which part of "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn."
didn't you understand?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20041017/f335d90d/attachment.bin


More information about the freebsd-ports mailing list