2023-06-21 16:24:01 -04:00
|
|
|
pkg-repgen(8)
|
2023-06-18 18:25:55 -04:00
|
|
|
|
2006-07-12 22:21:42 -04:00
|
|
|
NAME
|
2023-06-18 18:25:55 -04:00
|
|
|
pkg-repgen - generate a package repository for pkg-get
|
2006-07-12 22:21:42 -04:00
|
|
|
|
|
|
|
SYNOPSIS
|
2023-06-18 18:25:55 -04:00
|
|
|
pkg-repgen [options][package1...packageN]
|
2006-07-12 22:21:42 -04:00
|
|
|
|
|
|
|
DESCRIPTION
|
2023-06-18 18:25:55 -04:00
|
|
|
pkg-repgen generates files needed by a pkg-get(8) package
|
|
|
|
repository. It also generates a html index of the packages.
|
2006-07-12 22:21:42 -04:00
|
|
|
|
|
|
|
USAGE
|
2023-06-21 16:24:01 -04:00
|
|
|
Run pkg-repgen from the directory containing packages to
|
|
|
|
generate the whole repository. Specify a list of package names
|
|
|
|
to update only those packages (this is especially useful with
|
|
|
|
large repositories). Even when individual packages are specified,
|
|
|
|
the entire directory is still processed to collect all the readmes
|
|
|
|
and {pre,post}-install scripts.
|
2006-07-12 22:21:42 -04:00
|
|
|
|
|
|
|
OPTIONS
|
2023-06-18 18:25:55 -04:00
|
|
|
--header=FILE
|
|
|
|
insert FILE at the beginning of the html index
|
|
|
|
|
|
|
|
--header=FILE
|
|
|
|
insert FILE at the beginning of the html index
|
|
|
|
|
|
|
|
--title=title
|
|
|
|
use the specified title for the index page
|
|
|
|
|
|
|
|
--prtdir=DIR
|
|
|
|
use alternative prtdir for prt-get commands
|
2006-07-12 22:21:42 -04:00
|
|
|
|
|
|
|
EXAMPLES
|
2023-06-18 18:25:55 -04:00
|
|
|
pkg-repgen
|
|
|
|
|
|
|
|
pkg-repgen qt6-base qt6-tools
|
2006-07-12 22:21:42 -04:00
|
|
|
|
|
|
|
AUTHORS
|
2023-06-18 18:25:55 -04:00
|
|
|
Simone Rota <sip@varlock.com>, John McQuah <jmcquah@disroot.org>
|
|
|
|
index generation code adapted from Jukka Heino's portspage
|
2006-07-12 22:21:42 -04:00
|
|
|
|
|
|
|
SEE ALSO
|
2023-06-18 18:25:55 -04:00
|
|
|
pkg-get(8), prt-get(8)
|
|
|
|
|
2023-06-21 16:24:01 -04:00
|
|
|
July 13, 2006 pkg-repgen(8)
|