aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-05-24 20:21:22 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-05-24 20:21:22 +0000
commite8a32a366df52439980e4824ff08e4055a110931 (patch)
tree2266d5b000f4cd51a32cadb0047fba06dbfb0f28 /ports-mgmt
parente89ae76e58d11ac51f20988e5aa7d35e8e6a0c6d (diff)
downloadports-e8a32a366df52439980e4824ff08e4055a110931.tar.gz
ports-e8a32a366df52439980e4824ff08e4055a110931.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg_add_it/Makefile2
-rw-r--r--ports-mgmt/pkg_add_it/distinfo6
-rw-r--r--ports-mgmt/pkg_add_it/pkg-descr16
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