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 Fix: PORTNAME= pkg_add_it -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= ports-mgmt MASTER_SITES= http://www.unix-heaven.org/ports-mgmt/ 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--9SipsuxkIPmItnsSp2jtE7IyHkouI5pHKbTHpPVzGXvUDz7x Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" 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$ #
Responsible Changed From-To: freebsd-ports-bugs->dhn I'll take it.
dhn 2009-05-24 20:21:22 UTC FreeBSD ports repository Modified files: ports-mgmt/pkg_add_it Makefile distinfo pkg-descr Log: - Update to 1.2 PR: ports/134911 Submitted by: Marin Atanasov Nikolov <dnaeon@gmail.com> (maintainer) Revision Changes Path 1.3 +1 -1 ports/ports-mgmt/pkg_add_it/Makefile 1.3 +3 -3 ports/ports-mgmt/pkg_add_it/distinfo 1.2 +6 -10 ports/ports-mgmt/pkg_add_it/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!