=pod =head1 NAME pkg - Package maintenance utility =head1 SYNOPSIS B I [ I ] =head1 DESCRIPTION B is the basic script for maintaining packages I may be one of: =over =item B|B I fetch given I from the package_root and install it =item B|B I Remove I from the local packages tree =item B I Evauluate I. See the 'Examples' section and pkg(7) =item B I Show information on I, like dependencies, version, etc =item B List all installed packages =item B List all available (both installed and not installed packages Hint: `diff <(pkg list) <(pkg list-all)` will show all packages that are currently not installed =item B Update the local package list =item B I Show commit history for package =item B [ I ] push new local versions to PKG_ROOT. If no argument is given, pushes all installed packages =item B [ I ] Check prereqs and update symlinks of I. If no argument is given, refreshs all installed packages =item B Update remote package list =item B [ I ] Check for local changes to the I's files. If no arguments is given, checks all installed packages =item B Update local and remote package list =item B [ I ] retrieve and install newest available version of I. If no argument is given, updates all installed packages =back =head1 FILES =over =item F<~/.pkg.conf> Contains configuration vars =back =head1 WARNING This is early-beta software. No backwards compatibility guaranteed. Please refer to pkg(7) =head1 EXAMPLES =over =item * B Get new stuff from the packages_root. Note: If you haven't disabled AUTOUPDATE, B will suffice here =item * B Push local changes to the packages_root. Note: If you haven't disabled AUTOUPDATE, B will suffice here =item * B 'Fake-Upgrade'. Execute the appropiate commands as if the core package had been upgraded (useful when you change something but don't want to commit/push yet) =back =head1 AUTHOR Daniel Friesel =head1 CREDITS =over =item * Lars Stoltenow (penma) for pointing out various bugs and design mistakes =item * Maximilian Gass (mxey) many ideas and suggestions =back =head1 SEE ALSO L(5), pkg(7) =cut vim:ft=pod