blob: d45f8447c4b94c757e6d511a83a7c1310e434f81 (
plain)
1 ." Text automatically generated by txt2man-1.4.7
2 .TH pkg-repgen 8 "April 23, 2006" "" ""
3 .SH NAME
4 \fBpkg-repgen \fP- generate a package repository for pkg-get
5 \fB
6 .SH SYNOPSIS
7 .nf
8 .fam C
9 \fBpkg-repgen\fP [options][package1\.\.\.packageN]
10 .fam T
11 .fi
12 .SH DESCRIPTION
13 \fBpkg-repgen\fP generates files needed by a \fBpkg-get\fP(8) package
14 repository. It also generates a html index of the packages.
15 .SH USAGE
16 run \fBpkg-repgen\fP from the directory containing packages to
17 generate the whole repository.
18 Specify a list of package names to update only those packages
19 (this is expecially useful with large repositories).
20 Note that the html index is not updated when single
21 packages are specified.
22 .SH OPTIONS
23 .TP
24 .B
25 \fB--header\fP=FILE
26 insert FILE at the beginning of the html index
27 .TP
28 .B
29 \fB--header\fP=FILE
30 insert FILE at the beginning of the html index
31 .TP
32 .B
33 \fB--title\fP=title
34 use the specified title for the index page
35 .SH EXAMPLES
36 \fBpkg-repgen\fP
37 .PP
38 \fBpkg-repgen\fP kdebase kdelibs
39 .SH AUTHORS
40 Simone Rota <sip@varlock.com>
41 index generation code adapted from Jukka Heino's portspage
42 .SH SEE ALSO
43 \fBpkg-get\fP(8), \fBprt-get\fP(8)
|