Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2003 15:18:49 +0300
From:      "Yonatan Bokovza" <Yonatan@xpert.com>
To:        <freebsd-ports@freebsd.org>
Subject:   RE: file2port search
Message-ID:  <C2DC75EEA405354AA9C03EF5CB8CDE089AA77A@exchange.xpert.com>

next in thread | raw e-mail | index | archive | help
> -----Original Message-----
> From: Josef El-Rayes [mailto:j.el-rayes@daemon.li]
> Sent: Thursday, May 01, 2003 15:16
> To: freebsd-ports@freebsd.org
> Subject: file2port search
>=20
>=20
> hello!
>=20
> i was wondering whether there is a more convienient way to resolve a
> file<->port search, than doing something like this
>=20
> find /usr/ports -name pkg-plist -print0 | xargs -0 grep <file>
>=20
> it would be nice if you can tell me a way to acheive something like
>=20
> foo@bar~>pkg_search libtodoconduit.so.0
> deskutils/kdepim3/
>=20
> so i enter the file i am looking for and get the=20
> corresponding port as a
> result.
>=20
> and i dont need to have kdepim3 installed - it should work=20
> for the whole
> portstree.

You meen something like portupgrade's pkg_which?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C2DC75EEA405354AA9C03EF5CB8CDE089AA77A>