aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/delete/pkg_delete.1
Commit message (Collapse)AuthorAgeFilesLines
* - Add long options to pkg_install.Florent Thoumie2008-05-301-13/+13
| | | | | | | | - Remove check for '-?' as it's not listed in authorized options. - Bump PKG_INSTALL_VERSION to 20080530. Notes: svn path=/head/; revision=179433
* Backout previous commit, since it's done without maintainersKirill Ponomarev2007-12-091-1/+0
| | | | | | | | | | approval. These changes were approved by adding it as port to ports/ tree, but not for src/. I talked to PR submitter and miwi@ some days ago and explained the reasons for it, the both were agree to add it to ports/ only. Notes: svn path=/head/; revision=174475
* Add the 'pkg_search' script.David E. O'Brien2007-12-091-0/+1
| | | | | | | | | This makes it easier to figure what packages you want to install. Submitted by: Matthias Schmidt <schmidtm @ mathematik . uni-marburg . de> Notes: svn path=/head/; revision=174472
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141846
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-10/+20
| | | | Notes: svn path=/head/; revision=131500
* - match package version numbers with relational operatorsOliver Eikemeier2004-06-291-3/+10
| | | | | | | | | | | | | | | | | - use glob patterns when matching packages by origin - csh-style {...} choices in glob matching - pkg_info: new flag -E (list matching package names only) - pkg_version: new flag -T (test if a given name matches a pattern) - new flag -X (interpret pattern as an extended regular expression) PR: 56961 Notes: svn path=/head/; revision=131275
* Use `The .Nm utility'Philippe Charnier2002-04-201-0/+2
| | | | Notes: svn path=/head/; revision=95127
* Various fixes and improvements:Maxim Sobolev2001-09-191-1/+4
| | | | | | | | | | | | | | | - fix harmless compiler's warnings (unused variables and missed prototype); - before refusing to delete package because "there are packages installed that require this package" check that packages in question is actually installed; - add new `-r' option to pkg_delete(8), which instructs it to delete not only packages specified at command line, but all packages that depend on specified packages as well. MFC after: 2 weeks Notes: svn path=/head/; revision=83663
* Remove whitespace at EOL.Dima Dorfman2001-07-151-8/+8
| | | | Notes: svn path=/head/; revision=79755
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-4/+4
| | | | Notes: svn path=/head/; revision=73233
* - Merge recently added into pkg_info(1) regex/glob matching functionality intoMaxim Sobolev2001-02-271-1/+26
| | | | | | | | | | | | pkg_delete(1) as well; - add a new `-a' option for pkg_delete(1) to delete all installed packages; - add a new `-i' option for pkg_delete(1) to request simple rm(1)-like interactive confirmation before attempting to delete each package. Silently approved by: jkh, -ports Notes: svn path=/head/; revision=73134
* Use the more logical author syntax from pkg_version and quoteJordan K. Hubbard2001-02-201-3/+2
| | | | | | | email addresses properly. Notes: svn path=/head/; revision=72776
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-3/+3
| | | | | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins. Notes: svn path=/head/; revision=72126
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+2
| | | | Notes: svn path=/head/; revision=71898
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-5/+5
| | | | Notes: svn path=/head/; revision=71102
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-8/+6
| | | | Notes: svn path=/head/; revision=70403
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/head/; revision=70015
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* Add cross references to pkg_version(1) in all the other pkg_* man pages.John Baldwin2000-02-291-0/+1
| | | | | | | | | | | Also, add a cross reference to pkg_info(1) in pkg_version(1). Finally, in pkg_version(1), don't put a period at the end of the list of see also man pages. Noticed by: Matt Ayres <matta@fast.net> Notes: svn path=/head/; revision=57628
* Use the appropriate macro for double quotes rather than using doubleJordan K. Hubbard1999-09-011-2/+3
| | | | | | | | | | quotes. Submitted by: Alexey Zelkin <phantom@cris.net> PR: 13436 Notes: svn path=/head/; revision=50741
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
| | | | | | | | | | | | | - Sort xrefs. - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49824
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* document PKG_DBDIRDavid E. O'Brien1998-12-311-0/+13
| | | | | | | Add ENVIRONMENT and FILES sections. Notes: svn path=/head/; revision=42215
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-8/+65
| | | | | | | | | an on-delete script. Submitted by: Rajesh Vaidheeswarran <rv@fore.com> Notes: svn path=/head/; revision=41866
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-7/+5
| | | | Notes: svn path=/head/; revision=34809
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-11/+5
| | | | Notes: svn path=/head/; revision=30221
* Fix multiple documentation bogons.Jordan K. Hubbard1997-06-191-1/+1
| | | | | | | | PR: 3798 Submitted by: Jan Kuriyama <kuriyama@opt.phys.waseda.ac.jp> Notes: svn path=/head/; revision=26745
* Another round of man page cleanups.Mike Pritchard1996-02-121-8/+8
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* Whoops! How embarassing. Just now noticed that I forget to update the .OsJordan K. Hubbard1995-01-051-1/+1
| | | | | | | lines. Done. Notes: svn path=/head/; revision=5410
* More changes from John T. Kohl. Man pages, mostly.Jordan K. Hubbard1994-12-061-82/+142
| | | | | | | Submitted by: jtkohl Notes: svn path=/head/; revision=4997
* The environment variable PKG_PREFIX is set to the first @cwd commandSatoshi Asami1994-05-251-0/+14
| | | | | | | | | | in the packing list, or the argument to -p if it is specified, before the requirements/installation/deinstallation scripts are called. This enables the scripts to be written to work on the final installation destination, even if the user uses -p to override the package's default. Notes: svn path=/head/; revision=1550
* Make clear what arguments the "require" script gets.Satoshi Asami1994-05-201-2/+5
| | | | Notes: svn path=/head/; revision=1528
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-261-0/+107
for info. Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=327