Hi gang,
<slightly-offtopic rant>
First of all: jails rock! It took me hours to compile /usr/src but despite having read about the possibility of using bsdinstall I just couldn't help myself, considering that compiling (parts of) your own OS is much cooler
  In a way it seems that jails give you much more control than Solaris' zones have ever done!  (still investigating)
</slightly-offtopic rant>
And so I've installed pkgng in my new jail. It most certainly has it's uses but I just can't figure this one out:
	
	
	
		
Even the pkg-info(8) manual page doesn't seem to show anything obvious. But is there a way to reproduce the above output using pkg?
I know I can use this:
	
	
	
		
Am I overlooking the obvious here or not?
				
			<slightly-offtopic rant>
First of all: jails rock! It took me hours to compile /usr/src but despite having read about the possibility of using bsdinstall I just couldn't help myself, considering that compiling (parts of) your own OS is much cooler
</slightly-offtopic rant>
And so I've installed pkgng in my new jail. It most certainly has it's uses but I just can't figure this one out:
		Code:
	
	# pkg_info -Ix perl
perl-5.14.4         Practical Extraction and Report Language
# pkg info perl
perl-5.14.4
	I know I can use this:
 # pkg info -f perl | grep Comment but that's hardly the same:
		Code:
	
	# pkg info -f perl | grep Comment
Comment        : Practical Extraction and Report Language
	Am I overlooking the obvious here or not?