blob: cd11ea2f82244fe18836b6fba0b378f3f03abd5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
This program provides an interactive interface for the pkg_add(1) tool.
It's purpose is to search for a package pattern, making easier for the user
to find a package and install it. This is not a clone of the pkg_add(1) tool.
It uses pkg_add(1) to install packages while providing an interactive
interface, so the user could easily choose and install a given package.
The pkg_add_it(1) tool supports local and remote pattern search:
* Local pattern search - recursively scanning a directory for
a given package pattern
* Remote pattern search - accomplished by scannig the INDEX file
for every package that matches the pattern
To learn more about the pkg_add_it(1) tool read the manual page.
Author: Marin Atanasov Nikolov <dnaeon@gmail.com>
WWW: http://www.unix-heaven.org/index.php?page=pkg_add_it
|