[Midnightbsd-cvs] src: usr.sbin/mport: Add new search feature to mport tool.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 7 15:02:23 EST 2011


Log Message:
-----------
Add new search feature to mport tool.

The following works:

mport search php5   - matches exact package name
mport search "*php*" - glob style search of package names and comments

Note this searches the index of all packages.  If you want to know if a package is installed, use mport info pkgname.

Modified Files:
--------------
    src/usr.sbin/mport:
        Makefile (r1.3 -> r1.4)
        (http://cvsweb.midnightbsd.org/src/usr.sbin/mport/Makefile?r1=1.3&r2=1.4)
        mport.1 (r1.2 -> r1.3)
        (http://cvsweb.midnightbsd.org/src/usr.sbin/mport/mport.1?r1=1.2&r2=1.3)
        mport.c (r1.16 -> r1.17)
        (http://cvsweb.midnightbsd.org/src/usr.sbin/mport/mport.c?r1=1.16&r2=1.17)


More information about the Midnightbsd-cvs mailing list