aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/pkg_create.1
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-271-1/+1
| | | | | | | 'RELENG_2_2_1_RELEASE'. This commit was manufactured to restore the state of the 2.2.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* 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