summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/admin/pkg_admin.1
AgeCommit message (Collapse)Author
2003-09-18Let pkg_admin(1) have a -S argument - some vendors' xargs(1) don't passagc
a null ("") argument properly (hi, Sun), so make -S a synonym for -s "". Don't dump core if no command is given to pkg_admin(1). Print usage message to stderr, not stdout, and use the program name by which it was invoked. Bump pkg_install version to 20030918.
2003-09-13Update pkg_install to version 20030912. Changes from 200230907 arejlam
adding two new options to pkg_admin(1) to simply using this utility to list the bare package names that match patterns when looking in PKG_DBDIR: -b Print only the basenames when matching package names for lsall and lsbest. -d lsdir Set lsdir as the path to the directory in which to find matching package names for lsall and lsbest.
2003-09-08Sort options.wiz
2003-09-08Bump date for previous.wiz
2003-09-08Add new commands "add" and "delete" to pkg_admin(1):jlam
add pkg ... For each listed package, write the absolute pathnames of the files listed in its +CONTENTS file together with the package they belong to into the package database. This should be used only by pkg_view(1). delete pkg ... For each listed package, remove all file entries in the package database that belong to the package. This should be used only by pkg_view(1). These commands will be used by pkg_view(1) to keep the pkgdb.byfile.db files for each view consistent with what's stored in each view. Since we stole these names from the debug code, change the names of the debug commands to "addkey" and "delkey".
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
running: cd src/usr.sbin/pkg_install cvs update -Pd -A cvs update -Pd -j pkgviews-base -j pkgviews
2002-09-26Ispell. Begin new sentences on a new line.wiz
2002-09-25Fix date.wiz
2002-09-24Sprinkle .Xrs to packages(7).uebayasi
2002-08-04Add 'pmatch' keyword: pkg_admin pmatch pattern pkghubertf
Will return true if 'pkg' matches 'pattern', false else. Provides a command line interface to the pmatch() C function to be used from shell scripts etc.
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-02Improve markup, sort section, sort SEE ALSO.wiz
2001-06-05Uppercase Dt argument.wiz
2001-04-09Fix date, and improve markup.wiz
2001-03-05Add -V option to all pkgtools, which reports the version of the pkgtools.wiz
Document it. While there, fix the ordering of the option descriptions in some man pages. Set version to 20010305.
2001-01-07Alphabetize options.hubertf
2000-11-12ispellwiz
2000-07-05remove extra period in SEE ALL sectionmsaitoh
2000-05-08Add "lsall" and "lsbest" commands to pkg_admin, to find all/besthubertf
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.
2000-02-22adjust copyrighthubertf
1999-04-10Fix tyop.simonb
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
so we shouldn't override it with versions in the manpages. Many more to come.
1999-03-22Replace static array of packages given to pkg_perform() with linearhubertf
list, using chopss' list functions (moved to lib/lpkg.c and lib/lib.h). Properly handle wildcards in arguments to "pkg_info", "pkg_delete" and "pkg_admin check". Some other minor cleanups.
1999-03-10Add missing .El line.erh
1999-03-07Clean up SYNOPSIS formatting.mycroft
1999-01-19Add code for pkgdb.hubertf