Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2012 16:10:17 +0100
From:      Vincent Hoffman <vince@unsane.co.uk>
To:        Alex Keda <admin@lissyara.su>
Cc:        ports@freebsd.org, Baptiste Daroussin <bapt@freebsd.org>, ports-announce@freebsd.org, current@freebsd.org
Subject:   Re: [HEADSUP] current switched by default to pkgng
Message-ID:  <50816D59.1030706@unsane.co.uk>
In-Reply-To: <5081661B.2090209@lissyara.su>
References:  <20121010134421.GI26497@ithaqua.etoilebsd.net> <5081661B.2090209@lissyara.su>

next in thread | previous in thread | raw e-mail | index | archive | help
On 19/10/2012 15:39, Alex Keda wrote:
> On 10.10.2012 17:44, Baptiste Daroussin wrote:
>> Hi all,
>>
>> If you are using the ports tree on a FreeBSD current setup, then you are
>> concerned by the announce.
>>
>> As nvidia-drivers has been fixed and is now properly working with pkgng, the
>> ports tree as been switch by default to use pkgng on FreeBSD Current based on
>> version >= 1000017 which was the version when we tested the switch code.
>>
>> Make sure to read UPDATING (from ports) to correctly migrate your system or find
>> instruction to make your system still running with legacy pkg_install tools.
>>
>> regards,
>> Bapt
>>
> pkg command does not have key for list options - no autocompletions
>
> for example, for service command, I use
> complete service        'n/*/`service -l`/'
> in .cshrc
>
> what I can use for pkg command?

horrible but working example
pkg help 2>&1 | sed -e '1,/Commands supported:/d ; /For more information
on the different commands/,$d; s/^   *// ; s/  .*.*$// ;/^$/d'

There's bound to be better ways, I was just bored enough to knock this up.
note s/^    *//   is a tab, while s/  .*.*$// is 2 spaces
dont think our sed has any other way to express tab other than an actual
tab (ctrl-v then tab on the command line)

Vince
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"




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