Hi Paul,

ruby-dev is just a meta-package (wrapper package with dependencies on 
other packages). To see the dependencies use the -m option:
> bleonard at opensolaris:~$ pkg contents -rm ruby-dev
> set name=fmri value=pkg:/ruby-dev at 0.5.11,5.11-0.111:20090508T235714Z
> set name=variant.opensolaris.zone value=global value=nonglobal
> set name=description value="Ruby Development cluster"
> set name=info.classification 
> value=org.opensolaris.category.2008:Development/Ruby
> set name=variant.arch value=sparc value=i386
> set name=publisher value=opensolaris.org
> depend fmri=SUNWj6dev at 0.5.11-0.111 type=require
> depend fmri=SUNWj6man at 0.5.11-0.111 type=require
> depend fmri=SUNWj6cfg at 0.5.11-0.111 type=require
> depend fmri=SUNWj6rt at 0.5.11-0.111 type=require
> depend fmri=SUNWcvs at 1.12.13-0.111 type=require
> depend fmri=SUNWfirefox at 0.5.11-0.111 type=require
> depend fmri=netbeans at 6.5.1-0.111 type=require
> depend fmri=SUNWruby18 at 1.8.7.72-0.111 type=require
> depend fmri=SUNWj6dmo at 0.5.11-0.111 type=require
> depend fmri=SUNWsvn at 1.4.3-0.111 type=require
> depend fmri=SUNWj6dvx at 0.5.11-0.111 type=require
> depend fmri=SUNWj6dmx at 0.5.11-0.111 type=require
> depend fmri=SUNWmercurial at 1.1.2-0.111 type=require
> depend fmri=SUNWj6rtx at 0.5.11-0.111 type=require
> depend fmri=SUNWsquid at 2.7.6-0.111 type=require
> depend fmri=SUNWmemcached at 1.2.5-0.111 type=require
Regards,
Brian


Paul Johnston wrote:
> Wanted to see what ruby-dev actually contained so I did:
> paulj at opensolaris:~$ pkg  contents  -r  ruby-dev
> PATH
>
> Curious, not much there! So I tried:
>
> paulj at opensolaris:~$ pkg  contents  -r  tcl-sqlite-3
> PATH
> usr
> usr/lib
> usr/lib/tcl8.4
> usr/lib/tcl8.4/sqlite3
> usr/lib/tcl8.4/sqlite3/32
> usr/lib/tcl8.4/sqlite3/64
> usr/lib/tcl8.4/sqlite3/amd64
> usr/lib/tcl8.4/sqlite3/amd64/libtclsqlite3.so
> usr/lib/tcl8.4/sqlite3/libtclsqlite3.so
> usr/lib/tcl8.4/sqlite3/pkgIndex.tcl
>
> That's more like it!
>
> I did a install of ruby-dev and then got
>
> paulj at opensolaris:~$ pkg list | grep ruby-dev
> ruby-dev                                      0.5.11-0.111    installed  -----
> paulj at opensolaris:~$ pkg info ruby-dev
>           Name: ruby-dev
>        Summary: Ruby Development cluster
>       Category: Development/Ruby
>          State: Installed
>      Publisher: opensolaris.org
>        Version: 0.5.11
>  Build Release: 5.11
>         Branch: 0.111
> Packaging Date: May  8, 2009 11:57:14 PM 
>           Size: 0.00 B
>           FMRI: pkg://opensolaris.org/ruby-dev at 
> 0.5.11,5.11-0.111:20090508T235714Z
> paulj at opensolaris:~$ pkg contents ruby-dev
> PATH
> paulj at opensolaris:~$ 
>
> Any idea what was happening (hope it's not one of my typos :-) ?
>
> TIA Paul
>   

-- 
W Brian Leonard
Principal Software Engineer
408.404.6884
http://blogs.sun.com/observatory

Reply via email to