summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/pkg_create.1
Commit message (Collapse)AuthorAgeFilesLines
* Remove whitespace at EOL.dd2001-07-151-19/+19
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-2/+2
|
* Use the more logical author syntax from pkg_version and quotejkh2001-02-201-3/+2
| | | | email addresses properly.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+8
|
* Use .Pa instead of .Dq.sobomax2001-01-221-3/+2
| | | | Submitted by: ru
* - Add ability to handle bzip2-compressed packages;sobomax2001-01-221-1/+16
| | | | | | | - fix cosmetics to shut-up compiler in -pedantic mode (axe several unused vars and provide default clause in several switch() statements). No response from: -ports
* mdoc(7) police: removed leading whitespaces that are not insideru2001-01-191-1/+1
| | | | Bd/Ed; these hardly degrade the quality of the produced output.
* Prepare for mdoc(7)NG.ru2000-12-271-6/+5
|
* Use Fx macro wherever possible.ru2000-11-141-3/+5
|
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordsobomax2000-10-231-0/+8
| | | | | | | | a path of the port from which package has been created within FreeBSD Ports Collection and will be used to improve pkg_version(1) and similar tools. Reviewed by: ports@FreeBSD.org, jkh Approved by: jkh
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-4/+8
| | | | | 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>
* pkg_create doesn't use more(1) for displaying +DISPLAY files, itkris2000-02-271-2/+1
| | | | just cats it to stdout.
* Grammar fix: ``Different than'' should be ``different from''.chris2000-01-291-1/+1
|
* Document the fact that pkg_add/delete passes INSTALL/DEINSTALLmax1999-09-111-0/+5
| | | | respectively to rscript.
* Use the appropriate macro for double quotes rather than using doublejkh1999-09-011-9/+24
| | | | | | | quotes. Submitted by: Alexey Zelkin <phantom@cris.net> PR: 13436
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-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>
* Make it possible to have separate install scripts as well as havejkh1998-12-161-6/+47
| | | | | | an on-delete script. Submitted by: Rajesh Vaidheeswarran <rv@fore.com>
* Document environment variables used by pkg_{add,create,info}. Thesejkoshy1998-06-261-1/+35
| | | | | | | include PKG_TMPDIR, TMPDIR, PKG_DBDIR. Add a FILES section to these manual pages. PR: docs/7064
* Loosely document the '-s' commandline option.steve1998-05-241-1/+7
| | | | PR: 6713
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-9/+8
|
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-33/+22
|
* Document pkg_add's dependency auto-install. While I'm here, fixhoek1997-09-271-7/+7
| | | | | | | | | a couple typos, and consistent double-spacing after sentences. This is actually a spinoff from the "ports-current discontinued" blow-up some time ago. Ack'd by: jkh
* Change the naming conventions for preserve'd files and also documentjkh1997-07-011-1/+13
| | | | | | | | | the option in pkg_create. Now preserved files start with a . and are named .<filename>.<pkgname>.backup so that their purpose is more clear. Note that just using the preserve option without proper pkg_deps is also foolish since packages being deleted in the incorrect order with preserve on can generate some odd results.
* Fix multiple documentation bogons.jkh1997-06-191-2/+2
| | | | | PR: 3798 Submitted by: Jan Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
* Minor typo.max1997-05-021-2/+2
| | | | | PR: 3473 Submitted by: Josh Gilliam <soil@quick.net>
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Correct some man page xrefs, and some other minor changes to bring somempp1996-04-081-2/+2
| | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk.
* Another round of man page cleanups.mpp1996-02-121-6/+6
| | | | Down to only about 100 items left to cleanup! :-)
* 1. Add proper dependencies to the library in my Makefiles. This was pointedjkh1995-04-221-3/+13
| | | | | | | out by Bruce. 2. Add a "feature" to pkg_create (OK, OK, it's a miserable hack!) to get it to dump its internal packing list out so that the `fake-pkg' rule in bsd.port.mk can generate a more meaningful packing list.
* Add true support for dependency lists.jkh1995-04-091-1/+10
| | | | | | | | | | | | | | | | | | | | | | 1. pkg_create now has a -P argument for specifying dependencies on the command line. 2. pkg_add will honor dependencies and chain-load them automatically if it finds the required package(s) in the same directory as the package that is being loaded. For best results, install packages from a directory containing all the packages you'll possibly need (like /usr/ports/packages/all). 2 remaining flaws: 1. pkg_add looks in one place (where you were when you loaded the primary pkg) for depended packages. If you can come up with a search path scheme that's not a total hack - be my guest! 2. Recursive dependency expansion can result in the name of a dep being listed more than once. This doesn't bother pkg_add since it checks for package existance with pkg_info and will skip already-loaded packages. I don't know how/if pkg_delete handles this yet, however. I need to look into it.
* Whoops! How embarassing. Just now noticed that I forget to update the .Osjkh1995-01-051-2/+2
| | | | lines. Done.
* Fix misleading typo in description of @unexec.jkh1995-01-051-2/+2
|
* More changes from John T. Kohl. Man pages, mostly.jkh1994-12-061-166/+248
| | | | Submitted by: jtkohl
* Add @srcdir option for customizing creation of packages.jkh1994-08-281-0/+7
| | | | Submitted by: jkh
* Add `-h' option to force tar to follow symbolic linksalm1994-05-191-0/+4
|
* Add -N and -Y flags for auto-answer feature.jkh1994-04-051-0/+8
|
* Doc new % sequence expansion for command execution.jkh1993-09-181-5/+50
| | | | Fixed bad verbose message.
* Added and doc'd -X flag to pkg_create that allows you to specify an excludejkh1993-09-121-0/+15
| | | | list for the final package.
* Doc'd option for current directory prefix in @execjkh1993-09-061-4/+5
|
* Made staging area configurable rather than assuming /tmp (-t)jkh1993-09-051-2/+14
|
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-031-0/+3
| | | | | intelligent name handling in pkg_create. Most of these files are changed because of rcsid's being different in my cvs tree and freefall's (foo).
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+185
for info.
OpenPOWER on IntegriCloud