aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
Commit message (Expand)AuthorAgeFilesLines
* Clarify the order of arguments passed to the pre-/post-install scriptPeter Pentchev2003-08-261-1/+1
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
* * Add explicit conflict-checking to the package tools. Packages canKris Kennaway2003-04-174-6/+41
* english(4) police.Jens Schweikhardt2002-12-271-3/+3
* Break fileGetURL() out into its own file so that pkg_install/lib consumersDavid E. O'Brien2002-11-061-2/+2
* Reorg just a tad to better express our bzip intentions.David E. O'Brien2002-08-251-6/+6
* Drop support for the .tbz2 suffix. One would not want pkg_create(1)Akinori MUSHA2002-08-042-6/+2
* Use an 8.3 friendly extension when compressing with bzip2.David E. O'Brien2002-08-041-1/+1
* Reorder libraries to fix static linking (libssl depends on libcrypto, soDag-Erling Smørgrav2002-06-121-2/+2
* libfetch now depends on libcrypto and libssl.Ruslan Ermilov2002-06-061-0/+5
* Grammar nit.David E. O'Brien2002-06-041-1/+1
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-301-2/+4
* MFS: silence compiler warnings.Maxim Sobolev2002-05-201-7/+7
* Remove cross reference to pkg_update(1).Eric Melville2002-05-161-1/+0
* - Make use of DEPOROGINs (if there are any) when installing package;Maxim Sobolev2002-05-141-0/+3
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-112-17/+17
* fix build:Alfred Perlstein2002-05-112-15/+21
* When packing installed package into a file (pkg_create -b) make sure toMaxim Sobolev2002-05-101-4/+11
* New feature: allow origins of all dependencies be recorded into package listMaxim Sobolev2002-05-052-1/+18
* Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.Maxim Sobolev2002-05-051-4/+5
* Kill local variable which shadows global one. This fixes creation of bzip2Maxim Sobolev2002-05-021-1/+0
* Improve the Bzip2 handling.David E. O'Brien2002-04-204-19/+35
* Fix SCM ID's.David E. O'Brien2002-04-013-15/+9
* Provide protection against incorrect input (dependency list).Maxim Sobolev2002-02-201-2/+5
* Pass `-9' flag to gzip(1), so that package is compressed using maximumMaxim Sobolev2002-01-171-2/+4
* Add pkg_update to the SEE_ALSO manpage of pkg_create.Giorgos Keramidas2002-01-151-0/+1
* Make `-b' option actually work as advertised.Maxim Sobolev2001-10-251-0/+1
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)Maxim Sobolev2001-10-161-1/+1
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.Maxim Sobolev2001-10-151-1/+1
* - Introduce a notion of `packing list format version'. This allows makingMaxim Sobolev2001-10-102-1/+20
* WARNS=2 cleanup.Maxim Sobolev2001-10-104-25/+28
* OOPS, delete some commented out debugging code committed along with r.1.25.Maxim Sobolev2001-10-081-1/+0
* - Allow package archive to be created from a locally installed package. ThisMaxim Sobolev2001-10-084-22/+97
* Various fixes and improvements:Maxim Sobolev2001-09-191-0/+1
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-201-2/+2
* Handle snprintf() returning -1.Brian Somers2001-08-201-2/+2
* Reduce private "lesser known" function redirection to improve clarity.David E. O'Brien2001-08-131-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-4/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-19/+19
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Style policy: reformat multiline comments to conform to style(9).Maxim Sobolev2001-05-172-13/+25
* When creating a package sort dependencies in such a way that if dependencyMaxim Sobolev2001-03-151-5/+30
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-2/+2
* Use the more logical author syntax from pkg_version and quoteJordan K. Hubbard2001-02-201-3/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-4/+8
* Make `-y' option actually work.Maxim Sobolev2001-01-241-1/+1
* Use .Pa instead of .Dq.Maxim Sobolev2001-01-221-3/+2
* - Add ability to handle bzip2-compressed packages;Maxim Sobolev2001-01-224-7/+48
* mdoc(7) police: removed leading whitespaces that are not insideRuslan Ermilov2001-01-191-1/+1