summaryrefslogtreecommitdiff
path: root/finddeps.1
blob: 0e5e420fe773f8a3408907b86fec356f68aa1597 (plain)
    1 ." Text automatically generated by txt2man-1.4.7
    2 .TH finddeps  "October 20, 2004" "" ""
    3 .SH NAME
    4 \fBfinddeps \fP- Find actual dependencies for a port
    5 \fB
    6 .SH SYNOPSIS
    7 .nf
    8 .fam C
    9 \fBfinddeps\fP <port>
   10 .fam T
   11 .fi
   12 .SH DESCRIPTION
   13 \fBfinddeps\fP lists dependencies of dynamic executables and libs
   14 installed by the given port, parsing the output of the \fBldd\fP(1) command.
   15 .PP
   16 \fBfinddeps\fP operates on installed ports and requires \fBprt-get\fP(8)
   17 .SH OPTIONS
   18 no options available
   19 .SH EXAMPLES
   20 \fBfinddeps\fP xmms
   21 .PP
   22 Will display the dependencies of xmms binaries and libs:
   23 .PP
   24 .nf
   25 .fam C
   26     glibc (core)
   27     zlib (core)
   28     alsa-lib (contrib)
   29     glib1 (contrib)
   30     gtk1 (contrib)
   31     audiofile (opt)
   32     esound (opt)
   33     libogg (opt)
   34     libvorbis (opt)
   35     x11 (opt)
   36 
   37 .fam T
   38 .fi
   39 .SH SEE ALSO
   40 \fBprt-get\fP(8), \fBports\fP(8)
   41 .SH AUTHOR
   42 Johannes Winkelmann <jw@tks6.net>
   43 .RE
   44 .PP

Generated by cgit