Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 20:42:52 +0000 (UTC)
From:      Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: Finding files in packages (MANIFEST)
Message-ID:  <icc08c$rb9$1@dough.gmane.org>
References:  <D3793130-2189-4EA5-9073-735DC9636E05@users.sourceforge.net> <AANLkTi=--p%2Bp=Reue%2BC9HU_xm9P-rt_jyHtW%2BWUW44%2Bd@mail.gmail.com> <7EBEAFFD-A675-4BD9-8C83-5CEA24E2E026@users.sourceforge.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 21 Nov 2010 13:25:13 +0100, Anders F Björklund wrote:

> Chris Rees wrote:
> 
>>> For PackageKit's "app-install", I wanted to list all ports/packages
>>> that had a .desktop file (= an "app").
> 
>> I may be misunderstanding you here, but you could just:
>> 
>> [chris@amnesiac]~% echo /usr/ports/*/*/pkg-plist | xargs egrep
>> '\.desktop$' | sed 's|/usr/ports/[a-zA-Z]*/||' > contains_desktop
> 
> That could work too (?),

It won't because plist can be generated

> 
> Just thought the MANIFEST could be generated with the packages ? That
> way you wouldn't need to install the ports collection first.

pkg_info -qL your-package.tbz





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