Bug 134911 - [maintainer-update] Update-port: ports-mgmt/pkg_add_it version 1.2
Summary: [maintainer-update] Update-port: ports-mgmt/pkg_add_it version 1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-24 16:10 UTC by Marin Atanasov
Modified: 2009-05-24 21:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1022 bytes, patch)
2009-05-24 16:10 UTC, Marin Atanasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marin Atanasov 2009-05-24 16:10:01 UTC
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$
 #
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2009-05-24 16:43:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-24 21:21:37 UTC
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"
Comment 3 Dennis Herrmann freebsd_committer freebsd_triage 2009-05-24 21:22:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!