d06e2d8e2e
package matching a certain pattern. Examples: yui# cd /usr/pkgsrc/packages/i386ELF/All/ yui# ls unzip* unzip-5.40.tgz unzip-5.41.tgz yui# pkg_admin lsall 'unzip*' unzip-5.40.tgz unzip-5.41.tgz yui# pkg_admin lsall 'unzip>=5.40' unzip-5.40.tgz unzip-5.41.tgz yui# pkg_admin lsall 'unzip>=5.41' unzip-5.41.tgz yui# pkg_admin lsbest 'unzip>=5.40' unzip-5.41.tgz yui# pkg_admin lsall /usr/pkgsrc/packages/i386ELF/All/'{mit,unproven}-pthread*' /usr/pkgsrc/packages/i386ELF/All/mit-pthreads-1.60b6.tgz This adds a shell/user-interface to pkg-patterns, which are a superset of sh/csh patterns and can't be expanded by any shell. |
||
---|---|---|
.. | ||
Makefile | ||
README | ||
main.c | ||
pkg_admin.1 |
README
Some of the options of this utility (add, delete) are *not* intended for public release. Any work regarding the consistancy of the pkgdb should be put into pkg_add/pkg_delete, instead of a brute-force "rebuild". The "rebuild" should be only needed wen upgrading from non-pkgdb- pkg_* tools to pkgdb-pkg_* tools. - hubertf