aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/pkg_create.1
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-161-1/+1
| | | | | | | 'RELENG_3_3_0_RELEASE'. This commit was manufactured to restore the state of the 3.3-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50581
* MFC: use uname(3) to find out hardware platform, add braces and other minor ↵Michael Haro1999-08-231-1/+1
| | | | | | | cleanup Notes: svn path=/stable/3/; revision=50202
* MFC: Varour man page cleanup.Mike Pritchard1999-08-151-2/+2
| | | | | | | | | | | | | | This includes another xref fix to ypserv.8 that should have been MFCed. Not all of the i4b man changes from the original commit were merged due to conflicts brought about by new functionally being added in -current and causing conflicts with this commit. Maybe I'll come back later and try to get them all merged, but I doubt it. They were mostly cosmetic changes. Notes: svn path=/stable/3/; revision=49837
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-6/+47
| | | | | | | | | an on-delete script. Submitted by: Rajesh Vaidheeswarran <rv@fore.com> Notes: svn path=/head/; revision=41866
* Document environment variables used by pkg_{add,create,info}. TheseJoseph Koshy1998-06-261-1/+35
| | | | | | | | | | include PKG_TMPDIR, TMPDIR, PKG_DBDIR. Add a FILES section to these manual pages. PR: docs/7064 Notes: svn path=/head/; revision=37166
* Loosely document the '-s' commandline option.Steve Price1998-05-241-1/+7
| | | | | | | PR: 6713 Notes: svn path=/head/; revision=36322
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-9/+8
| | | | Notes: svn path=/head/; revision=34809
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-33/+22
| | | | Notes: svn path=/head/; revision=30221
* Document pkg_add's dependency auto-install. While I'm here, fixTim Vanderhoek1997-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 Notes: svn path=/head/; revision=29889
* Change the naming conventions for preserve'd files and also documentJordan K. Hubbard1997-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. Notes: svn path=/head/; revision=27137
* Fix multiple documentation bogons.Jordan K. Hubbard1997-06-191-2/+2
| | | | | | | | PR: 3798 Submitted by: Jan Kuriyama <kuriyama@opt.phys.waseda.ac.jp> Notes: svn path=/head/; revision=26745
* Minor typo.Masafumi Max NAKANE1997-05-021-2/+2
| | | | | | | | PR: 3473 Submitted by: Josh Gilliam <soil@quick.net> Notes: svn path=/head/; revision=25394
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-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. Notes: svn path=/head/; revision=15135
* Another round of man page cleanups.Mike Pritchard1996-02-121-6/+6
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* 1. Add proper dependencies to the library in my Makefiles. This was pointedJordan K. Hubbard1995-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. Notes: svn path=/head/; revision=7986
* Add true support for dependency lists.Jordan K. Hubbard1995-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. Notes: svn path=/head/; revision=7713
* Whoops! How embarassing. Just now noticed that I forget to update the .OsJordan K. Hubbard1995-01-051-2/+2
| | | | | | | lines. Done. Notes: svn path=/head/; revision=5410
* Fix misleading typo in description of @unexec.Jordan K. Hubbard1995-01-051-2/+2
| | | | Notes: svn path=/head/; revision=5408
* More changes from John T. Kohl. Man pages, mostly.Jordan K. Hubbard1994-12-061-166/+248
| | | | | | | Submitted by: jtkohl Notes: svn path=/head/; revision=4997
* Add @srcdir option for customizing creation of packages.Jordan K. Hubbard1994-08-281-0/+7
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=2331
* Add `-h' option to force tar to follow symbolic linksAndrew Moore1994-05-191-0/+4
| | | | Notes: svn path=/head/; revision=1520
* Add -N and -Y flags for auto-answer feature.Jordan K. Hubbard1994-04-051-0/+8
| | | | Notes: svn path=/head/; revision=1337
* Doc new % sequence expansion for command execution.Jordan K. Hubbard1993-09-181-5/+50
| | | | | | | Fixed bad verbose message. Notes: svn path=/head/; revision=478
* Added and doc'd -X flag to pkg_create that allows you to specify an excludeJordan K. Hubbard1993-09-121-0/+15
| | | | | | | list for the final package. Notes: svn path=/head/; revision=445
* Doc'd option for current directory prefix in @execJordan K. Hubbard1993-09-061-4/+5
| | | | Notes: svn path=/head/; revision=403
* Made staging area configurable rather than assuming /tmp (-t)Jordan K. Hubbard1993-09-051-2/+14
| | | | Notes: svn path=/head/; revision=383
* Lots of misc tweaks, support for arbitrary separators in pkg_info, moreJordan K. Hubbard1993-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). Notes: svn path=/head/; revision=379
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-261-0/+185
for info. Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=327