diff options
author | dhn <dhn@FreeBSD.org> | 2009-05-25 04:21:22 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-05-25 04:21:22 +0800 |
commit | 2c1dfd8e3de42ff210e675862f53256438f5c45d (patch) | |
tree | 5a3a2eb1dbb0ee8c42d933bb0dd62033c15f3a64 | |
parent | 068e4dc160018f16f5af2900a785bcafee6ad6a4 (diff) | |
download | freebsd-ports-gnome-2c1dfd8e3de42ff210e675862f53256438f5c45d.tar.gz freebsd-ports-gnome-2c1dfd8e3de42ff210e675862f53256438f5c45d.tar.zst freebsd-ports-gnome-2c1dfd8e3de42ff210e675862f53256438f5c45d.zip |
- Update to 1.2
PR: ports/134911
Submitted by: Marin Atanasov Nikolov <dnaeon@gmail.com> (maintainer)
-rw-r--r-- | ports-mgmt/pkg_add_it/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg_add_it/distinfo | 6 | ||||
-rw-r--r-- | ports-mgmt/pkg_add_it/pkg-descr | 16 |
3 files changed, 10 insertions, 14 deletions
diff --git a/ports-mgmt/pkg_add_it/Makefile b/ports-mgmt/pkg_add_it/Makefile index b525334d4da1..f9b1c3a6a05d 100644 --- a/ports-mgmt/pkg_add_it/Makefile +++ b/ports-mgmt/pkg_add_it/Makefile @@ -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/ diff --git a/ports-mgmt/pkg_add_it/distinfo b/ports-mgmt/pkg_add_it/distinfo index 31b2ed5a0243..d5cd50a890bd 100644 --- a/ports-mgmt/pkg_add_it/distinfo +++ b/ports-mgmt/pkg_add_it/distinfo @@ -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 diff --git a/ports-mgmt/pkg_add_it/pkg-descr b/ports-mgmt/pkg_add_it/pkg-descr index 0559e60ba336..cd11ea2f8224 100644 --- a/ports-mgmt/pkg_add_it/pkg-descr +++ b/ports-mgmt/pkg_add_it/pkg-descr @@ -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 |