aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
Commit message (Expand)AuthorAgeFilesLines
* Bump the number of allowable args by a factor of 4. I just scannedJordan K. Hubbard1995-05-101-2/+2
* Re-work make_dist() routine to build the tar command more reasonably.Jordan K. Hubbard1995-05-101-54/+58
* Add a great deal more error checking to various things.Jordan K. Hubbard1995-04-262-22/+44
* Yikes! How did that typo slip past! I'd swear I compiled it. Oh well,Jordan K. Hubbard1995-04-261-2/+2
* As per Bruce's advice, use sysconf to get the max argument size andJordan K. Hubbard1995-04-261-19/+23
* Use ARG_MAX instead of _POSIX_ARG_MAX: 4K is too small!Jordan K. Hubbard1995-04-241-3/+3
* Stage almost nothing through the playpen now - this should speed pkg_createsJordan K. Hubbard1995-04-221-24/+38
* Second round:Jordan K. Hubbard1995-04-221-3/+13
* Argh - missed a printf! That should be the last of plist-spewers.Jordan K. Hubbard1995-04-221-2/+2
* Don't spew garbage into the packing list when PlistOnly and verbose areJordan K. Hubbard1995-04-221-3/+3
* 1. Add proper dependencies to the library in my Makefiles. This was pointedJordan K. Hubbard1995-04-225-9/+42
* Neither of these tools really told you what you needed to know neatlyJordan K. Hubbard1995-04-101-6/+13
* Add true support for dependency lists.Jordan K. Hubbard1995-04-094-5/+29
* Whoops! How embarassing. Just now noticed that I forget to update the .OsJordan K. Hubbard1995-01-051-2/+2
* Fix misleading typo in description of @unexec.Jordan K. Hubbard1995-01-051-2/+2
* More changes from John T. Kohl. Man pages, mostly.Jordan K. Hubbard1994-12-061-166/+248
* Many of John T. Kohl's patches from NetBSD. Thanks, John!Jordan K. Hubbard1994-12-064-11/+162
* Don't create packages with bogus @name lines.Jordan K. Hubbard1994-11-171-2/+2
* Remove the QUERY_* functions. I don't think they're as good anJordan K. Hubbard1994-11-171-17/+1
* This should do it - I forgot about pkg_info.Jordan K. Hubbard1994-10-141-2/+2
* My last commit to bsd.port.mk made me think - `pkg_create -p ...' shouldJordan K. Hubbard1994-10-041-5/+7
* Allow creation of absolute package namesAdam David1994-08-292-9/+15
* Add @srcdir option for customizing creation of packages.Jordan K. Hubbard1994-08-282-1/+12
* Change in_plist() call to find_plist().Jordan K. Hubbard1994-05-251-2/+2
* Add `-h' option to force tar to follow symbolic linksAndrew Moore1994-05-194-3/+15
* Whoops, -Y and -N would work better if they were in the getopts string!Jordan K. Hubbard1994-04-161-2/+2
* Add -N and -Y flags for auto-answer feature.Jordan K. Hubbard1994-04-052-1/+17
* Now works with/without obj directoriesNate Williams1993-09-201-1/+2
* Doc new % sequence expansion for command execution.Jordan K. Hubbard1993-09-182-7/+52
* Whoops - got the exclude flag wrong, try again.Jordan K. Hubbard1993-09-121-4/+7
* Added and doc'd -X flag to pkg_create that allows you to specify an excludeJordan K. Hubbard1993-09-124-2/+26
* Doc'd option for current directory prefix in @execJordan K. Hubbard1993-09-061-4/+5
* Made staging area configurable rather than assuming /tmp (-t)Jordan K. Hubbard1993-09-054-5/+24
* Fixed bug in pkg_create that affected Rich's attempts to package emacsJordan K. Hubbard1993-09-041-1/+2
* Lots of misc tweaks, support for arbitrary separators in pkg_info, moreJordan K. Hubbard1993-09-036-7/+15
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-266-0/+626