summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add/pkg_add.1
Commit message (Collapse)AuthorAgeFilesLines
* Provide an option to users to shoot themselves in the foot.eadler2012-11-261-1/+5
| | | | | | Reviewed by: bapt Approved by: cperciva MFC after: 1 month
* Let pkg_add use the ENV variable PACKAGESUFFIX. Thisjpaetzel2012-05-301-0/+5
| | | | | | | | | | can be used to override the default .tbz package extension to .txz .tgz or .tar Submitted by: kmoore Obtained from: PC-BSD Sponsored by: iXsystems MFC after: 3 days
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
|
* Use full name (noticed by: ru@chinsan2009-01-111-1/+1
|
* - s/no-scripts/no-script/chinsan2009-01-041-2/+2
| | | | | | PR: docs/127732 Submitted by: TerryP <BigBoss1964@gmail.com> MFC after: 3 days
* - Add long options to pkg_install.flz2008-05-301-14/+14
| | | | | - Remove check for '-?' as it's not listed in authorized options. - Bump PKG_INSTALL_VERSION to 20080530.
* Introduce -i to SYNOPSIS, forgotten by krion@.ru2008-02-081-1/+1
|
* Revise the TECHNICAL DETAILS section.ru2008-01-091-68/+87
| | | | Reviewed by: skv
* Backout previous commit, since it's done without maintainerskrion2007-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.
* Add the 'pkg_search' script.obrien2007-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>
* Add -i option for package installation without fetching andkrion2007-11-101-1/+4
| | | | | | | | installing its dependencies. PR: bin/117065 Submitted by: Vladimir Ermakov <samflanker@gmail.com> MFC after: 14 days
* Add -F option to not fail on already installed packages.phk2006-03-091-1/+3
| | | | Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
* Fix typo.krion2006-01-291-1/+1
|
* Add -K option to pkg_add and pkg_info.flz2006-01-091-2/+12
| | | | | | | | | This option saves packages to PKGDIR (if defined or current directory by default) as they are downloaded. Silent a warning when -n is used and package has a +DISPLAY file. Approved by: krion MFC after: 1 week
* -mdoc sweep.ru2005-11-181-4/+6
|
* Add -P flag, it does the same as the -p option, except that thekrion2005-11-121-7/+35
| | | | | | | | | | | given prefix is also used recursively for the dependency packages, if any. If the -P flag appears after any -p flag on the command line, it overrides it's effect, causing pkg_add to use the given prefix recursively. PR: bin/75742 Submitted by: Frerich Raabe <raabe AT kde DOT org> MFC after: 3 days
* Expand *n't contractions.ru2005-02-131-2/+2
|
* typoeik2004-08-111-1/+1
| | | | Approved by: ru
* Eliminated double whitespace.ru2004-07-031-1/+1
|
* Markup and punctuation nits.ru2004-06-051-8/+8
|
* Add command line option for chrootdir, all pkg_add(8) operations will bekensmith2004-03-011-0/+26
| | | | | | | | | | done inside of chroot(2) to chrootdir. Added to help with sysinstall(8) support of install to alternate root but possibly useful for setting up jails, etc. No objection from: portmgr@ Style(9) abuse due to: entire program violates style(9) Approved by: rwatson (mentor)
* This is an initial whitespace cleanup commit, new content to follow.kensmith2004-03-011-19/+38
| | | | | | Adding hard line breaks at the end of sentences. Approved by: rwatson (mentor)
* Erase whitespace at EOL.ru2003-05-221-2/+2
| | | | Approved by: re (blanket)
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-171-8/+19
| | | | | | | | | | | | | | | register a list of other packages with which they conflict (via the -C option to pkg_create), and they will refuse to install (unless -f is specified) if one of the listed packages is already present. * Update documentation for the new feature as well as fleshing out some existing documentation. * Bump PKG_INSTALL_VERSION so this feature can be tested for. Submitted by: Sergey Matveychuk <sem@ciam.ru> PR: bin/47145 MFC after: 2 weeks
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
| | | | especially in troff files.
* english(4) police.schweikh2002-12-271-1/+1
|
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
* Update to use *.tbz suffix, also update example URL.bmah2002-09-101-3/+3
| | | | | | | | While I'm here, fix a gramm-o. PR: 42576 Submitted by: Jeff Ito <jeffi@rcn.com> MFC after: 1 day
* Consistancy check: s/file system/filesystem/gtrhodes2002-05-161-1/+1
|
* Remove cross reference to pkg_update(1).eric2002-05-111-1/+0
|
* Use `The .Nm utility'charnier2002-04-201-1/+2
|
* The user wants to ensure, not insure, that the package isn't going todd2001-10-151-1/+1
| | | | damage their system.
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
|
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
| | | | with a trailing zero-width space: `e.g.\&'.
* Remove whitespace at EOL.dd2001-07-151-29/+29
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Cross reference pkg_update(1).eric2001-05-311-0/+1
| | | | Approved by: murray
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-4/+4
|
* Use the more logical author syntax from pkg_version and quotejkh2001-02-201-3/+2
| | | | email addresses properly.
* mdoc(7) police: sanitize previous commit.ru2001-02-161-2/+3
|
* In light of the dismal transfer times from ftp.FreeBSD.org, add a newobrien2001-02-131-0/+14
| | | | | | | | `PACKAGEROOT' env var which you would set to a proper mirror of ftp.FreeBSD.org (say "export PACKAGEROOT=ftp://ftp3.FreeBSD.org"), to fetch from an alternate place. This is easier to use than `PACKAGESITE' for true mirrors, and can be used in your dot files across all versions of FreeBSD.
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-4/+4
| | | | | | 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.
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
| | | | Seperate does not exist in the english language.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+4
|
* Prepare for mdoc(7)NG.ru2001-01-161-3/+3
|
* Prepare for mdoc(7)NG.ru2000-12-271-7/+6
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-5/+10
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Add cross references to pkg_version(1) in all the other pkg_* man pages.jhb2000-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>
* Use the appropriate macro for double quotes rather than using doublejkh1999-09-011-5/+11
| | | | | | | quotes. Submitted by: Alexey Zelkin <phantom@cris.net> PR: 13436
OpenPOWER on IntegriCloud