summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create
Commit message (Expand)AuthorAgeFilesLines
* english(4) police.schweikh2002-12-271-3/+3
* Break fileGetURL() out into its own file so that pkg_install/lib consumersobrien2002-11-061-2/+2
* Reorg just a tad to better express our bzip intentions.obrien2002-08-251-6/+6
* Drop support for the .tbz2 suffix. One would not want pkg_create(1)knu2002-08-042-6/+2
* Use an 8.3 friendly extension when compressing with bzip2.obrien2002-08-041-1/+1
* Reorder libraries to fix static linking (libssl depends on libcrypto, sodes2002-06-121-2/+2
* libfetch now depends on libcrypto and libssl.ru2002-06-061-0/+5
* Grammar nit.obrien2002-06-041-1/+1
* mdoc(7) police: markup nits.ru2002-05-301-2/+4
* 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
OpenPOWER on IntegriCloud