NAME
|
create, install, pull, push, remove – trivial package management |
SYNOPSIS
|
contrib/create [ –d dependency ] [ –r root ] [ –u user ] [ –x exclude
] name proto contrib/install [ –f ] [ –r root ] user/name contrib/list [ –v ] [ user | user/name ] contrib/pull [ –c file ] [ –s file ] name contrib/push name contrib/remove name |
DESCRIPTION
|
Contrib is a simple package management system based on replica(1).
It can be used to create, install, upgrade and remove software
packages in the sources repository. To create a package and become
its maintainer it is necessary to have an authenticated sources
account and a contrib directory
/n/sources/contrib/$user. Contrib/create
|
EXAMPLE
|
Install the abaco web browser. % contrib/install fgb/abaco |
FILES
|
/usr/$user/lib/replica databases of packages created locally. /dist/replica/* databases of packages installed locally. /n/sources/contrib/rob/replica database of rob's packages. /n/sources/contrib/rob/root files representing in rob's packages. |
SOURCE
|
/rc/bin/contrib |
SEE ALSO
|
proto(2), replica(1), replica(8) |
BUGS
|
Send bug reports to benavento@gmail.com |