summaryrefslogtreecommitdiff
path: root/dllist.1
blob: 1f2ee112d44ed773241be44671cb3fdae3079a40 (plain)
    1 ." Text automatically generated by txt2man-1.4.7
    2 .TH dllist  "October 20, 2004" "" ""
    3 .SH NAME
    4 \fBdllist \fP- Show sources to be downloaded for compiling a port
    5 \fB
    6 .SH SYNOPSIS
    7 .nf
    8 .fam C
    9 \fBdllist\fP [--all] <port1> [\fIport2\fP \.\.\. \fIportN\fP]
   10 \fBdllist\fP --diff
   11 .fam T
   12 .fi
   13 .SH DESCRIPTION
   14 \fBdllist\fP displays a list of URLs that have to be downloaded for compiling
   15 the given \fBport\fP(s).
   16 .PP
   17 The script can operate in two modes: list files needed for sepcified
   18 ports or list files needed to update the system.
   19 .PP
   20 Only files from ports not already installed are considered,
   21 unless the --all option is specified.
   22 .PP
   23 \fBdllist\fP uses \fBprt-get\fP(8) to collect information on ports
   24 and installation status.
   25 .SH OPTIONS
   26 .TP
   27 .B
   28 --all
   29 also display URLs that 
   30 .TP
   31 .B
   32 --diff
   33 display URLs needed for a system upgrade
   34 .SH EXAMPLES
   35 .TP
   36 .B
   37 \fBdllist\fP apache
   38 display the missing sources needed to build apache
   39 .TP
   40 .B
   41 \fBdllist\fP --all apache
   42 show the full list of files
   43 needed to build apache
   44 .TP
   45 .B
   46 \fBdllist\fP --diff
   47 list files to be downloaded for a system upgrade
   48 .SH SEE ALSO
   49 \fBprt-get\fP(8), \fBports\fP(8)
   50 .SH AUTHOR
   51 Johannes Winkelmann <jw@tks6.net>
   52 .RE
   53 .PP

Generated by cgit