summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create
Commit message (Expand)AuthorAgeFilesLines
* MFS: silence compiler warnings.sobomax2002-05-201-7/+7
* Remove cross reference to pkg_update(1).eric2002-05-161-1/+0
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-141-0/+3
* replace __FUNCTION__ with standardized __func__.alfred2002-05-112-17/+17
* fix build:alfred2002-05-112-15/+21
* When packing installed package into a file (pkg_create -b) make sure tosobomax2002-05-101-4/+11
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-052-1/+18
* Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.sobomax2002-05-051-4/+5
* Kill local variable which shadows global one. This fixes creation of bzip2sobomax2002-05-021-1/+0
* Improve the Bzip2 handling.obrien2002-04-204-19/+35
* Fix SCM ID's.obrien2002-04-013-15/+9
* Provide protection against incorrect input (dependency list).sobomax2002-02-201-2/+5
* Pass `-9' flag to gzip(1), so that package is compressed using maximumsobomax2002-01-171-2/+4
* Add pkg_update to the SEE_ALSO manpage of pkg_create.keramida2002-01-151-0/+1
* Make `-b' option actually work as advertised.sobomax2001-10-251-0/+1
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)sobomax2001-10-161-1/+1
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.sobomax2001-10-151-1/+1
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-102-1/+20
* WARNS=2 cleanup.sobomax2001-10-104-25/+28
* OOPS, delete some commented out debugging code committed along with r.1.25.sobomax2001-10-081-1/+0
* - Allow package archive to be created from a locally installed package. Thissobomax2001-10-084-22/+97
* Various fixes and improvements:sobomax2001-09-191-0/+1
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-2/+2
* Handle snprintf() returning -1.brian2001-08-201-2/+2
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-131-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-4/+3
* 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
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-172-13/+25
* When creating a package sort dependencies in such a way that if dependencysobomax2001-03-151-5/+30
* 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
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+8
* Make `-y' option actually work.sobomax2001-01-241-1/+1
* Use .Pa instead of .Dq.sobomax2001-01-221-3/+2
* - Add ability to handle bzip2-compressed packages;sobomax2001-01-224-7/+48
* mdoc(7) police: removed leading whitespaces that are not insideru2001-01-191-1/+1
* - Fix a nasty bug where pkg_create doesn't gzip package if lengh of packagesobomax2001-01-162-8/+5
* Fix a bug where pkg_create does not make an md5 entry for the last item insobomax2001-01-121-11/+16
* 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-234-4/+22
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-222-16/+16
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-271-2/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-4/+8
* Add cross references to pkg_version(1) in all the other pkg_* man pages.jhb2000-02-291-0/+1
* pkg_create doesn't use more(1) for displaying +DISPLAY files, itkris2000-02-271-2/+1
* 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
OpenPOWER on IntegriCloud