1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 1.2

PR:		ports/134911
Submitted by:	Marin Atanasov Nikolov <dnaeon@gmail.com> (maintainer)
This commit is contained in:
Dennis Herrmann 2009-05-24 20:21:22 +00:00
parent e89ae76e58
commit e8a32a366d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234513
3 changed files with 10 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pkg_add_it
PORTVERSION= 1.1
PORTVERSION= 1.2
CATEGORIES= ports-mgmt
MASTER_SITES= http://www.unix-heaven.org/ports-mgmt/

View File

@ -1,3 +1,3 @@
MD5 (pkg_add_it-1.1.tar.gz) = f9d321e4100ecba3dad40782ff334de2
SHA256 (pkg_add_it-1.1.tar.gz) = fa328da11f9d16e1203d22eedcbeec9a2db00e3e290469f319cf30649329f552
SIZE (pkg_add_it-1.1.tar.gz) = 9555
MD5 (pkg_add_it-1.2.tar.gz) = af83709d750adfe9e6509c6f31f4a16d
SHA256 (pkg_add_it-1.2.tar.gz) = a760cba3b309d7b9b3b01113882b2747a7c54483ecfd3678b78643e0244938d2
SIZE (pkg_add_it-1.2.tar.gz) = 9434

View File

@ -1,22 +1,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 tool is not a clone of pkg_add(1).
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.
This tool is written in C and does not require any additional packages to be
installed. It should build and run on any system which supports pkg_add(1).
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 searching the INDEX file.
If INDEX is not in current directory pkg_add_it(1) fetches it and
then scans the INDEX file for a 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 <dnaeon@gmail.com>
WWW: http://www.unix-heaven.org/pkg_add_it.html
Author: Marin Atanasov Nikolov <dnaeon@gmail.com>
WWW: http://www.unix-heaven.org/index.php?page=pkg_add_it