From owner-svn-ports-all@freebsd.org Thu Nov 3 12:56:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8159EC2D250; Thu, 3 Nov 2016 12:56:32 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FDA51AFA; Thu, 3 Nov 2016 12:56:31 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA3CuU6S068991; Thu, 3 Nov 2016 12:56:30 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA3CuU1l068989; Thu, 3 Nov 2016 12:56:30 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611031256.uA3CuU1l068989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 3 Nov 2016 12:56:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425206 - head/ports-mgmt/pkg_search X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 12:56:32 -0000 Author: marino Date: Thu Nov 3 12:56:30 2016 New Revision: 425206 URL: https://svnweb.freebsd.org/changeset/ports/425206 Log: ports-mgmt/pkg_search: Remove deprecation, but IGNORE on DragonFly At the request of a user, further review reveal that the pkg_* tools aren't actually used. It just awks the INDEX file. The maintainer forgot the technical details, especially since the SEE ALSO section of the man page references pkg_* tools. A minor update is needed to re-support DragonFly and update the man page. Until this, it's been marked IGNORE for DragonFly. Modified: head/ports-mgmt/pkg_search/Makefile head/ports-mgmt/pkg_search/pkg-descr Modified: head/ports-mgmt/pkg_search/Makefile ============================================================================== --- head/ports-mgmt/pkg_search/Makefile Thu Nov 3 12:21:56 2016 (r425205) +++ head/ports-mgmt/pkg_search/Makefile Thu Nov 3 12:56:30 2016 (r425206) @@ -10,8 +10,7 @@ MASTER_SITES= http://www.mathematik.uni- MAINTAINER= schmidtm@mathematik.uni-marburg.de COMMENT= Nifty script searching the ports database -DEPRECATED= works only with pkg_* tools and not pkg(8) -EXPIRATION_DATE= 2016-11-30 +IGNORE_DragonFly= Requires update to work for DragonFly PLIST_FILES= bin/pkg_search man/man1/pkg_search.1.gz Modified: head/ports-mgmt/pkg_search/pkg-descr ============================================================================== --- head/ports-mgmt/pkg_search/pkg-descr Thu Nov 3 12:21:56 2016 (r425205) +++ head/ports-mgmt/pkg_search/pkg-descr Thu Nov 3 12:56:30 2016 (r425206) @@ -1,4 +1,17 @@ -pkg_search queries the appropriate database file of FreeBSD, DragonFlyBSD or -NetBSD for a given package name. +pkg_search scans the ports INDEX file to use as a database, fetching it +if necessary. Example of usage to search for a package: + + # pkg_search cyrus-sasl + cyrus-sasl-1.5.28_5 RFC 2222 SASL (Simple Authentication and Security Layer) + cyrus-sasl-2.1.22 RFC 2222 SASL (Simple Authentication and Security Layer) + cyrus-sasl-ldapdb-2.1.22 SASL LDAPDB auxprop plugin + cyrus-sasl-saslauthd-2.1.22 SASL authentication server for cyrus-sasl2 + + # pkg_search -i cyrus-sasl-2.1.22 + Name : cyrus-sasl-2.1.22-50 + Dir : /usr/ports/security/cyrus-sasl2 + Desc : RFC 2222 SASL (Simple Authentication and Security Layer) + URL : http://cyrusimap.web.cmu.edu/ + Deps : WWW: http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/