summaryrefslogtreecommitdiff
path: root/findredundantdeps.1
blob: 5080fb3374ec377ca105de994005bceb8bb2b6e8 (plain)
    1 ." Text automatically generated by txt2man-1.4.7
    2 .TH findredundantdeps 1 "April 10, 2005" "" ""
    3 .SH NAME
    4 \fBfindredundantdeps \fP- display unnecessary dependencies of a port
    5 \fB
    6 .SH SYNOPSIS
    7 .nf
    8 .fam C
    9 \fBfindredundantdeps\fP [-vfsh] <portname>
   10 .fam T
   11 .fi
   12 .SH DESCRIPTION
   13 Findredundantdeps analyzes the dependencies of the given port
   14 displaying the dependencies that are already contained in the
   15 depending port.
   16 .PP
   17 The script requires \fBprt-get\fP(8).
   18 .SH OPTIONS
   19 .TP
   20 .B
   21 -v
   22 verbose: also lists ports without redundant dependencies
   23 .TP
   24 .B
   25 -s
   26 suggest: suggest the proper # Depends on: line
   27 .TP
   28 .B
   29 -f
   30 fix the Pkgfile and create a backup
   31 .SH EXAMPLES
   32 .TP
   33 .B
   34 finderedundantdeps -f apache
   35 find redundant deps of the apache
   36 port and fix it if needed.
   37 .SH AUTHORS 
   38 Han Boetes <han@mijncomputer.nl>
   39 .PP
   40 Johannes Winkelmann <jw@tks6.net>
   41 .SH SEE ALSO
   42 \fBprt-get\fP(8)

Generated by cgit