Index: head/ports-mgmt/pkg_search/Makefile =================================================================== --- head/ports-mgmt/pkg_search/Makefile (revision 425205) +++ head/ports-mgmt/pkg_search/Makefile (revision 425206) @@ -1,22 +1,21 @@ # Created by: Matthias Schmidt # $FreeBSD$ PORTNAME= pkg_search PORTVERSION= 1.3 CATEGORIES= ports-mgmt MASTER_SITES= http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/ \ LOCAL/chinsan 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 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/ports-mgmt/pkg_search/pkg-descr =================================================================== --- head/ports-mgmt/pkg_search/pkg-descr (revision 425205) +++ head/ports-mgmt/pkg_search/pkg-descr (revision 425206) @@ -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/