Where is come from the "+REQUIRED_BY"

Hi all:

I am trying to figure out the ports' details.

I found this in a freebsd server(Unix-Center: PE860/FreeBSD, since on the vocation, no freebsd around me):

Code:
> cd /var/db/pkg/xscreensaver-gnome-hacks-5.08/
> ls
[color="Magenta"]+COMMENT        +CONTENTS       +DESC           +MTREE_DIRS[/color]     [color="Red"]+REQUIRED_BY[/color]
> cat +REQUIRED_BY
gnome-screensaver-2.26.0
gnome2-2.26.0

I downloaded the xscreensaver-gnome-hacks package from ftp://ftp8.tw.freebsd.org and extract it, the result as following:

Code:
> ls
[color="magenta"]+COMMENT        +DESC           [/color]bin             share
[color="magenta"]+CONTENTS       +MTREE_DIRS[/color]     man

bin share man: this is binary or script and doc.

+COMMENT +DESC +CONTENTS +MTREE_DIRS: this is what I found in /var/db/pkg/xscreensaver-gnome-hacks-5.08/.

But, I did't found +REQUIRED_BY. :(

I think the "+REQUIRED_BY" is added or created when gnome-screensaver-2.26.0 or gnome2-2.26.0 is installed.

Then, I downloaded gnome-screensaver which requires xsreensaver-gnome-hacks and extrat it, but I didn't found anything about the +REQUIRED_BY or the dependency setting.

So, I ask this question here. :e
 
Back
Top