blob: 0225769ab5debae3fb9b6295c43dbd3d191b4def (
plain)
1 NAME
2 pkg-repgen - generate a package repository for pkg-get
3
4 SYNOPSIS
5 pkg-repgen [options][package1...packageN]
6
7 DESCRIPTION
8 pkg-repgen generates files needed by a pkg-get(8) package
9 repository. It also generates a html index of the packages.
10
11 USAGE
12 run pkg-repgen from the directory containing packages to
13 generate the whole repository.
14 Specify a list of package names to update only those packages
15 (this is expecially useful with large repositories).
16 Note that the html index is not updated when single
17 packages are specified.
18
19 OPTIONS
20 --header=FILE insert FILE at the beginning of the html index
21 --header=FILE insert FILE at the beginning of the html index
22 --title=title use the specified title for the index page
23
24 EXAMPLES
25 pkg-repgen
26
27 pkg-repgen kdebase kdelibs
28
29 AUTHORS
30 Simone Rota <sip@varlock.com>
31 index generation code adapted from Jukka Heino's portspage
32
33 SEE ALSO
34 pkg-get(8), prt-get(8)
|