ports/134911: [maintainer-update] Update-port: ports-mgmt/pkg_add_it version 1.2

[ Available lists | Index of freebsd-ports-bugs | Month of May 2009 | Week of 24 May 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Marin Atanasov Nikolov <dnaeon@gmail.com>
Date
24 May 2009 15:10:02
Subject
ports/134911: [maintainer-update] Update-port: ports-mgmt/pkg_add_it version 1.2
Message-ID
200905241502.n4OF2P89082036@www.freebsd.org


[ Hide this part ]
 
>Number: 134911
>Category: ports
>Synopsis: [maintainer-update] Update-port: ports-mgmt/pkg_add_it version 1.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun May 24 15:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Marin Atanasov Nikolov
>Release: FreeBSD 7.2
>Organization:
unix-heaven.org
>Environment:
>Description:
Update of the pkg_add_it tool to v1.2

What's new:
-----------
* more robust error reporting
* fixed some typos
* improved the --list option
* package searching is now case-insensitive - matches every package that contains the package pattern
* made the code more cleaner
>How-To-Repeat:

>Fix:
diff -ruN /usr/ports/ports-mgmt/pkg_add_it/Makefile /home/sensei/pkg_add_it-1.2/Makefile
--- /usr/ports/ports-mgmt/pkg_add_it/Makefile 2008-10-13 16:20:12.000000000 +0300
+++ /home/sensei/pkg_add_it-1.2/Makefile 2009-05-24 17:11:32.000000000 +0300
@@ -1,12 +1,12 @@
# New ports collection makefile for: pkg_add_it
-# Date created: 05 October 2008
-# Whom: Marin Atanasov <dnaeon@gmail.com>
+# Date created: 24 May 2009
+# Whom: Marin Atanasov Nikolov <dnaeon@gmail.com>
#
-# $FreeBSD: ports/ports-mgmt/pkg_add_it/Makefile,v 1.2 2008/10/13 13:20:12 amdmi3 Exp $
+# $FreeBSD$
#

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

diff -ruN /usr/ports/ports-mgmt/pkg_add_it/distinfo /home/sensei/pkg_add_it-1.2/distinfo
--- /usr/ports/ports-mgmt/pkg_add_it/distinfo 2008-10-13 16:20:12.000000000 +0300
+++ /home/sensei/pkg_add_it-1.2/distinfo 2009-05-24 17:22:13.000000000 +0300
@@ -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 -ruN /usr/ports/ports-mgmt/pkg_add_it/pkg-descr /home/sensei/pkg_add_it-1.2/pkg-descr
--- /usr/ports/ports-mgmt/pkg_add_it/pkg-descr 2008-10-06 17:49:28.000000000 +0300
+++ /home/sensei/pkg_add_it-1.2/pkg-descr 2009-05-24 17:16:18.000000000 +0300
@@ -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

>Release-Note:
>Audit-Trail:
>Unformatted:


Elapsed time: 0.086 seconds